* Added check to reset filters in 'setExpression'
* Removed filter reset from filter renderers' onDestroy handler
* Cleaned up setExpression
* Added TODO
Fixes time_filter state
Removed console logs
Cleaned up changes
Removed unused prop in time_filter
Moved propTypes
Fixed bug with changing columns
Added comment
Previously we were comparing the start of the indices to determine if ML/Watcher
should be stopped before re-indexing. Since we are now pre-pending the index
name we should compare the index names without the re-indexed portion.
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
* [Maps] disable fit to data for geo_shape fields until elasticsearch supports a way to get the bounds
* add function test for fit to bounds
* add jest test for layer_toc_actions component
* review feedback
* add basic script for standing up a fake env
* tweaks
* API needs to support any number of tokens not us
* [BeatsCM] Add testing script used to create test deployments
* Move to JWT for enrollment
* wrap dont scroll command
* Dont use token as token ID
* fix tests
* not sure why this file is enabled in this branch/PR…
* [APM] Closes#29687 by removing the old APM feedback link from the datepicker
section and adding the link as custom content in the global help popover.
* remove noreferrer property for the feedback link
* [APM] updated feedback link text and added help link to migration assistant
* [APM] remove unused translations related to the old feedback link
* Move layer add flow to the add layer panel
* Remove layer add toast. It's pretty annoying in this new workflow and is planned to be removed/revised anyway
* Add/remove layers without setting temp status
* Dispatch save function on ws save and clear/remove transient layer
* Lot of cleanup of temp refs. Add __ to transient layer ref
* Activate layer property save button on style prop change
* Review feedback
* Await setting selected layer before opening flyout panel to prevent occasional undefined error
* Review feedback
* Review feedback
* Review feedback
* Remove style temp settings
* Return null as fallback
* Review feedback
# Conflicts:
# x-pack/plugins/maps/public/angular/get_initial_layers.test.js
# x-pack/plugins/maps/public/angular/map_controller.js
# x-pack/plugins/maps/public/components/layer_addpanel/index.js
# x-pack/plugins/maps/public/components/layer_addpanel/view.js
* Saved Objects routes and service should be able to hide objects.
* Remove context providers as a feature.
* Respository should be creatable to include hidden types.
* Fixes failing unit tests.
* Fixes issues with filter method.
* Adds check to get method for allowed types.
* Adds tests for get,delete,bulkGet,find
* Remove need for schema in saved objects api.
* Remove more traces of schema validation added to rest api.
* Remove inclusion of hidden types in route specific client.
* Removes getAvailableTypes as it is no longer used.
* Fixing up initialization of components.
* Moves default setting for includeHiddenTypes
* Allows for single value or array in assertAllowedTypes.
* Adds type assertion to bulkCreate, and incrementCounter with tests.
* Conversion to boolean should be more explicit.
* Repository should restrict types allowed to be manipulated.
* Saved objects should use the right root type.
Privileges should have unit test.
* All saved objects APIs should validate types.
* No need for test to be typescript if under test not ts.
* Handle extraTypes being undefined.
* Routes should verify that they do not allow invalid types.
* Bulk create should be tested.
* Saved objects mixin does not need extra blank lines.
* Saved objects integration tests should test unknown types.
* Integration tests should test for bad request with unknown type.
* Adds missing privileges to global all.
* Tests should use valid types.
Tests should have accurate expectations.
* Fix bulkCreate to assert allowed types.
* Fix unknown search field tests.
* Adjust expectations for unknown type in saved object api.
* Saved object integration should return proper responses.
* Fix expect to use a separated matcher.
* Should expect forbidden responses for unauthorized users.
* Should expect 400 when trying to use unknown types.
* Removes unwanted .only call.
* Adjust repository to throw error unless it has allowed types.
* Unknown types should return 403s and empty results where applicable
* Removes type validation from saved object API.
* Captures and returns appropriate exceptions for type assertion.
* Properly filtter c'tor params to repository.
* Checking allowed type should be bool check function.
* Cleanup test situation descriptions.
* Updating snapshot file for jest tests.
* Changes expected results for find from saved object service.
* Expect an empty response when attempting to access an unsupported type.
* Adds test coverage for new error methods added.
Adds create test to repository.
* Adds bulkGet, bulkCreate unsupported type errors.
* First step in refactoring saved object service.
Adding missing test coverage of saved object service creation.
* Move extra saved objects test to legacy folder.
* Adds references filtering by allowed type.
* Adds more coverage for mixin repository creation.
* Removes unnecessary decorate on server object for unused method.
* Revert reworking how kibana migrator uses mappings.
* Revert "Adds references filtering by allowed type."
This reverts commit 92b07d4b92.
* Adds check for unexpected callCluster type.
* Should cover as many parts of the mixin as possible.
* More expectations to tests.
* Keeps ordering of created items but does not pass unsupported types.
* Fix a failing before hook test.
* Should not use escaped single quotes inside template literals.
Co-Authored-By: njd5475 <njd5475@gmail.com>
* Changed how check is done in repository.
* Remove unused mappings file.
* Cleans up a couple of nits.
* Adds test for overwrite option being passed if it is in the url.
* Missed semicolon.
* [APM] Move Http and DB context elements up in Span flyout (#31057)
* [APM] Closes#29697 by moving the Http and DB context elements up above the tabbed content/stacktrace. Also fixed some bugs:
- was expecting pre-ecs context data in HttpContext and DatabaseContext
- style issue with missing spacer between stackframes
* [APM] set font-size for Http url and Db statement preview above stacktrace & replaced SpanContext type definitions with their ECS equivalents
* [APM] update es fieldname SPAN_SQL to ecs object path
* EUIfication of Wizard Step 2
* Update snapshot
* Remove unnecessarily function bind
* Ignor ts untill file is converted to ts
* Apply styles
* Make button filled
* Update labels
* Update types
* Unfilled button
* Update styles
* Remove unused translations
* Add "manage index patterns" button
* Remove buttons and hide per page options; get rid of injectI18n
* Add back button
* Update header
* Remove back button
* Update data test subject
* Add data-test-subj for tabs
* Fix test
* Make test subj consistent with initial data test subj
* Move SavedObject initializing to render function
* Update propTypes