该项目从 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
-
由 Brett Walker 创作于
Supports both dollar math and code/GitLab math syntax. Fixes an entire set of bugs with math parsing. 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 创作于
-
由 Marco Zille 创作于
Changelog: added
-
由 Nick Leonard 创作于
Adding shift to the key shortcut will submit notes including on MRs, where base shortcut adds to draft. Changelog: added
-
由 Chad Lavimoniere 创作于
the built-in shadows in the SVGs on the empty state dashboard a user sees when they have 0 projects where a solid color, but other SVGs in the same directory had the right solution for this (reduced opacity black fill instead). Changelog: fixed
-
- 4月 15, 2024
-
-
由 Julia Miocene 创作于
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/450478 Changelog: fixed
-
由 Eduardo Bonet 创作于
Required as part of moving show_ml_model_version.vue to graphql, adds a property to ModelType to allow for fetching a specific model version
-
由 Smriti Garg 创作于
A bot user can have one pat at any point of time. ExpiringWorker is written on the same premise and we expect the user of type bot to have only one pat. This mailer need not be an exception and run a loop on multiple token names Changelog: fixed Error in rendering of token names Wrong code comitted
-
由 Niku Singh 创作于
Changelog : other EE : true
-
由 Marco Zille 创作于
Changelog: added
-
由 Eugie Limpin 创作于
Changelog: added
-
由 Taras Tadai 创作于
Migrated providers buttons to pajamas component as a part of pajamas adoption project. Also fixed accessibility issue for migrated buttons. - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143423
-
- 4月 13, 2024
-
-
由 Briley Sandlin 创作于
Removing the about section and updating the header in the details page Changelog: removed
-
由 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
-
由 Joseph Snyder 创作于
Change the default value of showw_diff_preview_message to be false instead of true. This would prevent the message from being shown on issues that do not have notes to check for the setting, like a milestone.
-
由 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
-
由 Peter Hegman 创作于
Make API call when form is submitted
-
由 Smriti Garg 创作于
We are adding data-testid to the the element button on page /admin/applications. Earlier the logic to add data-testid was adding id only to the section containing button that makes the feature spec fail. Feature spec is trying to find the button with data-testid new-application-button and is unable to do the same
-
由 Chad Lavimoniere 创作于
When a user has a comment draft saved in localstorage, we do not indicate that on page load at all; the user can only see their comment draft by clicking reply and seeing the draft populated into the markdown editor. This MR changes the noteable_discussion component's behavior such that it exposes the markdown editor with the user's comment draft on page load if there is a saved draft for the comment in localstorage. Changelog: fixed
-
由 Phil Hughes 创作于
If you select a user that does not appear in the initial `user.json` request and they have permission to merge and then you select that user we will incorrectly show the cannot merge icon next to their user in the dropdown. This is caused by getting `data-can-merge` from the hidden input instead of `data-can_merge`
-
- 4月 12, 2024
-
-
由 Laura Montemayor 创作于
Given that we should always be validating a version if we are going to use this concern, we can remove the validation. We can also simplify the getter and setter methods and remove the custom naming for consistency. This also simplifies the inclusion of the concern into the models. Changelog: added
-
由 Adam Hegyi 创作于
Remove CH analytics related feature flags Changelog: removed EE: true
-
由 Annabel Dunstone Gray 创作于
-
由 Nataliia Radina 创作于
Changelog: changed
-
由 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
-
由 Serhii Yarynovskyi 创作于
Add render page and update successful submission backend event for sign up page
-
由 Panos Kanellidis 创作于
Changelog: other
-
由 Vijay Hawoldar 创作于
When inviting members to a group or project, render an alert if the invite is blocked due to seat overages
-
由 Marc Saleiko 创作于
This reverts merge request !141612
-
由 Jerry Seto 创作于
- Reverify keys when pushing new commits - Add a flash message when a user has a GPG key is not successfully reverified by integrations - Prevent pushes that contain commits that were signed with GPG keys that are not successfully reverified Contributes to: https://gitlab.com/gitlab-org/gitlab/-/issues/442098 Changelog: changed
-
由 Joe Snyder 创作于
Add the front-end updates needed to alter and utilize the show_diff_preview_in_email column. This should be used to hide the diff content found in the _note_email templates. Replace it with a string text informing the user that the GitLab instance should be visited to see the line in question. Changelog: added
-
由 Taras Tadai 创作于
-
由 Aboobacker MK 创作于
Allow admins of enterprise groups to disable personal access token generation for the enterprise users. Token which are created before disabling personal access tokens will be invalid. Changelog: fixed EE: true
-
由 Sascha Eggenberger 创作于
To make it easier to identify long job items, we set fluidWidth to true to enable a wider view. Changelog: changed
-