Commit graph

1445 commits

Author SHA1 Message Date
Joe Fleming
4ac5d97329 remove scope.apply
jquery loading race condition was fixed
2015-05-01 10:19:26 -07:00
Joe Fleming
b5b406ffb5 Merge branch 'master' into pinned-filters 2015-05-01 10:18:49 -07:00
Spencer Alger
babcf342ba [test runner] angular requires that jquery loads first 2015-05-01 09:59:15 -07:00
Joe Fleming
3359b76796 make the filterbar tests pass
there was a strange race condition that seemingly only adding a next tick would fix

le sigh
2015-04-30 17:48:35 -07:00
Joe Fleming
3e821580c3 remove all the old, no longer used filter_bar tests 2015-04-30 16:18:23 -07:00
Rashid Khan
8a28a2bb2f test no data condition for buttons 2015-04-30 16:03:26 -07:00
Joe Fleming
a2913d680c add tests for getting specific state filters 2015-04-30 16:01:47 -07:00
Joe Fleming
c79f2c12a8 add tests for pinning filters, fix force and pinAll bugs 2015-04-30 16:01:18 -07:00
Rashid Khan
1d35ea8d31 Add tests, speed up tilemap tests 2015-04-30 15:47:24 -07:00
Chris Cowan
29a10dba59 Adding comments and making it so plugins can publish config settings 2015-04-30 15:27:11 -07:00
Joe Fleming
42248393d9 add tests for filter inverting 2015-04-30 14:51:46 -07:00
Joe Fleming
3ef527f170 add tests around filter toggling 2015-04-30 13:44:51 -07:00
Joe Fleming
67daea5493 add tests for removing filters 2015-04-30 11:57:40 -07:00
Shelby Sturgis
0cbcb99be6 Merge branch 'master' into fixed_scales
Conflicts:
	src/kibana/plugins/vis_types/controls/vislib_basic_options.html
	src/kibana/plugins/vis_types/vislib/area.js
	src/kibana/plugins/vis_types/vislib/histogram.js
	src/kibana/plugins/vis_types/vislib/line.js
2015-04-30 14:44:47 -04:00
Shelby Sturgis
7ba54eca2f removing duplicate file, adding functionality for choosing min and max values for y-axis using HTML5 validation 2015-04-30 14:04:19 -04:00
Chris Cowan
2ef713170e Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-04-30 10:36:48 -07:00
Joe Fleming
158fd830a8 restructure queryFilter tests, add tests
added tests around adding filters, moved mutate test to adding filters tests
2015-04-30 09:01:12 -07:00
Juan Thomassie
93478d8997 Merge branch 'master' into tilemap-heatmap 2015-04-30 10:18:19 -05:00
Juan Thomassie
9f4b405987 removed methods, formatter, styles, params related to #3717 tilemap-tooltip 2015-04-30 10:02:42 -05:00
Spencer Alger
9caa81482c [object.routes] move away from precomputed routes
A circular dependency was discovered in the Doc AppController tests, because it was stubbing
$route and required the IndexPattern class. The dependency path was something like:

$route -> IndexPattern -> Field -> kbnUrl -> $route

While investigating solutions for this I noticed two things: we require kbnUrl both
in the object classes where urls are precomputed and in the controllers/directives
where we redirect/change the url, we needed error-prone logic to recompute the urls
when their dependencies change.

To simplify things and solve the circular dep, the indexPattern and field objects now just
expose a .routes property that has named route patterns. These patterns expect to receive
the object they describe in order to create the route. kbnUrl was also updated with helper
functions for this:

```
kbnUrl.getRouteUrl(indexPattern, 'edit') -> '#/settings/indices/logstash-*'
kbnUrl.redirectToRoute(indexPattern, 'indexedFields')
kbnUrl.changeToRoute(field, 'edit')
```
2015-04-30 03:16:57 -07:00
Joe Fleming
42184fa023 move filter reconcile code to watchers
update tests to crank the digest loop so matching filters are reconciled
2015-04-29 16:08:53 -07:00
Joe Fleming
7955cf61ff fix matching enable issue in filter manager, add test 2015-04-29 15:41:31 -07:00
Spencer Alger
874c32e01b [fieldFormat] refactor contentTypes, text is now the default 2015-04-29 14:55:19 -07:00
Spencer Alger
9e8eb3aecb [indexPattern] added support for per-field formatting to help discover performance 2015-04-29 13:49:00 -07:00
Chris Cowan
76ddea6e99 Completing plugin system 2015-04-28 20:21:28 -07:00
Shelby Sturgis
7b9d9a4bed Merge branch 'master' into fix/3604
Conflicts:
	src/kibana/plugins/vis_types/controls/vislib_basic_options.html
