Skip to content

Revert add options to sort pipeline schedules in frontend

Mario Celi requested to merge 37246-revert-frontend-changes into master

What does this MR do and why?

In !151232 (merged) both backend and frontend changes were merged together. This does not comply with our deployment schema as the frontend should only use a new GraphQL argument in the next GitLab release than the one the backend was changed.

This is documented in https://docs.gitlab.com/ee/development/multi_version_compatibility.html#when-modifying-javascript and we did have a small window where the app failed in .com because of this.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

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.

Related to #37246 (closed)

Merge request reports