该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 22, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 18, 2024
-
-
由 Joern Schneeweisz 创作于
-
- 4月 17, 2024
-
-
由 Tiger 创作于
-
- 4月 16, 2024
-
-
由 Tiger 创作于
Moving this into the Change means a new keyword argument isn't required when new merge request attributes are supported.
-
- 4月 15, 2024
-
-
由 Peter Leitzen 创作于
Move RuboCop autocorrect call into a helper method so it's easier to reuse.
-
- 4月 13, 2024
-
-
由 Gabriel Mazetto 创作于
-
- 4月 12, 2024
-
-
由 Gabriel Mazetto 创作于
-
- 4月 11, 2024
-
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Peter Leitzen 创作于
Pass existing logger instance to allow keeps to log.
-
由 Manoj M J 创作于
-
- 4月 09, 2024
-
-
由 Manoj M J 创作于
-
- 4月 07, 2024
-
-
由 Dylan Griffith 创作于
This adds the test coverage for the feature added in the earlier commit.
-
由 Dylan Griffith 创作于
-
由 Erran Carey 创作于
-
- 4月 03, 2024
-
-
由 Peter Leitzen 创作于
Since migrations for EE models don't have factories in CE we need to skip this cop in foss-only CI. This commit also simplifies the implementation and improves the performances be caching files operations.
-
- 3月 21, 2024
-
-
由 Marius Bobin 创作于
If an association defines a scope with arity != 0 then the scope is not evaluated when preloading that relation. This fixes it. Changelog: fixed
-
- 3月 20, 2024
-
-
由 Dylan Griffith 创作于
This is to make it easier to support origin remote in the following commit. Also we're trying to move logic out of Runner as it's become a bit unmanageable.
-
- 3月 18, 2024
-
-
由 Dylan Griffith 创作于
In real usage if you call `ENV.fetch('NON_EXISTENT_KEY')` it will raise a `KeyError`. But our previously implementation of of `stub_env` with `nil` is causing it to return `nil` rather than raising an error. This can cause us to write tests that don't match the actual production behaviour. We might forget to rescue the exception in a certain place or we also may not be able to write a test case for the expected behaviour. ``` irb(main):001> ENV.fetch('NON_EXISTENT_KEY') (irb):1:in `fetch': key not found: "NON_EXISTENT_KEY" (KeyError) irb(main):002> ENV['NON_EXISTENT_KEY'] = nil => nil irb(main):003> ENV.fetch('NON_EXISTENT_KEY') (irb):3:in `fetch': key not found: "NON_EXISTENT_KEY" (KeyError) ```
-
- 3月 07, 2024
-
-
由 Connor Gilbert 创作于
-
由 Gabriel Mazetto 创作于
-
由 Javiera Tapia 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
-
- 3月 05, 2024
-
-
由 Gabriel Mazetto 创作于
-
由 Doug Stull 创作于
- add bad format and enforce pattern.
-