2015-04-28 22:51:03 -04:00
Shelby Sturgis
d945156cf5 Merge branch 'master' into enhancement/3155
Conflicts:
	src/kibana/components/vislib/visualizations/tile_map.js
2015-04-28 22:46:38 -04:00
Shelby Sturgis
55fa3f5d66 Merge branch 'master' into fix/3560 2015-04-28 22:25:27 -04:00
Joe Fleming
199b344ed5 update deduping tests, add tests for queryFilter getters 2015-04-28 15:19:25 -07:00
Joe Fleming
f4f65662b5 [mockState] allow passing in default values 2015-04-28 15:16:27 -07:00
Spencer Alger
8d3d6d51e8 Merge branch 'add/yAxisFormatter' into fieldFormatting 2015-04-28 14:17:05 -07:00
Juan Thomassie
e1c901442c Merge branch 'master' into tilemap-heatmap 2015-04-28 14:56:19 -05:00
Chris Cowan
2ff889cd9e Merge pull request #3655 from chevin99/master
Multiple slashes in visualization name re-directs to default app
2015-04-28 10:23:38 -07:00
Spencer Alger
d95b99b514 Merge branch 'master' of github.com:elastic/kibana into bindconfigvars 2015-04-28 09:17:24 -07:00
Rashid Khan
87299c5582 Merge pull request #3681 from stormpython/fix/3676
Fixes highlighting of numeric labels in the legend
2015-04-28 08:16:47 -07:00
Shelby Sturgis
70396e10f8 Merge branch 'master' into fix/3604 2015-04-27 18:08:36 -04:00
Spencer
07ecb1b1ee Merge pull request #3515 from stormpython/time-marker
Time marker
2015-04-27 14:32:14 -07:00
Spencer Alger
3874abab4d [config] added tests! 2015-04-27 14:05:56 -07:00
Spencer Alger
9a1dc07942 Merge branch 'fix/multiWatchRaceCondition' into fieldFormatting 2015-04-27 13:43:27 -07:00
Spencer Alger
d57f41e00c [$scope.$watchMulti] added unwatch return function 2015-04-27 13:39:57 -07:00
Spencer Alger
a3bf70a85c [fieldEditor] added some tests
also fixed a bug here and bug there. No biggy
2015-04-24 18:40:37 -07:00
Spencer Alger
0977e26e82 Merge branch 'fix/multiWatchRaceCondition' into fieldFormatting 2015-04-24 17:41:29 -07:00
Spencer Alger
0759c97dc0 [$multiWatch] simplified the code and fixed a race condition 2015-04-24 17:39:53 -07:00
Joe Fleming
e06c401c65 fix bug in filter manager, update test 2015-04-24 17:39:15 -07:00
Joe Fleming
4f945d690c turn the globalState service fixture into a MockState class, update url tests 2015-04-24 17:28:57 -07:00
Joe Fleming
7936f8482d Merge branch 'master' into pinned-filters
Conflicts:
	src/kibana/components/courier/saved_object/saved_object.js
	src/kibana/plugins/dashboard/index.js
2015-04-24 17:02:12 -07:00
Joe Fleming
7b8cdf7fca initial query filter tests 2015-04-24 15:20:47 -07:00
Joe Fleming
51eea3d083 remove old tests 2015-04-24 15:16:00 -07:00
Juan Thomassie
459bab4d1c removed pinMarkers method and mapType for Pins from tests 2015-04-24 17:13:07 -05:00
Juan Thomassie
69c1e2803c Merge branch 'master' into tilemap-heatmap 2015-04-24 16:53:50 -05:00
Juan Thomassie
b008449624 added many tests, fixed a couple of methods related to heatmap due to prelim test failures 2015-04-24 16:42:07 -05:00
Shelby Sturgis
5311b12b35 adding tests, fixing pinMarker test failure 2015-04-24 15:55:36 -04:00
Shelby Sturgis
fba3f34c2d Closes #3676. Fixes issue with legend not properly highlighting chart with numeric labels 2015-04-24 14:20:07 -04:00
Spencer Alger
433629c65b [$scope.$bind] mimic isolate binding better, mas tests
While working to move the fieldFormatEditor into a more isolated directive
I needed the ability to change which scope was being bound to, and get a
carried away. In the end, fixed bind to more closely mimic the [angular
code](b041b66475/src/ng/compile.js (L1490-L1520))
that does this for isolate directives.

