Commit graph

5795 commits

Author SHA1 Message Date
Spencer Alger
929ba84d6f rather than creating modules explicitly, it is done on demand by the modules util. This allows tests to load modules without needing to load the actual kibana app 2014-03-05 17:23:35 -07:00
Spencer Alger
93a44f2668 rather than creating modules explicitly, it is done on demand by the modules util. This allows tests to load modules without needing to load the actual kibana app 2014-03-05 17:23:35 -07:00
Spencer Alger
94c1458c81 added code coverage and couple other things. 2014-03-05 16:56:42 -07:00
Spencer Alger
6a8f9dddab added code coverage and couple other things. 2014-03-05 16:56:42 -07:00
Spencer Alger
4bfd08e147 modified testing dir jshint rules to use 'white' formatting, and fixed style issues 2014-03-05 14:06:10 -07:00
Spencer Alger
f5ba7bcdda modified testing dir jshint rules to use 'white' formatting, and fixed style issues 2014-03-05 14:06:10 -07:00
Spencer Alger
ee7d2b9c6e updated jshint config to use 'node: true' at the root of the project, and switch to 'node: false' within the test and src dirs 2014-03-04 11:54:56 -07:00
Spencer Alger
5b9d739036 updated jshint config to use 'node: true' at the root of the project, and switch to 'node: false' within the test and src dirs 2014-03-04 11:54:56 -07:00
Rashid Khan
18ccb896a3 Add first tests for dashboard controller 2014-03-04 10:05:08 -07:00
Rashid Khan
43f1a315bb Add first tests for dashboard controller 2014-03-04 10:05:08 -07:00
Rashid Khan
1ea7a93cad Added angular-mocks 2014-03-04 10:04:47 -07:00
Rashid Khan
cf27276a6d Added angular-mocks 2014-03-04 10:04: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
8442ac301c added jshint to the grunt config files as well as the test files. 2014-03-03 14:57:47 -07:00
Rashid Khan
2b552ca536 Added missing bower components to bower.json 2014-03-03 14:47:07 -07:00
Rashid Khan
6ce12dd953 Added missing bower components to bower.json 2014-03-03 14:47: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
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