该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 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
-
由 Krasimir Angelov 创作于
Add `namespaces` to the list of forbidden tables, in order to recude the risk of LWLock saturation. See https://gitlab.com/groups/gitlab-org/-/epics/11543.
-
- 10月 03, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Doug Stull 创作于
- prefer data-driven approaches instead https://gitlab.com/groups/gitlab-org/-/epics/7374
-
- 9月 28, 2023
-
-
由 Doug Stull 创作于
- allows to give more context to why something is for saas only.
-
由 Lin Jen-Shin 创作于
-
- 9月 27, 2023
-
-
由 Lin Jen-Shin 创作于
-
- 9月 20, 2023
-
-
由 ddavison 创作于
When fabricate_via_api! is called on given resources, raise an issue and recommend using the resource factory Add new cop to grace period
-
- 9月 19, 2023
-
-
由 Tan Le 创作于
- ee/lib/** - rubocop/** - scripts/** - sidekiq_cluster/** - tooling/**
-
- 9月 11, 2023
-
-
由 Peter Leitzen 创作于
We no longer support Ruby 2.7 and upgraded to Rails 7 lately. With that, we can: * Remove some Ruby specific RuboCop configurations * Target Rails Version 7.0 * Disable and remove `Lint/LastKeywordArgument` cop rule * Remove related CI job
-
- 8月 30, 2023
-
-
由 Doug Stull 创作于
- encourage use of helper
-
- 8月 15, 2023
-
-
由 Andy Soiron 创作于
This fixes an error that appears when a migration contains a nested class that does not have a parent class.
-
由 Eduardo Bonet 创作于
Stock ActiveRecord STI works by storing the class name in the database, which is heavy and unnecessary. EnumInheritance introduces a way to use STI through model defined enums. Changelog: other
-
- 8月 02, 2023
-
-
由 Serhii Yarynovskyi 创作于
-
- 7月 26, 2023
-
-
由 Alina Mihaila 创作于
-
- 7月 19, 2023
-
-
由 Dmitry Gruzd 创作于
EE: true Changelog: changed
-
- 7月 14, 2023
-
-
由 Peter Leitzen 创作于
Auto-corrected via: rubocop -a --only Style/RedundantFreeze scripts spec tooling qa
-
由 Kyle Edwards 创作于
Some places are calling strong_memoize_with() without parameters. They should be using strong_memoize_attr() instead. Update the RuboCop to reflect this.
-
- 7月 13, 2023
-
-
由 Luke Duncalfe 创作于
The `Graphql/GIDExpectedType` cop enforces that we pass an `expected_type:` param when calling `Gitlab.object_from_id`, but our Global IDs validate that the object resolved from a Global ID matches the model which does the same check as the :expected_type param. - https://gitlab.com/gitlab-org/gitlab/-/blob/45b3c596ef8b181bc893bd3b71613edf66064936/app/graphql/types/global_id_type.rb#L98 - https://gitlab.com/gitlab-org/gitlab/-/blob/ac2116a0abbf98019145cbffa0fbe569c7e2f978/app/graphql/gitlab_schema.rb#L128 https://gitlab.com/gitlab-org/gitlab/-/issues/417093
-
- 7月 11, 2023
-
-
由 Luke Duncalfe 创作于
Fixes some `Naming/InclusiveLanguage` offenses.
-
由 Dylan Griffith 创作于
-
由 Piotr Skorupa 创作于
This commit: - Moves some of the settings Service Ping metrics to instrumentation classes. - Adds PrometheusMetric to handle metrics querying Prometheus (being wrapped by the #with_prometheus call) without resorting to evaluate the metric value block in another context. - Fixes some specs that were broken by migrating the metrics to the instrumentation class framework.
-