Commit graph

45101 commits

Author SHA1 Message Date
Boaz Leskes e5402f59ba Implemented all 1.0 breaking changes 2014-02-17 16:00:42 +01:00
Boaz Leskes 875aa625e0 Added autocomplete support for url query strings parameters
Add params for search, single doc APIs & _cat

Closes #119
2014-02-17 11:44:18 +01:00
Boaz Leskes fd128a52e8 Introduced a pattern based url auto complete backend 2014-02-16 21:36:30 +01: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
Boaz Leskes 8a0136d8d2 Copy kibana/vendor/kibana/.git folder while building to give kibana build system the right revisions 2014-02-14 15:52:50 +01: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
Boaz Leskes 281bb79432 Do not move to end request when auto indenting 2014-02-11 10:33:46 +01:00
Boaz Leskes faed2ae390 Server input was not set upon server change in es.js 2014-02-11 10:00:53 +01: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
Boaz Leskes ea5d764f14 Indexing Rate Primaries chart should use primaries.indexing.index_total
Closes #116
2014-02-10 16:31:28 +01:00
Boaz Leskes 505843b095 Auto-completing a quoted term would wrongly filter suggestions with an extra quote 2014-02-10 13:29:11 +01:00
Boaz Leskes 17a5a5eb0b Better override of Ace autocomplete token resolution to avoid flickering in the case no autocomplete options are available. 2014-02-09 22:48:00 +01:00
Boaz Leskes fc514d5371 Added yaml output highlighting
Closes #100
2014-02-09 09:36:46 +01:00
Boaz Leskes 437f6cbba5 Added basic Cat API support to the KB
also added pending tasks to the cluster API kb.

Closes #113
2014-02-09 09:30:56 +01: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
Rashid Khan c247832a86 Added split brain message 2014-02-06 14:04:36 -07:00
Rashid Khan 7dfa660f3f resolve conflict 2014-02-06 13:44:00 -07:00
Rashid Khan ee0f58239b Mute table on stale rows, add master indication 2014-02-06 13:43:03 -07:00
Boaz Leskes 4dff3c5ee4 Fixed wrong kibanaRevision 2014-02-06 20:20:45 +01:00
Boaz Leskes ea997817c3 linting 2014-02-06 19:17:15 +01:00
Boaz Leskes 86b0a8c787 Merge branch 'feature/sense_1.0.0_api'
Added Aggregations to KB
Lazy load API
Encapsulated ES calls into an es module. Introduced api_1_0 (currently a copy of api_0_90) .
Version is auto detected and set based on GET / .
2014-02-06 19:16:47 +01:00
Boaz Leskes ddf93e8402 Added Aggregations to KB
Closes #110
2014-02-06 19:04:36 +01:00
Boaz Leskes 7bec33f766 Updated readme file 2014-02-06 11:07:36 +01:00
Rashid Khan ce01f7d5d0 Fix linting 2014-02-05 16:41:43 -07:00
Rashid Khan 94e16ad496 Add/remove whitespace 2014-02-05 16:34:47 -07:00
Rashid Khan f7c92a7053 Merge remote-tracking branch 'upstream/master' into staleRows 2014-02-05 16:32:38 -07:00
Rashid Khan 98fd574359 Resolve conflicts, add stale node/index indication 2014-02-05 16:32:28 -07:00