该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 25, 2023
-
-
- 7月 18, 2023
-
-
由 Andrew Smith 创作于
The GraphQL reference page is called that in many other places, including in the left hand navigation menu item for the page. Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
由 Amy Qualls 创作于
Create a more coherent message. Fix typo. Put sentences together into coherent paragraphs, and call out the warning more clearly. Also, add an "improve this message" link. (Make it easier for the next person.)
-
- 7月 14, 2023
-
-
由 Peter Leitzen 创作于
Auto-corrected via: rubocop -a --only Style/RedundantFreeze scripts spec tooling qa
-
- 7月 13, 2023
-
-
- Use correct group - Rename category role to remote_development_be
-
- 7月 12, 2023
-
-
由 Peter Leitzen 创作于
-
由 Alina Mihaila 创作于
-
- 7月 06, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Peter Leitzen 创作于
Auto-corrected via: rubocop -a --only Performance/RegexpMatch ... Auto-corrections manually reviewed and verified.
-
- 7月 04, 2023
-
-
由 Roy Liu 创作于
-
- 6月 29, 2023
-
-
由 Nao Hashizume 创作于
-
- 6月 28, 2023
-
-
由 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.
-
- 5月 28, 2023
-
- 5月 22, 2023
-
-
由 Sebastian Rehm 创作于
-
由 Jon Jenkins 创作于
For all new added migrations, the timestamp is checked against current date and if it's older than three weeks, a warning is displayed in the Danger message.
-
由 Evan Read 创作于
-
- 5月 13, 2023
-
-
由 Sebastian Rehm 创作于
-
- 5月 11, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 5月 04, 2023
-
-
由 Marius Bobin 创作于
New CI tables that reference large tables should be should be partitioned from the start.
-
-
- 4月 27, 2023
-
-
由 Jennifer Li 创作于
-
由 Nao Hashizume 创作于
-
由 Jonas Larsen 创作于
Product Intelligence would like to review MRs which removes metrics or other files that related to Product Intelligence.
-
由 Evan Read 创作于
-
- 4月 26, 2023
-
-
由 Mayra Cabrera 创作于
The package-and-test-ee configuration was modified to suceed even with test failures, this makes the failures less noticeable and requires adjusting in the tooling side. This commit: * Updates the name of the package-and-test to specifically search for 'package-and-test' * Makes a Danger warn message about the package-and-test to always be sent (it used to only be sent if the status was different than success)
-
- 4月 25, 2023
-
-
We need to reuse the methods from Mappings::Base class outside of the Mappings module, so we extract the content of that class to a module that can be included anywhere.
-
- 4月 24, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 20, 2023
-
-
由 Lukas Eipert 创作于
Only about 10% of our rb, haml and erb files seem to contain externalized strings. We can add a simple guard that checks whether a file contains `_(` and only parse it, if it does. This leads to a massive performance improvement.
-
由 Lukas Eipert 创作于
We currently use `GettextI18nRails::HamlParser` which is using `hamlit` to convert `haml` to ruby and then `RubyGettextExtractor` (also part of the `gettext_i18n_rails` gem) to extract externalized strings from the converted ruby code. This however seems to be slower than the `GetText::RubyParser` from the `gettext` gem. The performance difference comes from `ruby_parser` vs `ripper`. The tool also seems to find more strings, that the previous parser wasn't able to find.
-
- 4月 19, 2023
-
-
由 Lukas Eipert 创作于
We currently scan ee/spec for externalized strings, which brings up a few false-positives. These false positives create an unnecessary burden for translators and increase our scan time quite a bit (about 19% of our rb/erb/haml files are found inside ee/spec). On my machine this reduces the execution time from 29.4s to 21.5s when running on one core only. Fixed two specs which used confusing placeholder names in strings.
-
由 Steve Abrams 创作于
- Skip database warnings - Skip product intelligence review - Skip data team warnings
-
- 4月 18, 2023
-
-
由 Peter Leitzen 创作于
Also remove these file from RuboCop TODOs
-
由 Peter Leitzen 创作于
In order to add a suggestion you now need to: 1. Create a suggestion and specs 2. Add suggestion class to SUGGESTIONS constant 3. There is no step 3
-
由 Peter Leitzen 创作于
Also move the specs.
-
由 Peter Leitzen 创作于
Also move the specs.
-
由 Peter Leitzen 创作于
Move the specs too!
-
由 Peter Leitzen 创作于
This suggestion base class can be used to implement specific suggestions.
-
- 4月 13, 2023
-
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-
由 David Dieulivol 创作于
-