-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[6.x] Change painless scripted field #21045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [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
…lastic#19770) (elastic#19771) This reverts commit a6894c6.
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.
…add dev dependencies with --dev flag. (elastic#19626) (elastic#19825)
* [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.
…easier to grep the logs for actual failures. (elastic#19707) (elastic#19843)
…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.
…ildren inputs screen reader accessible. (elastic#19779) (elastic#19886)
…t to announce when the flyout is opened. (elastic#19776) (elastic#19876)
…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
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.
…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
Contributor
💔 Build Failed |
Contributor
Author
|
jenkins, test this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
backport of #21026