Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 08, 2024
  2. 2月 07, 2024
  3. 2月 06, 2024
  4. 2月 01, 2024
  5. 1月 31, 2024
  6. 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
  7. 1月 26, 2024
    • Lin Jen-Shin's avatar
      Run most FOSS jobs in FOSS pipeline · e5e81735
      Lin Jen-Shin 创作于
      Note that this also removes clusterwide-db for FOSS because it's not
      passing for EE anyway.
      
      Also note that this can make the pipelines run much more FOSS jobs
      because previously we might only run partial FOSS jobs like
      build-assets-image, but now when we run it will run all the
      corresponding FOSS jobs.
      
      We can tweak the rules accordingly in the next iteration. For this
      iteration this is focusing on bringing everything over, and it should
      avoid missing jobs unless there's a good reason like clusterwide-db jobs
      can't pass anyway.
      e5e81735
    • Lin Jen-Shin's avatar
      Revert "Merge branch '412717-run-foss-jobs-in-foss' into 'master'" · cd8afa2c
      Lin Jen-Shin 创作于
      This reverts merge request !141897
      cd8afa2c
  8. 1月 24, 2024
    • Lin Jen-Shin's avatar
      Run most FOSS jobs in FOSS pipeline · 661f85e3
      Lin Jen-Shin 创作于
      Note that this also removes clusterwide-db for FOSS because it's not
      passing for EE anyway.
      
      Also note that this can make the pipelines run much more FOSS jobs
      because previously we might only run partial FOSS jobs like
      build-assets-image, but now when we run it will run all the
      corresponding FOSS jobs.
      
      We can tweak the rules accordingly in the next iteration. For this
      iteration this is focusing on bringing everything over, and it should
      avoid missing jobs unless there's a good reason like clusterwide-db jobs
      can't pass anyway.
      661f85e3
  9. 1月 23, 2024
  10. 1月 19, 2024
    • Muhammed Ali's avatar
      Setup cssbundling-rails · fe9450dd
      Muhammed Ali 创作于
      Add cssbundling-rails and remove sassc-rails from the GitLab project.
      
      `cssbundling-rails` enhances `assets:precompile` to invoke `yarn
      build:css`. Ran the setup command for `cssbundling-rails
      
      Added a rudimentary `build-css` script to compile assets using Dart Sass
      NodeJS
      
      because `sassc-rails` is not being used, we have to load
      `sprockets/railtie` ourselves
      
      Changelog: changed
      fe9450dd
    • Leonardo da Rosa's avatar
      Removes database migrations up to 15-9-stable-ee · febb8905
      Leonardo da Rosa 创作于
      Pre-16.3 migration files were removed and schema
      changes moved to db/init_structure.sql file
      
      Changelog: changed
      febb8905
  11. 1月 17, 2024
  12. 1月 15, 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月 05, 2024
  17. 1月 04, 2024
  18. 1月 03, 2024
  19. 1月 02, 2024
  20. 12月 26, 2023
  21. 12月 22, 2023
  22. 12月 20, 2023
  23. 12月 18, 2023
  24. 12月 16, 2023
  25. 12月 15, 2023
  26. 12月 14, 2023
  27. 12月 11, 2023
  28. 12月 07, 2023
加载中