该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 16, 2024
-
-
由 Ezekiel Kigbo 创作于
Adds the median time to merge metric to the value streams dashboard. Changelog: added EE: true
-
由 Rajan Mistry 创作于
-
由 Daniel Tian 创作于
-
由 Jonas Larsen 创作于
-
由 Sashi Kumar Kumaresan 创作于
This change fixes a bug in FetchPolicyApproversService where if a compliance framework is queried, it throws an error. EE: true Changelog: fixed
-
由 Jack Chapman 创作于
Adds simple labels and icons to display the milestone and/or iteration an issue card is related to. Also includes tooltip to display additional information. Changelog: added
-
由 Sashi Kumar Kumaresan 创作于
This change removes the add_policy_approvers_to_rules feature flag which was default enabled in 16.8. Changelog: other
-
由 Ezekiel Kigbo 创作于
-
由 Dominique L 创作于
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148306 EE: true
-
- 4月 15, 2024
-
-
由 Rémy Coutable 创作于
The `RemoveWorkItemFromIssuesIndex.migrate migration process when documents are still present in the index removes documents from the index` test has been reported as flaky more then 1000 times. This MR quarantines the test. This is a discussion starting point to let the responsible group know about the flakiness so that they can take action: - accept the merge request and schedule to improve the test - close the merge request in favor of another merge request to delete the test Related to https://gitlab.com/gitlab-org/gitlab/-/issues/448370. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::QuarantineFlakyTests keep. To provide feedback on your experience with `gitlab-housekeeper` please comment in <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>. Changelog: other
-
由 Darby Frey 创作于
-
由 Payton Burdette 创作于
-
由 Sheldon Led 创作于
-
由 Abhilash Kotte 创作于
If a user has Guest role but is an author or assignee then give update, destroy, re-open permissions to the user. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/424961
-
由 Niku Singh 创作于
Changelog : other EE : true
-
由 Jannik Lehmann 创作于
This commit refactors the DuoChat chunk handling, away from the monolith to pass it to the GitLab UI package. EE: true
-
由 Dmitry Gruzd 创作于
-
由 Aleksei Lipniagov 创作于
-
由 Serena Fang 创作于
WIP, need MR id Changelog: added EE: true
-
由 Martin Čavoj 创作于
This change adds a new merge request approval policy action that allows bot comment to be disabled for a given policy.
-
由 Felipe Artur 创作于
Small refactoring to simplify Dashboard model and add errors field to its GraphQL representation.
-
由 Pavel Shutsin 创作于
Pure specs refactoring
-
由 Rudy Crespo 创作于
Adds stories for value_stream_form to Storybook.
-
由 Mehmet Emin INAC 创作于
There was an N+1 query issue for dismissed vulnerabilities on export functionality. This commit fixes it. Changelog: performance EE: true
-
由 lorenzvanherwaarden 创作于
This removes the parent div of the footer slot of the vulnerability finding modal. This improves the spacing between and around the buttons in the footer. Changelog: changed EE: true
-
- 4月 14, 2024
-
-
由 Artur Fedorov 创作于
Vue.set is no longer supported in Vue 3 has to be replaced with common mutation EE: true
-
- 4月 13, 2024
-
-
由 Sashi Kumar Kumaresan 创作于
This change fixes a bug with license approval policies where the merge request pipelines was not considered when it contains dependency_scanning results. EE: true Changelog: fixed
-
由 Jessie Young 创作于
* This was added recently but only shown to Ultimate; this feature should be available to Premium and Ultimate. * Workaround would be to set the setting on a group using the GitLab API * https://gitlab.com/gitlab-org/gitlab/-/issues/455855 Changlog: fixed EE: true
-
由 rossfuhrman 创作于
Update ProjectSecuritySetting by adding an attribute that determines whether pre-receive secret detection should be executed for the associated project. Changelog: added EE: true
-
由 Suraj Tripathi 创作于
- Added pending member approval list - Fixed order of method param - Fixed minor errors, and added spec for presenter - Fixed Presenter - Adds controller request spec for member pending promotions - Adds controller request spec for project member pending promotions - Fixed structure of promotion_request - Added pagination json - Fixed corresponding specs - Modified list to be visible only to admin/owner - Applied Review feedback EE: true Changelog: added
-
由 Kos Palchyk 创作于
-
由 Igor Drozdov 创作于
Before: For a single suggestion: - The author of the suggestion note is set as the author - The user who applies the suggestion is the committer For batch suggestions: - The user who applies the suggestion is the author and committer Now: For signle and batch suggestions: - The user who applies the suggestion is the author and committer In a separate commit/MR an option to provide co-authors will be introduced. When commit signing is enabled, the committer will be GitLab
-
由 Jerry Seto 创作于
When an approval rule has a group that is considered hidden to the user then approvers are not shown. This is a problem when a private group has been added to an approval rule. This change is to consider private groups that are invited to the project associated with the approval rule to be considered non-hidden Contributes to: https://gitlab.com/gitlab-org/gitlab/-/issues/281029 Changelog: fixed EE: true
-
由 Alexander Turinske 创作于
- add util methods - update constants - update tests
-
由 Gosia Ksionek 创作于
This addresses two problems that this spec had: - It was relying on the FF `ai_global_switch`, but it should be `ai_duo_chat_switch` as of 716d18b2. - The 'when no neighbors are found' example was passing because TanukiBot was disabled, not because of an empty response
-
- 4月 12, 2024
-
-
由 Adam Hegyi 创作于
Remove CH analytics related feature flags Changelog: removed EE: true
-
由 Drew Blessing 创作于
Refactor the method signature to be less ambiguous and update all usage to ensure session data is passed as a hash via a keyword arg.
-
由 Artur Fedorov 创作于
Vue.delete is no longer supported in Vue 3 has to be replaced with common mutation EE: true
-
由 Hitesh Raghuvanshi 创作于
Changelog: added EE: true
-
由 Joe Woodward 创作于
The branchRules field on project now accepts an argument to return missing custom branch rules. Custom branch rules are only available in EE and currently include `All branches` and `All protected branches` rules. `buildMissing` accepts a Boolean value and defaults to `false` when null In https://gitlab.com/gitlab-org/gitlab/-/issues/388129 we need to be able to "create" a rule to be able to edit it. As these rules present real records but are not persisted in the db, when you "create" the rule without any approvalRules or externalStatusChecks we don't actually save anything. To get around this, we have added a new argument to return these branch rules even if they are not persisted yet. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/455420
-