Commit graph

21134 commits

Author SHA1 Message Date
dave.snider@gmail.com
f99c8032f4
kibana design owns .scss files (#23889) 2018-11-06 15:24:21 -08:00
Lee Drengenberg
a881a65a4c
Fix context test timing (#24949)
* Add sleeps so tests will pass

* removed a space in a comment

* replaced some sleeps with waiting for loading indicator

* Removed context page object calls from filter_bar and doc_table services
2018-11-06 16:25:44 -06:00
Lisa Cawley
feae892dcc
[DOCS] Updates Elasticsearch and Kibana monitoring screenshots (#25035) 2018-11-06 14:21:34 -08:00
Matt Bargar
a61c11e2ea
Add hacky workaround for getDerivedStateFromProps change in react 16.4 (#25142) 2018-11-06 15:39:37 -05:00
liza-mae
7748fe633f
Fix the jenkins job for cloud to export headless browser variable (#25242) 2018-11-06 12:48:48 -07:00
Walter Rafelsberger
3b94e3cece
[ML] Removes deprecated angularjs based jobs list and related code. (#25216) 2018-11-06 20:05:45 +01:00
Tiago Costa
ca30a09be9
Add timestamps for logs into the functional tests reports (#24509)
* 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:44:38 +00:00
Marco Vettorello
d9e0967676
Fix missing TSVB markdown variables (#25132)
* 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

* Add observables and pipe data updates to markdown panel config

* Fix jest test
2018-11-06 18:55:31 +01:00
Melissa Alvarez
493fe14821
[ML] JobList search bar: Show useful error on invalid query (#25153)
* Show error on invalid query

* Additional undefined check for query

* Cleanup undefined check
2018-11-06 17:13:32 +00:00
Aaron Caldwell
9b40183317
Ensure baselayers display in region maps (#22609)
* 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 10:11:45 -07:00
Peter Pisljar
383b41904a
other bucket filter for table and vislib legend (#24473) 2018-11-06 16:37:46 +01:00
Chris Cowan
4a251b541a [Infra UI] Normalizing CPU usage for waffle map (#25123)
This PR changes the aggregation for calculating the CPU usage for hosts to match the metrics overview calculation by adding both system and user together then dividing it by the number of cores. This PR also includes a fix for the Docker cpu field.
2018-11-06 14:55:28 +01:00
Marco Vettorello
6ec3f0d636
Remove console.log (#25207) 2018-11-06 14:46:42 +01:00
Leanid Shutau
8149642bb4
[Tools] Exclude node_modules folders from i18n_check (#25112)
* [Tools] Exclude node_modules folders from i18n_check

* Make node_modules be ignored by default

* Update exclusion patterns
2018-11-06 15:58:10 +03:00
Leanid Shutau
e9ff201be7
[I18n] Migrate enzyme helpers to TypeScript (#25108)
* [I18n] Migrate enzyme helpers to TypeScript

* Migrate src enzyme helpers

* Remove eslint comments
2018-11-06 15:56:37 +03:00
Leanid Shutau
26b01ddbb0
[Tools] Rename i18n context field to description field (#25105)
* [Tools] Rename React i18n context field to description field

* Rename context to description in all i18n use cases
2018-11-06 15:54:05 +03:00
Peter Pisljar
23cd191d39
remove inspector from Vis (#24112) 2018-11-06 13:49:38 +01:00
Melissa Alvarez
830e149787
[ML] MultiMetric/Population Job creation: Allow model plot enablement via checkbox (#24914)
* 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 11:52:26 +00:00
Marco Vettorello
89efb81fca
Fix TSVB state updates when changing indexpatterns (#24832)
* 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 11:50:46 +01:00
Felix Stürmer
45f4b1bcf3
[Infra UI] Add beta badge with tooltip to the header (#25113)
In accordance with #25008, this adds a "Beta" badge with a corresponding tooltip to the header.
2018-11-06 11:01:02 +01:00
Shaunak Kashyap
1e346b9094
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:27:19 -08:00
Tim Roes
b74f286961
Fix dashboard export documentation (#24701) 2018-11-06 09:59:59 +01:00
Tudor Golubenco
ac169a1ad5
Add Cloudwatch Logs tutorial (#24582)
* Add Cloudwatch Logs tutorial

This is the first tutorial that makes use of Functionbeat, so it adds the
related instructions.

Closes #23708.
2018-11-06 09:23:58 +01:00
Peter Pisljar
cc46def7a1
remove dashboardContext (#23227) 2018-11-06 08:16:58 +01:00
CJ Cenizal
a4d108d80e
Fix aria attribute of icons on status page. (#25179) 2018-11-05 21:03:42 -08:00
Ryan Scovill
5dbfec7d20 fix typos (#25176) 2018-11-05 17:56:43 -07:00
Spencer
c9d8bdc82d
[InputControlVis] React 16.4+ compatibility (#25164)
* [input-control-vis/list-control-editor] add failing test to verify issue

* [input-control-vis/list-control-editor] update prevFieldName when fieldName changes
2018-11-05 16:39:56 -08:00
CJ Cenizal
0709293aac
[Rollups] Improve Rollup Job Wizard error handling (#25092)
* 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 14:32:48 -08:00
Stacey Gammon
531424ef17
Disable animations for xpack functional tests too (#25148) 2018-11-05 17:17:53 -05:00
Chris Roberson
25666f8d41
Unskip the mappings test (#24667) 2018-11-05 14:57:44 -05:00
Chris Roberson
25896d625d
Re-enable these tests (#24600) 2018-11-05 14:57:02 -05:00
Felix Stürmer
dfef1c52e2
[Infra UI] Rename InfraOps to Infrastructure (#25135) 2018-11-05 20:33:53 +01:00
Ryan Keairns
7470b632eb
Security - convert LESS to SASS (#25079)
* convert security less to sass

* remove unused less styles from xpack_main
2018-11-05 13:28:18 -06:00
liza-mae
fabbfdcd12
Replace xvfb with headless browser (#24904)
* 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 10:40:42 -07:00
Bill McConaghy
24ba1908a3
fixing issue with deleting scripted field in index pattern section (#25122) 2018-11-05 12:18:54 -05:00
Walter Rafelsberger
e5ebc62b16
[ML] Fixes typo. (#25130)
Fixes "Dectector" Typo.
2018-11-05 18:13:56 +01:00
Maryia Lapata
4e9fb45843
Translations for ui/vis (#23694)
* 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 19:20:39 +03:00
Chris Roberson
ae6ea6ec10
Ensure we probably init the route for the ccr page (#25050) 2018-11-05 10:01:30 -05:00
Nox911
666a1d752c Feature/translate license management (#24341)
Translate license management
2018-11-05 16:22:45 +03:00
Maryia Lapata
40d78865ed Translate vis color schema labels (#23603)
Translate color schemas labels
2018-11-05 11:48:59 +03:00
Nox911
f10deb1b8a Feature/translate canvas plugin src elements (#23755)
translate canvas canvas_plugin_src elements
2018-11-05 10:13:27 +03:00
Brian Gaddis
733c9ec4f3 Added sort order to share menu options. (#25058)
* 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-03 08:18:59 -04:00
CJ Cenizal
dac01c81a2
[Rollups] Surface index pattern validation errors in Rollup Job wizard. (#25078)
* Show fatal error for unexpected errors.
2018-11-02 17:42:50 -07:00
Jen Huang
4fe2f1de51
[Rollups] Fix invalid date histogram interval warning (#25066)
* Fix invalid date histogram interval warning

* Remove erroneous line
2018-11-02 16:43:56 -07:00
Jen Huang
077634c483
Prepend ES endpoint with slash (#25073) 2018-11-02 15:16:06 -07:00
Spencer
84e72d3ef6
[ftr] allow filtering suites by tag (#25021)
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 13:06:25 -07:00
Joe Fleming
1cb1c25d41
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:26:52 -07:00
Joe Fleming
f6fd86aa4d
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 11:24:11 -06:00
Matt Bargar
cd274558d6
Generate the correct bucket keys regardless of query type (#25002)
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 10:42:59 -04:00
Jonathan Budzenski
fa8237d197
[build] Support version-qualifier flag (#21663)
* [build] Support version-qualifier flag

* add help description

* fix test

* is-release

* temp: re-add alpha1 to package.json

* use version qualifier in build

* fix merge

* Revert "temp: re-add alpha1 to package.json"

This reverts commit a70688542c.

* x-pack

* remove ci build flag

* remove ci build flag

* remove qualifier from canvas

* remove qualifier from infra

* fix x-pack argv

* update comment
2018-11-02 09:39:12 -05:00