Also, added tests to prove that it works.
2015-04-24 11:19:13 -07:00
Spencer Alger
4e080604ff [routes] fix test that used #addResolves 2015-04-23 17:02:47 -07:00
Spencer Alger
c55c959ecd [stringify] added unit tests for default field types 2015-04-23 16:39:55 -07:00
Spencer Alger
b2f71f7017 [registry/fieldFormats] clean up api to make Type/instance line clearer 2015-04-23 16:08:22 -07:00
Chris Cowan
c12e80c615 Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-04-23 15:52:39 -07:00
Joe Fleming
d7460f6bdf update onlyDisabled tests to match expectations 2015-04-23 15:10:59 -07:00
Joe Fleming
aee8daaba8 Merge pull request #3626 from lukasolson/issues/3539
Fix issue with adding word breaks inside html characters
2015-04-22 17:15:11 -07:00
Chris Cowan
3aa5ba2ec6 Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-04-22 08:41:00 -07:00
Spencer Alger
631eb95f7a [settings/indices] merged the scripted field editor and the normal field editor 2015-04-21 14:30:49 -07:00
Spencer Alger
12cd11ec08 Merge branch 'master' of github.com:elastic/kibana into percentileAndValueUiCombo 2015-04-21 13:29:13 -07:00
Spencer Alger
2d2fdee0c2 Merge branch 'master' of github.com:elastic/kibana into fieldFormatting 2015-04-20 14:15:24 -07:00
lukasolson
5c772d8c14 Fix issue with adding word breaks inside html characters 2015-04-17 17:04:22 -07:00
Shelby Sturgis
ea9129775e Merge branch 'master' into fix/3604 2015-04-17 15:42:57 -04:00
Shelby Sturgis
36d34aefc8 Merge branch 'master' into fixed_scales 2015-04-17 15:41:30 -04:00
Shelby Sturgis
4f0cf423e5 Merge branch 'master' into time-marker 2015-04-17 15:41:06 -04:00
Shelby Sturgis
43a7f2bae2 Merge branch 'master' into fix/3560
Conflicts:
	src/kibana/components/vislib/visualizations/_chart.js
2015-04-17 15:40:35 -04:00
Shelby Sturgis
35e0f86e3a adding tests 2015-04-17 15:34:58 -04:00
Rashid Khan
e319a4b578 Merge pull request #3564 from stormpython/destroy_charts_properly
Destroy charts properly
2015-04-16 14:02:00 -07:00
Spencer
2367a8b3cd Merge pull request #3570 from spalger/fix/3231
Fix/3231
2015-04-16 11:06:53 -07:00
Shelby Sturgis
40dd93cacb fixing issue with defaultYExtents not working, added tests to ensure there are no regressions 2015-04-16 10:38:47 -04:00
Shelby Sturgis
297754d8ca correcting test: 2015-04-15 22:21:41 -04:00
Joe Fleming
706fac455f update pinned tests, fix dupe/de-dupe functionality and verify via tests 2015-04-15 15:20:50 -07:00
Shelby Sturgis
43955b2d8e Merge branch 'master' into destroy_charts_properly 2015-04-15 17:23:34 -04:00
Shelby Sturgis
54ca084475 fixed the over selection issue and added tests to make sure when a visualization is destroyed, it only destroys the charts in its own div 2015-04-15 17:13:20 -04:00
Joe Fleming
ea1cd766f4 add fix and test for passing nothing into processGlobalFilters 2015-04-15 13:53:45 -07:00
Joe Fleming
10ff03d54d remove duplicate filter toggle tests 2015-04-15 13:39:04 -07:00
Shelby Sturgis
d0a41f447e fixed error with vis.hasSchemaAgg, removed styling from less file, only instantiate time marker when addTimeMarker is true, times array now encodes time, color, class, opacity, and width options, refined tests 2015-04-15 15:41:16 -04:00
Joe Fleming
0554d7a531 Merge branch 'master' into pinned-filters
Conflicts:
	src/kibana/plugins/discover/controllers/discover.js
	src/kibana/plugins/visualize/editor/editor.js
	test/unit/fixtures/logstash_fields.js
	test/unit/specs/apps/discover/directives/field_chooser.js
	test/unit/specs/components/filter_bar/filterAppliedAndUnwrap.js
	test/unit/specs/components/filter_bar/toggleAll.js
	test/unit/specs/components/filter_bar/toggleFilter.js
