Skip to content

Add Packages::Debian::GetOrCreateIncomingService

Context

When a Debian package file is uploaded, it is not necessarily known what package it will belong to. It is initially assigned to the 'incoming' package. Many files may be uploaded and assigned to the 'incoming' package. Eventually a .changes file is uploaded. This will kick off a background job (not implemented here) that parses the metadata within the .changes file which describe which package or packages the 'incoming' package files belong to.

This MR adds the service to create the 'incoming' package if it does not already exist.

What does this MR do?

Adds the service to create Debian incoming pseudo-package.

Item 5.1 of #5835 (comment 414103286)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Steve Abrams

Merge request reports