该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 22, 2024
-
-
由 Doug Stull 创作于
- This can cause issues as seen in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142303#note_1781915037 Where rails will start enumerating until that date hits. That makes it more likely to hit a merge conflict with other migrations.
-
- 2月 07, 2024
-
-
由 Dmytro Biryukov 创作于
Changelog: added
-
- 2月 02, 2024
-
-
由 Peter Leitzen 创作于
* When `limit:` is not supported * When table method is unknown
-
由 Peter Leitzen 创作于
-
- 1月 31, 2024
-
-
由 David Fernandez 创作于
when encountering a table name stored in a constant. This avoids a rubocop crash.
-
- 1月 27, 2024
-
-
由 ddavison 创作于
-
- 1月 25, 2024
-
-
由 Nick Malcolm 创作于
In https://docs.gitlab.com/ee/development/secure_coding_guidelines.html#token-prefixes we mandate that tokens are prefixed, so that they can be detected by secret detection if leaked. Now that many of our tokens have prefixes we should enforce this for new additions. Proactively including a prefix increases efficiency: developers don't need to go back and add a prefix later, there's no worries about needing to rotate existing tokens later, no need for feature flagged rollout, etc. The rubocop has been disabled for existing violations with either a wontfix comment, or a TODO with issue URL comment. The rationale for these decisions is at https://gitlab.com/gitlab-org/gitlab/-/issues/439007#note_1740969806 Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/439007
-
- 1月 24, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 1月 20, 2024
-
-
由 Jon Jenkins 创作于
Fix some typos
-
- 1月 13, 2024
-
-
由 Gosia Ksionek 创作于
Put this cop in "grace period" to allow offenses for this cop in MR pipelines.
-
- 1月 05, 2024
-
-
由 James Nutt 创作于
The page at https://docs.gitlab.com/ee/development/uploads.html no longer exists, with upload docs having been moved into https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/development/uploads. This MR updates the Rubocop guidance to point to the new location.
-
- 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
-
- 1月 03, 2024
-
-
由 Taras Taday 创作于
Ban use of License in ApplicationSetting model to avoid cyclical dependency Changelog: other EE: true
-
- 12月 21, 2023
-
- 12月 09, 2023
-
-
由 Leonardo da Rosa 创作于
We should flag the usage of pluck without a proper limit to avoid database performance degradation. https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17168 Changelog: changed
-
- 12月 07, 2023
-
-
由 Eugenia Grieff 创作于
Update documentation
-
- 12月 06, 2023
-
-
由 Dylan Griffith 创作于
Using a number is causing problems for milestones like `15.10` as this gets converted to 15.1 when loaded via YAML. Therefore we must use a string for the milestone. We are already using strings for milestone in the db/docs/*.yml files that correspond to tables.
-
- 12月 04, 2023
-
-
由 Eulyeon Ko 创作于
The migration helper's current version is v2.2.
-
由 Maxime Orefice 创作于
-
- 12月 02, 2023
-
-
由 Diogo Frazão 创作于
- Add a new rubocop to validate the `introduced_by_url` url Changelog: added Relates to: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/137970
-
- 12月 01, 2023
-
-
由 Darby Frey 创作于
Adds database migration and model definitions necessary for the model registry project setting Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138399
-
- 11月 24, 2023
-
-
由 Madelein van Niekerk 创作于
Changelog: added
-
- 11月 15, 2023
-
-
由 Jessie Young 创作于
* Before the name "GitLab Duo" existed, we called Duo Chat "Tanuki Bot". As a result, there is a lot of code in gitlab-org/gitlab that references this old name. * The code here was using the old name and is no longer used * https://gitlab.com/gitlab-org/gitlab/-/issues/431311 * https://gitlab.com/gitlab-org/gitlab/-/issues/431310
-
由 Doug Stull 创作于
- this method was never intended to be called outside of the module, but has been. So we'll add it here to encourage proper use as documented in https://docs.gitlab.com/ee/development/ee_features.html#saas-only-feature
-
- 11月 10, 2023
-
-
由 Pedro Pombeiro 创作于
Inspired by the ActiveRecord migration classes
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/421591 Follow-up for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132111 * Remove `Gitlab::RuggedInstrumentation` * Remove `Peek::Views::Rugged` * Remove lint-rugged script * Adjust tests and documentation Changelog: removed
-
- 11月 03, 2023
-
-
由 Doug Stull 创作于
- move the check to the left a bit and allow developer to detect the issue quicker before danger.
-
- 11月 02, 2023
-
-
由 Peter Leitzen 创作于
-
- 10月 31, 2023
-
-
由 Marius Bobin 创作于
These methods don't have retry in their implementation and require it from outside.
-
由 Peter Leitzen 创作于
-
- 10月 27, 2023
-
-
由 Prabakaran Murugesan 创作于
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132639 Changelog: other
-
- 10月 21, 2023
-
-
由 Jon Jenkins 创作于
Adds support code to start requiring milestones as well as including the current milestone when generating a new migration. Update some failing tests Slight updates
-
- 10月 20, 2023
-
-
由 Tianwen Chen 创作于
-
- 10月 19, 2023
-
-
由 Krasimir Angelov 创作于
Add `namespaces` and `projects to the list of forbidden tables, in order to recude the risk of LWLock saturation. See https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/2353#note_1606203744.
-
由 Doug Stull 创作于
- better conformity to current hash styles
-
- 10月 16, 2023
-
-
由 John Mason 创作于
Changelog: changed
-
- 10月 14, 2023
-
-
由 Prabakaran Murugesan 创作于
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133436 Changelog: added
-
- 10月 13, 2023
-
-
由 Peter Leitzen 创作于
Unite RSpec/InvalidFeatureCategory and RSpec/MissingFeatureCategory into RSpec/FeatureCategory. This not only reduces the amount of code but also side-steps potential confusion with RuboCop rule Gemfile/MissingFeatureCategory.
-
由 Peter Leitzen 创作于
* Allow FeatureCategories#check to accept nil value nodes * Make FeatureCategories#suggestion_message private again
-
- 10月 05, 2023
-
-
由 Peter Leitzen 创作于
* Disable Lint/RedundantRequireStatement for Ruby 3.2 * Skip short-hand syntax for Style/HashSyntax for Ruby 3.2
-