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