Commit graph

2078 commits

Author SHA1 Message Date
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
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
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
Chris Cowan
f220d87bae Adding .DS_Store; Adding calculateIndices.js 2014-02-24 15:14:31 -07:00
Chris Cowan
6f1fd2cdbc Adding .DS_Store; Adding calculateIndices.js 2014-02-24 15:14:31 -07:00
Spencer Alger
0217b6ccce added connect middleware to grunt's server task 2014-02-24 12:47:00 -07:00
Spencer Alger
010f61575f added connect middleware to grunt's server task 2014-02-24 12:47:00 -07:00
Rashid Khan
12e992be90 Added error for inconsitent mappings, mapper tests 2014-02-22 12:44:09 -05:00
Rashid Khan
713583f700 Added error for inconsitent mappings, mapper tests 2014-02-22 12:44:09 -05:00
Rashid Khan
3f9394c391 - Add mapper to courier
- Add errors for mapper
- Add mapper to resolve and cache field mappings
- Add a couple tests for mapper
- Add some debug output to the kibana controller
2014-02-18 13:32:49 -07:00
Rashid Khan
8eebd792c1 - Add mapper to courier
- Add errors for mapper
- Add mapper to resolve and cache field mappings
- Add a couple tests for mapper
- Add some debug output to the kibana controller
2014-02-18 13:32:49 -07:00
Rashid Khan
4c549809f1 Resolve conflicts, move test server to port 8001 2014-02-14 07:50:32 -07:00
Rashid Khan
03a081850f Resolve conflicts, move test server to port 8001 2014-02-14 07:50:32 -07:00
Rashid Khan
99c5f5d887 Mapper testing 2014-02-14 07:38:23 -07:00
Rashid Khan
32ccc08178 Mapper testing 2014-02-14 07:38:23 -07:00
Spencer Alger
9b41b6aa40 refactored the courier ahead of @rashidkpc work on the Mapper 2014-02-14 00:54:34 -07:00
Spencer Alger
41324b2907 refactored the courier ahead of @rashidkpc work on the Mapper 2014-02-14 00:54:34 -07:00
Rashid Khan
d59079db86 add mapper and tests 2014-02-13 16:54:42 -07:00
Rashid Khan
8cb52b4631 add mapper and tests 2014-02-13 16:54:42 -07:00
Spencer Alger
7f478ea60e merging in latest changes from master 2014-02-13 16:47:20 -07:00
Spencer Alger
86a4d92fe7 merging in latest changes from master 2014-02-13 16:47:20 -07:00
Spencer Alger
082426acc9 moved the courier to the same level as kibana, being that it really is external to the angular app 2014-02-12 14:10:45 -07:00
Spencer Alger
d082d7a358 added base for angular app, incomplete courier still included 2014-02-11 13:58:29 -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