2015-04-15 11:29:52 -07:00
Shelby Sturgis
661dea1e77 Merge branch 'master' into time-marker 2015-04-15 10:50:42 -04:00
Spencer
621511c795 Merge pull request #3584 from jdve/fix-conflicted-object-flattening
[indexPattern/flattenSearchResponse] flatten conflicting objects
2015-04-14 18:43:43 -07:00
Spencer Alger
b70618dada [visualize/editor] fix tests that created vis-editor-agg directives 2015-04-14 18:14:37 -07:00
Spencer Alger
57615f38df [numberList] get only the valid values for testing 2015-04-14 18:14:02 -07:00
Joe Fleming
cfb72900d0 fix tests - test for data-label on all chart types 2015-04-14 16:32:13 -07:00
Van Eenwyk, Jonathan
c61ae9b072 [indexPattern/flattenSearchResponse] flatten conflicting objects
When flattening hits containing conflicting types, continue to
recursively flatten the object if possible, rather than simply ending
with a complex object.  This fixes a problem when a conflicting type
effectively "hides" nested fields.  For example, if "a" is conflicted
(because sometimes it's an object and sometimes it's a native value),
without this change "a.x" will be hidden from the results, even though
it's only an object-level conflict.  The "a.x" field itself should
appear in the flatten hit as a separate field.
2015-04-14 16:38:40 -06:00
Spencer Alger
1a7430699b Merge branch 'master' of github.com:elastic/kibana into percentileAndValueUiCombo 2015-04-14 14:14:37 -07:00
Joe Fleming
313583c70d remove colorToClass tests 2015-04-13 16:40:26 -07:00
Spencer Alger
2808370392 [util/objDefine] rename #flag to #comp 2015-04-13 15:05:25 -07:00
Spencer Alger
d40f56a063 [util/objDefine] disable a test in Phantom because of a bug it has 2015-04-13 13:14:46 -07:00
Spencer Alger
f79aa5fd77 [indexPattern/flattenHits] ignore private hit.fields 2015-04-10 16:11:11 -07:00
Spencer Alger
4f0df4ee77 [indexPattern/fields] make Field creation a bit more externally consumable 2015-04-10 11:33:03 -07:00
Spencer Alger
8ca4b10b92 Merge branch 'master' of github.com:elastic/kibana into fieldFormatting 2015-04-10 09:22:04 -07:00
Shelby Sturgis
30e17d7565 fixing test 2015-04-10 10:24:30 -04:00
Shelby Sturgis
481370a290 Merge branch 'master' into time-marker
Conflicts:
	src/kibana/plugins/vis_types/vislib/area.js
2015-04-10 09:40:27 -04:00
Joe Fleming
a5f42ac3ec add tests for sorting on scripted fields 2015-04-09 16:21:14 -07:00
Spencer Alger
4b3b2cdbbb [commaList] inception 2015-04-09 15:27:08 -07:00
Spencer
71610c92e6 Merge pull request #3526 from rashidkpc/experiment/add-column-from-doc
Add columns from doc table
2015-04-09 14:47:49 -07:00
Shelby Sturgis
519168fe01 adding a test for the _chart destroy method 2015-04-09 16:49:45 -04:00
Chris Cowan
bba50454f2 Creating the basics for the new server... tests coming 2015-04-09 12:25:29 -07:00
Spencer Alger
6456984c86 [objWrap] allow changing savable fiels that are at their default value 2015-04-09 10:18:02 -07:00
Juan Thomassie
9733f92be3 Merge branch 'master' into tilemap-refactor 2015-04-09 11:21:16 -05:00
Shelby Sturgis
6c95166abe Merge branch 'master' into fixed_scales 2015-04-08 22:26:04 -04:00
Shelby Sturgis
30c1b323fd fixing broken tests and conflicts from merge with master 2015-04-08 22:20:00 -04:00
Spencer Alger
32a0dbb663 [fieldFormats] shorten #defaultFor() to #for() 2015-04-08 18:13:47 -07:00
Spencer Alger
60d05b39e5 [aggConfig/tests] use new fieldFormats registry 2015-04-08 16:56:33 -07:00
Spencer Alger
4d3c7f17e8 [stringify] added tests 2015-04-08 16:56:33 -07:00
Spencer Alger
e7dd0f0cd6 fix de tests 2015-04-08 16:56:32 -07:00
Spencer Alger
ec96ab028c rename limit to ary, like lodash 3.0 2015-04-08 16:56:32 -07:00
Spencer Alger
792059d69a [stringify] replace field formats with stringify component 2015-04-08 16:56:32 -07:00
Spencer Alger
171ea25ca0 [registry/fieldFormats] replace indexPattern/fieldFormats with a registry 2015-04-08 16:56:30 -07:00
Spencer Alger
051dfddf3f [docViewer] rely on indexPattern.formatHit() 2015-04-08 16:56:03 -07:00
Rashid Khan
b498771fd6 Merge pull request #3516 from lukasolson/issues/3408
Fix incorrect relative timepicker preview value
2015-04-08 14:43:56 -07:00
Shelby Sturgis
3985fb295b Merge branch 'master' into fixed_scales
Conflicts:
	src/kibana/components/errors.js
	src/kibana/components/vislib/lib/y_axis.js
	src/kibana/plugins/vis_types/vislib/area.js
	src/kibana/plugins/vis_types/vislib/line.js
