Commit graph

9400 commits

Author SHA1 Message Date
Spencer Alger 9b7354795d updates to the courier to properly support doc based fetch and related improvements 2014-02-22 12:09:44 -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
Spencer Alger 65d8df1784 added async bower component 2014-02-19 12:26:14 -07:00
Spencer Alger 0929c34fed added async bower component 2014-02-19 12:26:14 -07:00
Rashid Khan aaa686f653 Keep upstream changes 2014-02-18 13:40:56 -07:00
Rashid Khan 91b3e20f7a Keep upstream changes 2014-02-18 13:40:56 -07: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
Spencer Alger 2790081903 [Courier] switched the promise.playNice call to wrap the new methods 2014-02-18 09:36:07 -07:00
Spencer Alger e2c26573f1 [Courier] switched the promise.playNice call to wrap the new methods 2014-02-18 09:36:07 -07:00
Spencer Alger 3f77a74da4 [Courier] Added a .doIndex() method for DocSources, moved .update() to .doUpdate() 2014-02-18 09:34:01 -07:00
Spencer Alger 9a33502ddb [Courier] Added a .doIndex() method for DocSources, moved .update() to .doUpdate() 2014-02-18 09:34:01 -07:00
Spencer Alger a46e0d44bb [Courier] added source.get() and a stub for ._resolveIndexPattern() 2014-02-18 09:34:01 -07:00
Spencer Alger 40104eadda [Courier] added source.get() and a stub for ._resolveIndexPattern() 2014-02-18 09:34:01 -07:00
Spencer Alger d71ff32a83 [Courier] added errors for VersionConflicts and DocFetchFailures 2014-02-18 09:33:55 -07:00
Spencer Alger 99b510b174 [Courier] added errors for VersionConflicts and DocFetchFailures 2014-02-18 09:33:55 -07:00
Spencer Alger 7781b50131 [Courier] properly propogate errors from the source to the courier, using it's new _error method 2014-02-18 09:33:39 -07:00
Spencer Alger 77db7177b1 [Courier] properly propogate errors from the source to the courier, using it's new _error method 2014-02-18 09:33:39 -07:00
Spencer Alger 73ab3b8450 [Courier] prevent fetch from running when there are no sources of that type 2014-02-18 09:32:52 -07:00
Spencer Alger 7258db2a2e [Courier] prevent fetch from running when there are no sources of that type 2014-02-18 09:32:52 -07:00
Spencer Alger 5d14a56cbb updated elasticsearch dep 2014-02-18 07:31:49 -07:00
Spencer Alger e15b996091 updated elasticsearch dep 2014-02-18 07:31:49 -07:00
Rashid Khan a4274ab4b1 Merge pull request #3 from rashidkpc/master
Move test server to port 8001
2014-02-14 07:52:57 -07:00
Rashid Khan a8129e1fc0 Merge pull request #3 from rashidkpc/master
Move test server to port 8001
2014-02-14 07:52:57 -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
spenceralger b890858727 Merge pull request #2 from spenceralger/master
refactored the courier
2014-02-14 01:10:49 -07:00
spenceralger 9d7ed10aaf Merge pull request #2 from spenceralger/master
refactored the courier
2014-02-14 01:10:49 -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
Rashid Khan 8da32abf6a Merge pull request #1 from rashidkpc/master
Ad jshint grunt task, point couier-test at _all
2014-02-13 10:39:50 -07:00
Rashid Khan 150ceaef93 Merge pull request #1 from rashidkpc/master
Ad jshint grunt task, point couier-test at _all
2014-02-13 10:39:50 -07:00
Spencer Alger 55cd2bea36 added placeholder for IndexPattern logic, will finish later 2014-02-12 16:05:41 -07:00
Rashid Khan c608bfa141 Point courier-test at _all 2014-02-12 15:31:27 -07:00
Rashid Khan 63ebfd9852 Add default jshint grunt task. Remove promise from mapper 2014-02-12 15:05:34 -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 8e3aee427d updated the es dependency 2014-02-11 17:49:40 -07:00
Spencer Alger d082d7a358 added base for angular app, incomplete courier still included 2014-02-11 13:58:29 -07:00
Spencer Alger e290b94927 added angular and angular-route deps, removed eventEmitter 2014-02-11 13:56:37 -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
Spencer Alger 587786b2b5 removed previous boilerplate 2014-02-06 16:32:11 -07:00
Spencer Alger fc30f87883 including the bower_components in the repo 2014-02-06 16:30:33 -07:00
Spencer Alger a6742be90a initial commit 2014-02-06 16:29:19 -07:00