Skip to content

Improve Project API

Mathieu Parent requested to merge sathieu/gitlab-foss:project_api into master

What does this MR do?

This MR adds the following attributes :

  • issues_access_level
  • repository_enabled
  • repository_access_level
  • merge_requests_access_level
  • wiki_access_level
  • builds_access_level
  • snippets_access_level
  • build_git_strategy (clone or fetch, based on build_allow_git_fetch)
  • build_timeout
  • auto_cancel_pending_pipelines
  • build_coverage_regex
  • auto_devops_enabled
  • auto_devops_deploy_strategy

Fixes #35992 (closed), #40892 (closed), #49938 (closed).

Note that this is made to improve coverage of GitLabracadabra.

Does this MR meet the acceptance criteria?

Conformity

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

Merge request reports