Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 22, 2024
  2. 2月 21, 2024
  3. 2月 20, 2024
  4. 2月 19, 2024
  5. 2月 16, 2024
  6. 2月 14, 2024
  7. 2月 12, 2024
    • Lukas Eipert's avatar
      Make sure new CSS compiler respects HMR setting · 8acb0615
      Lukas Eipert 创作于
      We run tests in CI with `vite` (`e2e:test-on-gdk`). When these run in
      CI, we do not need to watch our CSS assets, because the CSS is not going
      to be changed during the run of the pipeline. Therefore we just make the
      CSS compiler respect the hot module reloading setting.
      8acb0615
  8. 2月 10, 2024
  9. 2月 08, 2024
  10. 2月 07, 2024
  11. 2月 06, 2024
  12. 2月 01, 2024
  13. 1月 31, 2024
  14. 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
  15. 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
  16. 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
  17. 1月 23, 2024
  18. 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
  19. 1月 17, 2024
  20. 1月 15, 2024
  21. 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
  22. 1月 11, 2024
  23. 1月 10, 2024
  24. 1月 05, 2024
  25. 1月 04, 2024
加载中