Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 22, 2024
  2. 4月 17, 2024
  3. 4月 16, 2024
  4. 4月 12, 2024
  5. 3月 19, 2024
    • ddieulivol's avatar
      Make pipeline names shorter · 2108bb40
      ddieulivol 创作于
      adding the "pipeline" suffix isn't needed for pipeline names.
      
      Also, the CI_MERGE_REQUEST_EVENT_TYPE is already shown
      in the UI, so it's redundant to have it in the name.
      2108bb40
  6. 3月 08, 2024
  7. 2月 28, 2024
  8. 2月 21, 2024
  9. 2月 13, 2024
  10. 2月 10, 2024
    • Stan Hu's avatar
      Update CI to use Debian bookworm · 4292781d
      Stan Hu 创作于
      Cloud Native GitLab already ships with Debian bookworm, so
      we should update this too. This is also needed to reduce
      the number of build images we produce.
      4292781d
  11. 2月 09, 2024
  12. 2月 08, 2024
  13. 1月 16, 2024
    • Lin Jen-Shin's avatar
      Do not restrict on CI_PROJECT_PATH for Gitaly test · 5b8150ab
      Lin Jen-Shin 创作于
      CI_PROJECT_PATH should be set as the path where it's running the
      pipeline, and in the case of Gitaly triggering a cross project
      pipeline, it is `gitlab-org/gitlab` rather than `gitlab-org/gitaly`.
      
      That said, checking the variable doesn't really make sense, because
      it's likely the pipeline wouldn't really run if anything else than
      `gitlab-org/gitlab` is set. This variable is used in a lot of places,
      changing it will likely to break random things, so it should be just
      assumed and it should not be changed.
      
      Also CI_PIPELINE_SOURCE should be `pipeline` for cross project
      pipelines.
      5b8150ab
    • Andrejs Cunskis's avatar
      Update chrome version to 120 · 6c17ea59
      Andrejs Cunskis 创作于
      6c17ea59
  14. 1月 11, 2024
  15. 1月 10, 2024
  16. 1月 09, 2024
  17. 1月 05, 2024
  18. 1月 02, 2024
  19. 12月 23, 2023
  20. 12月 22, 2023
  21. 11月 07, 2023
    • Niklas's avatar
      Disable pipelines on default branch for non canonical projects · c54fff97
      Niklas 创作于 Lin Jen-Shin's avatarLin Jen-Shin 提交于
      We regularly see community contributors running out of pipeline minutes
      because they forgot to use `-o ci.skip` while pushing the updated
      master branch to their fork.
      
      Currently we advise them to switch to the community fork to prevent them
      to use up their quota again, but that doesn't help them in the current
      month when they also use CI for other projects in their namespace.
      
      We can disable these pipelines entirely as they serve no purpose on forks.
      This should help community contributors to not accidentially use up their
      entire pipeline minutes quota for the rest of the month.
      c54fff97
  22. 10月 31, 2023
  23. 10月 28, 2023
  24. 10月 20, 2023
  25. 9月 27, 2023
  26. 9月 16, 2023
  27. 9月 15, 2023
  28. 8月 30, 2023
  29. 8月 02, 2023
  30. 7月 29, 2023
  31. 7月 27, 2023
  32. 7月 20, 2023
  33. 7月 19, 2023
  34. 7月 11, 2023
加载中