Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 3月 07, 2025
  2. 3月 06, 2025
  3. 2月 27, 2025
  4. 2月 25, 2025
  5. 2月 18, 2025
  6. 12月 17, 2024
  7. 11月 14, 2024
  8. 10月 23, 2024
  9. 9月 10, 2024
  10. 8月 21, 2024
  11. 7月 31, 2024
  12. 7月 09, 2024
  13. 7月 08, 2024
  14. 7月 06, 2024
    • Max Fan's avatar
      Backfilling null project_id for p_ci_builds · bb06971e
      Max Fan 创作于
      Taking the build's pipeline value. This should be enough
      for Sass, as all values are present.
      
      Additionally deleting the build if unable to backfill for SM
      
      Changelog: changed
      bb06971e
  15. 6月 17, 2024
    • Laura Montemayor's avatar
      Update specs and factories · 61936cac
      Laura Montemayor 创作于
      * Add feature flag to validation
      * Add ci_stage to some other builds in specs
      * Update factories to add ci_stage on create and build
      61936cac
  16. 5月 24, 2024
  17. 5月 03, 2024
    • Allison Browne's avatar
      Fix conflict between canceling methods · be59354b
      Allison Browne 创作于
      Active Record enum adds methods like `canceling!` for each
      status on a Stage. We also defined `canceling!` as a state machine
      event which conflicts with the enum method. Here we rename
      the event machine method so we can take advantage of the
      state machine event controls and still transtion to `canceling`.
      Most of are current event names are not the exact status name.
      be59354b
  18. 4月 30, 2024
    • Maxime Orefice's avatar
      Remove use_partition_id_filter? method · c2ccc8b5
      Maxime Orefice 创作于
      This commit removes this conditional method which was used to
      make sure all queries were including partition_id in the
      where clause. We did not notice any performance degradation in
      the last few months.
      c2ccc8b5
  19. 4月 20, 2024
    • Max Fan's avatar
      Truncate/Wrap around exit codes larger than 32767 · a7e6de71
      Max Fan 创作于
      We have some (windows) runners that return any exit code
      Other runners will only return 0..255 exit codes
      
      As windows exit codes might have useful information about the build
      we'll store these codes
      
      Changelog: fixed
      a7e6de71
  20. 3月 26, 2024
  21. 2月 24, 2024
    • Allison Browne's avatar
      Fix the specs to work with canceling status · 60e65fc9
      Allison Browne 创作于
      - Add spec for supports_canceling?
      - Fix pipeline feature spec and add an example
      - Fix merge train auto merge service spec
      - Consider a build retryable if canceling since
      users should not need to wait for the after_script
      to run to retry
      - Fix cancel pipeline service spec
      - Fix the cancel redundant pipelines service spec
      - Fix create pipeline service spec
      - Fix cancel redundant pipelines worker spec
      Fix 2 more specs:
      - spec/models/environment_spec.rb
      - spec/workers/ci/cancel_pipeline_worker_spec.rb
      60e65fc9
  22. 2月 17, 2024
  23. 1月 08, 2024
  24. 11月 25, 2023
  25. 11月 18, 2023
  26. 11月 17, 2023
  27. 10月 27, 2023
  28. 10月 18, 2023
  29. 9月 19, 2023
  30. 8月 10, 2023
  31. 7月 14, 2023
  32. 7月 11, 2023
  33. 6月 07, 2023
  34. 5月 12, 2023
    • Max Fan's avatar
      Updating PipelineJobResolver for type filter · 8ac1474a
      Max Fan 创作于
      This fixes an issue with failed_job traces endpoint returning Ci::Bridge jobs when it's not suppose to.
      As well as returning multiple instances of same failed job.
      
      Changelog: fixed
      8ac1474a
  35. 5月 08, 2023
  36. 4月 28, 2023
  37. 4月 20, 2023
加载中