Commit graph

4407 commits

Author SHA1 Message Date
spalger fc6e00d359 skip flaky suite (#46313)
(cherry picked from commit d3d3aa7edd)
2019-09-27 12:55:01 -07:00
spalger 7b0c653b3a disable flaky suite (#41338)
(cherry picked from commit ce4d65a783)
2019-09-27 12:51:10 -07:00
Robert Oskamp ceaa6d9102
[ML] Fix flaky setValue for some elements (#46693) (#46806)
Use setValue with clearing via keyboard
2019-09-27 21:41:45 +02:00
Spencer 804fb86fef
[7.x] Update dependency xml2js to ^0.4.22 (#46750) (#46796) 2019-09-27 12:21:33 -07:00
Spencer 989bfc84de
[7.x] Update dependency handlebars to v4.3.3 (#46747) (#46797) 2019-09-27 12:21:07 -07:00
Caroline Horn 57bf384327
[Lens] Index pattern selection using EuiSelectable (#46350) (#46822) 2019-09-27 14:43:56 -04:00
Vadim Dalecky e7c15e2609
Embeddables 2 np (#46771) (#46783)
* chore: 🤖 move embeddable_api to NP "embeddable" plugin

* fix: 🐛 fix TypeScript type check errors

* fix: 🐛 fix TypeScript and build errors

* test: 💍 fix Jest tests

* fix: 🐛 fix translations

* test: 💍 add Mocha mocks

* fix: 🐛 change import syntax from function test sample plugin

* fix: 🐛 revert canvas changes back and leave placeholders

* chore: 🤖 revert more changes

* chore: 🤖 revert more changes

* fix: 🐛 fix TypeScript type check errors

* fix: 🐛 fix functional test imports

* fix: 🐛 fix x-pack Jest test importa

* test: 💍 fix advanced_ui_actiosn import for tests
2019-09-27 16:41:23 +02:00
Vadim Dalecky 4bda107558
refactor: 💡 separate server-side function reg from executor (#44531) (#46775)
* refactor: 💡 separate server-side function reg from executor

* refactor: 💡 separate Canvas functionality of Interpreter

* refactor: 💡 simplify, move server fn init into Canavas

* fix: 🐛 adjust Expressions service usage after master merge
2019-09-27 15:26:31 +02:00
James Gowdy e7e0723f05
[ML] Fixing job clone time range auto selection (#46582) (#46765)
* [ML] Fixing job clone time range auto selection

* round start to nearest bucket
2019-09-27 14:14:23 +01:00
Justin Kambic 771a214ef9
[Uptime] Delete memory and domain classes (#46722) (#46760)
* Delete memory classes that are not needed.

* Add index file for adapters directory to simplify imports.

* Delete references to domain classes from bootstrapping code to simplify codebase.

* Update auth domain tests to accommodate new changes.

* Remove unused parameter from rest route.

* Delete obsolete exports.
2019-09-27 09:08:28 -04:00
Shahzad 48ebe3d8c3
make uptime filters responsive (#46560) (#46698) 2019-09-27 16:30:05 +05:00
Tim Roes 604a989f1f
Style guide cleanup (#46574) (#46763)
* Enable one-var rule

* Prevent built-in extension

* Group more rules into modern language features

* Fix typing error use eslint disable instead

* Improve wording slightly
2019-09-27 12:45:27 +02:00
Joe Reuter 59ac55eaf6
[Lens] Fix date suggestions (#46465) (#46768) 2019-09-27 12:42:56 +02:00
Joe Reuter 10beffb8dd
debounce preview rendering instead of suggestion bar (#46441) (#46767) 2019-09-27 12:42:48 +02:00
Dmitrii 59c5b6a6e6
[ML] Custom urls enhancements (#46433) (#46764)
* [ML] buildKibanaUrl with empty tokens support and multiple influencer field values

* [ML] custom_url_utils in TS

* [ML] comments

* [ML] replace logic for non influencer tokens

* [ML] fix TS issues and function composition

* [ML] move types definitions

* [ML] tests

* [ML] update snapshots

* [ML] PR remarks

* [ML] fix lucene operators

* [ML] url characters limit, tests

* [ML] refactor, fix token value, update tests

* [ML] fix interfaces

* [ML] comments
2019-09-27 12:06:33 +02:00
Pete Harverson 0879d72bcc
[ML] Adds listener for time filter refresh to data visualizer (#46708) (#46762)
* [ML] Adds listener for time filter refresh to data visualizer

* [ML] use merge for subscribing to time filter refresh
2019-09-27 10:30:36 +01:00
Pengcheng Xu 3b9a4ffed4
[Code] Fix Java langserver cannot start when workspace doesn't exist (#46685) (#46709) 2019-09-27 11:11:48 +08:00
Fuyao Zhao 0b75d84286
[Code]: update ts langserver version (#44987) (#46686) 2019-09-27 09:04:32 +08:00
Spencer ccc09c9077
[7.x] Update d3 related packages (#46647) (#46733) 2019-09-26 14:36:10 -07:00
Spencer f40c5d38a0
[7.x] Update dependency jsdom to ^12.2.0 (#46650) (#46731) 2019-09-26 14:34:36 -07:00
Spencer f71ca4ea9c
[7.x] Update dependency squel to ^5.13.0 (#46651) (#46730) 2019-09-26 14:34:11 -07:00
Spencer fa8c4b6ac4
[7.x] Update dependency vinyl-fs to ^3.0.3 (#46652) (#46728) 2019-09-26 14:33:45 -07:00
Spencer 13772e8a4a
[7.x] Update dependency mime to ^2.4.4 (#46654) (#46727) 2019-09-26 14:33:20 -07:00
Chris Davies ccba346cd7
[Lens] Add cardinality operation (#46397) (#46718)
Add cardinality operation to Lens. Still need to figure
out how to pass precision_threshold through
to esaggs, so for now that's not configurable.
2019-09-26 17:07:56 -04:00
Dario Gieselaar f582da0f0a
[7.x] [APM] Consistent flyout headers (#46312) (#46620)
* [APM] Consistent flyout headers (#46312)

* [APM] Consistent flyout headers

Closes #46078 and #46074.

* Tooltips for span flyout badges

* Review feedback

* Fix import for SERVICE_NAME in StickySpanProperties
2019-09-26 22:02:17 +02:00
Poff Poffenberger dee8f75d80
[Canvas] Toolbar i18n and typescript conversion (#46532) (#46715)
* Toolbar i18n and typescript conversion

* i18n for toolbar
2019-09-26 12:08:44 -05:00
Wylie Conlon 612aaf4bf3
[Lens] Fix broken Lens tests (#46625) (#46706)
* Fix broken Lens tests

* Fix lens Jest tests
2019-09-26 11:44:49 -04:00
Corey Robertson 760ac6ae42
[Canvas] Internationalize ui/views (#45181) (#46474)
* i18n dropdownControl and filter_group argument

* i18n getCell view

* i18n image view and image upload argument

* i18n markdown

* i18n metric view

* i18n pie view and palette argument

* i18n Plot view

* i18n progress view

* i18n render view

* i18n repeateImage view

* i18n revealImage

* i18n shape view

* i18n table view

* i18n timefilter view

* Fix incorrect key

* User proper key types

* Flatten strings structure

* Clean up

* Correct some constants
2019-09-26 11:12:54 -04:00
Alexey Antonov 32efbf106e
Move src/legacy/utils/kbn_field_types to data plugin (#46565) (#46695)
* Move `src/legacy/utils/kbn_field_types` to data plugin

Fix: #44186

* fix CI
2019-09-26 18:08:17 +03:00
Liza Katz 67b1f5622e
Merge master (#46694) 2019-09-26 16:33:50 +03:00
Sébastien Loix 81ea5ef8c4
Refactor Template UI logistics form (#46576) (#46687) 2019-09-26 13:19:39 +02:00
James Gowdy c336532555
[ML] Fixing job clone redirect which breaks functional tests (#46605) (#46676) 2019-09-26 10:18:20 +01:00
WangQianliang b6223acd63
chore(code/frontend): frontend telemetry (#46154) (#46596) 2019-09-26 11:24:37 +08:00
Chris Cowan 56083fd30d
[Infra UI] Create robust ID for contextual menus for Inventory view. (#46358) (#46635) 2019-09-25 20:11:09 -07:00
Caroline Horn f068641457
Global filters editor design pass (#46276) (#46672)
* Fixed helps text for dates and using delimited form control for ranges
* Adjusting width of field slightly
* Use filter icon type and single branch in svg
* Change placeholders
2019-09-25 23:06:56 -04:00
spalger 2bf766ea10 disable flaky suite (#46674)
(cherry picked from commit c8f4b5e0c0)
2019-09-25 19:10:03 -07:00
Spencer 2e2e1ea39b
[7.x] Re-split ciGroups after pipeline rollout (#46375) (#46643)
* Re-split ciGroups after pipeline rollout

Revert "Revert "Revert "Revert "Revert "[ci] compress jobs for CI stab… (#45454)"

This reverts commit 9a109f2170.

Revert "set IS_PIPELINE_JOB in intake jobs (#45850)"

This reverts commit b1a01effa8.

* Split one of the slow test suites up to try to make overall CI faster

* Disable visualRegression groups, they are being handled in other work

* Revert "Split one of the slow test suites up to try to make overall CI faster"

This reverts commit 1213239545.

* Move some different xpack ciGroup8 suites around
2019-09-25 17:21:47 -07:00
Davey Holler 78c281b501
Changing the targeted wrapper (#45980) (#46637) 2019-09-25 16:10:01 -07:00
Spencer c77704dd64
[7.x] Update jest related packages (#46391) (#46624)
* Update jest related packages (#46391)

* Update jest related packages

* use correct type

* adapt spy and describe.each types

* update yarn.lock

* update snapshot

* define types before passing to describe.each

# Conflicts:
#	yarn.lock

* update yarn.lock file
2019-09-25 15:16:26 -07:00
Spencer 4ff1350664
[7.x] Update angular+jquery related packages (#46393) (#46629)
* Update angular related packages

* upgrade jQuery too

* don't delete screenshots in pipeline jobs

* use ng-change so that listener is triggered after ng-model is updated

* match @types/angular versions

* update yarn.lock

* fix test

$routeChangeSuccess is no longer broadcast when resolving a redirect route, so this test has been adjusted to validate that

# Conflicts:
#	package.json
#	yarn.lock
2019-09-25 15:12:04 -07:00
CJ Cenizal 2914360a0b
Add request flyouts to JSON watch form and Threshold Watch edit form. (#43232) (#46634)
* Refactor watch serialization logic into common serialization functions.
  - Refactor build helpers to accept specific arguments instead of the entire watch object, to make dependencies more obvious.
  - Move action models into common directory.
* Remove boom error reporting from action models because this is an unnecessary level of defensiveness since we control the UI that consumes this API.
* Convert tests from Mocha to Jest.
  - Remove mocks and fix assertions that depended upon mocked dependencies. These assertions were low-value because they tested implementation details.
  - Remove other assertions based upon implementation details.
* Remove serializeMonitoringWatch logic, since Monitoring doesn't use the create endpoint.
2019-09-25 15:10:57 -07:00
Caroline Horn 0581b0fa3d
[Lens] Adding compressed to appropriate form inputs (#46239) (#46623) 2019-09-25 16:26:59 -04:00
Pete Harverson a7981fc193
[ML] Combines ui/time_buckets into MlTimeBuckets (#46227) (#46606)
* [ML] Combines ui/time_buckets into MlTimeBuckets

* [ML] Add unit tests for ml calc_auto_interval

* [ML] Rename MlTimeBuckets to TimeBuckets
2019-09-25 21:22:43 +01:00
Chris Davies f5d5bc94d3
[Lens] Change metric suggestion title (#46346) (#46612) 2019-09-25 15:29:22 -04:00
spalger 9df44e652e temporarily skip failing test suite
(cherry picked from commit 9abc85efe0)
2019-09-25 12:07:09 -07:00
Chris Davies 95c85321a0
Ensure Lens index pattern column names are unique (#46494) (#46588) 2019-09-25 13:23:02 -04:00
Chris Davies 4b051c517e
[Lens] Respect the currently selected visualization type (#46086) (#46590)
Respect the currently selected visualization type
when dropping a field into the Lens workspace.
Also, fix a bug that broke Lens when switching to
a table visualization prior to configuring anything.
2019-09-25 13:22:46 -04:00
Chris Davies e3af84d8cc
[Lens] Make Lens compatible with reporting (#46027) (#46593) 2019-09-25 13:22:34 -04:00
Tim Sullivan 3964644ab4
[Reporting] Ensure Chromium is always launched with args to create chrome_debug.log (#45479) (#46406)
* remove isVerbose from logger object

* Remove verboseLogging from chromium args

* fix typescript
2019-09-25 09:24:04 -07:00
Tim Sullivan 400878363b
[Reporting] Fix Generating Reports with long jobParams RISON (#45603) (#46404)
* Rename route file for consistency

* Generate via jobParams allows post payload

* jobParams as post body

* [Reporting] Skip failing test

* fix types

* canvas pdf generation to use post payload

* api test

* tests

* fix a typescript

* fix fn test

* fix tests

* fix tests

* run esArchiver fewer times

* return rison that came in invalid
2019-09-25 09:23:52 -07:00