Skip to content

Add order_by updated_at to Deployments API

Dan Jensen requested to merge 33101-add-deployments-api-updated-after-param into master

What does this MR do?

This enhances the Deployments API to add an order_by option for updated_at. It includes a migration to concurrently add an index on deployments#updated_at to ensure adequate performance.

This is motivated by a specific customer request, see #33101 (closed), and was preceded by !17913 (merged).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

The primary risk is probably that the migration to index the deployments#updated_at column will take quite a long time, even if it is concurrent/non-blocking.

Edited by Michael Kozono

Merge request reports