该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 23, 2024
-
-
由 Amy Qualls 创作于
I'm not sure why the link was set up this way! A relic of something from years ago? Let's fix this weird, strange old link so we can spider this page with a more modern link-checking program.
-
- 2月 21, 2024
-
-
由 Huzaifa Iftikhar 创作于
-
由 Amy Qualls 创作于
Repoint everything to its new location.
-
- 2月 15, 2024
-
-
由 Andy Soiron 创作于
-
- 2月 08, 2024
-
-
由 Evan Read 创作于
This allows our linters to properly ignore the content within them.
-
- 2月 02, 2024
-
-
由 Peter Leitzen 创作于
-
- 2月 01, 2024
-
-
由 Doug Stull 创作于
- todo files should not be added to. They are meant for eventually resolving, not as a forever list of exceptions.
-
- 1月 30, 2024
-
-
由 Nate Rosandich 创作于
-
由 Luke Duncalfe 创作于
Slash command classes are used by the GitLab for Slack app, Slack Slash Commands, and Mattermost Slash Commands integrations. This change updates Roulette to recommend a review from Import and Integrate when files in this directory are changed.
-
- 1月 29, 2024
-
-
由 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
-
- 1月 25, 2024
-
-
由 Amy Qualls 创作于
Updates the script to use the new tier badging we just rolled out, and updates the output file too.
-
- 1月 23, 2024
-
-
由 phillipwells 创作于
-
- 1月 18, 2024
-
-
由 Lin Jen-Shin 创作于
-
- 1月 16, 2024
-
-
由 Jon Glassman 创作于
-
由 Tiger 创作于
These dictionary entries have evolved to include more than just documentation (for example, defining sharding keys), so changes should now require a database review.
-
- 1月 12, 2024
-
-
由 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.
-
- 1月 11, 2024
-
-
由 Doug Stull 创作于
- handle scenarios seen in updated spec tests in this MR
-
- 1月 10, 2024
-
-
由 Doug Stull 创作于
- similar to update, destroy, etc, this method should require database review
-
由 Jarka Košanová 创作于
- auto generate custom roles abilities doc using rake task
-
- 1月 04, 2024
-
-
This commit fixes two types of Rubocop failures seen only with Ruby 3.2: * Style/ArgumentsForwarding: As explained in https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/ArgumentsForwarding, in Ruby 3.2, anonymous args/kwargs forwarding has been added. This cop can be disabled by setting `UseAnonymousForwarding: false`. * Lint/RedundantRequireStatement: As explained in https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/RedundantRequireStatement, `require 'set'` is no longer needed in Ruby 3.2. But since we still need to support Ruby 3.1 and earlier, disable this cop on `require 'set'` lines. Relates to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140815#note_1712305597
-
由 Lin Jen-Shin 创作于
Starting Coverage twice can cause errors in Ruby 3.1 and Ruby 3.2 The error looks like this: ``` An error occurred while loading spec_helper. Failure/Error: config.register Tooling::Crystalball::CoverageLinesStrategy.new(execution_detector) RuntimeError: coverage measurement is already setup ./tooling/lib/tooling/crystalball/coverage_lines_strategy.rb:19:in `start' ./tooling/lib/tooling/crystalball/coverage_lines_strategy.rb:19:in `after_register' ``` This only happens when all the following conditions meet: * SIMPLECOV=true * CRYSTALBALL=true * Ruby 3.1 or Ruby 3.2 This means it hits mostly only in scheduled pipelines on the default branch because we set CRYSTALBALL=true for that.
-
- 12月 18, 2023
-
-
由 Dylan Griffith 创作于
-
- 12月 13, 2023
-
-
由 Alex Pooley 创作于
-
- 12月 12, 2023
-
-
由 Peter Leitzen 创作于
-
由 Evan Read 创作于
-
由 Lucas Zampieri 创作于
Refactor parameter list syntax for improved readability, replacing the final comma with 'and'. Changelog: changed Signed-off-by:
Lucas Zampieri <lzampier@redhat.com>
-
- 12月 11, 2023
-
-
由 Pedro Pombeiro 创作于
Allows pausing Sidekiq jobs when a ClickHouse migration is running
-
- 12月 07, 2023
-
-
It makes it easier to look up the expected time the spec should take.
-
- 12月 06, 2023
-
-
由 Marcel Amirault 创作于
Update the links in code and autogenerated docs
-
- 12月 05, 2023
-
-
由 Jennifer Li 创作于
-
- 12月 04, 2023
-
-
由 Jennifer Li 创作于
Move duration to a new rspec formatter Improve timer output Print expected duration in job log
-
- 11月 22, 2023
-
-
由 Lukas 'Eipi' Eipert 创作于
This gem was mainly used to compile PO files to JSON. This usage has been removed with: - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115042 JiHu seems to have adopted this with: - !1614 So we can safely remove the gem.
-
- 11月 18, 2023
-
-
由 Mayra Cabrera 创作于
There are multiple `e2e:packag-and-test` pipelines, including `follow-up-e2e:package-and-test-ee`. This MR updates the stable branch tooling logic to search for an exact match to prevent false positives in Danger.
-
- 11月 15, 2023
-
-
由 Dmitry Gruzd 创作于
-
- 11月 10, 2023
-
-
由 Pedro Pombeiro 创作于
Inspired by the ActiveRecord migration classes
-
- 11月 07, 2023
-
-
由 Jonas Larsen 创作于
-
- 11月 03, 2023
-
-
由 Manoj M J 创作于
-
- 11月 02, 2023
-
-
The git approach causes some problems with wrong change detections. Switching the logic to use Tooling::FindChanges will detect the file changes with the API. Changelog: other
-
- 10月 30, 2023
-
-
由 Justin Wong 创作于
remove trailing white space update tests remove comment
-
- 10月 29, 2023
-
-
由 Peter Leitzen 创作于
Previously, we were using `forwardable` but it emitted a mysterious warning: forwarding to private method Danger::Rubocop#helper The reason is unknown because `helper` is a public method. As a workaround we are switching to hand-made delegates.
-