Commit graph

25617 commits

Author SHA1 Message Date
renovate[bot]
2b02b3e0e0 Update dependency styled-components to v3.4.10 (#38500) 2019-06-10 12:10:54 -07:00
Matthew Kime
79dc7baea4
d13n PathProvider (#38505)
* d13n PathProvider
2019-06-10 12:48:53 -05:00
Mengwei Ding
4c3e643897
[Code] Force reindex from beginning for index REST API (#38488) 2019-06-10 10:43:39 -07:00
CJ Cenizal
63804cbb09
Update Rollup Jobs API to accommodate change to ES that allows starting a started job and stopping a stopped job. (#38168) 2019-06-10 10:07:24 -07:00
renovate[bot]
dcbc880830 Update dependency tabbable to v1.1.3 (#38501) 2019-06-10 08:49:36 -07:00
renovate[bot]
f02eca2b62 Update dependency semver to v5.7.0 (#38499) 2019-06-10 08:43:58 -07:00
Justin Kambic
42184bd4dc
[Uptime] [Bug] Update documentation link for location column (#37511)
* Update documentation link for location column.

* Update link.
2019-06-10 11:41:12 -04:00
renovate[bot]
78af9c8890 Update dependency tar to v4.4.10 (#38502) 2019-06-10 08:37:02 -07:00
Spencer
3bc5595ce3
[testFailureReporting] only run on master/version jobs (#38497) 2019-06-10 07:04:32 -07:00
Philipp B
02848e0a22
[Accessibility] Reload saved search link on Discover replaced with <EuiButton> component (#37621)
* Reload saved search link replaced with <EuiButton> components: keyboard accessible and looks like a button.
2019-06-10 15:36:49 +03:00
Pete Harverson
b8a13c391a
[ML] Adds check that forecast duration is no more than 3650 days (#38408) 2019-06-10 11:36:15 +01:00
Marco Vettorello
0462440abe
Fix typo in top hit fields filter (#38391) 2019-06-10 10:29:38 +02:00
WangQianliang
27e7863523
fix(code/frontend): should not have empty array as query (#38257) 2019-06-10 15:02:56 +08:00
WangQianliang
2e67d4da5f
fix(code/frontend): remove load project configs (#38264) 2019-06-10 11:41:50 +08:00
Yulong
72085249cc
[Code] fix Code multinode mode can't work when security is enabled (#37597) 2019-06-10 10:30:06 +08:00
Matthew Kime
988b085ee6
Remove Private usage from XPackInfoSignatureProvider (#38507)
* remove Private usage, remove mock session storage usage
2019-06-09 12:12:10 -05:00
Matthew Kime
02ad1cfed4
remove unused injected dependencies (3rd in a series) (#37947)
* remove unused injected dependencies
2019-06-09 08:35:09 -05:00
Matthew Kime
f90c7a07bf
remove unused injected dependencies (#38504) 2019-06-09 08:26:06 -05:00
Matthew Kime
9323ae8d73
Remove unused injected dependencies 3b (#36899)
* removing more unused injected dependencies
2019-06-08 22:14:37 -05:00
spalger
0a25d6a795 disable failing test (#38492) 2019-06-08 09:45:37 -07:00
Peter Pisljar
c5dcab447f Vislib private removal part4 (#37857)
* removing Private
2019-06-08 08:57:32 -05:00
Joe Reuter
3b46877972
Use actual listing limit in vis listing (#38246) 2019-06-08 10:56:49 +02:00
Yulong
0069df982b
[Code] change the port number before respawn a new lang-server process (#38090) (#38375) 2019-06-08 09:52:40 +08:00
Clint Andrew Hall
b6bf87c394
[Canvas][Easy] Fix EUI Issue in Storybook; standardize locations (#38222)
* Fix Storybook

* Organizing folders a bit

* Update snapshots
2019-06-07 19:27:28 -05:00
Spencer
bc5cecb85d
[build][quick-fix] don't clean eui (#38483) 2019-06-07 16:44:40 -07:00
spalger
9aaff97be3 disable flaky tests 2019-06-07 15:13:27 -07:00
Chris Cowan
d16c394028
[Infra UI] Link to node detail page from Metrics Explorer (#37136)
* [Infra UI] Link to Metrics Detail page from Metrics Explorer for compatible group bys

* Adding test for incompatible group bys

* renaming for clearity

* Changing out SourceQuery for SourceConfiguration

* Fixing tests to ensure link it validated

* Make tests more robust

* Update x-pack/plugins/infra/public/components/metrics_explorer/chart_context_menu.tsx

Co-Authored-By: Felix Stürmer <weltenwort@users.noreply.github.com>

* Adding definite assingment operattors

* Fixing flaky test
2019-06-07 14:41:58 -07:00
Catherine Liu
3c9182f4b1
[Canvas] Clean up expression function definitions (#37305)
* Cleaned up common function defs

    fixed broken tests

    Remove boolean and null as context/arg valid types in lt, lte, gt, and gte

    Added 'function' alias

    Updated comparator tests

    Added neq to options in compare function

    null audit

* Deleted obsolete 'browser' and 'server' functions

* More clean up

* Removed server and browser function i18n strings

* Fixed broken tests

* Addressing feedback

* Removed browser and server from function_help

* Added ts-ignore for constant import

* Fixed help text label

* Fixed font
2019-06-07 14:32:12 -07:00
renovate[bot]
26a98b5f1e Update dependency rsync to v0.6.1 (#38454) 2019-06-07 14:08:39 -07:00
renovate[bot]
46b40d0926 Update dependency simple-git to v1.113.0 (#38456) 2019-06-07 14:07:40 -07:00
Frank Hassanabad
fdd4621601
[SIEM] Add build step to find cyclic deps in SIEM project (#38329)
## Summary

* Adds a build step to find cyclic deps and error out in the SIEM project when found as part of a build step.

* Fixes typescript files that have cycles with their constants and types.

You run this like so:

```
cd kibana/x-pack/plugins/siem
node scripts/check_circular_deps.js
```

And get this message:
<img width="846" alt="Screen Shot 2019-06-07 at 11 22 24 AM" src="https://user-images.githubusercontent.com/1151048/59121970-b629f680-8916-11e9-8683-326a881c4725.png">

Or you will get an error with a listing of deps that need to be updated which have cycles in them.

### Checklist

Use ~~strikethroughs~~ to remove checklist items you don't feel are applicable to this PR.

~~- [ ] This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility)~~
~~- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)~~
~~- [ ] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials~~
- [x] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios

~~- [ ] This was checked for [keyboard-only and screenreader accessibility](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist)~~

### For maintainers

~~- [ ] This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)~~
~~- [ ] This includes a feature addition or change that requires a release note and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)~~
2019-06-07 14:40:06 -06:00
Spencer
0f5bd4dfcc
Implement renovate config generator (#38369)
* reformat renovate.json5 with json5 cli, add header

* add scripts for rengerating renovate config from ts files

* regenerate renovate config

* verify renovate.json5 is up to date in CI

* add description to the build_renovate_config script

* auto-group types packages

* fix typo

* mention version pinning in doc block

* support disabling renovate for package groups

* scan all package paths for @-types deps

* regenerate renovate config

* regenerate renovate config

* name scoped package regexp

* move some of the new logic out of package_groups.ts

* flatMap in one pass
2019-06-07 13:30:59 -07:00
igoristic
44fc8c91d7
Issue 27126: Added a link to License Management (#37771)
* Added a link to License Management

* Added textAlign to EuiText instead
2019-06-07 16:05:33 -04:00
igoristic
01dccbfb75
Issue 28875: Using i18n instead of injectI18n (#37845)
* Using i18n instead of injectI18n

* Update x-pack/plugins/monitoring/public/components/apm/instance/status.js

Co-Authored-By: Ahmad Bamieh <ahmadbamieh@gmail.com>

* Update x-pack/plugins/monitoring/public/components/table/table.js

Co-Authored-By: Maryia Lapata <mary.lopato@gmail.com>

* Addressed PR code review feedback
2019-06-07 16:01:56 -04:00
Larry Gregory
588f33392f
Security - remove usage of legacy notifier (#38260)
* remove usage of legacy notifier

* fix superfluous whitespace changes

* fix redirection on role management screen

* extract session expiration warning into its own component
2019-06-07 15:44:26 -04:00
Mengwei Ding
7f334c011d
[Code] better limit the size of indexed files (#38327)
* [Code] better limit the size of indexed files

* [Code] separate the batch index helper for document and symbols
2019-06-07 12:26:19 -07:00
renovate[bot]
dced039b68 Update dependency rimraf to v2.6.3 (#38438) 2019-06-07 12:18:44 -07:00
renovate[bot]
2b05837aac Update dependency regression to v2.0.1 (#38437) 2019-06-07 12:18:28 -07:00
renovate[bot]
d39c0c7cf7 Update dependency puid to v1.0.7 (#38436) 2019-06-07 12:18:08 -07:00
renovate[bot]
b22f80e298 Update dependency apollo-cache-inmemory to v1.6.2 (#38435) 2019-06-07 12:16:55 -07:00
gchaps
82d82d9d4c
[DOCS] Adds docs for snapshot repositories UI (#38159)
* [DOCS] Adds docs for snapshot repositories UI

* [DOCS] Incorporates review comments into snapshot docs
2019-06-07 11:28:01 -07:00
Brandon Kobel
00725d5cea
Updating chownr to 1.1.1 (#38177) 2019-06-07 11:24:04 -07:00
Stacey Gammon
bd484391fc
Embeddable API V2 (#37510)
* Embeddable API plugin

* Expose new embeddableActions uiExport endpoint

* Add missing getInjectedUIAppVars to Server type

* Add jest tests

* Most basic skeleton of the sample plugin to see if it still kills ci

* strip even more out to see if it passes ci

* It passed, put back init fn

* add back in a uiExport to see if that is what is killing ci

* Passed again, add back embeddableActions uiExports and require kibana line

* Add everything back but the sass import

* Found two bugs with customize panel title action, added jest test coverage and fixes

* Functionally test embeddable explorer plugin

* Addressing review feedback part 1

* Simplify action context menu - remove support for nested actions/child panels, which was never exposed anyway.

* More review feedback

* Spread out orders to let developers inject their own actions in the middle.

* Remove check for overwriting ApplyFilterAction

* use createRegistry for EmbeddableFactoryRegistry

* Add comment for getInheritedInput

* Use kbn-es-query Filter types

* Fix missed file after createRegistry switch over for EmbeddableFactoryRegistry

* Use delete instead of setting to undefined

* upgrade EUI to match kibana version

* Add getIsContainer on base embeddable class

* Run functional tests of sample plugin

* move all tests classes outside __test__ and inside test_samples folder so not to potentially create issues with mocha

* fix: 🐛 remove unused imports

* fix: 🐛 set to undefined explicitly

* chore: refactored getRoot functionality

* fix: refactor miss from folder rename __test__ -> test_samples

* fix: add eui switch to let the user indicate “hide this title” to improve ux.

* fix: customize panel flout test

* Try to fix issue with multiple rxjs bundles I hit before.

See https://github.com/ReactiveX/rxjs/issues/3828

* Use an rxjs polyfill to work around the issue of multiple rxjs bundles

* chore: change customize panel flyout to modal post design feedback

* capitalize Reset

* fix: type errors in customize panel modal

* fix: remove extra line added to prevent EUICallout overflow from spilling over panel edges

The bug this was intended to fix doesn’t appear yet because dashboard isn’t using this, and it causes other issues, so for now, just remove.

* Clean up some classes and SASS

* Inline styles needed to get the containers to take up the full height of the app.

* Use the same old style of error messaging in panels

* chore: add untilEmbeddableLoaded tests, expose on interface, and use in embeddable_child_panel

* Remove unused styles, add padding

* Verify trigger Context containers an array of Filters for apply filter action

* Remove panel.embeddableId param, use panel.explicitInput.id instead

* Check `isCompatible` as well as the type guard needed for typescript.

* executeTriggerActions should account for getHref

* Remove unnecessary check for context being defined

* use npStart instead of getNewPlatform

* Conform to latest NP changes

* Use new np_mocks in all the tests

* Address review feedback on rxjs polyfill
2019-06-07 13:30:55 -04:00
Justin Kambic
002fe5ae03
[Uptime] [Bug] Fix spaces in filters (#38320)
* Fix typo in variable name.

* Add support for kql-rendered output from filter bar.

* Support nested status query output.

* Expand complicated mock data.

* Add comments, clean up code.

* Improve naming, comments, simplify function bodies.

* Refactor filter selection method to handle arbitrary input that is unrelated to status.
2019-06-07 13:19:46 -04:00
Corey Robertson
b605c90cec
Reapply custom element telemetry (#37113)
* Revert "Revert "[Canvas] Adds telemetry info for custom elements (#36177)" (#37100)"

This reverts commit 3f4c2c89ec.

* Cast fromExpression unknown type

* PR Feedback
2019-06-07 13:01:49 -04:00
Davey Holler
8c609ad1b1
Cursor on symbol hover. (#38062) 2019-06-07 09:50:32 -07:00
Davey Holler
3d5eb72b6c
Fixing padding issues in the toolbar (#38315) 2019-06-07 09:50:06 -07:00
Peter Pisljar
ea7665c764 Vislib private removal part3 (#37852)
* removing Private
2019-06-07 11:23:51 -05:00
Matt Bargar
c703ef1499
Enable use of KQL and autocomplete in filters agg editor (#37287)
This PR updates the filters agg editor to use the full QueryBar component, enabling use of KQL and autocomplete inside the editor for this aggregation in Visualize.
2019-06-07 11:09:31 -05:00
spalger
2755254a60 remove accidentally committed stats file from repo 2019-06-07 08:54:42 -07:00