kibana/x-pack/test/api_integration/apis/ml/saved_objects
James Gowdy 3d65e892a0
[ML] Sync ML saved objects to all spaces (#202175)
When manually syncing ML saved objects using the sync flyout, the saved
objects are now tagged to the `*` space. This now matches the behaviour
of the server side auto sync and the sync which happens when the trained
models page is loaded.
The trained models page load sync has been extended to the AD and DA
jobs lists and the overview page.

If the user does not have write permission for ML in every space they
cannot sync jobs to the `*` space.
In this situation a warning is shown in the flyout and when they sync,
the jobs/models will only be added to the current space.


![image](https://github.com/user-attachments/assets/9e6ede10-d7aa-4724-9b1c-adabe96593a8)
2025-01-07 09:56:00 +00:00
..
can_delete_job.ts
can_delete_trained_model.ts
can_sync_to_all_spaces.ts [ML] Sync ML saved objects to all spaces (#202175) 2025-01-07 09:56:00 +00:00
get_jobs_spaces.ts
get_trained_model_spaces.ts
index.ts [ML] Sync ML saved objects to all spaces (#202175) 2025-01-07 09:56:00 +00:00
initialize_jobs.ts
initialize_trained_models.ts
remove_from_current_space.ts
status.ts
sync_jobs.ts
sync_trained_models.ts [ML] Sync ML saved objects to all spaces (#202175) 2025-01-07 09:56:00 +00:00
update_jobs_spaces.ts
update_trained_model_spaces.ts