Commit graph

18435 commits

Author SHA1 Message Date
Jonathan Budzenski
c7d5d292f3
Bump chromedriver to 2.42.1 (#23648) 2018-10-17 18:20:39 -05:00
Josh Dover
24ed2463bc
Add ci_setup script to jenkins report script 2018-10-17 12:33:06 -05:00
James Gowdy
4e14ccc8d7
[ML] [6.x] Group selector duplicate validation (#24139) 2018-10-17 18:06:25 +01:00
James Gowdy
df9c17a091
[ML] Edit job group duplicate validation (#24138) 2018-10-17 18:06:07 +01:00
Felix Stürmer
db8b86538a
[Infra UI] Merge InfraOps feature branch (#24068) (#24127) 2018-10-17 17:36:45 +02:00
Pete Harverson
58363884ac
[ML] Fixes clean up of multi-bucket markers on Single Metric chart update (#24080) (#24126) 2018-10-17 15:56:35 +01:00
Maryia Lapata
4410598f81
[6.x] Translations for Tag Cloud (#24065) (#24125)
* Translations for Tag Cloud (#24065)

* Translate pie and vaslib_basic_options (#23761) (#24124)

Translate pie and vislib_basic_options

* [I18n] Add one-time binding to angularjs i18n (#23499) (#23965)

* Add one-time binding to angularjs i18n

* Add watcher for values property

* Watch values field only if it is provided

* Fix ci

* Translations for Tag Cloud (#24065)
2018-10-17 17:53:00 +03:00
Tim Roes
a9f7cfc148
Remove old visualization icons (#23831) (#24131) 2018-10-17 16:41:22 +02:00
Stacey Gammon
0faa7aec5b
Add a typescript readme (#23841) (#24128)
* Add a typescript readme

* some clean up

* Correct capitalization of typescript and javascript

* Incorporate review suggestions
2018-10-17 10:03:27 -04:00
Leanid Shutau
b2ba7c3042
[Tools] Fix pug regular expression (#24006) (#24122)
* [Tools] Fix pug regular expression

* Add one more test
2018-10-17 15:46:16 +03:00
Leanid Shutau
4a4c91c7fb
[I18n] Add one-time binding to angularjs i18n (#23499) (#23965)
* Add one-time binding to angularjs i18n

* Add watcher for values property

* Watch values field only if it is provided

* Fix ci
2018-10-17 15:44:43 +03:00
tibmt
8df9757b28
Translate pie and vaslib_basic_options (#23761) (#24124)
Translate pie and vislib_basic_options
2018-10-17 14:47:53 +03:00
Tim Roes
0600e689ee
More add data icons (#24026) (#24116) 2018-10-17 11:51:54 +02:00
Tim Roes
3673012ede
Remove queryManager from vis docs (#23923) (#24113) 2018-10-17 11:42:17 +02:00
Tudor Golubenco
16172903f0
Add new filebeat tutorials (#20997) (#24073)
* PostgreSQL module
* Added Logstash logs module
* Added Elasticsearch logs module
* Added IIS logs module
* Traefik logs tutorial
2018-10-17 09:57:16 +02:00
Spencer
dd716f3609
[6.x] [ui/utils] share sync subscribe logic (#23341) (#24110)
Backports the following commits to 6.x:
 - [ui/utils] share sync subscribe logic  (#23341)
2018-10-16 21:40:26 -07:00
liza-mae
075e83fd4b
Use chrome instead of IE for karma on windows (#24053) (#24102) 2018-10-16 16:42:34 -06:00
Ryan Keairns
7497592c5d Proofreading edits, UI text consistency (#24016) (#24097) 2018-10-16 13:56:34 -07:00
Chris Roberson
bc55453ff7
Skip these tests (#24085) (#24092) 2018-10-16 14:51:53 -04:00
Larry Gregory
6baa0646ac
Switch to using a fork (#24036) 2018-10-16 14:03:36 -04:00
Rashid Khan
97c9f52b32 Point at kibana directory for plugin loading (#24049) 2018-10-16 08:29:20 -07:00
Josh Dover
b1df05cb14
Skip failing dashboard reporting test (#24040) (#24051) 2018-10-16 10:11:29 -05:00
Ryan Keairns
6d76ba9f46
fix sidebar scrolling in firefox (#24011) (#24043) 2018-10-16 09:40:00 -05:00
Aleh Zasypkin
f382758096
[6.x] Add Kibana bootstrap step to generate types exposed by the core and its plugins. (#23888) 2018-10-16 12:14:56 +02:00
Walter Rafelsberger
482606337a
[ML] Make sure anomalyChartRecords gets initialized as an Array. (#24021) (#24061)
Fixes an issue where resizing the Anomaly Explorer window could trigger an error if the only job being loaded so far didn't have any anomalyChartRecords.
2018-10-16 10:15:02 +01:00
Casper Hübertz
fad44f954f
[DOCS] APM UI docs for ML and query bar features (#21727) (#24012)
Adding content for Machine Learning integration and query bar UI in the Using the APM UI docs.
2018-10-16 08:27:16 +01:00
Spencer
f5ca67dc41
[6.x] [yarn] Upgrade to 1.10.1 (#23971) (#24054)
Backports the following commits to 6.x:
 - [yarn] Upgrade to 1.10.1  (#23971)
2018-10-15 18:20:26 -07:00
Brandon Kobel
4913e93139
Fixing the spaces audit logger when security is explicitly disabled (#23878) (#24018) 2018-10-16 00:29:52 +01:00
Josh Dover
6c1933e6cc
Fix regression with ML breadcrumbs in old UI (#23756) (#24044) 2018-10-16 00:07:48 +01:00
Catherine Liu
ac1d59a8fa
Sets private:true in canvas package.json (#24022) (#24032) 2018-10-15 15:00:26 -04:00
Larry Gregory
4a4c1e5985
[6.x] Delete objects belonging to removed space (#23640) (#24033)
Backports the following commits to 6.x:
 - Delete objects belonging to removed space  (#23640)
2018-10-15 19:05:57 +01:00
Catherine Liu
2f7797b7b1
Moved squel from devDependencies to dependencies (#23849) (#24025) 2018-10-15 12:18:17 -04:00
Catherine Liu
03fd3316b5
fix: Router can render function or class components (#23372) (#23964)
* fix: router can render function or class components

* fix: correctly define state

and change the first load detection, since this.state is always set now

* chore: DRY up navigation code

* tests: disable listener cleanup test

there's no way to know when the listener is going to get cleaned up anymore :(
2018-10-12 01:45:26 +01:00
Catherine Liu
b7a00606ff
Adds super select to font picker (#23855) (#23928)
* Adds super select to font picker. Removes fauxSelect component

* Removed import for font_picker.scss
2018-10-11 09:08:11 +01:00
Lukas Olson
598aab23a7
Fix missing field message 2018-10-10 14:14:38 +01:00
Ryan Keairns
52835b0439
removes unused less styles (#23759) (#23927) 2018-10-10 06:53:01 -05:00
Walter Rafelsberger
fcaa28783d
[ML] Makes mlExplorerDashboardService independent of angularjs (#23874) (#23884)
This is a refactor of mlExplorerDashboardService to make it available via import instead of angularjs dependency injection. This way it's also not necessary anymore to pass it on as a prop to ExplorerSwimlane, the component can now import the service by itself.
2018-10-10 09:54:26 +02:00
Catherine Liu
780dcd57ed
fixes early return condition in dom_preview (#23894) (#23908) 2018-10-09 06:12:45 +01:00
Josh Dover
2031b1e2df
Prevent header popovers from scrolling with page content (#23850) (#23900) 2018-10-08 04:45:36 -05:00
Walter Rafelsberger
e21da24ad5
[ML] Anomaly Explorer Rare/Population Charts (#23423) (#23879)
This PR introduces custom charts for detectors that use a rare function (Event Distribution Chart) as well as detectors that use an over field (Population Distribution Chart).
2018-10-07 11:26:29 +02:00
Chris Roberson
f178d6092b
[6.x] [Monitoring] CCR UI (#23013) (#23873)
* [Monitoring] CCR UI (#23013)

* Initial version of CCR monitoring UI

* Adding missing files

* Use icons

* Use new column header text

* Update tests

* Basic of shard detail page

* Do these in parallel

* Disable time picker on ccr page

* Remove summary for now

* Remove unnecessary code here

* Fix a few things on the shard page

* Only send down what we need

* update snapshot

* Handle no ccr_stats documents

* Ensure we fetch the latest

* Updates

* Format the time

* Add api integration tests

* Adding pagination and sorting

* Updated query logic

* Change this back

* Add specific information about the follower and leader lag ops

* Update tests

* UI updates

* Address PR issues

* Fix tests

* Update shapshots

* Add timestamp

* Update tests

* Add a few snapshot tests

* Use timezone formatter

* Fix tests

* Fix aligment of shard table

* PR feedback

* Update snapshots

* Update snapshot

* Fix tests for #23013 (#23883)
2018-10-06 13:56:09 -04:00
Brandon Kobel
7b639ca77d
Fixing the behavior when scrolling of the spaces popover (#23851) (#23886) 2018-10-05 11:45:07 -07:00
Catherine Liu
887ad26367
Change single select combo box to plain text in esdocs (#23853) (#23877) 2018-10-05 11:14:16 -07:00
Melissa Alvarez
932faba615
[ML] Ensure Calendar creation navigation tabs are keyboard/screen reader accessible (#23832) (#23870)
* Calendar nav links keyboard accessible

* Prevent default click behavior

* use event default value

* remove unnecessary default param
2018-10-05 15:28:10 +01:00
Ryan Keairns
6efa089bb9
Reporting SASS - Remove less styles (#23782) (#23871)
* remove less styles

* remove less import
2018-10-05 09:24:22 -05:00
pavel06081991
3c7646e131
i18n remove extra span tags (#23529) (#23864)
remove extra span tags generated by FormattedMessage component

translate missed labels
2018-10-05 11:53:56 +03:00
dave.snider@gmail.com
6a8a653327
Management core Less to Sass (#23596) (#23861)
Converts management's less to sass. Makes minor adjustments to those pages for some design cleanup.
2018-10-05 00:41:17 -07:00
Ryan Keairns
74f1bae873
change progress element titles to sentence casing (#23820) (#23846) 2018-10-04 20:15:34 -05:00
Stacey Gammon
4cdfc9a526
Tests: Wait for dashboard save button to be enabled before clicking. (#23539) (#23838)
* Fixes #21446

An attempt to fix the above by making sure the click only happens when the button is enabled.

* Fix wrong function name

* Fix mistakes
2018-10-04 17:22:29 -04:00
dave.snider@gmail.com
cb4dd5569f
Eui 4.4.1 (#23790) (#23835)
Updates EUI to 4.4.1 and includes some minor homepage changes around icons.
2018-10-04 14:18:12 -07:00