该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 1月 30, 2025
-
-
由 Igor Drozdov 创作于
-
- 10月 29, 2024
-
-
由 Paul Gascou-Vaillancourt 创作于
Remove the legacy mixins linting script and associated code.
-
- 10月 11, 2024
-
-
由 Thomas Hutterer 创作于
-
- 8月 27, 2024
-
-
由 Lukas Eipert 创作于
Apparently if we have _no_ legacy util in our code base, tailwind prints a warning which needs to be filtered out by our static analysis script. The filtering can be removed once we don't compile the legacy utils anymore (which we currently do for linting purposes).
-
- 7月 30, 2024
-
-
由 Paul Gascou-Vaillancourt 创作于
-
- 7月 10, 2024
-
-
由 Mehmet Emin INAC 创作于
This change installs a new gem called `async` to utilize fibers and non-blocking IO features of Ruby 3. We will use the `Async` DSL to utilize fibers to concurrently read intermediary vulnerability export files while producing the final report.
-
- 10月 17, 2023
-
-
由 Stan Hu 创作于
This fixes a spurious warning message: ``` Type application/netcdf is already registered as a variant of application/netcdf. ``` mime-types diff: https://my.diffend.io/gems/mime-types/3.4.1/3.5.1 History: https://github.com/mime-types/ruby-mime-types/blob/main/History.md mime-types-data diff: https://my.diffend.io/gems/mime-types-data/3.2022.0105/3.2023.1003 History: https://github.com/mime-types/mime-types-data/blob/main/History.md Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/369364 Changelog: fixed
-
- 10月 10, 2023
-
-
由 Peter Leitzen 创作于
-
- 7月 11, 2023
-
-
由 Chad Woolley 创作于
- See ee/lib/remote_development/README.md for context - Adds Railway Oriented Programming (ROP) to Remote Development Workspace Update module - Add generic Result type (not domain specific) to support ROP
-
- 5月 10, 2023
-
-
由 Lin Jen-Shin 创作于
We can remove it after we drop Ruby 2 support.
-
- 3月 24, 2023
-
-
由 Stan Hu 创作于
Since the mail gem now requires net-protocol, there's no use in adding an exception in Gemfile. We now ignore the warnings in Ruby 2.7.
-
- 12月 27, 2022
-
-
由 Peter Leitzen 创作于
When scripts/static-analysis sees a warning it prints it on stderr along with the following banner: **** bin/rake config_lint had the following warning(s): Since we are filtering certain warnings via `fail_on_warnings` we need to filter this line as well. This commit also turns all allowed warnings into regexp.
-
- 12月 22, 2022
-
-
由 Peter Leitzen 创作于
Usage: fail_on_warnings "some command" || exit 1 run_timed_command "fail_on_warnings some command" Example: $ run_timed_command "fail_on_warnings ls invalid" $ fail_on_warnings ls invalid There were warnings: ls: cannot access 'invalid': No such file or directory ==> 'fail_on_warnings ls invalid' failed (1) in 0 seconds.
-