该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 01, 2022
-
-
由 Thiago Figueiró 创作于
-
- 8月 31, 2022
-
-
由 Chad Woolley 创作于
- All are backend+frontend, except the prosemirror json file, which is frontend only
-
- 8月 24, 2022
-
-
由 Niko Belokolodov 创作于
Affects yml files only from config subdirectories
-
- 8月 03, 2022
-
-
由 Kassio Borges 创作于
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/369417
-
- 8月 02, 2022
-
-
由 Lin Jen-Shin 创作于
-
由 Luke Duncalfe 创作于
Previously the original descriptions were not displayed for "inline" docs. This was because marking items as "alpha" leverages the our deprecations, and for deprecated item we only display the deprecation notice and not the original item description. For alpha fields, we now display the warning of its instability, but do also display the original description too. Changelog: added
-
- 8月 01, 2022
-
-
由 Niko Belokolodov 创作于
-
- 7月 14, 2022
-
-
由 Michał Wielich 创作于
-
- 7月 09, 2022
-
-
由 Rajendra Kadam 创作于
Add migrations to drop table Update gitlab schema Changelog: removed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91859
-
- 6月 14, 2022
-
-
由 Thong Kuah 创作于
It should be in a folder to be consistent with all other specs
-
- 6月 13, 2022
-
-
由 alinamihaila 创作于
-
- 6月 10, 2022
-
-
由 Thong Kuah 创作于
This makes our regex stricter so that directories like spec/components does not match %r{spec/component}.
-
- 6月 07, 2022
-
-
由 Thong Kuah 创作于
-
由 Thong Kuah 创作于
This is causing spec/components not to be run on CI
-
- 6月 03, 2022
-
-
由 Chad Woolley 创作于
- It should not include 'tooling' in reviewers. - Also removes unnecessary `lib` in existing scripts regex
-
- 5月 23, 2022
-
-
由 Lin Jen-Shin 创作于
Also update CODEOWNERS for auth based on new files
-
- 5月 17, 2022
-
-
由 Chad Woolley 创作于
- Add entries for js and ruby files under scripts directories.
-
- 5月 10, 2022
-
-
由 Sean McGivern 创作于
These suggestions are useful in general, but for an empty array it doesn't really make sense: `eq([])` is both shorter and clearer. Ordering cannot possibly be an issue with an empty array.
-
由 Lin Jen-Shin 创作于
-
- 5月 09, 2022
-
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-
由 Lin Jen-Shin 创作于
-
- 5月 04, 2022
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 28, 2022
-
-
由 michold 创作于
-
- 3月 23, 2022
-
-
由 Rémy Coutable 创作于
This will reduce the boilerplate code. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 16, 2022
-
-
由 Gabriel Mazetto 创作于
- introduce ViewComponent
-
由 Kyle Wiebers 创作于
-
- 3月 01, 2022
-
-
由 Luke Duncalfe 创作于
This adds a match for the `JiraConnect` serializers to generate an Integrations (backend) roulette reviewer recommendation as well as a regular backend recommendation.
-
由 John Mason 创作于
Changelog: changed
-
- 2月 28, 2022
-
-
由 Rémy Coutable 创作于
Changelog: other Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 2月 22, 2022
-
-
由 Achilleas Pipinellis 创作于
-
- 2月 21, 2022
-
-
由 alinamihaila 创作于
-
- 2月 10, 2022
-
-
由 Albert Salim 创作于
When a project is destroyed, Projects::ProjectDeletedEvent is published. A Namespaces::UpdateRootStatisticsWorker is subscribed to Projects::ProjectDeletedEvent. The worker will enqueue Namespaces::ScheduleAggregationWorker to update the namespace's root statistics. This change is behind a feature flag for publishing ProjectDeletedEvent. Changelog: fixed
-
- 2月 04, 2022
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
The "only-failure" feature takes the intersection of failed examples with the list of files that would run without the `--only-failures` flag. In our case, the problem only appeared for `-ee` jobs since the default RSpec pattern is `spec/**/*_spec.rb`, the intersection would be empty. Passing the pattern from the first run makes the intersection return the "failed" examples correctly. Also, disable Crystalball for the retry run so that the first run report is used. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 1月 28, 2022
-
-
由 Luke Duncalfe 创作于
This adds a match for the new `Gitlab::WebHooks` to generate an Integrations (backend) roulette reviewer recommendation as well as a regular backend recommendation.
-
- 1月 26, 2022
-
-
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 1月 20, 2022
-
-
由 Peter Leitzen 创作于
This commit switches from `require 'fast_spec_helper'` back to `require 'spec_helper'` for specs which require application dependencies (e.g. database baked feature flags, Rails). It also adds some missing `require`s to "fast" specs so they don't fail when run individually.
-