Commit graph

9256 commits

Author SHA1 Message Date
Jonathan Budzenski
8a6bc95cdb Merge pull request #5114 from jbudz/functional-config
Functional config
2015-10-28 14:57:03 -05:00
Joe Fleming
efb1b20192 simplify the panel uiState index
help keep the URL length shorter so we don't cause problems
2015-10-28 10:59:04 -07:00
Rashid Khan
f1e5418662 Merge pull request #5197 from worldline/disable-highlighting
Ability to disable highlighting
2015-10-28 10:51:21 -07:00
Joe Fleming
e90f387020 add some tests wrt the child state values 2015-10-28 10:45:50 -07:00
Joe Fleming
982339d865 fix change event issue when setting parent value
deal with the case when no path exists, side-stepping _.set
2015-10-28 10:39:04 -07:00
Joe Fleming
0d214161b4 track child state values specifically
useful for resetting the parent without messing with child state values
2015-10-28 10:37:48 -07:00
ROMAIN PHILIBERT
7db4821a6c rename discover:highlight into doc_table:highlight 2015-10-28 10:38:19 +01:00
Clinton Gormley
f24507133e Updated Shield docs version to 2.0 2015-10-28 00:43:20 +01:00
Joe Fleming
66ebe5d9f3 allow full screen spy toggling
correctly sync the scope value on change
2015-10-27 15:15:44 -07:00
Jonathan Budzenski
9bd79a9301 [filter bar] Let all filter types pass through, add invalid JSON message 2015-10-27 16:46:03 -05:00
Jim Unger
c2f2c95a47 fixed parse_query tests 2015-10-27 14:23:25 -05:00
Spencer
117c2447ac Merge pull request #5209 from epixa/4342-deprecate-timestamped-patterns
Deprecation warning when creating interval patterns
2015-10-27 13:57:55 -05:00
Court Ewing
461b416f0d Deprecation warning when creating interval patterns
Since wildcard index patterns now get the same performance optimizations
that interval patterns traditionally received while being more flexible
overall, interval based index patterns are no longer needed. For now, we
simply present users with a notice that interval-based patterns are now
deprecated, though we don't stop them from creating them.
2015-10-27 14:45:11 -04:00
Jim Unger
b5b961883a removed validate-query directive. replaced with parse-query directive 2015-10-27 13:10:49 -05:00
Court Ewing
ff8a40fc63 Merge pull request #5183 from epixa/4342-preflight-field-stats
Create indexList via field stats for wildcard patterns
2015-10-27 13:11:53 -04:00
Court Ewing
c46abc7f7f Tests for index pattern toIndexList behaviors 2015-10-27 12:51:57 -04:00
Court Ewing
ccf8c195f9 Consistent use of es6 for calculate_indices
This doesn't change the behavior of calculate_indices at all, but it is
more consistent with the rest of the source code in that file.
2015-10-27 12:51:57 -04:00
Court Ewing
a3950b0896 Test calculate_indices 2015-10-27 12:51:57 -04:00
Court Ewing
41f0b2320b Create indexList via field stats for wildcard patterns
Elasticsearch 2.0 introduces the concept of index constraints in the
field stats api, which allows us to dynamically determine which specific
indices need to be queried that match a given wildcard index pattern and
fall within a specific time range.

