Commit graph

15 commits

Author SHA1 Message Date
Tiago Costa 80f45d403e
chore(NA): create new x-pack cigroups and rebalancing them all (#88366) (#88833)
* chore(NA): create new x-pack cigroups and rebalancing them all

* chore(NA): better cigroups balancing

* chore(NA): push rollup tests back into ciGroup1

* chore(NA): move some functional ml tests from cigroup3 into cigroup13

* chore(NA): move some more tests into ciGroup13

* chore(NA): use a single top level describe at x-pack/test/functional/apps/ml

* chore(NA): move settings into ciGroup13

* temporary test for es snapshots env

* Revert "temporary test for es snapshots env"

This reverts commit 789ebe7b9c.

* docs(NA): add missing documentation on the function tests describe split

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	vars/kibanaCoverage.groovy
2021-01-20 15:46:18 +00:00
Tyler Smalley af5b7afd4c Revert "chore(NA): rebalance x-pack cigroups (#85797) (#86146)"
This reverts commit c24da96269.
2020-12-16 15:31:59 -08:00
Tyler Smalley c24da96269
chore(NA): rebalance x-pack cigroups (#85797) (#86146)
# Conflicts:
#	vars/kibanaCoverage.groovy

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2020-12-16 11:48:43 -08:00
Thomas Watson 49ba8e490e
Give user the option to log out if they encounter a 403 (#75538) (#79742) 2020-10-06 22:16:09 +02:00
Aleh Zasypkin 07e272034f
[7.x] Add support for the encryption key rotation to the encrypted saved objects. (#79349) 2020-10-02 23:07:29 +02:00
Pierre Gayvallet 07481527c6
Create the @kbn/std package (#77329) (#77477)
* move `src/core/utils` to the @kbn/std package

* update README

* update codeowners and add yarn lock file

* remove export from src/core/public and src/core/server and use package import instead

* update generated doc

* adapt forgotten import

* update `data` plugin doc
# Conflicts:
#	.github/CODEOWNERS
#	src/core/public/application/capabilities/capabilities_service.mock.ts
#	src/core/public/index.ts
2020-09-15 17:15:39 +02: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
Aleh Zasypkin 2890d5b1fe
[7.x] Register privileges in Kibana Platform Security plugin and remove legacy getUser API. (#68344)
# Conflicts:
#	x-pack/README.md
#	x-pack/plugins/uptime/README.md
#	x-pack/scripts/functional_tests.js
2020-06-05 14:12:00 +02:00
restrry 2fefd60e90 update code style 2020-05-22 10:35:02 +02: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 68c9cda277
[Saved Objects] adds support for including hidden types in saved objects client (#66879) (#67091)
As part of the work needed for RBAC & Feature Controls support in Alerting (https://github.com/elastic/kibana/issues/43994) we've identified a need to make the Alert Saved Object type a _hidden_ type.

As we still need support for Security and Spaces, we wish to use the standard SavedObjectsClient and its middleware, but currently this isn't possible with _hidden_ types.

To address that, this PR adds support for creating a client which includes hidden types.
2020-05-20 14:53:13 +01:00
Aleh Zasypkin d3d38317f9
[7.x] Allow encrypted saved-object properties to be accessed by end-users (#66523)
Co-authored-by: kobelb <brandon.kobel@elastic.co>
# Conflicts:
#	x-pack/test/encrypted_saved_objects_api_integration/tests/encrypted_saved_objects_api.ts
2020-05-14 10:05:59 +02:00
Spencer 33ef7c7938
[7.x] disallow external imports to src/core/utils (#64852) (#65378) 2020-05-05 19:01:47 -07:00
Joe Portner f6cb14ad1a
[7.x] Refactor SO types to use namespaceType (#63217) (#63745)
Remove `namespaceAgnostic` field that was deprecated in #54605,
use `namespaceType` instead.
2020-04-16 19:11:43 -04:00
Aleh Zasypkin 07f5798625
[7.x] Migrate Security and EncryptedSavedObjects test plugins to the Kibana Platform (#61864) 2020-03-30 21:35:41 +02:00