Commit graph

18806 commits

Author SHA1 Message Date
Aaron Caldwell 13b99ba393
Ensure baselayers display in region maps (#22609) (#25232)
* Add tmsLayers placeholder array to collections. Bind collections to wms-options scope

* Move tmsLayers attribute declaration to base visualization creation

* Add test to verify presence of road_map base layer option
2018-11-06 14:09:41 -07:00
liza-mae b499836f9b
Fix the jenkins job for cloud to export headless browser variable (#25242) (#25243) 2018-11-06 12:52:14 -07:00
Tiago Costa e3916bd007
Add timestamps for logs into the functional tests reports (#24509) (#25238)
* feat(NA): first version to add logs to the functional test runner when running on dev.

* fix(NA): change timestamp position.

* test(NA): add unit test for tooling log text writer with timestamp.

* test(NA): update test and snapshots

* fix(NA): only apply timestamp logs for the jenkins test reports.

* test(NA): update jest snapshots correctly.

* fix(NA): only add timestamp for the test results cached chunk logs.

* fix(NA): rollback bad changes.

* refact(NA): change comments on code to be more clear with the purpose.

* refact(NA): rename chunk to line.

* feat(NA): log the relative time info since the start time of the task instead of the absolute time.
2018-11-06 18:46:05 +00:00
CJ Cenizal 81bfe017d5
Fix aria attribute of icons on status page. (#25179) (#25187) 2018-11-06 10:40:53 -08:00
Peter Pisljar ff4e773c52
other bucket filter for table and vislib legend (#24473) (#25220) 2018-11-06 18:55:48 +01:00
Felix Stürmer 0879295771
[6.x] [Infra UI] Normalizing CPU usage for waffle map (#25123) (#25210)
Backports the following commits to 6.x:
 - [Infra UI] Normalizing CPU usage for waffle map  (#25123)
2018-11-06 17:39:26 +01:00
Peter Pisljar 2268c594dd
remove inspector from Vis (#24112) (#25203) 2018-11-06 16:37:15 +01:00
Leanid Shutau 93054ad205
[Tools] Exclude node_modules folders from i18n_check (#25112) (#25206)
* [Tools] Exclude node_modules folders from i18n_check

* Make node_modules be ignored by default

* Update exclusion patterns
2018-11-06 18:24:47 +03:00
Leanid Shutau f0bbb66bd6
[Tools] Rename i18n context field to description field (#25105) (#25204)
* [Tools] Rename React i18n context field to description field

* Rename context to description in all i18n use cases
2018-11-06 18:11:32 +03:00
Leanid Shutau 33cbfd76b5
[I18n] Migrate enzyme helpers to TypeScript (#25108) (#25205)
* [I18n] Migrate enzyme helpers to TypeScript

* Migrate src enzyme helpers

* Remove eslint comments
2018-11-06 18:09:13 +03:00
Chris Roberson 44c3dfed61
Unskip the mappings test (#24667) (#25162) 2018-11-06 09:30:38 -05:00
Chris Roberson a426b09ca6
Re-enable these tests (#24600) (#25161) 2018-11-06 09:30:15 -05:00
Melissa Alvarez 4eedf46895
[ML] MultiMetric/Population Job creation: Allow model plot enablement via checkbox (#24914) (#25202)
* Add route/api-mapping for validateCardinality

* Create directive for enableModelPlot checkbox

* Ensure model plot enabled prior to cardinality check

* Add callout when cardinality high

* ensure correct cardinality success check

* Population wizard: add enableModelPlot checkbox

* Update with suggested changes from review

* Remove warning when invalid. Add tests.

* Ensure checkbox updated on uncheck
2018-11-06 14:15:37 +00:00
Felix Stürmer ccc6b25a36
[Infra UI] Add beta badge with tooltip to the header (#25113) (#25196)
In accordance with #25008, this adds a "Beta" badge with a corresponding tooltip to the header.
2018-11-06 14:51:20 +01:00
Marco Vettorello 78b9441c0a
Remove console.log (#25207) (#25208) 2018-11-06 14:48:18 +01:00
Marco Vettorello cb364b49b7
Fix TSVB state updates when changing indexpatterns (#24832) (#25200)
* Move fieldsFetch logic into the vis editor

* Add annotations index pattern change detection

* Fix async update of state. Add functional test

* Add missing data archive

* Force fetch when component mount the first time

* Fix parameters naming

* Refactoring indexPatterns to fetch
2018-11-06 14:19:19 +01:00
Stacey Gammon 74a7731814
Disable animations for xpack functional tests too (#25148) (#25169) 2018-11-06 08:17:12 -05:00
Peter Pisljar 6a36a77f79
remove dashboardContext (#23227) (#25188) 2018-11-06 10:53:33 +01:00
Shaunak Kashyap 61ba781748 Infra UI: Fixing minor typo (#25005)
Resolves #25007.

Outbound traffic is generally denoted with TX, abbreviation for Transmit, instead of RX, abbreviation of Receive.

This PR fixes this minor typo.
2018-11-06 01:28:02 -08:00
Tim Roes 7d5786c74a
Fix dashboard export documentation (#24701) (#25191) 2018-11-06 10:27:26 +01:00
Spencer 3ee118dffe
[6.x] [InputControlVis] React 16.4+ compatibility (#25164) (#25180)
Backports the following commits to 6.x:
 - [InputControlVis] React 16.4+ compatibility  (#25164)
2018-11-05 19:27:13 -08:00
Nathan Reese 6228f6ce1b
fix typos (#25176) (#25181) 2018-11-05 18:00:11 -07:00
CJ Cenizal 655b09c685
[Rollups] Improve Rollup Job Wizard error handling (#25092) (#25171)
* Consistently format errors with showApiWarning and showApiError helpers.
* Use fatalError for unexpected errors.
* Localize errors.
* Surface error in Job List when the jobs can't be loaded.
2018-11-05 16:49:04 -08:00
gchaps a221b6ebbd [DOCS] 6.4.3 Release Notes (#24670)
* [DOCS] 6.4.3 Release Notes

* [DOCS] Editing changes for Release Notes]

* [DOCS] Minor edits to 6.4.3 RN
2018-11-05 16:45:46 -08:00
Bill McConaghy 9df114bf9b fixing issue with deleting scripted field in index pattern section (#25122) (#25146) 2018-11-05 14:40:08 -08:00
liza-mae 9d95015741
Replace xvfb with headless browser (#24904) (#25150)
* Replace xvfb with headless browser

* Update karma to run in headless chrome

Update Karma tests for an option to run chrome in headless.

* Fix lint issues

* Fix spaces
2018-11-05 15:25:59 -07:00
Felix Stürmer 650b64c562
[6.x] [Infra UI] Rename InfraOps to Infrastructure (#25135) (#25159)
Backports the following commits to 6.x:
 - [Infra UI] Rename InfraOps to Infrastructure  (#25135)
2018-11-05 23:04:49 +01:00
Walter Rafelsberger 4f4f88b0a1
[ML] Fixes typo. (#25130) (#25144)
Fixes "Dectector" Typo.
2018-11-05 22:41:30 +01:00
Ryan Keairns a108e3a829
Security - convert LESS to SASS (#25079) (#25158)
* convert security less to sass

* remove unused less styles from xpack_main
2018-11-05 15:39:12 -06:00
pavel06081991 656940ae80
Feature/translate license management (#24341) (#25119)
Translate license management
2018-11-05 23:07:42 +03:00
Maryia Lapata d6a5c69e05
Translations for ui/vis (#23694) (#25138)
* Translate default editor

* Translate aria-labels, update ids

* Fix review comments

* Revert deletion of NOT

* Use one-time binding

* Translations for ui/vis

* Revert changes

* Fix a typo

* Refactoring

* Revert translations since they aren't displayed on ui

* resolve review comments
2018-11-05 22:09:03 +03:00
Jen Huang 9fcaba6ecb
[Rollups] Fix invalid date histogram interval warning (#25066) (#25086)
* Fix invalid date histogram interval warning

* Remove erroneous line
2018-11-05 09:46:22 -08:00
Jen Huang deda6739e2
Prepend ES endpoint with slash (#25073) (#25082) 2018-11-05 09:45:08 -08:00
Chris Roberson 979ea04277
Ensure we probably init the route for the ccr page (#25050) (#25128) 2018-11-05 12:24:31 -05:00
Stacey Gammon 4668af30e5
Added sort order to share menu options. (#25058) (#25096)
* Added sort order to share menu options.

Sorts ascending on sort order first then ascending on name. Any menu item without a sort order gets set to zero.

* Moved new sortOrder property from node_modules

* Had to rerun the snapshot for the share menu with the sortOrder in it.
2018-11-05 11:28:37 -05:00
Matt Apperson b1a344cdb1 [BeatsCM] Change Index template name (#24835)
* [BeatsCM] Change Index template name

* Update x-pack/plugins/beats_management/server/management_server.ts

* Update x-pack/plugins/beats_management/server/lib/adapters/database/__tests__/test_contract.ts
2018-11-05 10:07:17 -05:00
pavel06081991 fa4e4480ac
Translate vis color schema labels (#23603) (#25107)
Translate color schemas labels
2018-11-05 16:26:27 +03:00
pavel06081991 c8c8316465
Feature/translate canvas plugin src elements (#23755) (#25104)
translate canvas canvas_plugin_src elements
2018-11-05 12:32:22 +03:00
Leanid Shutau 99a8488f8b
[Tools] Fix js multiline parsing in angular expressions (#24812) (#25053)
* [Tools] Fix js multiline parsing in angular expressions

* Add test
2018-11-05 10:46:52 +03:00
CJ Cenizal 03b6de2b10
[Rollups] Surface index pattern validation errors in Rollup Job wizard. (#25078) (#25094)
* Show fatal error for unexpected errors.
2018-11-02 22:08:05 -07:00
Spencer 6898032816
[ftr] allow filtering suites by tag (#25021) (#25075)
Closes #22840

In the functional tests we want a better way to include/exclude certain tests, especially as we move forward with #22359. This PR allows us to decorate suite objects with "tags", which won't clutter up the test names and can be used to filter out specific tests within a single test config. The functional test runner supports defining `--include-tag` and `--exclude-tag` CLI arguments, and multiple can be defined.

The method of filtering out tests for running against cloud has been updated to use this approach and I plan to do the same to #22359 once this is merged.
2018-11-02 18:28:51 -07:00
Josh Dover b206ac6ffd
Fix error log formatting (#24788) (#24929) 2018-11-02 17:31:29 -05:00
Stacey Gammon 5b7ea4cac9
skip png screenshot comparison tests, they will fail on certain jenkins agents (#25028) (#25067) 2018-11-02 17:14:39 -04:00
CJ Cenizal e74f92a0a9
Return wrapped unknown errors from rollup CRUD API. (#25032) (#25037) 2018-11-02 12:18:50 -07:00
Brandon Kobel 5fb4a2b0c1
Adding support for single session cookies appearing in an Array (#24984) (#25057)
* Adding support for single auth cookies appearing in an Array

* Removing redundant newline
2018-11-02 11:08:21 -07:00
Joe Fleming 0999ebf273 Fix: socket setup (#24550)
PR fixes issues with the socket connection.

- handle socket failures 
  - previously would either leave Canvas in an infinite loading state, or load the app even when it wouldn't function
- upgrade socket.io
- add headers to socket connection and modify auth connection
2018-11-02 10:39:36 -07:00
Joe Fleming b684eaae49 Chore: fix canvas linting (#25024)
This fixes `yarn run lint` from within the Canvas plugin path.

- Point to the correct eslint config file
- Use absolute path for `packageDir`
- Remove extraneous `packageDir` settings
2018-11-02 10:25:57 -07:00
Matt Bargar cc3092af29
Generate the correct bucket keys regardless of query type (#25002) (#25055)
1. filter's query is a plain string
2. filter's query is a query_string query
3. filter's query is some other query DSL object
2018-11-02 13:04:13 -04:00
Stacey Gammon cae5a0da45
[6.x] Add png output to reports 65 (#24759) (#25018)
* Add png output to reports 65 (#24759)

* Changes for new PNG image output for reports

Change PNG button name from Download to Generate

Changes for new PNG image output for reports

Change PNG button name from Download to Generate

Remove compatabilityShim from PNG and move to PDF folders

Changed API parameters to contain only required parameters

Added test cases for PNG reporting and added title back into the PNG API call

Merge of security changes for PNG reporting

Fixed issues with test cases for both PDF and PNG

Updated test snapshots for PNG and PDF test changes

* Adding new security changes made for PDF into new PNG code

* Removed commented out lines that were not needed

* fix unmarked file
2018-11-02 11:39:27 -04:00
Brandon Kobel 1804a8c5f4
Using Joi.object when configuring route validation (#24596) (#24978)
* Using Joi.object when configuring route validation

* Adding forgotten API

* Fixing test
2018-11-02 06:20:31 -07:00