When we encounter a wildcard index pattern, we now send out a pre-flight
request to the field stats api using the currently selected time range
as index constraints to dynamically build the corresponding index list.
2015-10-27 12:51:57 -04:00
Court Ewing
c81da3034d Merge pull request #5182 from epixa/4342-fixing-master
Fix timing issue when fetching pre-flighted requests
2015-10-27 12:50:39 -04:00
Jonathan Budzenski
9404c3d641 [filter bar] Disable done if edited filter is invalid, add test for filter type change 2015-10-27 11:23:42 -05:00
Rashid Khan
f8fe4b0849 Merge pull request #5176 from BigFunger/elasticsearch-errors
Modified Notifier to display elasticseach root cause
2015-10-26 16:51:59 -07:00
Joe Fleming
1fb723fb42 fix full page spy setting in getSpyObject 2015-10-26 16:13:06 -07:00
Rashid Khan
10fa4e94f2 Merge pull request #5200 from epixa/contributor-list
Update contributor list
2015-10-26 15:21:38 -07:00
Joe Fleming
2d38c9237c render spy on mode change
but don't update the uiState if there's no actual change
2015-10-26 14:41:47 -07:00
Joe Fleming
299fab191e fix spy panel issues
bug where panel would not close, and would remain full screen even when closed
2015-10-26 14:33:20 -07:00
Court Ewing
070ac24150 Add Matt/Jon/Tim/Jim to constributor list
I also moved Khalah to preserve the alphabetical order.
2015-10-26 17:26:16 -04:00
Court Ewing
df552267ef Add Court Ewing to contributor list 2015-10-26 17:19:32 -04:00
Joe Fleming
09a9c3fd0e change function name for clarity 2015-10-26 14:19:04 -07:00
Joe Fleming
acacd9b42a add tests for changedState on child remove
also add simple sanity check for the changedState value
2015-10-26 14:15:43 -07:00
Joe Fleming
a16a05390a fix issue when cleaning non-existing tree 2015-10-26 13:53:07 -07:00
Joe Fleming
edbbbb1fbe fix issue where changed and merged states are bound 2015-10-26 13:40:34 -07:00
Joe Fleming
7b9934e5fc clean the changedState when resetting the path 2015-10-26 13:38:53 -07:00
Joe Fleming
1591741140 don't update spy uiState if there are no changes 2015-10-26 13:26:46 -07:00
Jim Unger
ee597c915a moved message formatters into external files, added unit tests 2015-10-26 14:56:40 -05:00
Court Ewing
e3d36e47a4 More detail in fetchStatus inline comments
The fetchStatus logic is a bit specific, so it's worth having some more
explanation around its usage.
2015-10-26 15:24:27 -04:00
Court Ewing
b3401fb5bc More expressiveness in preparing fetchStatus condition
This does not change the behavior of the conditional checks on
fetchStatus.
2015-10-26 15:16:14 -04:00
Jonathan Budzenski
8af41458ae [functional testing] Centralize server configs 2015-10-26 13:11:28 -05:00
Court Ewing
febb456eac Properly mark requests as not started in fetch_these test 2015-10-26 13:20:00 -04:00
ROMAIN PHILIBERT
f50be6a291 refactor highlighting disable option 2015-10-26 18:16:34 +01:00
Court Ewing
84acf86da9 Retrieve test Promise via $injector
This allows us to ditch the usage of _Promise throughout the test.
2015-10-26 13:15:19 -04:00
Court Ewing
341b6542a6 Unit test async start for segmented requests 2015-10-26 13:09:04 -04:00
ROMAIN PHILIBERT
0207e70b68 highlighting could be disabled 2015-10-26 17:04:07 +01:00
Spencer
556f760223 Merge pull request #5185 from spalger/fix/memoryLeaks
Fix listener leaks
2015-10-23 19:09:14 -05:00
spalger
54a4ec7da0 [vislib/Alerts] track own bindings 2015-10-23 14:21:56 -05:00
spalger
a6d800816f [vislib/handler] allow each renderable to define #destroy() 2015-10-23 14:21:16 -05:00
spalger
2a73bfbc48 [Binder] remove reference to this.disposal to ensure gc 2015-10-23 14:20:12 -05:00
spalger
2573c76345 [Binder] support EventEmitter class
the Kibana EventEmitter class does not have a removeListener method, only an off method
2015-10-23 13:59:20 -05:00
spalger
4b47275c8f [Binder] added tests 2015-10-23 13:52:00 -05:00
spalger
4758e87e97 [binder] move to directory, add #on() 2015-10-23 13:51:54 -05:00