1. 26 Jul, 2021 1 commit
    • Reuben Pereira's avatar
      Stop writing to projects.container_registry_enabled · fc463034
      Reuben Pereira authored
      Change all writes to go to
      project_features.container_registry_access_level instead by
      overriding the `Project#container_registry_enabled=` setter to write
      to ProjectFeature#container_registry_access_level as well. This is
      required because the project create/edit public API writes to
      Project#container_registry_enabled.
      At the next major version, we could drop support for the projects API
      to modify container_registry_enabled. API users can instead modify
      container_registry_access_level.
      fc463034
  2. 21 Jul, 2021 16 commits
  3. 20 Jul, 2021 23 commits