Skip to content
Snippets Groups Projects
  1. Sep 02, 2024
  2. Aug 29, 2024
  3. Aug 28, 2024
  4. Aug 27, 2024
  5. Aug 26, 2024
    • Tomasz Maczukin's avatar
      Add allowed_plans matcher to DropNotRunnableBuildsService · c97eb32f
      Tomasz Maczukin authored
      As desribed in #412915,
      `allowed_plans` being handled late (at job scheduling event) may cause
      problems with a bigger backlog of jobs not matching that configuration
      and yet targetting the affected runner.
      
      With this change, dropping a job not matching any available runner will
      be done early, just like it's done with CI/CD minutes quota.
      Verified
      c97eb32f
  6. Aug 23, 2024
  7. Aug 22, 2024
  8. Aug 20, 2024
  9. Aug 19, 2024
  10. Aug 16, 2024
  11. Aug 15, 2024
  12. Aug 13, 2024
  13. Aug 12, 2024
  14. Aug 11, 2024
    • Tiger Watson's avatar
      Do not block a job that requires approval unless a deployment is present · 6a3ece59
      Tiger Watson authored
      When deployment approvals are configured for an environment, jobs that
      reference the environment are held in a manual state until the required
      number of approvals has been met.
      
      Only jobs that actually create deployment records should be held in this
      state, as approval should not be required when the job only accesses the
      environment (for example, to collect metrics) and does not modify it.
      
      This behaviour is controlled by the `environment.action` keyword. The
      default is `start`, which does create a deployment. The other options
      do not create deployments.
      6a3ece59
  15. Aug 09, 2024
  16. Aug 08, 2024
  17. Aug 07, 2024
  18. Aug 06, 2024
  19. Aug 05, 2024
  20. Aug 01, 2024
  21. Jul 31, 2024
  22. Jul 29, 2024
    • Alex Scheel's avatar
      Audit group modifications to CI_JOB_TOKEN · 90e006ac
      Alex Scheel authored
      This add audit logging for modifications (additions, removals) of
      groups in the CI_JOB_TOKEN allow list, bringing these in line with
      project modifications to the same list.
      
      Resolves: #467840
      
      Changelog: added
      EE: true
      90e006ac
  23. Jul 26, 2024
  24. Jul 25, 2024
  25. Jul 24, 2024
Loading