Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 1月 29, 2025
  2. 10月 01, 2024
  3. 8月 06, 2024
  4. 7月 26, 2024
  5. 7月 22, 2024
  6. 6月 12, 2024
  7. 3月 08, 2024
  8. 2月 09, 2024
  9. 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
  10. 1月 24, 2024
  11. 1月 18, 2024
  12. 12月 22, 2023
  13. 12月 14, 2023
  14. 11月 11, 2023
  15. 8月 31, 2023
  16. 8月 12, 2023
  17. 8月 11, 2023
  18. 8月 01, 2023
  19. 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
  20. 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
  21. 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
  22. 12月 13, 2022
  23. 12月 02, 2022
  24. 11月 15, 2022
  25. 11月 14, 2022
  26. 11月 11, 2022
  27. 11月 09, 2022
  28. 10月 17, 2022
  29. 10月 14, 2022
  30. 10月 13, 2022
  31. 3月 17, 2022
  32. 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
  33. 2月 22, 2022
  34. 2月 15, 2022
  35. 2月 10, 2022
加载中