Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 12, 2024
  2. 2月 06, 2024
  3. 12月 20, 2023
  4. 12月 08, 2023
  5. 10月 24, 2023
  6. 9月 27, 2023
    • Miguel Rincon's avatar
      Update text in CI status badges · c0bb9a42
      Miguel Rincon 创作于
      This change updates the text in the CI status labels to a use "Sentence
      case". This casing is up to date with the latest Pajamas guidelines.
      
      Changelog: changed
      c0bb9a42
  7. 9月 25, 2023
  8. 9月 21, 2023
  9. 9月 14, 2023
  10. 9月 07, 2023
  11. 9月 01, 2023
  12. 8月 24, 2023
  13. 8月 09, 2023
  14. 7月 26, 2023
  15. 7月 17, 2023
  16. 6月 01, 2023
  17. 5月 31, 2023
  18. 5月 25, 2023
  19. 5月 17, 2023
  20. 5月 03, 2023
  21. 4月 13, 2023
  22. 3月 10, 2023
  23. 3月 09, 2023
  24. 3月 07, 2023
  25. 3月 06, 2023
  26. 3月 02, 2023
  27. 2月 15, 2023
  28. 2月 02, 2023
  29. 1月 31, 2023
    • Coung Ngo's avatar
      Convert some primitives to HTTP status codes · ceaf2e3d
      Coung Ngo 创作于
      Converts 200s to HTTP_STATUS_OK constants
      in frontend code to avoid magic numbers
      ceaf2e3d
    • Mireya Andres's avatar
      Filter latest downstream pipelines in pipeline editor · 5ae95e9c
      Mireya Andres 创作于
      Retrying a trigger job will create a new downstream pipeline. Which
      means the pipeline graphs can show multiple outdated downstream
      pipelines.
      
      This MR creates a util function for filtering out the outdated
      downstream pipelines via the `sourceJob.retried` property. If the the
      source job (trigger job) has `retried = false`, this means that it is
      the latest trigger job, which means the pipeline associated to it will
      be rendered.
      
      This is tested on the mini pipeline graph for the pipeline editor, which
      uses GraphQL. Updates for other mini pipeline graphs (some of which use
      REST or Rails injection) will be done in future MRs.
      
      Since the retry trigger job feature is not yet available, this should
      not affect how we render existing pipeline graphs today.
      5ae95e9c
  30. 1月 23, 2023
  31. 1月 10, 2023
  32. 12月 20, 2022
  33. 9月 30, 2022
  34. 9月 27, 2022
  35. 9月 10, 2022
  36. 8月 25, 2022
  37. 8月 18, 2022
  38. 7月 27, 2022
加载中