2015-04-08 17:43:27 -04:00
Rashid Khan
bf5dcad565 Merge branch 'fix/murmur3' 2015-04-08 14:13:19 -07:00
Rashid Khan
ecd3d88e92 Merge branch 'pr/2723' into experiment/add-column-from-doc 2015-04-08 13:14:06 -07:00
Spencer Alger
28b9a82b15 fixed style issue 2015-04-08 13:07:17 -07:00
Shelby Sturgis
b27105e73f adding tests, correcting syntax, making changes according to pr review, etc 2015-04-08 16:02:26 -04:00
Spencer Alger
83e1605ec9 Merge branch 'master' of github.com:elastic/kibana into flattenHits 2015-04-08 08:53:59 -07:00
Juan Thomassie
ddd580d47e Merge branch 'master' into tilemap-refactor 2015-04-08 09:32:59 -05:00
Juan Thomassie
4dd200ae4b fix test that was failing due to deleted param 2015-04-08 09:18:17 -05:00
Rashid Khan
fb36ba33ae Update tests 2015-04-07 15:07:53 -07:00
Spencer Alger
9478f45d40 [numberList] switch to range attr, moar tests 2015-04-07 14:56:02 -07:00
Spencer Alger
a19697b4d5 [util/range] added range parsing util 2015-04-07 14:54:49 -07:00
Rashid Khan
f1687acaf9 Add remove button to table header 2015-04-07 13:48:22 -07:00
Chris Cowan
3820f523bf Merge pull request #3446 from spalger/fancyFormsTwo
Fancy forms 2.0
2015-04-07 10:41:46 -07:00
Shelby Sturgis
7dfac44897 Merge branch 'master' into time-marker 2015-04-07 11:42:59 -04:00
Shelby Sturgis
ecfabf4cb8 adding tests 2015-04-07 10:51:04 -04:00
Spencer Alger
265921f812 [kbnForm] test new #describeErrors behavior 2015-04-06 16:43:31 -07:00
Shelby Sturgis
0498041318 adding tests 2015-04-06 18:18:36 -04:00
lukasolson
deba16e08d Fix broken test 2015-04-06 14:50:17 -07:00
Lukas Olson
fb49e995ec Merge pull request #3293 from jimmyjones2/json_highlight_ace
Use ACE for JSON viewing in discover
2015-04-06 13:50:12 -07:00
Rashid Khan
5cf29f8fab Add tests for murmur3 addition 2015-04-03 10:24:11 -07:00
Spencer
e4d45e6e75 Merge pull request #3470 from drej82/master
Add percentile ranks metric support
2015-04-03 10:20:52 -07:00
Juan Thomassie
904bd8372d Merge branch 'master' into tilemap-refactor 2015-04-03 11:31:48 -05:00
Andrey
65d7f915b0 Delete unused percent_list 2015-04-02 17:49:23 -07:00
Andrey
393644cc1b Rename unit test percent_list.js -> value_list.js 2015-04-02 17:49:01 -07:00
Andrey
1b3a5a735e Move value limits to view - unit test update
Update unit tests after code change
2015-04-02 17:33:27 -07:00
Spencer
d48c80d1a1 Merge pull request #3117 from spalger/add/jscs
Update jshint, add jscs
2015-04-02 14:08:25 -07:00
Juan Thomassie
0a01c50ca2 Merge branch 'master' into tilemap-refactor 2015-04-02 14:20:23 -05:00
Juan Thomassie
59782c5aaa removed error for ContainerTooSmall and tests for ContainerTooSmall 2015-04-02 14:01:19 -05:00
Kevin Adams
e97f693718 Global replace special characters in slugify_id 2015-04-02 09:38:53 -06:00
Shelby Sturgis
158e54ce7f refactoring yAxis class, breaking out functions into smaller functions, adding functions for verifying user input, fixing failing tests 2015-04-02 11:19:59 -04:00
Spencer
ad101e2b16 Merge pull request #3481 from trevan/fix3479
Make tests use the config kibana_index and not hardcoded .kibana
2015-04-02 07:49:34 -07:00
Spencer Alger
8c0375fed3 fixed some style issues 2015-04-01 17:55:05 -07:00
Spencer Alger
41a5b4221c [tests/stub_index_pattern] update flatten method 2015-04-01 16:41:04 -07:00
Spencer Alger
247726d221 Merge branch 'master' of github.com:elastic/kibana into flattenHits 2015-04-01 16:29:49 -07:00
Spencer Alger
da16712f7b Merge branch 'master' of github.com:elastic/kibana into add/jscs 2015-04-01 16:22:50 -07:00
Chris Cowan
78636577c2 Merge pull request #2732 from spalger/registryConstructor
IndexedArray extensions
2015-03-31 17:41:54 -07:00
Chris Cowan
944f908b37 Merge pull request #3237 from lukasolson/issues/1784
Add custom date histogram interval option
2015-03-31 17:31:01 -07:00
Spencer
a8eb412116 Merge pull request #3493 from lukasolson/fix-booleans-index-patterns
Fix boolean and index pattern editors in advanced settings.
2015-03-31 16:44:31 -07:00
lukasolson
47142af7a0 Fix boolean and index pattern editors in advanced settings. 2015-03-31 16:07:20 -07:00
Rashid Khan
be31861f47 Merge branch 'pr/3233' 2015-03-31 15:42:06 -07:00
Andrey
29ec771e8e Update unit-test
Update unit-test after renaming control
2015-03-31 13:57:50 -07:00
Spencer
4e239a512f Merge pull request #3480 from spalger/fix/3224
[filterBar] abstract watch logic, and split into update/fetch
2015-03-31 10:27:50 -07:00
Joe Fleming
3cef495a57 Merge pull request #3262 from lukasolson/issues/3172
Add date range aggregation
2015-03-31 10:25:57 -07:00
Spencer Alger
3e7883698a remove tabs 2015-03-31 08:52:23 -07:00
Juan Thomassie
1dd3dcb555 added error for ContainerTooSmall and tests 2015-03-31 10:01:04 -05:00
Spencer Alger
3271980f07 [filterBar/watchFilters] switched out handler object with an event emitter 2015-03-30 16:19:25 -07:00
Trevan Richins
65990b8f72 Make tests use the config kibana_index and not hardcoded .kibana 2015-03-30 14:22:34 -06:00
Spencer Alger
de499606ac added tests to prove 96aef8f02e 2015-03-30 12:16:25 -07:00
lukasolson
bd87017a5b Modify date range agg so that the key is readable, and allow empty to/from inside range 2015-03-26 16:45:17 -07:00
Lukas Olson
7e8c47a07b Merge pull request #3259 from rashidkpc/fix/_timestamp_missing
Fix _timestamp in doc tables + arrays in advanced settings
2015-03-25 09:25:38 -07:00
Juan Thomassie
e400059491 added more tests for tilemap 2015-03-24 17:48:08 -05:00
Juan Thomassie
9481253222 cleaning up more jslint issues 2015-03-24 12:48:01 -05:00
Juan Thomassie
404105fd91 cleaning up jslint issues 2015-03-24 12:45:33 -05:00
Juan Thomassie
e2f961e9fa Merge branch 'master' into tilemap-refactor 2015-03-24 11:16:06 -05:00
Chris Cowan
a568caf22a Merge pull request #3396 from w33ble/range-query-filter
Range query filter - exclude right side value
2015-03-23 17:17:38 -07:00
Joe Fleming
98c257a882 Merge pull request #3327 from jimmyjones2/indexpattern_order
Sort index list
2015-03-23 13:22:03 -07:00
Jimmy Jones
6ba6358a76 Add tests 2015-03-20 20:04:18 +00:00
Joe Fleming
e44518b6b3 update test 2015-03-19 14:19:55 -07:00
Shelby Sturgis
4cde4061c0 broke out methods in the yaxis, added tests for new methods in the yaxis 2015-03-17 15:29:58 -07:00
Juan Thomassie
247b76a62b Merge branch 'master' into tilemap-refactor 2015-03-17 14:29:23 -07:00
Juan Thomassie
cc5fa8d1d1 removed dummy tests in tilemap 2015-03-17 14:26:55 -07:00
Spencer
7dbb0840b2 Merge pull request #3369 from spalger/fix/3286
Fix/3286
2015-03-17 09:02:23 -07:00
Spencer Alger
448f5dd789 [aggConfig/tests] added tests for AggConfig#fieldFormatter 2015-03-16 10:49:10 -07:00
Khalah Jones-Golden
d35e3f61af Merge branch 'master' into bubbleChart
Conflicts:
	src/kibana/components/vislib/visualizations/line_chart.js
	src/kibana/plugins/vis_types/vislib/editors/line.html
	src/kibana/plugins/vis_types/vislib/line.js
	src/kibana/plugins/visualize/editor/agg.html
