Commit graph

26326 commits

Author SHA1 Message Date
Mikhail Shustov
51374d6a91
decouple sessiontStorageFactory creation from registerAuth (#40852)
* decouple sessiontStorageFactory creation from registerAuth

* expose to plugins

* re-generate docs

* fix mocks
2019-07-16 16:39:14 +02:00
Yulong
5d7e2c2544
[Code] test colorize before actually loading file, trying to catch a exception throws when loading incomplete ruby code (#41093) 2019-07-16 20:56:46 +08:00
Daniil Suleiman
445e5bf3d5
[Vis: Default editor] Remove select param type (#40715)
* Remove select param type

* Add non-responsive to agg_add control

* Remove extra braces

* Add agg_group_names enum

* Remove unused file agg_config_result

* Revert for files from tabify folder

* Get rid of importing from index

* Remove unused functions
2019-07-16 14:26:09 +03:00
Daniil Suleiman
7c9bc1f315
[Vis: Default editor] Optimized ip_ranges control (#40492)
* Update ip_ranges control

# Conflicts:
#	src/legacy/ui/public/agg_types/controls/components/input_list.tsx

* Fix comments
2019-07-16 11:27:46 +03:00
Daniil Suleiman
d6008707a4
[Vis: Default editor] Add unit tests on agg_params and helpers (#40599)
* Add unit tests

* Add unit tests on default_editor_agg_params_helper

* Fix comments details

* Remove legacy tests

* Update snapshot
2019-07-16 11:26:01 +03:00
Daniil Suleiman
499804f272
Disable min_doc_count param in parent pipeline request (#40958)
* Disable min_doc_count param
2019-07-16 11:19:44 +03:00
spalger
544233528b [canvas] remove problematic example (#41217) 2019-07-16 01:05:59 -07:00
Yulong
6ec907689f
[Code] don't register providerDefinition more than once (#41094) 2019-07-16 11:52:34 +08:00
WangQianliang
4824629476
fix(code/frontend): fix blame (#40265) 2019-07-16 09:42:02 +08:00
John Dorlus
7188ea1a27
Added app load test for Remote Clusters. (#40932) 2019-07-15 23:15:34 +00:00
Patrick Mueller
88ac27295d
Renders email action message text as html from markdown - take 2 (#41187)
* Renders email action message text as html from markdown

* fix jest test

* Fix refactor issue with previous PR in actions/email
2019-07-15 17:59:15 -04:00
Stacey Gammon
fbfee1e973
Stabilize createNewDashboard testfunction (#41008)
* This function will be flaky if the page is still loading and newItemButton does not exist but will soon.

* Skip only the other flaky test, this PR should fix the one
2019-07-15 17:38:04 -04:00
Mengwei Ding
b10d50535f
[Code] avoid duplicate search result keys (#40786)
* [Code] avoid duplicate search result keys

* Reset search results if new search query issues
2019-07-15 14:17:03 -07:00
Lisa Cawley
6acb461645
[DOCS] Fixes broken reporting links (#41195) 2019-07-15 14:14:45 -07:00
Dmitry Lemeshko
e9194d75ef
[services/web_element_wrapper] update clearValue function to fix Firefox tests (#41117)
* [services/web_element_wrapper] update clearValue function

* fix flaky test #40670
2019-07-15 22:50:13 +02:00
James Rodewig
0ce7edc0a1
[DOCS] Fix broken snapshot anchor links (#41184) 2019-07-15 16:30:17 -04:00
Chris Roberson
407006697e
Fix and add tests (#41014) 2019-07-15 16:10:03 -04:00
Michail Yasonik
add1c05743
update table vis options tab docs to include total and percentage settings (#40504) 2019-07-15 13:03:38 -07:00
Michail Yasonik
8b6df179a5
Adds capability to show percentages for data table columns (#39572)
* Bring table vis params styles inline with others

* Add percentage column option to table vis

* fixup! Add percentage column option to table vis

* fixup! Add percentage column option to table vis
2019-07-15 13:01:18 -07:00
Tim Sullivan
e24440e8e7
[Docs/Reporting] Improve docs on automating Reporting (#40931)
* [Docs/Reporting] Improve docs on automating Reporting

* Update docs/reporting/automating-report-generation.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/reporting/script-example.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/reporting/script-example.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* --wip-- [skip ci]

* word change
2019-07-15 12:52:42 -07:00
spalger
de83a78e92 Revert "Renders email action message text as html from markdown (#41006)"
This reverts commit f4d8f5c27a.
2019-07-15 12:45:59 -07:00
spalger
dae65d6fe6 skip flaky test (#41112) 2019-07-15 11:37:32 -07:00
Jen Huang
2929ab934c
[SR] Change app to use i18n date and time formatting (#40925)
* Change app to use react-intl date and time formatting

* Remove old formatDate import in test
2019-07-15 11:27:59 -07:00
Sonja Krause-Harder
a3f37d5171
Use max instead of avg for correct derivative. (#41009) 2019-07-15 20:14:34 +02:00
dave.snider@gmail.com
76fb809633 EUI 12.3.1 (#41061)
* eui 12.3.1

* add data logos

* Fix TS uses, one SCSS use of euiOverflowShadow

* fix overflow shadow mixin in sass

* homepage logos

* refix typo on homepage

* hp snaps
2019-07-15 12:11:37 -06:00
Patrick Mueller
f4d8f5c27a
Renders email action message text as html from markdown (#41006)
* uses `message` passed to action as text/plain message, and renders `message` as markdown to html as the text/html message

* fix jest test
2019-07-15 13:53:38 -04:00
Lisa Cawley
58a319dab0
[DOCS] Fixes experimental annotations (#40376) 2019-07-15 10:16:38 -07:00
Melissa Alvarez
01d8f93c76
[ML] NavMenu conversion to React follow-up (#41054)
* remove old nav_menu direcory

* Bit of cleanup of types and in datavis controller

* replace angular service with importable observable

* wrap tabs in links
2019-07-15 13:16:17 -04:00
spalger
5875be54e2 skip flaky test (#37471)
(cherry picked from commit 05c4cde7ea)
2019-07-15 09:59:24 -07:00
spalger
86b533feea skip flaky test (#41112) 2019-07-15 09:48:41 -07:00
Spencer
06b9853925
[autoprefixer] upgrade to 9.6.1, unify browserslist handling (#41038)
* [autoprefixer] upgrade to 9.6.1, unify browserslist handling

* remove debug option from datemath babel config
2019-07-15 09:33:33 -07:00
Nathan Reese
7b04b1a86c
[Maps] source renderEditor clean-up (#41124)
* [Maps] cleanup Source renderEditor callback to have more consistent naming across sources

* more clean-up
2019-07-15 10:32:59 -06:00
Patrick Mueller
ec8ec82e01
Change action config / params schema from joi to @kbn/config-schema (#40694)
* Adds actionTypeConfig to AAD exclusion for action ESOs

fixes https://github.com/elastic/kibana/issues/40177

Prior to this, the `actionTypeConfig` was not excluded from AAD when using
encrypted saved objects in actions.

d0da71c2b4/x-pack/legacy/plugins/actions/server/init.ts (L31-L35)

This caused a problem when updating values in the `actionTypeConfig`, as per
issue https://github.com/elastic/kibana/issues/40177

Also added `x-pack/test/functional/es_archives/actions/README.md` to explain
how to get the id and encrypted value string, if this needs to be done again
later, since it's a little tricky.

* change alertings reference to actions archived action

Alert happened to reuse the archived action, so it's reference to the
action also had to be updated.
2019-07-15 11:43:22 -04:00
spalger
f0e7b9e5b9 skip flaky suite (#41088) (#41087) 2019-07-15 08:35:03 -07:00
Aleh Zasypkin
6a29ef4105
Make Kerberos authentication provider work with Elastic anonymous access. (#40994) 2019-07-15 17:30:58 +02:00
Brandon Morelli
7731e5ba94
docs: fix link (#41126) 2019-07-15 08:10:13 -07:00
Brandon Morelli
171f8a2698
[docs][uptime] Add links from kibana to uptime (#41024)
* docs: add links from kib -> uptime

* fix DTD error
2019-07-15 07:43:53 -07:00
Daniil Suleiman
d550145fba
Fix compressed error (#40997) 2019-07-15 17:22:59 +03:00
Tim Roes
c985c69f0c
Replace Notifier usage by toastNotifications (#40764)
* Replace Notifier usage by toastNotifications

* Fix $http errors
2019-07-15 16:10:35 +02:00
Larry Gregory
cef7fb614d
Spaces - expose space translation utilities (#40681)
* expose functions to translate between space id and namespace

* expose to legacy world

* address PR feedback

* adds server.plugins.spaces.getBasePath(spaceId)

* fix impl

* it helps when you actually commit your fixes
2019-07-15 09:26:27 -04:00
Larry Gregory
73a6b728b7
Allow SOC wrappers to be excluded (#40275)
* allow SOC wrappers to be excluded

* remove example route

* add tests

* more testing
2019-07-15 09:25:16 -04:00
Walter Rafelsberger
d5489fbf45
[ML] Fix loading forecasts from anomaly job list. (#41034)
Fixes a bug where opening a forecast from the anomaly jobs list several times would not show the forecast.
The bug was caused because the observable mlJobSelectService was triggered on mounting the mlJobSelectorReactWrapper to pass on the currently selected job. However, because this directive is a child of MlTimeSeriesExplorerController it would do this check only after this controller is already initialized but also need the current jobs. The result was that the controller would receive first the out-of-date jobs and only then the new job ids. The second trigger unsets the forecast, because it's expected to only be triggered multiple times by the job selector.
The fix introduced here solves the problem by triggered the observable directly from mlJobSelectService, because the service is only set up once in contrast to a directive. globalState offers some listeners which can be used to trigger callbacks on certain events within globalState. We can use save_with_changes to subscribe to updates when globalState.save() gets called.
2019-07-15 13:54:25 +02:00
WangQianliang
13af340f75
fix(code/frontend): data should be consistent with uri (#40851) 2019-07-15 15:30:44 +08:00
WangQianliang
20da681158
fix(code/frontend): should collapse folder if the subfolder of the subfolder open (#40836) 2019-07-15 15:26:32 +08:00
Matthias Wilhelm
1bbc74a7f3
De-angularize field-name directive (#40744) 2019-07-15 09:22:17 +02:00
Pengcheng Xu
352de87eb8
[Code] Fix style of ctags icon in dark mode (#41095) 2019-07-15 14:42:20 +08:00
WangQianliang
d42d4b2487
fix(code/frontend): only show form check message when submit (#40948) 2019-07-15 13:30:25 +08:00
Mengwei Ding
bcb6ac7d68
[Code] Add a clone scheduler to reclone job if necessary (#40922)
* [Code] Add a clone scheduler to reclone job if necessary

* [Code] update the repository processing progress handling logic for relcone repository
2019-07-14 19:26:00 -07:00
spalger
97a0920c4e skip flaky test (#41076) 2019-07-13 14:20:45 -07:00
spalger
bafc25b68b skip flaky test (#41050) 2019-07-13 14:04:14 -07:00