该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 02, 2024
-
-
由 Abdul Wadood 创作于
We have a `Default project creation protection` setting in `Admin -> Settings -> General -> Visibility and access controls` that controls the default setting for the group for the minimum access needed to create a project in the group. We have a `No one` option that prevents even the admins from creating projects in the group. Therefore, we have added a new option `Administrators` for this setting, allowing admins to create projects in the group by default. With this new option selected, when admin mode is enabled, the admin will need to enter admin mode to create new projects. Changelog: added
-
- 11月 01, 2024
-
-
由 Jonas Larsen 创作于
-
由 Gregory Havenga 创作于
Changelog: added
-
由 Pedro Pombeiro 创作于
Changelog: other
-
由 Nwanna Isong 创作于
-
由 Nwanna Isong 创作于
-
由 Sarah Yasonik 创作于
-
- 10月 31, 2024
-
-
由 Allen Cook 创作于
Co-authored-by:
DANGER_GITLAB_API_TOKEN <project_278964_bot_445da1b60fc7336b6b6776383134d10f@noreply.gitlab.com>
-
由 Rutvik Chandla 创作于
-
由 Marius Bobin 创作于
Changes the `table_name` property on the `Ci::Pipeline` model to use the routing table instead of the partition. This change is under a feature flag disabled by default.
-
- 10月 30, 2024
-
-
由 Peter Leitzen 创作于
-
由 Dmytro Biryukov 创作于
Changelog: changed
-
由 Abdul Wadood 创作于
As we want to enable this cop after fixing all the offenses.
-
- 10月 29, 2024
-
-
由 Hitesh Raghuvanshi 创作于
Changelog: added EE: true
-
由 Laura Montemayor 创作于
Co-Authored By: Laura Montemayor <lmontemayor@gitlab.com>
-
由 Jonas Larsen 创作于
-
由 Chaoyue Zhao 创作于
Changelog: fixed
-
由 Maxime Orefice 创作于
-
由 Sylvester Chin 创作于
This MR removes the sidekiq_concurrency_limit_optimized_count feature flag. Worker concurrency tracking will use the per-worker Redis hash. Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167027
-
由 Vanessa Otto 创作于
TailwindCSS default is to set the dark mode based on the `media` strategy `prefers-color-scheme`. Now, `dark:{class}` will check whether the class `gl-dark` (usually on the `<html>` element) instead. Changelog: fixed
-
由 Pedro Pombeiro 创作于
Changelog: added # Conflicts: # spec/lib/gitlab/database/sharding_key_spec.rb
-
由 Nwanna Isong 创作于
-
由 Himanshu Kapoor 创作于
Add a user preference setting for text editor type: rich text editor or plain text editor. Additionally, also introduce a feature flag to set rich text editor as default editor if the feature flag is enabled. Changelog: added
-
由 Olaoluwa Oluro 创作于
Adds a new route and view for rapid diffs on the compare page. Makes it only accessible behind the rapid_diffs ff and with the rapid_diffs query param being set to true
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
-
由 Peter Leitzen 创作于
This highlights the split between CE and EE so we have less EE code in in the CE version.
-
- 10月 28, 2024
-
-
由 Nwanna Isong 创作于
-
由 Rajendra Kadam 创作于
Add monthly and weekly usage yaml files Add feature flag to derisk pipeline creation while tracking Add new class in Pipeline creation chain to track keyword usage Add specs for new keyword usage class
-
由 Lin Jen-Shin 创作于
-
由 Bishwa Hang Rai 创作于
Subscribe to the Members::Added event and create a record for the added user on GitlabSubscriptions::SeatAssignment table for the root namespace. EE: true Changelog: added
-