Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 11月 17, 2023
  2. 11月 15, 2023
  3. 11月 12, 2023
    • Chad Woolley's avatar
      Do not use rubocop server on lefthook calls to rubocop · 71287ab4
      Chad Woolley 创作于
      - The rubocop server is incompatible with usage of ENV vars to dynamically
        control content of the .rubocop.yml config, because changes to ENV
        vars are not picked up or respected, the server caches the current
        state of ENV vars when it starts.
      71287ab4
  4. 9月 01, 2023
  5. 8月 18, 2023
  6. 8月 16, 2023
  7. 8月 07, 2023
  8. 7月 27, 2023
    • Kerri Miller's avatar
      Move rubocop check to pre_commit hook · 3c5f3811
      Kerri Miller 创作于
      Running rubocop checks on push is frustrating, as correcting any errors
      requires either a new commit or an --amend. By moving rubocop checks to
      pre_commit, we can instead prevent issues it complains about from
      entering the tree entirely, helping users to prevent stubbing their toe
      when they later attempt to push.
      3c5f3811
  9. 7月 26, 2023
  10. 7月 21, 2023
  11. 7月 12, 2023
    • Peter Leitzen's avatar
      RuboCop: Ignore parent exclusions when RuboCop is run within gems/ · 04471910
      Peter Leitzen 创作于
      With this, we no longer need to run `rubocop` with `--config
      .rubocop.yml` in monorepo or gem directory.
      
      Now, running `rubocop` in both monorepo and gems/ directories behaves as
      expected:
      1. In monorepo, inspecting files with `--force-exclusion` from gems/ is a
         no-op
      2. In gems/, inspect files works without passing `--config .rubocop.yml`
      未验证
      04471910
  12. 7月 11, 2023
  13. 6月 28, 2023
    • Eduardo Bonet's avatar
      Runs gettext by default · 259dc331
      Eduardo Bonet 创作于
      The performance of generating translations was greatly increased, which
      means we can run it before pushing. This should save some unnecessary
      broken pipelines.
      259dc331
    • Marcel Amirault's avatar
      Remove removal-specific docs tasks · 17389e68
      Marcel Amirault 创作于
      The deprecation and removals pages are being combined
      so we need to remove the removal-specific tasks
      17389e68
  14. 6月 16, 2023
  15. 5月 20, 2023
  16. 5月 16, 2023
  17. 3月 28, 2023
  18. 3月 10, 2023
    • Lukas Eipert's avatar
      Add lefthook target to autofix files · 84dbba89
      Lukas Eipert 创作于
      A custom lefthook target to run all the linters with with auto-fix
      capabilities, but just on the files which changed in your branch.
      
      ```shell
      # If installed globally
      lefthook run auto-fix
      # Or if installed via ruby gem
      bundle exec lefthook run auto-fix
      ```
      84dbba89
  19. 3月 03, 2023
    • Leonardo da Rosa's avatar
      Validates db/structure.sql changes without migrations · d244b04b
      Leonardo da Rosa 创作于
      Terminates the pipeline schema validation if changes are introduced
      to the structure file without using migrations. This behavior could
      be overridden by using pipeline:change-schema-without-migrations
      label when necessary.
      
      Changelog: changed
      d244b04b
  20. 1月 28, 2023
  21. 12月 15, 2022
  22. 12月 14, 2022
  23. 12月 13, 2022
  24. 12月 06, 2022
  25. 12月 05, 2022
  26. 11月 28, 2022
  27. 11月 24, 2022
  28. 11月 17, 2022
  29. 11月 16, 2022
  30. 11月 14, 2022
  31. 9月 29, 2022
  32. 7月 01, 2022
  33. 6月 08, 2022
  34. 5月 12, 2022
  35. 5月 06, 2022
  36. 4月 20, 2022
  37. 3月 23, 2022
加载中