Set pipeline schedule owner_id to importer user when importing
What does this MR do and why?
This MR updates PipelineSchedule import and fixes introduced regression where we no longer set owner_id
& imported pipeline schedules were not importing properly. This MR:
- Brings back
owner_id
to the list of included attributes, instead of filtering it out - Updates
owner_id
to importer user id regardless the value that's set in the export
Set pipeline schedule owner_id to importer user when importing
Fix regression of pipeline schedules import where we didn't set owner_id when we had to
Changelog: fixed
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.