Dmitry Lemeshko
f83d1815a0
use cheerio to parse table innerHtml in functional tests ( #30640 ) ( #31001 )
...
* use cheerio to parse table innerHtml in functional tests
* rename function to parseDomContent
* test Bar charts by parsing Dom
* test X & Y axis data by parsing Dom
* get X Axis data for dashboard tests with Dom parsing
2019-02-13 22:42:04 +01:00
Josh Dover
11311f1429
[docs] Add docs for Upgrade Assistant APIs ( #30330 ) ( #31013 )
...
* [docs] Add docs for Upgrade Assistant APIs
* Apply suggestions from code review
Co-Authored-By: joshdover <me@joshdover.com>
* Link to code tables
2019-02-13 15:41:29 -06:00
Bill McConaghy
09c58758d0
refactoring license management server routes ( #30845 ) ( #31027 )
...
* refactoring license management server routes
* addressing PR feedback
2019-02-13 16:32:10 -05:00
Thomas Neirynck
9b9aaba6d8
[Maps] ensure url has been resolved before syncing ( #30750 ) ( #30994 )
2019-02-13 16:02:36 -05:00
Robert Monfera
fcea8b9945
Feat: selection box for ad-hoc group elements ( #30632 ) ( #30985 )
2019-02-13 21:45:13 +01:00
Spencer
6d02863c33
[7.x] [kuery] support matching field names with newlines ( #29539 ) ( #30768 )
...
* [kuery] support matching field names with newlines (#29539 )
* [kuery] support matching field names with newlines
* Add support for newlines in KQL grammar
* Add test for newlines in wildcards
* Fix test
* Use 's' instead of 'm' to match newlines instead of doing multi-line
* Fix autocomplete suggestions to handle newlines and tabs in field names
* Add line feed to escaped whitespace
* Fix broken test
2019-02-13 12:50:13 -07:00
Bill McConaghy
4649cceeab
fixing watch delete ( #30989 ) ( #31004 )
2019-02-13 14:35:22 -05:00
Ryan Keairns
a1fd1adf98
[Canvas] K7 design related fixes ( #30833 ) ( #30968 )
...
* K7 design related fixes
* remove compressed from table for consistency
* remove fullscreen styles related to K6 nav elements
2019-02-13 12:40:01 -06:00
Tyler Smalley
9cd6e422f4
[build] Set max-old-space-size for optimize process ( #30910 )
...
* [build] Set max-old-space-size for optimize process
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
* Revert "Bump max_old_space_size in CI (#30653 )"
This reverts commit 3fab420bb8
.
2019-02-13 09:32:39 -08:00
Tim Sullivan
f22e7fa48c
Fix/reporting vis preserve ( #30456 ) ( #30552 )
...
* add state field for isPreserveLayoutSupported
* doc updates
2019-02-13 10:14:49 -07:00
Chris Davies
af9eccd18e
Remove svg from url-loader, as it conflicts with other loaders ( #30888 ) ( #30944 )
2019-02-13 12:09:52 -05:00
Melissa Alvarez
197ea05331
only trigger cellClick if selection defined ( #30855 ) ( #30957 )
2019-02-13 12:04:24 -05:00
Tim Sullivan
220d22d983
[Reporting] refactor routes files and helpers ( #30111 ) ( #30873 )
...
* remove unused file
* refactor routes files and helpers
* default empty array for conflictedTypesFields
* minor prettier
* remove some unrelated diff
* some typescript conversions
* more typescripts
* more typscript
* jobtype is a string
* revert some logic change
* set payload.headers to undefined + not mutate
* fix jest import
2019-02-13 09:43:06 -07:00
Stacey Gammon
2964c33090
extend timeouts to enable testing slow internet connections ( #30862 ) ( #30954 )
2019-02-13 11:34:23 -05:00
Gil Raphaelli
debe60fbec
[7.x] update apm index pattern ( #30838 )
2019-02-13 11:22:47 -05:00
Bill McConaghy
5de3b4772e
refactoring server routes in index management to use common code ( #30299 ) ( #30843 )
...
* refactoring server routes in index management to use common code
* streamlining per PR comments
2019-02-13 11:06:14 -05:00
Nathan Reese
145607e1f8
[Maps] remove toasts for layer add and layer load error ( #30584 ) ( #30952 )
...
* [Maps] remove toasts for layer add and layer load error
* remove side-effects of LAYER_DATA_LOAD_ERROR action
* more cleanup
2019-02-13 08:56:45 -07:00
Chris Cowan
0534a1f478
Fixing font size for icon div ( #30744 ) ( #30854 )
2019-02-13 08:13:37 -07:00
gchaps
b227c34218
[DOCS] Adds information about freeze action and index priority to docs ( #30865 )
...
* [DOCS] Adds information about freeze action and index priority to ILM docs
* [DOCS] Incorporates review changes for create policy doc
2019-02-13 06:57:06 -08:00
Thomas Neirynck
99213870e9
[Maps] Fix tileload error messaging / Fix heatmap error message ( #30327 ) ( #30442 )
2019-02-13 08:37:19 -05:00
Robert Monfera
acbfcedc40
[Canvas][Layout Engine] TypeScript conversion - Stage I ( #29390 ) ( #30925 )
...
* Perf: avoid matrix transpose in canvas layout that served only initial docu purpose, don't cons extra arrays
* Chore: switch to ES2015 import/export and direct function access
* Chore: TS conversion for some of the layout engine files
* Chore: rework TS linting for all files under `aeroelastic` (even the `.js` ones)
2019-02-13 14:12:20 +01:00
nicknak
acd886b63b
Handle warnings from task manager without stack traces. ( #30692 ) ( #30869 )
...
* Handle warnings from task manager without stack traces.
* Fix typescript errors.
* Catch no living connection errors.
Swallow stack traces and do not throw errors.
* Should use string substitution instead of concatenation.
2019-02-13 05:48:14 -05:00
James Gowdy
504ab08499
[ML] Using eui icons in data recognizer modules ( #30821 ) ( #30872 )
2019-02-13 08:21:03 +00:00
Nathan Reese
e3282e5aad
[Maps] display documents when location field name contains a dot ( #30774 ) ( #30902 )
2019-02-12 19:47:49 -07:00
Shaunak Kashyap
52b6ea7a9b
[7.x] Remove type filter helper ( #30887 ) ( #30907 )
...
Backports the following commits to 7.x:
- Remove type filter helper (#30887 )
2019-02-12 17:53:49 -08:00
Stacey Gammon
fa7dbe0372
[7.x] Stabilize dashboard render and filtering tests ( #30419 ) ( #30900 )
...
Backports the following commits to 7.x:
- Stabilize dashboard render and filtering tests (#30419 )
2019-02-12 16:52:53 -08:00
Jen Huang
a6f74776df
Fix ordering of CCR plugin ( #30596 ) ( #30665 )
2019-02-12 16:45:07 -08:00
Joe Fleming
1c948594f8
fix: switch fonts to 48px ( #30747 )
...
they still look good and fit in their containers better
2019-02-12 15:08:06 -07:00
Stacey Gammon
c8ec384280
skip flaky filtering test ( #30840 ) ( #30851 )
2019-02-12 17:00:45 -05:00
Luke Elmers
bb201209aa
Add breaking changes documentation for table nesting ( #26057 ) ( #30734 )
2019-02-12 13:27:20 -07:00
Matthew Kime
0482f659d1
add index pattern url change notes ( #30779 )
...
* add index pattern url change notes
2019-02-12 13:49:25 -06:00
Walter Rafelsberger
266a0c7345
[ML] Removes deprecated $scope.indexPatterns. ( #30494 ) ( #30518 )
...
This was missed during the recent migrations to React of Anomaly Explorer in #28750 . It removes the now unnecessary `$scope.indexPatterns`.
2019-02-12 17:07:17 +00:00
Sébastien Loix
a590b2fd96
[Watcher] Add Index, HipChat, PagerDuty, and Jira Action types on the client ( #30043 ) ( #30620 )
2019-02-12 08:46:49 -08:00
Spencer
8ff5ecbf2a
[7.x] [esArchiver/edit] add command for temporarily extracting archives ( #30472 ) ( #30479 )
...
* [esArchiver/edit] add command for temporarily extracting archives (#30472 )
* [esArchiver/edit] add command for temporarily extracting archives
* [esArchiver/edit] fix method description
* [esArchiver/edit] fix return value doc
* [esArchiver] support editing all or sections of archives
* fix import
2019-02-12 08:19:17 -08:00
Spencer
00a7ae5326
[7.x] [ftr/services/es] use apiVersion from es plugin ( #30733 ) ( #30766 )
...
* [ftr/services/es] use apiVersion from es plugin (#30733 )
* switch to 7.x api version
2019-02-12 08:18:28 -08:00
James Gowdy
95979f6334
[ML] General ML style tweaks for K7 compatibility ( #30536 ) ( #30793 )
...
* [ML] [WIP] General ML style tweaks for K7 compatibility
* file data viz clean up
2019-02-12 15:30:17 +00:00
CJ Cenizal
e2affc4f75
Fix width of Watcher table. ( #30311 ) ( #30755 )
2019-02-12 07:28:48 -08:00
Tim Roes
f333e9fae9
Fix i18n documentation ( #30818 ) ( #30824 )
2019-02-12 15:46:23 +01:00
Chris Roberson
3ddf23e522
[Monitoring] Add breaking change for constants change ( #30710 )
...
* Add breaking change for constants change
* PR feedback
* [DOCS] Edits the new breaking changes
* [DOCS] Reverts merge
* Removes yarn.lock from PR
* Removes accidental files from PR
* [DOCS] Adds settings section to Breaking changes (#30757 )
* [DOCS] Edits the new breaking changes
2019-02-12 09:29:29 -05:00
Justin Kambic
ad095615e6
Remove double-format for duration value. ( #30664 ) ( #30760 )
2019-02-12 09:25:57 -05:00
Alexey Antonov
57a25aa67e
Fix Std. Deviation aggregation crashes TSVB ( #30806 )
2019-02-12 17:23:05 +03:00
Joe Reuter
87537927fa
Expand add panels flyout and increase default rows per page ( #30508 ) ( #30813 )
2019-02-12 14:44:01 +01:00
Nathan Reese
4098a42eff
[Maps] properly wait for layers to load in functional tests to avoid flakiness ( #30580 ) ( #30780 )
...
* [Maps] wait for maps to load in functional tests to avoid flakyness
* add wait when manually accessing URL from browser service
* handle join source with missing index pattern id
* update triggerSingleRefresh to waitForLayersToLoad
* fix jest test
* add layer error test for KibanaTilemapSource with out map.tilemap.url configuration
* remove isInErrorState and errorMessage from layerslayerListJSON since it should not have been put there in first place
2019-02-12 06:24:10 -07:00
Peter Pisljar
f9af98c66d
fixing vis filters to ignore invalid entries ( #30633 ) ( #30801 )
2019-02-12 04:42:08 -08:00
James Gowdy
051c3cb361
[ML] Removing old angular based start datafeed modal ( #30392 ) ( #30511 )
...
* [ML] Removing old and broken start datafeed modal
* fixing typos
* removing need to load job from server
* small refactor
* adding comments
* removing unnecessary async/await
2019-02-12 11:08:34 +00:00
Silvia Mitter
4d53e76281
[APM] Set Index Pattern version as string. ( #30790 )
...
fixes #30651
2019-02-12 11:49:10 +01:00
Pete Harverson
12b4a30833
[ML] Removes non ECS apache, nginx and auditbeat data recognizer modules ( #30537 ) ( #30675 )
2019-02-12 10:48:50 +00:00
Joe Reuter
3f4cc185d5
Add request timeout for vega requests ( #30482 ) ( #30787 )
2019-02-12 11:48:33 +01:00
Spencer
15ff72ab4a
[esArchiver] stable archives ( #30477 ) ( #30705 )
...
* [esArchiver/save] serialize with stable json stringify
* [esArchives] rebuild all archives
2019-02-11 18:54:23 -08:00
Spencer
870c8b3fb4
[esArchiver] only load uiExports for xpack when necessary ( #30474 ) ( #30718 )
...
* [esArchiver] only load uiExports for xpack when necessary
* [esArchiver/kibanaIndex] remove caches, node caches modules so uiExports shouldn't be too bad
* [esArchiver/cli] include command name in error
* [esArchiver/kibana] include error in new message
* remove comment about caching
2019-02-11 18:52:32 -08:00