2015-03-15 15:35:19 -07:00
Khalah Jones-Golden
84626fa27d fixed __proto__ deprecation issue 2015-03-15 15:17:45 -07:00
Khalah Jones-Golden
04797349c7 Added tests for agg, and canRemove 2015-03-15 15:17:45 -07:00
Khalah Jones-Golden
7ebadfb99c fixed tests, expanded more tests to include the zAxis 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden
4ad7836234 fixed test, expanded a test to include zAspect 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden
a1726b0d56 fixed test suite 2015-03-15 15:14:00 -07:00
Jimmy Jones
75afa2c80b More tests 2015-03-15 14:53:55 +00:00
lukasolson
c5400da454 Add interval parser and tests, fix fractional intervals < 1 2015-03-14 18:09:31 -07:00
Jimmy Jones
7746bc8e0a Tests: check for ACE editor 2015-03-14 15:09:55 +00:00
lukasolson
db1f3d2ac3 Modify date range aggregation to allow date math and create date math input directive 2015-03-11 15:00:31 -07:00
Juan Thomassie
0ce7270930 Merge branch 'master' into tilemap-refactor 2015-03-11 09:56:32 -07:00
Rashid Khan
706aa3c3f1 Merge branch 'master' of github.com:elasticsearch/kibana into fixitfriday/auto-select-first 2015-03-06 15:21:09 -07:00
Rashid Khan
f1399241f1 Merge pull request #2936 from jimmyjones2/underscore_warning
Warn in document viewer when field name starts with underscore
2015-03-06 15:17:26 -07:00
Spencer Alger
10c4d3ad3b Merge branch 'master' of https://github.com/elasticsearch/kibana into add/jscs 2015-03-06 10:46:06 -07:00
lukasolson
0ed3d356ac Fix broken test 2015-03-06 07:40:09 -07:00
Juan Thomassie
ab6531585e adding tilemap tests 2015-03-05 15:00:51 -06:00
lukasolson
b0d9fef4f0 Add date range aggregation (issues/3172) 2015-03-04 16:38:28 -07:00
Shelby Sturgis
fcfaf5d763 Merge branch 'fix/3199' of https://github.com/jthomassie/kibana into fix/3199
Conflicts:
	src/kibana/components/vislib/visualizations/line_chart.js
