* Updates react to 16.6 (latest)
* Updated fragment-based snapshots for Kibana root unit tests
* Updated fragment-based snapshots for x-pack unit tests
* Removed xpack yarn.lock file bc it is no longer needed, it was reintroduced by accident during a rebase in this branch
* React 16.6 snapshot updates, round 2 (mostly Fragment snapshot diffs)
* Updated last round of React 16.6 snapshots
* Fixes query bar issue with 16.4 gDSFP lifecycle
* Updated yarn lock (arraybuffer.slice updated)
* Updates snapshots where executeQueryOptions prop appears
* default alpha
* update heatmap descriptor to use constant
* clean-up
* use ValidatedRange to ensure alphaValue can not be set to invalid value
* fix jest test expect
* move alpha to layer property
* ensure defaults are set when Layer object is instantiated
* Remove mode.initialize and change useRbacForRequest to useRbac
* Updating saved object api tests
* Fixing spaces api integration tests
* Removing unused "expect legacy forbidden" declarations and imports
* Updating docs
* Update docs/migration/migrate_7_0.asciidoc
Co-Authored-By: kobelb <brandon.kobel@gmail.com>
* Update docs/migration/migrate_7_0.asciidoc
Co-Authored-By: kobelb <brandon.kobel@gmail.com>
* Updating comment that mentions the scenario when we aren't using RBAC
* Adding back the authorization section of the config
When a config setting is marked as unused using the deprecations, it's
still required to show up in the config declarations so an error isn't
thrown on startup.
* Adding note about watcher jobs
* Update docs/migration/migrate_7_0.asciidoc
Co-Authored-By: kobelb <brandon.kobel@gmail.com>
Use a change in geohash precision to determine if data needs to be rerequested, instead of a change in zoom. Also add tests for generic zoom-level change behavior for es_geohash_grids.
* adding frozen badge and refactoring list and reload server routes
* adding freeze and unfreeze actions to index management
* adding badge to detail panel and factoring rendering of badges into lib function
* fixing issue with sorted name field and ellipsis
* modifying button label for freeze confirmation
* copy edit
* correcting i18n label
* fixing duplicate i18n id issue
* fixing another duplicate i18n id
* updating jest snapshots
* adding color to badge specification
* removing icons from index management context menu
Fixes a regression where the chart tooltip's x position would fail to be calculated because of a removed global class for the K7 design. This fixes it by falling back to 0 instead of NaN if the element is not present.
* rename StaticDynamicStyleSelector to StaticDynamicStyleRow
* clean up color styling
* refactor size editing
* more clean up
* remove console statements
* ensure default styles exist when loading saved objects
* do not call callback when range is invalid because bad input in text field
* [visualize] update breadcrumbs when updating visualization
* [ftr] auto-scroll elements passed the fixed header if necessary
* [uiSettings] enable the k7design by default
* [ftr/services/flyout] add ensureClosed() and ensureAllClosed()
* [ftr/services/globalNav] implement globalNav service
* [ftr/services/appsMenu] implement service for using app menu
* [ftr/services/userMenu] add service for using user menu
* [ftr/discover+visualize] update assertions that are based on the app width
* [ftr/monitoring] pass test subjects to new breadcrumbs
* [headerGlobalNav] don't offset the app container in embed mode
* update heights for slightly smaller header
* Implement EuiSuperDatePicker, update components to use new state props.
* Update backend to accept values from EuiSuperDatePicker.
* Fix issues with implementation of super date picker.
* Fix bug in autorefresh enablement.
* Delete obsolete code.
* Fix broken types.
* Add comment to remind to delete code once it's obsolete.
* Fix types.
* Remove unused import.
* Add polling for ErrorList component.
* Update broken unit tests.
* Change default autorefresh interval.
* Add comments based on PR feedback.
* Add comment based on PR feedback.
In Heartbeat 7.0 there are a number of field changes that have been made to support ECS and refine the schema in other ways. This PR seeks to accomodate those changes, the most significant of which is the switch to extensive use of the ECS `url` namespace.
One part of that is removing the Host dropdown filter rather than updating it. This control has always been effectively broken due to its inability to scale to a large number of hosts. Updating it makes no sense when it should be removed.
* To prevent risk of startup errors, put template index before any write operation
* await the put template
* remove no-longer-needed promises
* remove CRUFT test
* fixes#28899 by using the correct object path to the url `transaction.context.request.url.full`
* [APM] fixed IStickeyProperty.val to be stricter to prevent this bug from happening again
* Separating out GIS styles from _main
to their respective components
* Clean up some styles and try to use more EUI where possible
* Change “landing page” to url
* Change dynamic switch into toggle button
# Conflicts:
# x-pack/plugins/gis/public/shared/layers/styles/components/vector/size/size_range_selector.js
* Copy clean up
* Add comment
* remove dynmaic style description from heatmap style
* Some fixes to new data source selector and copy changes
* A couple more copy edits
* update oridinal fields when layer changes
* A couple of fixes
* rector static_dynamic_styling_option.js so it makes sense
* fix range selector not showing style
* Specific browser fixes
* [Maps] handle extent filtering when extent crosses dateline
* ensure lat within range
* use geo_bounding_box instead of geo_polygon since it supports dateline
* add geo_shape functional test
* get functional tests running
* update convertMapExtentToPolygon so its not recursive
* clean up comment
* Prefer count over search for counting docs in HB index.
* Write test for updated adapter function.
* Remove unused body from request to avoid breaking ES change.