Commit graph

5882 commits

Author SHA1 Message Date
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
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 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 bdc13ef706 added comments that explicitly label the modified section, and detail where to find the original code so that we can maintain some parity down the road 2014-02-25 09:07:40 -07:00
Spencer Alger 642d492597 added comments that explicitly label the modified section, and detail where to find the original code so that we can maintain some parity down the road 2014-02-25 09:07:40 -07:00
Rashid Khan 8f8f500d60 Merge pull request #8 from spenceralger/auto_remove_watchers
config.$bind should cleanup after itself
2014-02-25 08:57:46 -07:00
Rashid Khan 1872749c72 Merge pull request #8 from spenceralger/auto_remove_watchers
config.$bind should cleanup after itself
2014-02-25 08:57:46 -07:00
Spencer Alger 6f06dca79f Only refresh a view when the template changes. The ngView directive
was cloned and modified to accomplish this
2014-02-25 08:21:40 -07:00
Spencer Alger 34c7272bad Only refresh a view when the template changes. The ngView directive
was cloned and modified to accomplish this
2014-02-25 08:21:40 -07:00
Spencer Alger 2cc7c136a4 When using config's $bind method, the watcher should be removed automatically when the $scope is destroyed 2014-02-25 08:13:36 -07:00
Spencer Alger 1426acfd6f When using config's $bind method, the watcher should be removed automatically when the $scope is destroyed 2014-02-25 08:13:36 -07:00
Spencer Alger a3aa89d705 justifying use of nextTick 2014-02-25 08:00:03 -07:00
Spencer Alger e608d29d27 justifying use of nextTick 2014-02-25 08:00:03 -07:00
Chris Cowan 2ef005851e Merge pull request #6 from ccowan/master
Adding calculateIndices() Method
2014-02-24 15:03:02 -08:00
Chris Cowan 46b3e0e65e Merge pull request #6 from ccowan/master
Adding calculateIndices() Method
2014-02-24 15:03:02 -08:00
Spencer Alger 869a783e86 removed less-middleware dep 2014-02-24 15:48:12 -07:00
Spencer Alger fa95593ed9 removed less-middleware dep 2014-02-24 15:48:12 -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
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
Chris Cowan 7757cc98ab Adding checks for arguments 2014-02-24 15:26:11 -07:00
Chris Cowan 5713805143 Adding checks for arguments 2014-02-24 15:26:11 -07:00
Spencer Alger 193f4f999f Reworked the examples app to be a better example of how other apps could be formatted 2014-02-24 15:18:34 -07:00