Commit graph

7 commits

Author SHA1 Message Date
Tyler Smalley
82225db0a3
test:jest improvements to better support our monorepo (#84848) (#85880)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
# Conflicts:
#	docs/developer/contributing/development-functional-tests.asciidoc
#	test/scripts/jenkins_unit.sh
#	test/scripts/jenkins_xpack.sh
#	x-pack/README.md

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-15 09:11:51 -08:00
Gidi Meir Morris
95a60c14f6
[Encrypted Saved Objects] Adds support for migrations in ESO (#69513) (#69977)
Introduces migrations into Encrypted Saved Objects.

The two main changes here are:
1. The addition of a createMigration api on the EncryptedSavedObjectsPluginSetup.
2. A change in SavedObjects migration to ensure they don't block the event loop.
2020-06-25 20:01:04 +01:00
Gidi Meir Morris
38d6b86d7e
[Alerting] Hides the alert SavedObjects type (#66719) (#67162)
As part of the work towards adding RBAC & Feature Controls support in Alerting (https://github.com/elastic/kibana/issues/43994), we've decided that the AlertsClient will handle authorisation instead of relying on the SavedObjectsClient on its own.

To prevent (or at least, minimise the chances of) bypassing this auth model by using the SavedObjects client this PR makes the `Alert` SavedObject type a _hidden_ type and given the AlertsClient permission to interact with it.
2020-05-21 17:31:13 +01:00
Gidi Meir Morris
599054e9a7
[Event Log] adds query support to the Event Log (#62015) (#62653)
Adds a public API for querying the Event Log by a referenced Saved Object at /api/{saved-object-type}/{saved-object-id}/_find
2020-04-06 23:53:09 +01:00
Aleh Zasypkin
35615a3653
[7.x] Migrate Encrypted Saved Objects plugin to the new platform. (#49984) 2019-11-02 07:59:03 +01:00
Court Ewing
dbb0534c21 Move x-pack plugins/server/common to x-pack/legacy 2019-06-20 13:35:00 -04:00
Aleh Zasypkin
4c26ccca65
[7.x] Introduce Encrypted Saved Objects plugin (#36045) 2019-05-03 19:21:10 +02:00