Commit graph

11053 commits

Author SHA1 Message Date
Spencer Alger 4307ae44a5 - the mapper's getFields() related functions will always return copies of the fields in cache
- the mapper now normalizes type names (ie. float, double, integer, long, short, byte, and token_count are now all just number)
 - basic discover skelly
 - kbnTable directive is a bit quicker
 - applications must emit an 'application.load' event to get the courier started
 - applications no longer need to create their own modules, as kibana will create them automatially (makes load order within an app insignificant)
2014-02-27 14:28:07 -07:00
Spencer Alger 8a48e0e7ee - the mapper's getFields() related functions will always return copies of the fields in cache
- the mapper now normalizes type names (ie. float, double, integer, long, short, byte, and token_count are now all just number)
 - basic discover skelly
 - kbnTable directive is a bit quicker
 - applications must emit an 'application.load' event to get the courier started
 - applications no longer need to create their own modules, as kibana will create them automatially (makes load order within an app insignificant)
2014-02-27 14:28:07 -07:00
Spencer Alger d6a28615ad moved font-awesome into the main.less/css file 2014-02-27 14:16:09 -07:00
Spencer Alger db91c15aca moved font-awesome into the main.less/css file 2014-02-27 14:16:09 -07:00
Rashid Khan dc9eb13d7c Move default panel components to directive 2014-02-27 13:47:42 -07:00
Rashid Khan 4ca6b67cca Move default panel components to directive 2014-02-27 13:47:42 -07:00
Rashid Khan 18486b8fbe Remove inline style 2014-02-27 13:47:24 -07:00
Rashid Khan 076e81f52f Remove inline style 2014-02-27 13:47:24 -07:00
Rashid Khan 706978be38 Merge remote-tracking branch 'upstream/master' 2014-02-27 12:20:33 -07:00
Rashid Khan 1ed565c096 Merge remote-tracking branch 'upstream/master' 2014-02-27 12:20:33 -07:00
Rashid Khan 557477e729 Style tweaks, add save/load. Refactor directive 2014-02-27 12:20:23 -07:00
Rashid Khan 6d26b6b5a3 Style tweaks, add save/load. Refactor directive 2014-02-27 12:20:23 -07:00
Spencer Alger 0dc5159cd8 several subtle adjustments made to the courier, and a couple to the mapper, as lessons were learned 2014-02-27 12:04:26 -07:00
Spencer Alger a499a8e2e0 several subtle adjustments made to the courier, and a couple to the mapper, as lessons were learned 2014-02-27 12:04:26 -07:00
Rashid Khan 9955638c4e Refactor into isolate scope, add params object, add add/remove. Skeleton for panel directive 2014-02-26 16:51:37 -07:00
Rashid Khan 49e51e2e20 Refactor into isolate scope, add params object, add add/remove. Skeleton for panel directive 2014-02-26 16:51:37 -07:00
Rashid Khan c4c14f15f2 Merge pull request #14 from rashidkpc/master
Refactor into isolate scope, add params object, add add/remove. Skeleton...
2014-02-26 16:50:39 -07:00
Rashid Khan 25282fcbd8 Merge pull request #14 from rashidkpc/master
Refactor into isolate scope, add params object, add add/remove. Skeleton...
2014-02-26 16:50:39 -07:00
Rashid Khan 2a2ac4e94c Change from static to fixed navbar 2014-02-26 14:29:32 -07:00
Rashid Khan b58b604889 Change from static to fixed navbar 2014-02-26 14:29:32 -07:00
Rashid Khan 54d0da8271 Resolve conflicts in bower and less 2014-02-26 14:11:16 -07:00
Rashid Khan b82b898f68 Resolve conflicts in bower and less 2014-02-26 14:11:16 -07:00
Rashid Khan bd94e85f77 Add font-awesome 2014-02-26 14:05:09 -07:00
Rashid Khan df28dc5934 Add font-awesome 2014-02-26 14:05:09 -07:00
spenceralger aa4d978892 Merge pull request #13 from spenceralger/discover_skeleton
Discovery Panel Skeleton
2014-02-26 10:10:07 -07:00
spenceralger 4b6eb85c2e Merge pull request #13 from spenceralger/discover_skeleton
Discovery Panel Skeleton
2014-02-26 10:10:07 -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
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 da9d6a14ed renamed calculateIndices files to be calculate_indices, convention 2014-02-26 09:39:06 -07:00
Spencer Alger 661d89f741 renamed calculateIndices files to be calculate_indices, convention 2014-02-26 09:39:06 -07:00
Spencer Alger 339853e18a added requirejs-text bower component 2014-02-26 09:33:55 -07:00
Spencer Alger 436bb87ffc added requirejs-text bower component 2014-02-26 09:33:55 -07:00
Rashid Khan f17ca78f1a Merge pull request #12 from rashidkpc/master
Dashboard, layout tweaks
2014-02-26 09:21:04 -07:00
Rashid Khan 82c12c22f2 Merge pull request #12 from rashidkpc/master
Dashboard, layout tweaks
2014-02-26 09:21:04 -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
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 d966e30214 Fix linting and make sure tests pass UTC moment objects 2014-02-25 15:43:20 -07:00
Rashid Khan b2f1f42085 Fix linting and make sure tests pass UTC moment objects 2014-02-25 15:43:20 -07:00
Rashid Khan ca9cbfc3a7 Merge pull request #11 from rashidkpc/master
Fix linting and make sure tests pass UTC moment objects
2014-02-25 15:42:33 -07:00
Rashid Khan 816d280eec Merge pull request #11 from rashidkpc/master
Fix linting and make sure tests pass UTC moment objects
2014-02-25 15:42:33 -07:00
Spencer Alger d9314c29e9 added defaultAppId 2014-02-25 15:10:59 -07:00
Spencer Alger 97da79c01c added defaultAppId 2014-02-25 15:10:59 -07:00
Spencer Alger 3d857be057 a bad merge required fixing 2014-02-25 13:30:44 -07:00
Spencer Alger 6296dcded2 a bad merge required fixing 2014-02-25 13:30:44 -07:00
Spencer Alger 96f3d3e3b3 Merge branch 'template_based_view_refresh'
Closes #7
2014-02-25 13:18:59 -07:00
Spencer Alger b637921a49 Merge branch 'template_based_view_refresh'
Closes #7
2014-02-25 13:18:59 -07:00
spenceralger 861ff58b48 Merge pull request #10 from spenceralger/hard_bootstrap
Removed the async_module utility
2014-02-25 13:04:02 -07:00
spenceralger cdda4b08d1 Merge pull request #10 from spenceralger/hard_bootstrap
Removed the async_module utility
2014-02-25 13:04:02 -07:00
Spencer Alger cc4274a9e7 Removed the async_module utility.
Now the only way to use angular pieces is if they are loaded before bootstrap.
2014-02-25 12:59:18 -07:00
Spencer Alger 01ecd3a83e Removed the async_module utility.
Now the only way to use angular pieces is if they are loaded before bootstrap.
2014-02-25 12:59:18 -07:00