Commit graph

5882 commits

Author SHA1 Message Date
Rashid Khan 5672432889 Use (reference) instead of building in entire bootstrap.css 2014-02-28 13:21:28 -07:00
Spencer Alger 9b99c18b0f adding the template for the global config 2014-02-28 13:19:46 -07:00
Spencer Alger 28d1055dd4 adding the template for the global config 2014-02-28 13:19:46 -07:00
Rashid Khan 7f1f6c6fb9 Added application-APPNAME class to body 2014-02-28 13:08:06 -07:00
Rashid Khan 8b7921e873 Added application-APPNAME class to body 2014-02-28 13:08:06 -07:00
Rashid Khan 47f44436a9 Rename camel cased files to snake 2014-02-28 09:17:53 -07:00
Rashid Khan f7f16d6396 Rename camel cased files to snake 2014-02-28 09:17:53 -07:00
Rashid Khan c57d38fb52 Merge remote-tracking branch 'upstream/master' 2014-02-28 09:06:31 -07:00
Rashid Khan 0b53e7751b Merge remote-tracking branch 'upstream/master' 2014-02-28 09:06:31 -07:00
Rashid Khan 206c0b4f08 add container fluid so nav config looks ok on mobile 2014-02-28 09:06:20 -07:00
Rashid Khan 85445fa587 add container fluid so nav config looks ok on mobile 2014-02-28 09:06:20 -07:00
Spencer Alger 81fa4337e1 added refresh interval settings to the main kibana nav bar, config directive makes the configObject available by it's name on it's iso scope 2014-02-28 09:00:44 -07:00
Spencer Alger 4710ccf447 added refresh interval settings to the main kibana nav bar, config directive makes the configObject available by it's name on it's iso scope 2014-02-28 09:00:44 -07:00
Rashid Khan ffb06cb16a Merge remote-tracking branch 'upstream/master' 2014-02-28 08:56:02 -07:00
Rashid Khan 51c331f236 Merge remote-tracking branch 'upstream/master' 2014-02-28 08:56:02 -07:00
Rashid Khan 9b8e5e1249 Move CSS for config to main stylesheet 2014-02-28 08:55:50 -07:00
Rashid Khan 582ca71b10 Move CSS for config to main stylesheet 2014-02-28 08:55:50 -07:00
Rashid Khan 5e6cc7979d Break out index.js into seperate directories and files 2014-02-28 08:55:27 -07:00
Rashid Khan fd77870f90 Break out index.js into seperate directories and files 2014-02-28 08:55:27 -07:00
Rashid Khan bc89b88148 Merge pull request #16 from rashidkpc/master
Add config directive
2014-02-27 16:57:50 -07:00
Rashid Khan c3cdb84536 Merge pull request #16 from rashidkpc/master
Add config directive
2014-02-27 16:57:50 -07:00
Rashid Khan 360a1f2821 Add configSubmit, make dashboard app broadcast 'application.load', don't recreate dashboard module 2014-02-27 16:53:17 -07:00
Rashid Khan cfe3257cfb Add configSubmit, make dashboard app broadcast 'application.load', don't recreate dashboard module 2014-02-27 16:53:17 -07:00
Rashid Khan ac9d7ef299 Merge remote-tracking branch 'upstream/master' 2014-02-27 16:42:56 -07:00
Rashid Khan 3aaf729692 Merge remote-tracking branch 'upstream/master' 2014-02-27 16:42:56 -07:00
Rashid Khan 1989d77275 Added config directive 2014-02-27 16:42:49 -07:00
Rashid Khan f736b97f5a Added config directive 2014-02-27 16:42:49 -07:00
spenceralger 61eb549b59 Merge pull request #15 from spenceralger/discover_crud
On the road to setting up the discover skelly
2014-02-27 14:35:30 -07:00
spenceralger 14cdb49be7 Merge pull request #15 from spenceralger/discover_crud
On the road to setting up the discover skelly
2014-02-27 14:35:30 -07:00
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