该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 25, 2024
-
-
由 Hitesh Raghuvanshi 创作于
This reverts commit ebbe16b6.
-
- 4月 24, 2024
-
-
由 Kerri Miller 创作于
-
由 Jason Goodman 创作于
When block seat overages is enabled and the namespace is over the number of seats in its subscription, it becomes read-only. Reject git push operations, adding commits via Web IDE, and merging MRs when the namespace is read-only for this reason. Block seat overages work is behind a feature flag.
-
Add All branches and All protected branches to branch rule dropdown for creating rules.
-
- 4月 23, 2024
-
-
由 Felipe Artur 创作于
Delete `Epic::RelatedEpicLink` whenever an associated `WorkItems::RelatedWorkItemLink` is deleted.
-
由 Miguel Rincon 创作于
Adds a full log viewer for completed logs to the job details page. Changelog: added
-
由 Elwyn Benson 创作于
- add new backend flag to determine if instance settings are GitLab-managed provider - update frontend logic to allow inheriting, depending on provider type - includes new checkbox on frontend for explicit selection of instance vs project - update tests Changelog: fixed EE: true
-
由 Miguel Rincon 创作于
This change removes references when displaying a runner in the project area, so it shows runner manager fields. It places the runner manager fields at the bottom of the view. Changelog: changed
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Florie Guibert 创作于
- 4月 22, 2024
-
-
由 Gerardo Navarro 创作于
- Changing to positive logic for the attributes related to access levels - Renaming the fields `push_protected_up_to_access_level` and `delete_protected_up_to_access_level` in order to apply a positive logic (instead of negative logic), i.e. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/135969#note_1688854082 - Renaming the field `push_protected_up_to_access_level` is renamed to field `minimum_access_level_for_push` - Renaming the field `delete_protected_up_to_access_level` is renamed to field `minimum_access_level_for_delete` Changelog: other
-
由 Roy Liu 创作于
-
由 Eduardo Sanz García 创作于
Replace colored string by badges to indicate the state of the user in the **Admin area > Users > [particular user]** Changelog: changed EE: true Co-authored-by:
Dmitry Silin <true.litry@gmail.com>
-
由 Peter Hegman 创作于
Improve UX and consistency throughout GitLab UI Changelog: changed
-
由 Coung Ngo 创作于
Changelog: changed
-
由 Anna Vovchenko 创作于
Updates both the modal on the Environment details page and the form on the Deployment page. Changelog: added EE: true
-
- 4月 20, 2024
-
-
由 Lesley Razzaghian 创作于
Changelog: changed EE: true
-
由 Artur Fedorov 创作于
New humanization rules for pipeline execution policy type, convert objects to readable sentences Changelog: added EE: true
-
由 Eduardo Sanz García 创作于
Implements instructions in the issue: https://gitlab.com/gitlab-org/gitlab/-/issues/451606 Note that the workload identify federation (WLIF) issuer URL is only present when the integration is visited at project-level. Changelog: changed EE: true
-
由 Jack Chapman 创作于
Adds disclosure dropdown to header area of work item tree widget which contains a link to a pre-filtered roadmap page. Changelog: added
-
由 路志远 创作于
-
由 Eugenia Grieff 创作于
The a child epic is reordered the corresponding work item parent link should match its position
-
由 Rudy Crespo 创作于
Renders an alert on the Issue Analytics page when users attempt a raw text search in the filtered search bar – it isn't possible on aggregated data. Changelog: fixed EE: true
-
- 4月 19, 2024
-
-
由 Rudy Crespo 创作于
Previously, the Usage Overview panel on the Value Streams Dashboard only displayed metrics for the top-level namespace. It now displays metrics for both groups and subgroups. Changelog: changed EE: true
-
由 Marcel van Remmerden 创作于
-
由 Miguel Rincon 创作于
This change allows non-admins to modify the group setting that enables groups to continue using the runner registration token. Changelog: fixed
-
由 Simon Knox 创作于
Do not update position immediately
-
由 Justin Ho Tuan Duong 创作于
Added to issue_header and sticky_header. Since `isImported` now defaults to `false`, we will not show the badge for now (while waiting for backend data). Changelog: changed
-
由 Alexander Turinske 创作于
- remove banner - remove icon on policy selector page Changelog: removed EE: true
-
- 4月 18, 2024
-
-
由 Mark Florian 创作于
This replaces the static markup to recreate an alert with a real `GlAlert` instance for maths blocks. This fixes incorrect styling of the alert, incorrect positioning of the `<copy-code>` element, and also simplifies wiring up of events. Before, the `<copy-code>` button was displaying over the alert's dismiss button. Now, it correctly displays within the maths code block it's associated with. Since `<copy-code>` is absolutely positioned, and its nearest positioned ancestor is the `.js-markdown-code` element, and the alert was the first child of that element, the `<copy-code>` button was rendered over the alert instead of the code block below. Now, the alert is the immediate previous sibling of the `.js-markdown-code` element, instead of its first child. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/455642 and https://gitlab.com/gitlab-org/gitlab/-/issues/455665. Changelog: fixed
-
由 Pedro Moreira da Silva 创作于
- Move permissions needed for GAR integration from docs into UI - Use “complete the following fields” in GAR integration per https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#documenting-multiple-fields-at-once - Remove bold from IAM integration intro paragraph for consistency EE: true
-
由 Rajan Mistry 创作于
Update description field component as per the new UX Changelog: changed
-
由 Justin Zeng 创作于
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147227 EE: false
-
由 Eduardo Sanz García 创作于
In **Admin area > Users**, replaced tab navigation by a filtered search. Closes: https://gitlab.com/gitlab-org/gitlab/-/issues/238183 Closes: https://gitlab.com/gitlab-org/gitlab/-/issues/448885 Co-authored-by:
Ivan Shtyrliaiev <ee923925@gmail.com>
-
由 Gerardo Navarro 创作于
- Adding button "Unprotect" for each row containing a protection rule - Sending a graphql mutation "deleteContainerProtectionRule" when the button "Unprotect" is clicked - Adding an alert when the graphql mutation is not successful - Adding tests for button 'Unprotect' Changelog: added
-
由 Ivane Gkomarteli 创作于
Changelog: added
-
由 Alexander Turinske 创作于
- add file path component - add override selector for pipeline policy - conditionally show other message
-
由 Angelo Gulina 创作于
-
由 Daniel Tian 创作于
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148645 EE: true
-