2015-03-04 16:01:51 -05:00
Rashid Khan
2263d2236e Fix _timestamp and arrays in advanced settings, add test for value type 2015-03-04 12:04:05 -07:00
Chris Cowan
386dabe5f5 Removing unused promise 2015-03-03 13:19:29 -07:00
Chris Cowan
6f2345361e Wrong decription 2015-03-02 19:05:07 -07:00
Chris Cowan
40aec286cc Adding an upgrade use case 2015-03-02 17:03:43 -07:00
Chris Cowan
a731c78e2b Adding tests around upgradeConfig 2015-03-02 16:51:49 -07:00
lukasolson
637cca4989 Add custom date histogram interval option (issues/1784) 2015-03-02 16:09:47 -07:00
Juan Thomassie
169287f2a4 fixed failing test of pie slice classname 2015-03-02 11:51:50 -06:00
Joe Fleming
966b732d39 doh - remove .only 2015-02-27 16:12:48 -07:00
Khalah Jones Golden
c212cde8af Merge pull request #3200 from w33ble/highlight-saves
Highlight saves
2015-02-27 18:03:48 -04:00
Rashid Khan
c51819840a Merge pull request #2939 from timroes/highlight-refresh-interval
Highlight the currently active refresh interval in timepicker
2015-02-27 14:22:45 -07:00
Rashid Khan
2556112cfb Add test for filtered collections 2015-02-27 13:38:21 -07:00
Tim Roes
44190c55dd add test for timepicker refresh interval highlight 2015-02-27 21:26:02 +01:00
Rashid Khan
9d0501b70c Merge branch 'master' of github.com:elasticsearch/kibana into pr/3134 2015-02-27 12:45:30 -07:00
Joe Fleming
387c13e685 add input_focus tests 2015-02-27 12:12:43 -07:00
Lukas Olson
d31be9aa73 Merge pull request #3186 from stormpython/fix/3169
Align legend and pie colors
2015-02-26 14:28:27 -07:00
Khalah Jones Golden
af9b180cb3 Merge pull request #3171 from lukasolson/issues/3003
Add IP range aggregation
2015-02-26 15:10:02 -04:00
Shelby Sturgis
e0922c7695 fixing the tests 2015-02-25 23:57:19 -05:00
Shelby Sturgis
7453c014f2 adding tests 2015-02-25 23:30:26 -05:00
Shelby Sturgis
61c6a59cb0 removing tests from pie_chart 2015-02-25 15:18:29 -05:00
Shelby Sturgis
67e58191f1 removing validate pie data from pie chart class and placing in data class. Beginning ideas for testing. 2015-02-25 15:16:46 -05:00
lukasolson
488a7d8b7e Add tests, fix bug with removing ranges in agg builder 2015-02-25 08:32:42 -07:00
lukasolson
476cb5171c Add directive to auto select if only one option (issues/3103) 2015-02-20 17:16:42 -07:00
Spencer Alger
60eff39a9b [tasks/updateVersion/tests] fix style 2015-02-20 11:31:03 -07:00
Spencer Alger
2308f49fa4 fix test 2015-02-20 11:14:36 -07:00
Spencer Alger
c4e1c59e20 Merge branch 'master' of https://github.com/elasticsearch/kibana into add/jscs 2015-02-20 10:25:21 -07:00
Spencer Alger
05d7f623c7 [style] remove trailing whitespace 2015-02-20 09:50:13 -07:00
Spencer Alger
eb65872ece Merge branch 'master' into add/jscs 2015-02-20 09:30:13 -07:00
Spencer Alger
d45c1c7900 [grunt:version] added tests 2015-02-19 20:25:34 -07:00
Spencer Alger
4e3aaf0e06 [setup/checkEsVersion] added tests 2015-02-17 17:50:13 -07:00
Spencer Alger
543bb11a8a fix tests 2015-02-13 16:41:47 -07:00
Spencer Alger
96a195144c Merge branch 'master' of https://github.com/elasticsearch/kibana into stdDev 2015-02-11 11:17:27 -07:00
Spencer
df14292528 Merge pull request #2980 from rashidkpc/fix/timepicker-tests
Remove check for 0 in datemath
2015-02-11 10:58:44 -07:00
Spencer Alger
48e1274644 [vislib/line] fix the line chart tests 2015-02-11 10:55:32 -07:00
Spencer Alger
e7bfe1f4e3 [aggTypes/extendedStats] remove old test suite 2015-02-11 10:30:18 -07:00
Chris Cowan
1917f15fd4 Closes #2977 - Removed POST body restriction from _search and _validate 2015-02-11 10:29:03 -07:00
Rashid Khan
4187245f76 Remove check for 0 as 0 is valid 2015-02-11 10:23:15 -07:00
Rashid Khan
7f60729a30 Merge pull request #2959 from spalger/filterProxyRequests
[server/proxy] filter out requests we don't like
2015-02-11 09:15:57 -07:00
Spencer Alger
a8fd11d57f re-enable all tests 2015-02-10 20:33:18 -07:00
Spencer Alger
c53adb44de [server/proxy] handle the new throw style of validate 2015-02-10 17:17:22 -07:00
Rashid Khan
77e45e1951 Merge pull request #2969 from simianhacker/feature/lucene-exp
Converting scripted fields to use expressions
2015-02-10 16:29:42 -07:00
Chris Cowan
0918690166 Fixing tests 2015-02-10 16:02:04 -07:00
Chris Cowan
7b65bd55e1 Moving scripted field lang to the field meta data 2015-02-10 15:53:03 -07:00
Spencer Alger
fb47f06267 [server/proxy] oops, it's _index and _type 2015-02-10 14:28:57 -07:00
Joe Fleming
f7a02e8db4 add tests for greater_than directive 2015-02-09 18:19:58 -07:00
Spencer Alger
4a9334610b [server/proxy] filter out requests we don't like 2015-02-09 18:05:51 -07:00
Joe Fleming
45662232d1 add tests for 0 timespans 2015-02-09 17:18:28 -07:00
Joe Fleming
a0550de44d add fixes, failsafes and tests for infinite loops in datemath 2015-02-09 17:17:55 -07:00
Spencer Alger
deff9b63b1 [jscs] setup 2015-02-07 13:49:38 -07:00
Spencer Alger
f8e59a69e6 [jshint] updated, style rules removed 2015-02-07 13:49:33 -07:00
Jimmy Jones
640a5b35b9 Warn in document viewer when field name starts with underscore 2015-02-07 15:34:23 +00:00
Spencer Alger
ba43311cac [jshint] skip an extends step 2015-02-06 14:19:59 -07:00
Spencer Alger
994485e73e share the globals between test and src 2015-02-06 13:55:35 -07:00
Spencer Alger
44dd2fc1ca [vislib/data] leave git out of this 2015-02-06 10:41:55 -07:00
Spencer Alger
5956677d42 [vislib/data] support getters in getYMin and getYMax 2015-02-06 10:29:46 -07:00
Spencer Alger
b35a3d9867 [vislib/data] drop value postfix from #getYMinValue and @getYMaxValue 2015-02-06 10:25:00 -07:00