Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 06, 2024
    • Joe Woodward's avatar
      Update bin/secpick to allow wait after failed cherry-pick · c6398807
      Joe Woodward 创作于
      When running bin/secpick, often you'll find that the cherry-pick command
      fails and then you have to manually fix the issue and figure out which
      commands would have been run and run them yourself.
      
      This change pauses if the cherry-pick failed and instructs the user to
      fix the conflicts then run `git cherry-pick --continue` and then
      continue the bin/secpick script.
      c6398807
  2. 1月 24, 2024
  3. 1月 18, 2024
  4. 12月 22, 2023
  5. 12月 14, 2023
  6. 11月 11, 2023
  7. 8月 31, 2023
  8. 8月 12, 2023
  9. 8月 11, 2023
  10. 8月 01, 2023
  11. 6月 27, 2023
    • Kamil Trzciński's avatar
      Add `gitlab-utils` gem · 5ca2cd36
      Kamil Trzciński 创作于
      The purpose of this Gem is to move all `Gitlab::Utils` code
      into the Gem, and use this for all common functions that
      are not monolith specific.
      5ca2cd36
  12. 6月 26, 2023
    • Kamil Trzciński's avatar
      Add `gitlab-utils` gem · 4278b190
      Kamil Trzciński 创作于
      The purpose of this Gem is to move all `Gitlab::Utils` code
      into the Gem, and use this for all common functions that
      are not monolith specific.
      4278b190
  13. 1月 05, 2023
    • Albert Salim's avatar
      Add option to create MR in secpick · 79e5cdff
      Albert Salim 创作于
      `bin/secpick -v 15.6 -mr` will automatically create
      the backport merge request targeting the right
      stable branch and setting the right milestone.
      79e5cdff
  14. 12月 13, 2022
  15. 12月 02, 2022
  16. 11月 15, 2022
  17. 11月 14, 2022
  18. 11月 11, 2022
  19. 11月 09, 2022
  20. 10月 17, 2022
  21. 10月 14, 2022
  22. 10月 13, 2022
  23. 3月 17, 2022
  24. 3月 15, 2022
    • David Barr's avatar
      Rework bin/rspec-stackprof to support speedscope · a82cafb5
      David Barr 创作于
      Adds various enhancements:
      
      - Refactor to optparse so command-line arguments can be passed
        in addition to environment variables
      - Adds --speedscope=true (or env SPEEDSCOPE=true) to output
        a JSON file compatible with speedscope
      - Allows the profiling mode to be specified with --mode
        (or env MODE=)
      a82cafb5
  25. 2月 22, 2022
  26. 2月 15, 2022
  27. 2月 10, 2022
  28. 12月 16, 2021
  29. 12月 08, 2021
  30. 12月 03, 2021
  31. 11月 09, 2021
  32. 11月 08, 2021
  33. 11月 01, 2021
  34. 10月 26, 2021
  35. 10月 10, 2021
  36. 10月 08, 2021
    • Sean McGivern's avatar
      Write output of bin/background_jobs to stdout and log file · 85cb6e69
      Sean McGivern 创作于
      bin/background_jobs would write to stdout with `start_foreground`, and
      to log/sidekiq.log with `start` or `restart`. That was confusing, as
      other application log files are in log/ in development. To simplify
      this, use `tee` to make `start_foreground` both write to stdout and
      log/sidekiq.log.
      85cb6e69
加载中