Skip to content

Container expiration policies enabled by default

Steve Abrams requested to merge 208268-enable-container-policies-by-default into master

What does this MR do?

This updates the default value for container_expiration_policies.enabled to be true, and updates the default value shown on the front end for container expiration policies older_than to be '90d'.

This will enable on the container expiration policy for new projects in the spirit of GitLab "enabled by default". Existing container expiration policies will not be affected.

Database

Migration output:

== 20200331220930 EnableContainerExpirationPoliciesByDefault: migrating =======
-- change_column_default(:container_expiration_policies, :enabled, true)
   -> 0.0053s
== 20200331220930 EnableContainerExpirationPoliciesByDefault: migrated (0.0125s)

Screenshots

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

Related #208268 (closed)

Edited by Steve Abrams

Merge request reports