Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 23, 2024
    • Amy Qualls's avatar
      Update old link in structure of GraphQL API page · 472cc00b
      Amy Qualls 创作于
      I'm not sure why the link was set up this way! A relic of something
      from years ago? Let's fix this weird, strange old link so we can
      spider this page with a more modern link-checking program.
      472cc00b
  2. 2月 21, 2024
  3. 2月 15, 2024
  4. 2月 08, 2024
  5. 2月 02, 2024
  6. 2月 01, 2024
  7. 1月 30, 2024
  8. 1月 29, 2024
    • Peter Leitzen's avatar
      CI: Check Ruby syntax · 1fb16d2a
      Peter Leitzen 创作于
      * Run CI job per supported Ruby version.
      * Use the much faster RubyVM::InstructionSequence.compile
      
      Spawning Ruby processes is expensive and RubyVM::InstructionSequence.compile
      provides the same functionality (minus warnings).
      
      * Add Rakefile again and adjust specs
      * CI: Run ruby_syntax job in preflight stage
      1fb16d2a
  9. 1月 25, 2024
  10. 1月 23, 2024
  11. 1月 18, 2024
  12. 1月 16, 2024
  13. 1月 12, 2024
    • Niklas's avatar
      Add only_new_paths option to Tooling::FindChanges · ed3f9655
      Niklas 创作于
      When a file in the documentation is moved, the old
      path was also passed to markdownlint and vale.
      That causes the linting to fail, because the files
      don't exist.
      
      In order to fix that, the new option will only return
      the new paths of the changed files and not the old paths.
      ed3f9655
  14. 1月 11, 2024
  15. 1月 10, 2024
  16. 1月 04, 2024
  17. 12月 18, 2023
  18. 12月 13, 2023
  19. 12月 12, 2023
  20. 12月 11, 2023
  21. 12月 07, 2023
  22. 12月 06, 2023
  23. 12月 05, 2023
  24. 12月 04, 2023
  25. 11月 22, 2023
  26. 11月 18, 2023
    • Mayra Cabrera's avatar
      Update stable branch check tooling · 3c05e5cd
      Mayra Cabrera 创作于
      There are multiple `e2e:packag-and-test` pipelines, including
      `follow-up-e2e:package-and-test-ee`. This MR updates the stable branch
      tooling logic to search for an exact match to prevent false positives in
      Danger.
      3c05e5cd
  27. 11月 15, 2023
  28. 11月 10, 2023
  29. 11月 07, 2023
  30. 11月 03, 2023
  31. 11月 02, 2023
  32. 10月 30, 2023
  33. 10月 29, 2023
    • Peter Leitzen's avatar
      Danger: Fix warning about forwarding private methods · d9f52775
      Peter Leitzen 创作于
      Previously, we were using `forwardable` but it emitted a mysterious
      warning:
        forwarding to private method Danger::Rubocop#helper
      
      The reason is unknown because `helper` is a public method.
      
      As a workaround we are switching to hand-made delegates.
      d9f52775
加载中