Skip to content

Add api endpoints for dependency list exports

Zamir Martins requested to merge add_api_for_dependency_list_exports into master

What does this MR do and why?

Add api endpoints for dependency list exports to dependency_list_exports which will be used by the export feature.

Currently dependency list exporter isn't persisted and its endpoint is shared with regular fetching with the purpose of providing data to be populated by the frontend code.

Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/383058

The DB table was added as part of !104361 (merged)
The dependency_list_export model was added as part of !104363 (merged)
The workers and services were added as part of !104365 (merged) Follow-up MR with frontend code: !104369 (merged)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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.

Edited by Zamir Martins

Merge request reports