Commit graph

961 commits

Author SHA1 Message Date
Spencer Alger b523eaab73 [grunt dev] use --with-es to start es 2014-10-29 10:03:36 -07:00
Spencer Alger cbb1c0064c [esvm] put esvm behind a flag 2014-10-28 12:32:24 -07:00
Spencer Alger 030abd7519 [agg_table] allow recursive rendering for passed in tableGroups 2014-10-27 12:06:34 -07:00
Spencer Alger 020d4080ec [table_vis] updated file names and applied some basic style 2014-10-24 09:57:27 -07:00
Spencer Alger 6d069c04a3 [vis_details_spy] don't include in the build 2014-10-22 23:30:49 -07:00
Spencer Alger c21c5c3747 [grunt] use grunt_esvm to start es 2014-10-22 07:09:41 -07:00
Spencer Alger a590824c3c [build] fix writing of bundled plugins to kibana.yml 2014-10-21 13:01:53 -07:00
Spencer Alger 0d2cb14587 [grunt] add plugins to the watch directories 2014-10-21 12:48:47 -07:00
Spencer Alger 9b79fa2079 [plugins] stash bundled plugins in kibana.yml 2014-10-17 16:23:07 -07:00
Spencer Alger 697430fd56 [serve] send bundled and external plugins 2014-10-17 12:26:02 -07:00
Spencer Alger cda9517c6b [registry] use registrys to access objects 2014-10-14 17:07:04 -07:00
Spencer Alger 7f1f5544a1 [server] serve plugins statically at '/plugins' 2014-10-14 15:37:07 -07:00
Spencer Alger edc9fdc629 [plugins] move apps into plugins 2014-10-14 14:59:05 -07:00
Spencer Alger 60dde9ca22 [grunt] open the browser after build started 2014-10-10 10:46:06 -07:00
Spencer Alger f48b3595b9 [grunt] added 'run_build' task 2014-10-10 10:34:12 -07:00
Spencer d798aa382f Merge pull request #1603 from spenceralger/remove_old_config
remove old config file and reference from Grunt task
2014-10-10 10:34:01 -06:00
Spencer Alger 05f0b00183 use the buildNum to bust require.js cache, fixes #1574 2014-10-09 13:28:23 -07:00
Spencer Alger 032f8a57e8 added build props 2014-10-09 12:59:37 -07:00
Spencer Alger 7304ade3a6 remove old config file and reference from Grunt task 2014-10-08 15:36:35 -07:00
Rashid Khan 9912738e38 Add release task to upload to S3 2014-10-03 17:26:05 -07:00
Rashid Khan 5c7614038f Version the extracted directory. Closes #462 2014-10-03 10:16:29 -07:00
Spencer Alger bc7daf9ac6 remove 'write global state' to url all over the place 2014-10-01 17:38:35 -07:00
Spencer Alger 12f9da9869 [jshint] grab all top level js files 2014-10-01 10:47:40 -07:00
Spencer Alger f47c60ace6 make jshint selector more specific to speed it up 2014-09-30 14:47:28 -07:00
Spencer Alger ebf07f39b6 remove todos.md 2014-09-30 11:36:15 -07:00
Spencer Alger 413c55812a increase retries to 2 2014-09-25 09:48:33 -07:00
Spencer Alger cfb0eb6094 try firefox in a different os, to avoid possible saucelabs failure 2014-09-24 21:27:55 -07:00
Shelby Sturgis eb331407e6 changing where the css file for the vislib is built in grunt tasks 2014-09-24 20:39:26 +03:00
Rashid Khan 9d33e4d202 Remove global watch on less files. Only watch the places we put them, reduces grunt CPU by 70%. Closes #375 2014-09-23 16:28:10 -07:00
Chris Cowan 5d39d334ea Closes #355 - Make bin/kibana executable in the tar and zip archives
grunt-compress is broken it does not honor the `mode` option when tyring
to set the permissions on a file. This is broken through out the entire
Grunt project (grunt-contrib-copy doesn't honor it, grunt-replace
doesn't honor it... as far as I can tell nothing does). SO instead of
wasting more time trying to get it to work (I already wasted an hour on
it) I decided to fall back to just writing a 10 minute script that
actually works. If you are intent on using a pure Grunt task to make it
work feel free to go do that rabit hole.
2014-09-23 07:02:34 -07:00
Chris Cowan 47b353fbcc Closes #353 - Created a way to compile markdown to text 2014-09-22 17:05:16 -07:00
Joe Fleming bac6b65aa3 add a quick-test grunt task that skips the hinting and jumps right to mocha 2014-09-19 16:05:46 -07:00
Joe Fleming f163fce4f0 fix sauce runner conditional, allow override with flag 2014-09-19 16:04:23 -07:00
Spencer Alger 470d58927e added readme renderability 2014-09-18 13:45:25 -07:00
Spencer Alger 6af446e7a0 a quite dev process is no longer a two stage process 2014-09-16 22:59:19 -07:00
Spencer 00cf2b5945 Merge pull request #302 from w33ble/abort-grunt-on-error
Abort grunt on error
2014-09-16 22:27:01 -07:00
Joe Fleming 4fbcfb0cce syntax cleanup 2014-09-16 15:06:37 -07:00
Joe Fleming 95e7339a38 colorize phantom message 2014-09-16 14:16:36 -07:00
Joe Fleming 467d7c979e fall back to phantom on travis if sauce key is not set 2014-09-16 14:07:33 -07:00
Joe Fleming 008786e9b3 debugging - sauce key output 2014-09-16 13:58:45 -07:00
Joe Fleming 94e55f3f67 check for sauce key when running on travis, abort if missing 2014-09-16 13:50:01 -07:00
Joe Fleming 2b00206a2e tweaking sauce test settings to try and make things pass... 2014-09-16 13:49:38 -07:00
Joe Fleming 962119b51a added some comments, little bit of syntax cleanup 2014-09-16 11:19:36 -07:00
Joe Fleming 420694789c cause run to error when stderr gets anything 2014-09-16 11:17:57 -07:00
Spencer Alger 2488a758a1 add --shhh option for the dev task 2014-09-16 10:26:38 -07:00
Spencer Alger c5cf9b6b21 derp 2014-09-15 13:44:17 -07:00
Spencer Alger 3bbc9b1f7c attempting to prevent timeout in firefox tests, convert build id to a string. 2014-09-15 13:43:00 -07:00
Spencer Alger edfb2b7fa2 use a better reporter for saucelabs 2014-09-15 10:03:11 -07:00
Spencer Alger 912d39c2f7 stop reading the bower components when building the todo file 2014-09-15 09:44:33 -07:00
Spencer Alger 212104dce2 updated saucelabs config to include additional browsers 2014-09-15 09:42:59 -07:00
Spencer Alger 080311e19b on travis, use grunt-saucelabs rather than phantomjs 2014-09-12 16:36:13 -07:00
Spencer Alger 9488d1d7e4 Merge branch 'master' into vislib/refactor 2014-09-12 14:31:04 -07:00
Chris Cowan 3634558835 Making the Ruby server just a little smarter :D 2014-09-11 15:42:33 -07:00
Spencer Alger 51fb179f2c ensure that the mri and jruby start properly 2014-09-11 14:33:36 -07:00
Spencer Alger abec0f899d prevent logging in staging environment 2014-09-11 14:32:02 -07:00
Spencer Alger 0bfdaf814c Merge branch 'master' into vislib/refactor
Conflicts:
	.gitignore
2014-09-11 09:11:03 -07:00
Chris Cowan 45eed28fff Adding a README to the dist along with the LICENSE. 2014-09-08 16:39:37 -07:00
Chris Cowan 8f8bde657d Changing back to JENKINS_HOME 2014-09-08 16:01:42 -07:00
Chris Cowan 4464b1a403 Changing from checking Jenkins to testing to see if STDOUT is a TTY 2014-09-08 15:56:37 -07:00
Chris Cowan ccd199d3cd Removing progress bar for Jenkins Env 2014-09-08 15:44:20 -07:00
Chris Cowan 26683595a5 Change MRI to be the default for grunt dev 2014-09-08 10:52:06 -07:00
Chris Cowan 0f9bab8e37 Moving bin/kibana to bin/initialize 2014-09-08 10:26:02 -07:00
Chris Cowan 980a09283b Adding the download and gem install to build 2014-09-08 10:00:18 -07:00
Chris Cowan e5c1ba64bd Adding support for jruby and mri. 2014-09-08 10:00:18 -07:00
Chris Cowan 156b597010 Adding --version and fixing the config and command line options 2014-09-08 10:00:15 -07:00
Chris Cowan 0fa83908e0 Shell Scripts
- Fixing the *nix version to use the right script variable
- Adding windows bat file
- Adding an INSTALL readme
2014-09-08 10:00:15 -07:00
Chris Cowan 3a9263e9fa Fixing bower_components entry in .gitignore; fixing spacing in watch.js; fixing requrie_css to write to build/src 2014-09-08 10:00:15 -07:00
Chris Cowan bff5f40ece Removing bower_compontents from commit 2014-09-08 10:00:15 -07:00
Chris Cowan 49017ee7cf Refactoring Directory Layout for Build Process
- Moving bower_componets to src/kibana
- Moving server to src/server
- Adjusting all the build scripts and tests
- Adding proxy for backend server to connect
- Adding build steps for jar and server
2014-09-08 09:59:29 -07:00
Chris Cowan b24ac94070 Adding new jshint and gitignore from Kibana server project to ease merges 2014-09-08 09:58:49 -07:00
Shelby Sturgis 431b2de7b0 Merge branch 'develop' into vislib/refactor 2014-08-25 18:38:37 +03:00
Spencer Alger c20dac0b42 updated todos template 2014-08-22 16:44:24 -07:00
Shelby Sturgis 314044830e resolving conflicts upon merge with upstream master 2014-08-22 21:21:59 +03:00
Spencer Alger 00b2c4a012 [app/visualize] moved back into visualize directory 2014-08-20 13:33:36 -07:00
Spencer Alger 6f472cad35 save 2014-08-18 11:46:38 -07:00
Shelby Sturgis 59f35ae79e resolving conflicts on merge with develop 2014-08-17 00:09:06 +03:00
Rashid Khan 8b10d02650 Get rid of line numbers in TODOS.md 2014-08-15 10:57:00 -07:00
Rashid Khan 781733675e Get rid of line numbers in TODOS.md 2014-08-15 10:57:00 -07:00
Chris Cowan d4973bd03a Closes #308 - Adding license header to all source files 2014-08-14 15:56:40 -07:00
Shelby Sturgis eb99171f97 resolving conflicts with juan's repo 2014-08-15 00:43:52 +03:00
Shelby Sturgis 88c0309fa2 last minute changes 2014-08-15 00:27:33 +03:00
Juan Thomassie 7d34835af6 removed styles folder 2014-08-12 17:56:53 -05:00
Chris Cowan b7637368b6 Merge pull request #229 from simianhacker/feature/filter-objects
Filter Bar Feature
2014-08-07 11:29:58 -07:00
Chris Cowan be8fa3778d Merge pull request #229 from simianhacker/feature/filter-objects
Filter Bar Feature
2014-08-07 11:29:58 -07:00
Spencer Alger 99534404df added todos task 2014-08-06 19:56:39 -07:00
Spencer Alger 4c94d71348 added todos task 2014-08-06 19:56:39 -07:00
Chris Cowan 97276fc204 Filter Bar Directive
- Created a new direcive for the filter bar
- integrated new filter bar with discover
2014-08-06 15:41:11 -07:00
Chris Cowan 434588885d Filter Bar Directive
- Created a new direcive for the filter bar
- integrated new filter bar with discover
2014-08-06 15:41:11 -07:00
Rashid Khan ed0cce499d Validate queries and allow for custom JSON queries. Closes #168. Closes #203 2014-07-31 14:12:57 -07:00
Rashid Khan 52e873c783 Validate queries and allow for custom JSON queries. Closes #168. Closes #203 2014-07-31 14:12:57 -07:00
Spencer Alger f41bed6137 switched to maintained less mixin lib lesshat 2014-07-18 12:07:10 -07:00
Spencer Alger ae5932527c switched to maintained less mixin lib lesshat 2014-07-18 12:07:10 -07:00
Spencer Alger 5db9fa3fc6 started tests for routes 2014-06-20 12:27:41 -07:00
Spencer Alger 8857d9e483 started tests for routes 2014-06-20 12:27:41 -07:00
Spencer Alger 46a2a608f3 remove update task, use bower to install elasticsearch.js 2014-06-19 10:30:37 -07:00
Spencer Alger aa286a8784 remove update task, use bower to install elasticsearch.js 2014-06-19 10:30:37 -07:00
Spencer Alger 3dc4cb6fe4 use promises not callbacks to react to server.listen 2014-06-19 10:21:20 -07:00
Spencer Alger 8a267740a7 use promises not callbacks to react to server.listen 2014-06-19 10:21:20 -07:00
Spencer Alger a0e293b38a prevent the server task from running forever 2014-06-19 10:19:15 -07:00
Spencer Alger 83263a9b30 prevent the server task from running forever 2014-06-19 10:19:15 -07:00
Shelby Sturgis 6601fd301d fixing vislib paths, etc. 2014-06-18 12:54:42 -07:00
Shelby Sturgis adbb6b8b1f fixing vislib paths, etc. 2014-06-18 12:54:42 -07:00
Shelby Sturgis 4692e276bb really adding k4d3 now 2014-06-18 12:38:13 -07:00
Shelby Sturgis c8e1eb361f really adding k4d3 now 2014-06-18 12:38:13 -07:00
Spencer Alger b5a9c719f3 added requirejs phase to build process, broke the plugin task into build + plugin (which runs build) 2014-06-18 10:35:55 -07:00
Spencer Alger c328085bee added requirejs phase to build process, broke the plugin task into build + plugin (which runs build) 2014-06-18 10:35:55 -07:00
Rashid Khan 8e2c4ebf26 Use version when making the archive 2014-06-17 13:32:53 -07:00
Rashid Khan d27e4a5ba3 Use version when making the archive 2014-06-17 13:32:53 -07:00
Rashid Khan 9128e363fb Add grunt plugin to build K4 as a plugin 2014-06-16 16:52:19 -07:00
Rashid Khan ff40b33ce0 Add grunt plugin to build K4 as a plugin 2014-06-16 16:52:19 -07:00
Spencer Alger 50f0368a72 moved devServer into a module so that it can be used programmatically 2014-06-12 16:01:24 -07:00
Spencer Alger 3c2f6ca38c moved devServer into a module so that it can be used programmatically 2014-06-12 16:01:24 -07:00
Spencer Alger cac3fd6dbb Revert "moved devServer into a module so that it can be used programmatically"
This reverts commit 7ace826b63.
2014-06-12 15:44:09 -07:00
Spencer Alger 434e205681 Revert "moved devServer into a module so that it can be used programmatically"
This reverts commit 7ace826b63.
2014-06-12 15:44:09 -07:00
Spencer Alger 7ace826b63 moved devServer into a module so that it can be used programmatically 2014-06-12 15:43:44 -07:00
Spencer Alger 09346b5339 moved devServer into a module so that it can be used programmatically 2014-06-12 15:43:44 -07:00
Boaz Leskes 4cd3036d25 Use marvel version instead of kibana's for registration logic
Also we care about the marvel one here. Kibana version can stay the same between releases.

Closes #267
2014-06-02 22:24:49 +02:00
Spencer Alger 542febea5e added searching to the visualize app 2014-05-28 21:00:23 -07:00
Spencer Alger 1a93e8331d added searching to the visualize app 2014-05-28 21:00:23 -07:00
Chris Cowan a717a0709b Closes #251 - Added endpoints for registration and purchase confirmation 2014-05-28 10:13:13 -07:00
Spencer Alger f3237ea178 Summary of Changes:
- rounded intervals now come with a "description" property that gives a simple human-readable description of the interval. (ie. "5 hours", "10 sec")
 - auto and scaled buckets now display the interval for the measurements
 - expanded the parsing abilities of `toMs()`
 - renamed `toMS()` to `toMs()`
 - histogram will now use the field's converter for creating the tooltip.
 - date field format added
2014-05-27 14:16:31 -07:00
Spencer Alger dc19e13227 Summary of Changes:
- rounded intervals now come with a "description" property that gives a simple human-readable description of the interval. (ie. "5 hours", "10 sec")
 - auto and scaled buckets now display the interval for the measurements
 - expanded the parsing abilities of `toMs()`
 - renamed `toMS()` to `toMs()`
 - histogram will now use the field's converter for creating the tooltip.
 - date field format added
2014-05-27 14:16:31 -07:00
Chris Cowan ab273cf012 Closes #222 - Added LICENSE.txt to build 2014-05-25 13:41:24 -07:00
Chris Cowan 863ea84c41 New Registration process and Phone Home Feature
- Added new registration flow and 7 day trial for developers
- Added new registration flow for licensees
- Added "Development Trial" and "Development Mode" label
- Added Registration tab in dashboard configuration
- Store settings centrally in Elasticserch for installation wide
  registration and reporting.
- Closes #213
- Closes #216
- Closes #234
2014-05-25 13:20:12 -07:00
Spencer Alger 4b9a5e78b2 update grunt to use 'npm update' instead of 'npm install' 2014-05-22 10:48:20 -07:00
Spencer Alger 622630b462 update grunt to use 'npm update' instead of 'npm install' 2014-05-22 10:48:20 -07:00
Chris Cowan c5a1b61a1c Closes #205 - Refactor split brain logic
Closes #223
2014-05-21 13:27:42 -07:00
Chris Cowan c731b1405f Closes #218 - Fixing getTimelineData to handle closed or bad indices
Closes #219
2014-05-19 08:08:02 -07:00
Rashid Khan f558a50fa7 Make server listen on all interfaces, makes mobile testing easier 2014-05-16 15:42:03 -07:00
Rashid Khan 3c32d1c28f Make server listen on all interfaces, makes mobile testing easier 2014-05-16 15:42:03 -07:00
Rashid Khan 97482bd222 added timepicker test skeleton 2014-05-15 16:03:56 -07:00
Rashid Khan 078a1ef00b added timepicker test skeleton 2014-05-15 16:03:56 -07:00
Spencer Alger 55ff825eec fixed update script for checking out new repo's, removed elasticsearch and k4d3 from bower deps 2014-05-07 16:39:01 -07:00
Spencer Alger 232d45d0a3 fixed update script for checking out new repo's, removed elasticsearch and k4d3 from bower deps 2014-05-07 16:39:01 -07:00
Spencer Alger 9ef934aa0e only run regen in grunt-update if the repo has updated 2014-05-07 15:58:37 -07:00
Spencer Alger 0cb7240e8c only run regen in grunt-update if the repo has updated 2014-05-07 15:58:37 -07:00
Spencer Alger ce9a8bd7b6 use git to manage esjs and k4d3 deps. 2014-05-07 13:05:16 -07:00
Spencer Alger 581ae6d804 use git to manage esjs and k4d3 deps. 2014-05-07 13:05:16 -07:00
Chris Cowan f017ac1afe Removing tests from build 2014-04-26 07:10:26 -07:00
Boaz Leskes 712b203a33 Adding Shard Allocation Panel
- added a (temporary) cluster state event that ships the cluster state without the meta data section
- Updating files to comply with JSHint settings; Adding a way to fake the cluster data
- Adding react.js rendering to shard_allocation
- ClusterState Service & Additional Fixes
  - Created ClusterState service
  - Added EventEmitter2 Library
  - Removed annimations from css (eating up too much cpu)
  - Added option to hide header if embeded
  - Reconfigured system to use update event from ClusterState to update
    the visualiztion
  - Refactored transformers to only use state
  - Reordered nodes and indicies by name
- Add livereload to test:dev
- Add Angular-mocks to test framework
- Added getIndices method and tests
- Moved from state version to state @timestamp
- Cleaned up some potential issues with the $scope in changeData based
  on errors I was seeing in the console.
- Adding player functionality
- Changed identifier for node to ip_port
- Collapse the timeline on nodes/indices dashboard
- Show hidden indices by default Fixes #181
- Extend cover to show popover on wider portion of the timeline (to
  cover the day markers)
- Lower case cluster health status in ClusterEvents
- Adding explain feature to cluster state
- Only displaying the difference of red vs. yellow indexes
- Renamed countByIndices to incrementIndexShardStatusCount
- Renamed getEndPoint to popFirstIndexAndReturnEndpoint
- Updated filterShards to only filter initializing shards that have
  relocating_node set
- Refactored getTimelineData to use size/range for pagination
- Fixed typos
- Optimized the initial render so it does it once instead of twice from
  the init() method and the $clusterState.$on('update')
- Changed all the panel variables to player variables
- Fix a bug with the fastForward feature
- Change Cluster Allocation to Shard Allocation
- Created a lightweight event bus
- Added mouseEnter and mouseLeave events to highlight corresponding
  shards.
2014-04-24 23:04:39 -07:00
Spencer Alger 41083d6ff2 watch _*.less files too 2014-03-12 10:16:56 -07:00
Spencer Alger 53e9bb8198 watch _*.less files too 2014-03-12 10:16:56 -07:00
Chris Cowan 390ea41a7f Build Cleanup
- Reverting changes to sense for sense_settings
- Moving tracking code substitution to analytics.js
- Removing the cross dependencies for Kibana from Sense
2014-03-10 14:38:17 -07:00
Chris Cowan 85c19e4a65 Path changes and reconfiguration for build
- Added override for Sense build to point to build directory
- Changed settings dependency in Sense to sense_settings
- Added dependencies to Sense require.config for Kibana dependencies
- Modified paths to be compatible with build and development enviroment
2014-03-08 10:37:47 -07:00
Chris Cowan 55f806075e Fix #126 Google Analytics
- Added analytics.js to navigation
- Converted $scope.report to $scope.marvelOpts.report in optin html
- Instrumented navigation panel for Google Analytics
- Instrumented sense for Google Analytics
- Moved the Google Analytics tracking code to config.js
- Changed the config.js to use an absolute url for the settings
  dependency since analytics.js needs to reuse the config (only an issue in Sense )
- Moved analytics to the common directory
- Refactored analytics to return an object with a track function for
  fine grain tracking and a pageview for sending the page view
- Added checks around the pageview code to only trigger a pageview()
  when the user has implictly set their optin/optout status (checking
  marvelOpts.version is set)
- Added ga.pageview() to setOptIn() to fire if the user opts in
- Ensuring the cluster report and analytics.js doesnt get sent or load before they make their decission
2014-03-07 15:49:46 -07:00
Spencer Alger 4aa5edfba3 allow disabling of the test watcher 2014-03-07 11:25:40 -07:00
Spencer Alger 84e24a975c allow disabling of the test watcher 2014-03-07 11:25:40 -07:00
Spencer Alger 32aa75712b broke courier tests into many smaller pieces, and setup tests as children of other suites so that we can use mocha's 'grep' functionality more predictably 2014-03-07 10:27:19 -07:00
Spencer Alger a286a0fc00 broke courier tests into many smaller pieces, and setup tests as children of other suites so that we can use mocha's 'grep' functionality more predictably 2014-03-07 10:27:19 -07:00
Spencer Alger e2b8625dbf added 'maybe_start_server' grunt task that will ping to see if a kibana dev server is running, and start one if not. Allows us to run the unit tests via npm test when grunt dev is already running. 2014-03-06 17:37:43 -07:00
Spencer Alger 11652eba2c added 'maybe_start_server' grunt task that will ping to see if a kibana dev server is running, and start one if not. Allows us to run the unit tests via npm test when grunt dev is already running. 2014-03-06 17:37:43 -07:00
Rashid Khan d89c25ff35 remove test from default task 2014-03-06 14:43:07 -07:00
Rashid Khan 4be5aca691 remove test from default task 2014-03-06 14:43:07 -07:00
Spencer Alger d7094d5d6c prevent all files from being instrumented 2014-03-06 11:41:01 -07:00
Spencer Alger 64cd822bd1 prevent all files from being instrumented 2014-03-06 11:41:01 -07:00
Spencer Alger 219bd6753c allow grepping of the coverage report 2014-03-06 11:22:27 -07:00
Spencer Alger 85a420d5a5 allow grepping of the coverage report 2014-03-06 11:22:27 -07:00
Spencer Alger 7be4d61b96 Fixed the test, which required a bit of dependency mapping. Fixed '/' redirect. query string's don't need =true to work. 2014-03-05 22:08:22 -07:00
Spencer Alger a619c0b52b Fixed the test, which required a bit of dependency mapping. Fixed '/' redirect. query string's don't need =true to work. 2014-03-05 22:08:22 -07:00
Spencer Alger 6a8f9dddab added code coverage and couple other things. 2014-03-05 16:56:42 -07:00
Spencer Alger 94c1458c81 added code coverage and couple other things. 2014-03-05 16:56:42 -07:00
Spencer Alger 80922cc5e6 jade task only prepares the "files" template var for templates in the unit test dir and ignores .jade files who's filename start with an underscore.
watch:test only watches the test's js files and runs the tests when they change.
2014-03-05 14:13:23 -07:00
Spencer Alger 40b3021e48 jade task only prepares the "files" template var for templates in the unit test dir and ignores .jade files who's filename start with an underscore.
watch:test only watches the test's js files and runs the tests when they change.
2014-03-05 14:13:23 -07:00
Spencer Alger 8442ac301c added jshint to the grunt config files as well as the test files. 2014-03-03 14:57:47 -07:00
Spencer Alger 0a0c5b69bf added jshint to the grunt config files as well as the test files. 2014-03-03 14:57:47 -07:00
Spencer Alger 6cb518b035 Discovery Panel Skeleton
- renamed calculateIndices files to be calculate_indices
 - hooked up dataSource.getFields() to the mapper, uses source._wrapcb() to properly trigger digest cycles
 - fixed an error handling bug in the search source
 - courier error DocFetchFailure is now just FetchFailure and will be sent from SearchSources as well
 - courier/index_pattern module is now gone
 - fixed a bug in the mapper that improperly triggered errors when a pattern matched multiple indices that had similar fields
 - prototype for discover app is included
 - directives/kbn_view module is now directives/view, the kbn prefix is implied
 - added basic table directive
2014-02-26 10:09:26 -07:00
Spencer Alger 7297c326f1 Discovery Panel Skeleton
- renamed calculateIndices files to be calculate_indices
 - hooked up dataSource.getFields() to the mapper, uses source._wrapcb() to properly trigger digest cycles
 - fixed an error handling bug in the search source
 - courier error DocFetchFailure is now just FetchFailure and will be sent from SearchSources as well
 - courier/index_pattern module is now gone
 - fixed a bug in the mapper that improperly triggered errors when a pattern matched multiple indices that had similar fields
 - prototype for discover app is included
 - directives/kbn_view module is now directives/view, the kbn prefix is implied
 - added basic table directive
2014-02-26 10:09:26 -07:00
Rashid Khan facf1c50c4 Add gridster, move navbar to top fixed, add less compilation to default task. Add dashboard prototype 2014-02-26 09:18:54 -07:00
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