Commit graph

21748 commits

Author SHA1 Message Date
Nox911 1435deb1a7
[i18n] Translate url (#26804)
* Translate url

* Fix issues

* Fix issues
2018-12-13 11:05:58 +03:00
Matthew Kime e31696375a
Management: Index Pattern directory rename / correction (#26858)
* correct directory name

* fix scss reference
2018-12-12 22:29:59 -06:00
Court Ewing ded70631aa
[security] Support alternate auth providers for login (#26979)
Login is no longer coupled directly to our basic auth provider, so
alternative auth providers can now be used with our standard login flow.
The LoginAttempt request service is the mechanism for auth providers to
integrate with the login flow.
2018-12-12 19:22:43 -05:00
Catherine Liu af851a3858
Updated tinymath ref links (#27085) 2018-12-12 16:19:40 -07:00
Joel Griffith 93e3a4c7c8
Reporting regression: reports always retrying regardless of outcome (#26995)
* This fixes an issue where reports are always retried regardless of status
2018-12-12 13:36:27 -08:00
Catherine Liu e11803086d
Better fix for wonky page preview resizing issue (#26795) 2018-12-12 14:11:46 -07:00
Bill McConaghy 575399d465
adding informational callout when step_info message is present (#27046)
* adding informational callout when step_info message is present

* updating test and snapshot

* changing title to action status
2018-12-12 15:33:55 -05:00
Bill McConaghy 0c20f04249
adding reload indices button to index management (#27033)
* adding reload indices button to index management

* addressing PR feedback
2018-12-12 15:22:05 -05:00
Brandon Kobel 4e684c7b7e
Redirecting to /, instead of /login, on the successfully logged out page (#26999)
We're using the successfully logged out page with the SAML provider
currently, so redirecting to the /login page is problematic since they
won't be able to login using this url. Instead, we're redirecting them
to '/' so that the auth providers can figure out what to do.
2018-12-12 11:31:07 -08:00
Jen Huang 17db63cca6
Silently swallow request failures so that the create button isn't blocked (#26988) 2018-12-12 11:28:10 -08:00
Melissa Alvarez 7f4ac5d669
[ML] calendar eui conversion (#26741)
* Create calendar list in react

* wip: create new_calendar page

* Update new calendar settings directory name

* Edit button action + update utils

* Adds ability to create new calendar

* Display calendar data on edit

* rename directory to settings/calendar

* Add scss files to calendar dir

* Create new group from form

* Adds event table and partial event modal.

* adds datepicker to modal

* Time range event functionality

* add import event functionality

* upate new event modal design

* Add error handling to list/edit

* calendarId validity check

* Create/delete permission. List/form style tweak

* Update calendarList to match filterList

* Add missing newlines in scss files

* Initial tests for calendar list

* Update classnames to meet guidelines

* ImportedEvents component + create utils

* remove unnecessary import

* rename calendars dir

* include past evens in import if checkbox checked

* code review updates

* move components into own directories

* update index.scss with dir name change

* skip irrelevant tests

* fix unsaved event deletion. rename scss file.

* Add modal tests

* Show calendarId and description as header on edit

* update snapshot for refactor

* update classnames to BEM guidelines

* Update snapshot for classname change
2018-12-12 12:20:35 -06:00
Stacey Gammon f3545f3b11
Typescript search embeddable (#26863)
* typescript search embeddable

* Add a comment
2018-12-12 12:56:03 -05:00
Bill McConaghy c4900f7daa
fixing some validation issues with edit policy (#27045)
* fixing validation issues with editing existing policy

* preventing less than 1 values for max size and max age and adding tests
2018-12-12 12:25:45 -05:00
Pete Harverson 2fc7deebf9
[ML] Remove duplicate import in file_datavisualizer_directive (#27044) 2018-12-12 16:07:19 +00:00
tibmt af8147d98b [i18n] Translate ML - File Datavisualizer (Part 2) (#25642)
translate file_datavisualizer folder of Machine Learning (Part 2)
2018-12-12 18:07:33 +03:00
Bhavya RM 7e2e450486
Adding label-has-associated-control to jsx-a11y lint rules and associated UI fixes 2018-12-12 10:04:15 -05:00
Felix Stürmer 2616c452b8
[Infra UI] Fix graphql type generation after package upgrades (#26991)
This fixes the infrastructure UI graphql type generation after relevant packages have been upgraded in #25157.
2018-12-12 15:51:31 +01:00
Aleh Zasypkin 94b2b83bd7
Introduce recordOf schema. Remove redundant declarations. (#26952) 2018-12-12 15:43:54 +01:00
Leanid Shutau 9aecea4dd2
[I18n] Allow i18n filter usage outside of interpolation expressions (#26803)
* [I18n] Allow i18n filter usage outside of interpolation expressions

* Remove redundant quotes from translation

* Update tests

* Resolve comments

* Fix wrong filter usage
2018-12-12 17:04:36 +03:00
Søren Louv-Jansen df593e3e57
[APM] Convert errors API to typescript (#26801) 2018-12-12 14:28:35 +01:00
Søren Louv-Jansen 4f3a827d69
Update APM readme 2018-12-12 14:04:33 +01:00
Maryia Lapata a67cb98839
[i18n] Optimize translation labels for Roles page (#26945)
* [i18n] Optimize translation labels

* Usage of ng-if instead of ng-show
2018-12-12 15:32:44 +03:00
Felix Stürmer f5320d2fac
[Infra UI] Fix styling after breaking EUI changes (#27021)
This restores the Infrastructure and Logs UIs after upstream changes:

* The theme json import now behaves like a ES6 module.
* The `<EuiHeaderSection>` now requires the `grow` prop to be `true` in order to grow horizontally.
2018-12-12 13:22:13 +01:00
Leanid Shutau 46a8ad4a53
[I18n] Register translations before plugins init (#26078)
* Register translations before plugins init

* Fix i18n engine initialization

* Fix translationPath$ RxJS pipeline

* Move translations registration to mixin

* Fix arrays concatenation

* Use prettier

* Fix translations relative paths

* Use globby instead of glob

* Update docs

* Move globby to dependencies

* Get rid of translation directories config

* Update globby patterns

* Search only for current locale translation files
2018-12-12 15:03:58 +03:00
Peter Pisljar 9134ad4622
fixes other bucket request (#26874) 2018-12-12 12:23:30 +01:00
Pete Harverson ac10ba5852
[ML] Fix word break in anomalies and jobs tables (#26978) 2018-12-12 10:03:25 +00:00
Nox911 c4afd3200a [i18n] Translate untranslated labels (#26416)
* Translate some missing translations

* Fix issues

* Add topNavMenu translations

* Fix issues

* Fix topNav

* Fix issues

* Fix issues

* Fix kbnTopNav test and parametrs description
2018-12-12 10:26:08 +03:00
Oliver Gupte f1520f855d
[APM] Fix for library frames not collapsing (#26827)
* [APM] fixes #26525
- simplified the stackframe grouping algorithm
- add support for `stackframe.exclude_from_grouping`
- made the rendering more tolerant of edge cases

* Made improvements to code readability and added more meaningful test cases
2018-12-11 19:25:24 -08:00
Tiago Costa d01aaef850
Hide logs from deleteAll on task: clean client modules into dll (#26884)
* refact(NA): deleteAll function in order to allow it to not log anything out.

* fix(NA): add missing no op debug and verbose functions.

* refact(NA): wrap log calls into if calls.
2018-12-12 02:42:45 +00:00
Brandon Kobel 774ce42242
Fixing issues with the url.search being null in Node 10 (#26992)
Node 10 uses `null` to denote the non-existence of a querystring
parameter when `url.parse(urlString, true)` is used, the following
changes fix our usages within the security plugin.
2018-12-11 16:30:00 -08:00
Mengwei Ding 459cbe43a5
upgrade resize-observer-polyfill version (#26990) 2018-12-11 14:00:18 -08:00
Joe Fleming f88a884440
Fix: Support columns with dots (#26659)
Closes https://github.com/elastic/kibana/issues/26405

Upgrades tinymath so that columns with dots now work correctly.

---

To test, follow the details in #26405.

1. Get some data that has fields with dots in them. Beats data would work, or you can create a test index with just 2 documents as follows: 

```
POST test/test
{
  "string":"abc",
  "with.dot":"abc"
}
POST test/test
{
  "string":"abcd",
  "with.dot":"abcd"
}
```

2. Create a pie chart, splitting labels on one of the available fields.

Previously, given the POST info above, only `string` would work correctly. Now both (and both of their `.keyword` variants) work correctly.

![dec-04-2018 13-35-47](https://user-images.githubusercontent.com/404731/49473970-b2cf7a00-f7d0-11e8-995b-e1a5e2a2acba.gif)
2018-12-11 14:54:34 -07:00
Jonathan Budzenski 4ccbabeb4e
fix lint errors (#26985) 2018-12-11 14:10:54 -06:00
Catherine Liu 350ce1805d
Feat: Workpad Templates (#23966)
* Added workpad manager which contains workpad_loader and workpad_templates

* Fixed term filter in workpad_templates

* design changes

* Removed console logs

Closes workpad manager modal after cloning template

Fixed filtering workpad templates

Removed console log

Added sample templates

Added more templates to test with

Removed cloneDeep

* case insensitive template search

* Case insensitive tag order in popover

* added descriptions and tags to sample data workpads

* refine list of initial templates

* remove sample data templates, make buttons bigger

* Added template and tag registries

* Fixed workpad loader resizing issue on home page

* Moved tags to ui folder

* Fixed template class

* Fixed properties in templates to match workpad
2018-12-11 09:56:52 -07:00
Nathan Reese f06ec83458
do not pass 'sortOrder' to EuiContextMenuItem in share context menu (#26890)
* do not pass 'sortOrder' to EuiContextMenuItem in share context menu

* add unit test for sortOrder

* avoid using lodash

* fix merge conflicts with internationization PR
2018-12-11 09:22:01 -07:00
Bhavya RM 56fcc6df10
Fixing a11y errors in querybar and suggestion_component (#26892)
* correcting a11y errors so that we can add a11y rules to tslint

* updating the jest snapshot

* updating the jest snapshot
2018-12-11 11:08:20 -05:00
Bill McConaghy eb1da6595b
quick ILM fixes (#26966)
* fix fatal IE 11 error with undefined TextEncoder

* fixing validation issue with hot phase

* fixing double scroll bar on IE11
:
2018-12-11 10:50:12 -05:00
Pete Harverson 4e63fbdeb4
[ML] Do not pass datafeed query to Discover in custom URL (#26957) 2018-12-11 15:30:41 +00:00
Tim Roes eb04a36054
Use new _graph endpoints (#26956) 2018-12-11 16:30:14 +01:00
tibmt dccc2c74b3 [i18n] Translate ML - File Datavisualizer (Part 1) (#25641)
translate file_datavisualizer folder of Machine Learning (Part 1)
2018-12-11 18:11:06 +03:00
Bhavya RM 818241f7a7
fixing a11y error (#26906) 2018-12-11 09:10:18 -05:00
Bill McConaghy e61e1ac6dc
fixing issue with multiple execution in console (#26933) 2018-12-11 08:50:25 -05:00
Larry Gregory d7a213589a
Improve wording when creating a space (#26915)
* copy tweaks

* update save space toast

* adjust save toast
2018-12-11 08:31:37 -05:00
Matt Apperson a07cf8870c
[Beats CM] Add basic license type (#26935) 2018-12-11 08:30:38 -05:00
Larry Gregory f401d031b0
Only show change password form when a password change is possible (#26779)
* only show change password form when a password change is possible

* cleanup

* remove test code

* improved message
2018-12-11 07:35:31 -05:00
Nox911 92a8b49f3d
Translate share (#26802) 2018-12-11 13:43:10 +03:00
Walter Rafelsberger 6c44fed1e2
[ML] Adds isRequired where applicable to timeseries_chart props. (#26880)
Adds isRequired to timeseries_chart props to match the minimum required props necessary to render the component without errors reflected in the Minimal initialization test.
2018-12-11 11:38:17 +01:00
Tim Roes d739c4efc8
Make space selector a button (#26889) 2018-12-11 10:36:23 +01:00
Peter Pisljar 303d16a169
fixing tooltips for line chart (#26881) 2018-12-11 07:14:25 +01:00
Peter Pisljar 2314757954
fixes split chart with no data (#26872) 2018-12-11 07:12:54 +01:00