Skip to content

[RUN AS-IF-FOSS] Ensure attributes added to project model and related are added to the API

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

What does this MR do?

When a new feature is added to projects, the corresponding API change may be missing.

This MR ensure future additions will also be in the GET API. This is a reminder only, as care should be taken to ensure that PUT is implemented too.

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 Jan Provaznik

Merge request reports