Skip to content

Conversation

@nreese
Copy link
Contributor

@nreese nreese commented Jul 20, 2018

backport of #21026

peteharverson and others added 30 commits June 8, 2018 14:54
* [plugin installer] Allow x-pack removal if it exists

* remove lingering exit
)

* adding documentation links when the endpoint is known

* making doc link reflect version user is using

* adding documentation links for xpack APIs

* fixing missing argument issue

* removing console log

* fixing issue with lingering documentation after text is deleted

* fixing issue with documentation and multiple commands in the editor

* adding $scope.$apply so documentation changes show up in UI

* removing dead code

* adding missing boost param for match_all

* fixing issue with parameterized endpoint completion

* adding keyboard shortcut for opening documentation for current request

* fixing issue with keyboard docs shortcut when you just move the cursor around
…19766)

* upping eui to 0.0.52 and updating snapshots

* fixing yarn.lock
Node 8 changed the keepAlive to default to 5 seconds from 5 minutes. This reverts that behavior.

Signed-off-by: Tyler Smalley <[email protected]>
elastic#19801)

1. Increases the top margin to 5 and the right margin to 1 to avoid cutting off the chart because overflow is hidden for the directives mlEventRateChart and mlMultiMetricJobChart. The top margin gives enough room to avoid cutting off y-axis labels. The right margin is a tweak to not cut off the gray border by 1 pixel to the right.
2. Fixes how the domain for mlEventRateChart is calculated. The domain gets now extended by 1 barsInterval, otherwise the last bar will start at the end of vizWidth and overflow the chart (the overflow is hidden so the visible chart missed one bar).
…anes axes. Adds support to remove overlapping labels. (elastic#19800) (elastic#19821)

- Deprecates the use of jQuery to render the swimlanes axis labels and uses d3's axis component instead. We already used d3 features like d3.scale and others to calculate the label positions but the DOM rendering was still done using jQuery.
- Additionally, adds some logic to remove/fix overlapping labels.
* [DOCS] 6.3.0 release highlights doc

* [DOCS] Fixed typo

* [DOCS] Updated images in highlights doc

* [DOCS] Incorporated review comments

* [DOCS] Updated text on autocomplete as per review comments

* [DOCS] Adds ML items to Kibana 6.3.0 highlights

* [DOCS] Clarifies custom URL highlight

* [DOCS] Improved text for autocomplete
* [DOCS] 6.3 Release Notes

* [DOCS] Incorporated review comments

* [DOC] Updated note about regression because it also affects pipeline creation

* [DOCS] Minor updates to release notes
* Revert "Revert "upping eui to 0.0.52 and updating snapshots (elastic#19761)" (elastic#19770)"
This reverts commit c853072, reintroducing EUI 0.0.52.
* Rename visualize page object selectors for manipulating combo box.
…lastic#19855)

* Removed componentWillReceiveProps

* Memoized markdown factory

* Refactored some tests
…tic#19859)

- Fixes an issue with cut off text within aggregation type dropdowns in the multi-metric and population wizard.
- Fixes the style of the dropdown to be consistent across browsers.
- Fixes 1px vertical offset between dropdown and trash-icon.
…elastic#19850)

* Add option to exclude tests in functional test runner

* Move tag to end of test name
…ic#19892)

* [ML] Convert anomalies controls to EUI / React

* [ML] Edits to anomaly controls following review
sorenlouv and others added 26 commits July 11, 2018 09:19
Co-authored-by: Kim Joar Bekkelund <[email protected]>
Co-authored-by: archana <[email protected]>
Co-authored-by: Spencer <[email protected]>
Co-authored-by: Court Ewing <[email protected]>
* Add Kuery to APM UI

* Format bool queries

* Fix test

* Add min-height

* Updated css to vars

* Added loading indicators

* Update breadcrumbs

* Update Discover links

* Add search button

* Fix readcrumb test

* Remove debounce

* Fix “undefined” kuery

* Handle missing index pattern

* Fix race condition in data fetching

* Fix legacy url encoding

* Filter out field-suggestions starting with "span*"

* Convert KuiTable to EuiTable for service overview

* Convert KuiTable to EuiTable for transaction overview

* Convert KuiTable to EuiTable for error overview

* Updated empty state messages

* Bump CI jo

* updated snapshots

* Add beta tooltip and update to EuiSearch

* Fixed issue with focus

* Submit when clicking search button

* Submit when clearing input

* Handle missing index pattern

* Remove query from spans

# Conflicts:
#	yarn.lock
…lastic#20647)

* [DOCS] Dashboard: Includes Add Panel and Inspector

* [DOCS] Dashboard: Incorporated review comments
When using yarn link, we are copying the dependencies from the sub-projects. If a new package is
added to one of those projects, we need to also update the yarn.lock file for it's parent. This
is usually done by running `yarn kbn bootstrap`. This ensures that after CI runs bootstrap that
there are no local changes.
* Test dependency upon msearch. Add NoDigestPromises to test suite to simplify tests.
* Test the returned promise resolution value.
* Add tests about aborting situations.
* Add test for when the request is aborted while it's in flight.
* Test implementation details regarding interaction with searchRequests.
* Change callClient to return ABORTED for requests which have been aborted.
* Add test verifying that esPromise.abort() is called.
* [os packages] export node options in sysv script

* [os packages] remove $PATH from sysv
* Ensure timefilter updates correctly (elastic#20677)

* Fix lock file discrepancy due to removed object-hash dep (elastic#20687)
…lastic#20618) (elastic#20670)

Fixes a regression introduced by elastic#19794. This PR added a 5px top margin to the affected charts. The hard coded bottom margin of the progress bars wasn't adjusted accordingly so the progress bars ended up being hidden behind the actual chart. This PR fixes the problem by taking the chart's top margin into account for progressBarMarginBottom.
…astic#20610) (elastic#20665)

- Migrates the ml-info-icon directive to use React/EUI. This fixes a related error in IE11.
- For now a hard-coded override is used to size the icon because EuiIconTip doesn't pass on the size attribute to the wrapped EuiIcon directive.
- The (simple) React component is kept within the directive's, because previously the directive template also wasn't in a separate file.
- Removes the unused mlJsonTooltipService angular service.
…20706)

The pseudo-element agg-type-select-wrapper::after which represents the dropdown's arrow didn't react to the click element of the dropdown itself. pointer-events: none is now added to the pseudo-elements to let the click pass through to the element intented to react on the click.
* [tslint] use exitCode 1 when linter errors

* fix typo

* Improve getUpdateStatus

* Fix accessing timeRange

* Extract comparison functions

* Switch parameter order

* Revert "[tslint] use exitCode 1 when linter errors"

This reverts commit 0ca23a4.

* Revert "fix typo"

This reverts commit e4e8091.
…stic#20693)

* create saved object client that is native javascript

* fix savedObjectClient unit tests

* get saved object client from chrome when being used outside of angular

* update error handlers to pull status code from FetchError

* add some debug messages to failing functional test

* revert changes to management/_objects

* add clicks to import done in import objects test

* take screenshots of test only failing in CI

* remove functional test screenshot code since test is passing in CI now

* remove unused file, clean up saved_objects_client test to not use global, add test to error_auto_create_index to ensure compatibility with kfetch errors

* add body to kfetch error

* update savedObjectClient.bulkCreate

* add bulkCreate wrapper to SavedObjectsClientProvider

* mark _createSavedObject and _processBatchQueue as private methods
* Change painless scripted field

* Remove wrong char

* Remove invalid escape chars
@nreese nreese added the backport This PR is a backport of another PR label Jul 20, 2018
@nreese nreese closed this Jul 20, 2018
@elasticmachine
Copy link
Contributor

💔 Build Failed

@nreese
Copy link
Contributor Author

nreese commented Jul 20, 2018

jenkins, test this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.