Skip to content

Add Debian package upload to API

Mathieu Parent requested to merge sathieu/gitlab:debian_api_upload into master

What does this MR do?

This is item 2.6 of #5835 (comment 414103286).

The first user-facing change !

We need to support different file types (see spec/fixtures/packages/debian of !44029 (merged) for an example):

  • .deb files: the most common package files
  • .udeb files: lightened .deb files, used for debian-installer
  • .tar.{gz,bz2,xz,...}: Source files
  • .dsc: Source metadata, and list of source files (with hashes)
  • .buildinfo: Used for Reproducible builds
  • .changes: Upload metadata, and list of uploaded files (all the above)

Uploading with dput will send those files, one at a time (a different HTTP request for each), finishing by the changes file, which triggers the processing.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Mathieu Parent

Merge request reports