Skip to content

Add services and workers related to dependency_list_exports

What does this MR do and why?

Add services and workers related 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)

A follow-up MR will be using this code from some of the API endpoints: !106462 (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