Commit graph

183 commits

Author SHA1 Message Date
Rashid Khan
9ab3caad18 Use upstream 2014-03-24 15:52:39 -07:00
spenceralger
82f2e0933a Merge pull request #25 from spenceralger/saved_search
Saved search
2014-03-24 15:46:39 -07:00
Spencer Alger
fcefbdc478 added saved searches (saved dataSources) 2014-03-24 15:45:54 -07:00
Spencer Alger
e8c3c718d9 added the jsonbath bower component's source 2014-03-24 15:40:15 -07:00
Rashid Khan
a77381f9be Tweaked sorting, added moment-timezone and simple date picker 2014-03-24 15:32:29 -07:00
Rashid Khan
4aeeb1f35b Simplified notifications so they don't overlap any other elements 2014-03-24 15:31:52 -07:00
Rashid Khan
ad8e329a0d no, really fixing 2014-03-24 13:22:58 -07:00
Rashid Khan
613068a2d3 fix linting in visualize 2014-03-24 13:20:57 -07:00
spenceralger
0ba3e1ba6c Merge pull request #24 from spenceralger/visualize_skelly
Visualize skeleton in place
2014-03-21 16:06:36 -07:00
Spencer Alger
38d9115195 Visualize skeleton in place 2014-03-21 16:05:58 -07:00
Rashid Khan
0b11291f59 Add jsonPath 2014-03-19 15:39:28 -07:00
Rashid Khan
98a3773dab Styling tweaks for discover 2014-03-19 15:10:15 -07:00
Rashid Khan
86c5b06854 Fixed path to k4d3 2014-03-19 15:09:01 -07:00
Rashid Khan
481c9588e7 Tweaked layout, moved configs off into config drop down 2014-03-19 15:08:44 -07:00
Rashid Khan
094ebe424e Remove config button 2014-03-19 15:07:52 -07:00
Rashid Khan
189d3c959d Add IP icon 2014-03-19 08:25:21 -07:00
Rashid Khan
58a7321ac9 Added header sorted, tweaked field chooser, started to add type icons 2014-03-18 16:22:02 -07:00
spenceralger
70217c052c Merge pull request #23 from spenceralger/visualize_skelly
save point
2014-03-18 10:53:47 -07:00
Spencer Alger
04a8fc6908 save point while working on Visualize skeleton, random adjustments made elsewhere. 2014-03-18 10:53:11 -07:00
Rashid Khan
d841110fd9 Fix activeApp pattern 2014-03-17 14:03:21 -07:00
Spencer Alger
00820b7489 make stack traces always 100% the width of the alert 2014-03-13 10:48:28 -07:00
spenceralger
bb3ea35a3c Merge pull request #20 from spenceralger/notification_mods
small refactor of the notification service
2014-03-13 10:29:06 -07:00
Spencer Alger
c405860f4a added stack traces and a more button to error type notifications 2014-03-13 10:21:26 -07:00
Spencer Alger
328d420fcc added stacktrace.js to allow cross-browser stack trace capturing 2014-03-13 10:19:56 -07:00
Spencer Alger
85f9912c68 refactor of the notification service, it now exposes a createNotifier() factory to create a mini notification manager that will label errors with the location they originated (optionally allowing more customization of the services behavior 2014-03-13 09:50:56 -07:00
spenceralger
d06d490405 Merge pull request #19 from spenceralger/notification_service
Initial phase of notification service
2014-03-12 11:08:29 -07:00
Spencer Alger
2eb3d843b7 Initial phase of notification service. 2014-03-12 11:05:46 -07:00
Spencer Alger
43605fa819 loosened the tight restraints table imposes to try and ensure smooth rendering 2014-03-12 10:21:16 -07:00
Spencer Alger
608bfe8851 Included more tests for the doc source, expanded the capabilities and configurability of the StubbedClient. 2014-03-12 10:18:51 -07:00
Spencer Alger
53e9bb8198 watch _*.less files too 2014-03-12 10:16:56 -07:00
Spencer Alger
0a163d7e8d hide the contents of the page using "display:none;" to prevent FOUSC before the CSS loads. 2014-03-12 10:12:42 -07:00
Spencer Alger
0f186e6dea Individual DataSource objects can be fetched, which follows the standard courier.fetch code path but only fetches that one doc.
Added the ability to specify a Courier ref that should be fetched.

DataSources now convert Client errors into RequestFailure errors that
provide more user friendly error messages.

Several places where _.each was used were converted to use .forEach for simpler debugging
2014-03-12 10:10:01 -07:00
Spencer Alger
7e8ce4a35c updated less compiler 2014-03-12 09:49:01 -07:00
Spencer Alger
36d67a8c2a added angular-bootstrap dep 2014-03-11 15:40:27 -07:00
Spencer Alger
eb35d0ed84 Added index.html to the project, because we are not building it anymore. 2014-03-07 12:51:48 -07:00
Spencer Alger
84e24a975c allow disabling of the test watcher 2014-03-07 11:25:40 -07:00
Spencer Alger
a286a0fc00 broke courier tests into many smaller pieces, and setup tests as children of other suites so that we can use mocha's 'grep' functionality more predictably 2014-03-07 10:27:19 -07:00
Spencer Alger
eee85c075b courier tests 2014-03-06 17:58:10 -07:00
Spencer Alger
11652eba2c added 'maybe_start_server' grunt task that will ping to see if a kibana dev server is running, and start one if not. Allows us to run the unit tests via npm test when grunt dev is already running. 2014-03-06 17:37:43 -07:00
Spencer Alger
54daaa8dd7 tracked down XHR requests that the tests were cuasing, included some nextTick into the callback handling, tests should be passing properly now 2014-03-06 17:35:08 -07:00
Spencer Alger
988d0b41ac noticed nextTick related errors in mapper tests while investigating a rouge XHR call that is happening 2014-03-06 17:10:26 -07:00
Spencer Alger
738c707dd1 fixed jshint issue in mapper tests 2014-03-06 16:36:56 -07:00
Spencer Alger
67233f993a added ability to link to a line number in the coverage report 2014-03-06 16:36:19 -07:00
Rashid Khan
5daac03c19 Add mapping tests 2014-03-06 15:41:36 -07:00
Rashid Khan
534021c98f Updated method for getting the courier index 2014-03-06 15:41:20 -07:00
Rashid Khan
034d6e4afa Merge remote-tracking branch 'upstream/master' 2014-03-06 14:53:25 -07:00
Spencer Alger
f6b8d74594 copy over properties on overwritten methods 2014-03-06 14:50:19 -07:00
Rashid Khan
90da370cb1 Merge remote-tracking branch 'upstream/master' 2014-03-06 14:45:52 -07:00
Spencer Alger
7bc904ad9e added modify step to the auto-release sinon wrapper 2014-03-06 14:45:20 -07:00
Rashid Khan
4118fceef7 Merge remote-tracking branch 'upstream/master' 2014-03-06 14:43:48 -07:00