Commit graph

943 commits

Author SHA1 Message Date
Rashid Khan
c605c5d7a3 Add gridster, move navbar to top fixed, add less compilation to default task. Add dashboard prototype 2014-02-26 09:18:54 -07:00
Spencer Alger
29c83807f8 Updates to the grunt tasks make the jade and less tasks more generic, compiling any file they find in place. 2014-02-25 12:42:40 -07:00
Spencer Alger
e49733292d Updates to the grunt tasks make the jade and less tasks more generic, compiling any file they find in place. 2014-02-25 12:42:40 -07:00
Spencer Alger
fa95593ed9 removed less-middleware dep 2014-02-24 15:48:12 -07:00
Spencer Alger
869a783e86 removed less-middleware dep 2014-02-24 15:48:12 -07:00
Spencer Alger
37940f3974 added less compilation via watch, and a task which will build the less and jade, start the server, then watch for changes 2014-02-24 15:47:09 -07:00
Spencer Alger
a3fcbbd21d added less compilation via watch, and a task which will build the less and jade, start the server, then watch for changes 2014-02-24 15:47:09 -07:00
Chris Cowan
6f1fd2cdbc Adding .DS_Store; Adding calculateIndices.js 2014-02-24 15:14:31 -07:00
Chris Cowan
f220d87bae Adding .DS_Store; Adding calculateIndices.js 2014-02-24 15:14:31 -07:00
Spencer Alger
010f61575f added connect middleware to grunt's server task 2014-02-24 12:47:00 -07:00
Spencer Alger
0217b6ccce added connect middleware to grunt's server task 2014-02-24 12:47:00 -07:00
Boaz Leskes
8a0136d8d2 Copy kibana/vendor/kibana/.git folder while building to give kibana build system the right revisions 2014-02-14 15:52:50 +01:00
Rashid Khan
03a081850f Resolve conflicts, move test server to port 8001 2014-02-14 07:50:32 -07:00
Rashid Khan
4c549809f1 Resolve conflicts, move test server to port 8001 2014-02-14 07:50:32 -07:00
Rashid Khan
8cb52b4631 add mapper and tests 2014-02-13 16:54:42 -07:00
Rashid Khan
d59079db86 add mapper and tests 2014-02-13 16:54:42 -07:00
Spencer Alger
86a4d92fe7 merging in latest changes from master 2014-02-13 16:47:20 -07:00
Spencer Alger
7f478ea60e merging in latest changes from master 2014-02-13 16:47:20 -07:00
Rashid Khan
63ebfd9852 Add default jshint grunt task. Remove promise from mapper 2014-02-12 15:05:34 -07:00
Spencer Alger
a1336836b3 reorganized the projects a tad, included grunt tasks for testing and running the server. Includes incomplete Courier code for now. 2014-02-10 16:09:04 -07:00
Boaz Leskes
7da39857f2 Change page titles to say marvel
Kibana's standard title is replaced post build until we find something better.

relates to #23
2014-01-23 21:58:19 +01:00
Boaz Leskes
c8df3d4946 Fixed build system after rename exporter dir to agent and other minor issues. 2014-01-22 18:20:25 +01:00
Boaz Leskes
edd3ff5740 Added node & index stats to navigation links. Also normalized paths and removed defaultRoute settings as it is not needed anymore. 2014-01-22 13:15:39 +01:00
Boaz Leskes
49045243e9 Moved marvelLinks.json to a common folder and added navigation menu to Sense
Relates to #35
2014-01-22 12:06:13 +01:00
Boaz Leskes
fbf8b289c1 Added an index.html file to the root folder to redirect to kibana. Update build system, including a change to replace @@KIBANA_REVISION @@MARVEL_REVISION anywhere with their respective values. These are now part of a comment in the kibana config file and the base index.html
Closes #40
2014-01-22 11:09:04 +01:00
Boaz Leskes
ef44560ce2 Moved kibana related code to a kibana folder 2014-01-22 11:09:03 +01:00
Boaz Leskes
cc80f35b12 Added Sense. 2014-01-20 22:14:47 +01:00
Spencer Alger
d5375d914d Refactored sense to use require.js
Highights of the Changes:
  - What was previously the editor is now input
  - Editor is now SenseEditor, a (somewhat) generic class that inherits from AceEditor and mixes in RowParser. will eventually be used by the output as well
  - input is an instance of SenseEditor that has an autocomplete object at `input.autocomplete`
  - Moved all network/sendToES logic into the app module
  - History no longer does any manipulation of the input, that is handled by the app (reduces inter module dependencies)
  - help popup and welcome popup are now seperate modules
  - welcome popup is not loaded unless needed
  - SenseEditor#getCurrentRequestRange and SenseEditor#getCurrentRequest are now async, and will return their value once tokenization has completed.
  - Replaced "Copy as cURL" functionality, using ZeroClipboard for now.
2014-01-12 16:24:01 +01:00
Boaz Leskes
937a392e5d added the option to upload current packages as marvel/latest 2014-01-06 14:00:44 +01:00
Boaz Leskes
247f40307d Fixed a typo in replace.js 2014-01-05 23:17:55 +01:00
Boaz Leskes
bf4c501c3b made cluster stats report url configurable
also removed report id as it should be automatically generated to avoid cross-user collisions.
2014-01-05 22:59:56 +01:00
Rashid Khan
54cc6c73fd Added jslint to default task 2013-12-30 10:48:45 -07:00
Boaz Leskes
151b8f9e25 Moved packages folder to be under build. Fixed issues with deployment configuration. 2013-12-23 20:56:45 +01:00
Boaz Leskes
78bc1fcaee Added a default_route settings and updated to kibana's config.js 2013-12-23 20:16:51 +01:00
Boaz Leskes
7354035798 Initial sense checkin 2013-12-18 17:15:54 +01:00
Boaz Leskes
05185015f0 Release command doesn't repackage but release already built (and tested) packages 2013-11-21 22:55:01 +01:00
Boaz Leskes
d64283f59e Added kibana tag/branch/revision pinning. 2013-11-21 11:11:11 +01:00
Boaz Leskes
b68dda7027 Renamed merge folder to tmp. Removed symlinking the nodes_module folder of kibana build. Build now leaves a _site folder with marvel+kibana in it. Server command always creates a new config.js from template 2013-11-20 13:59:43 +01:00
Boaz Leskes
63a6bfb59e rename shipper to exporter 2013-11-19 09:51:14 +01:00
Boaz Leskes
31ba5de2df Moved plugin to a subfolder
Tweaked build system to allow serving both marvel and kibana content without building and without symlinks
2013-11-18 22:14:38 +01:00
Rashid Khan
1d7390f5cc Initial build system 2013-11-18 12:16:02 +01:00
Rashid Khan
161c1d1de9 Added marvel specific tasks for setup 2013-11-18 12:16:02 +01:00
Rashid Khan
e8d20fe781 Kibana default tasks 2013-11-18 12:16:02 +01:00