该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 09, 2024
-
-
由 Eugie Limpin 创作于
Context: 1. Users required to verify their identity by providing a phone number have the option to provide credit card details instead 2. Some countries are blocked (either by us or by Telesign themselves) in Telesign making users from these countries unable to receive the phone verification code sent via SMS Here, we implement auto-swapping of phone number verification requirement for credit card verification when a user uses a phone number from a Telesign-blocked country. This notifies the user (via info alert) that phone number verification is unavailable and automatically switch them to credit card verification instead. This should (hopefully) lessen cases where a user is not able to receive the requested phone number verification code via SMS and have no option but to contact support to find out why.
-
- 2月 08, 2024
-
-
由 Daniel Tian 创作于
-
由 Tomas Bulva 创作于
Added interactive overlay component. No results component. Visual style tweaks. Changelog: added
-
由 Elwyn Benson 创作于
-
由 Patrick Cyiza 创作于
-
由 Miguel Rincon 创作于
This change aims to reduce the inconsistency between the terminology of "shared" and "instance" runner in our UI. It is meant as a first step to making the UI more consistent and it is not extensive, as there may be usages of "shared runner" left. It is also not meant to cover internal changes in the code. Changelog: changed
-
由 Miguel Rincon 创作于
In some cases, the results for top runners and top projects may render a last result that provides a total summary of the remainder projects and runners. This change handles that case. Changelog: fixed EE: true
-
由 Jannik Lehmann 创作于
This commit overhauls the navigation within the findings drawer component by introducing a button group for moving between findings and adding tooltips to the navigation buttons for better user guidance. Changelog: changed EE: true
-
由 Anton Kalmykov 创作于
Related issue is https://gitlab.com/gitlab-org/gitlab/-/issues/432371 Changelog: fixed
-
由 Marc Saleiko 创作于
This quick action allows to convert an existing issue to a Service Desk issue. Changelog: added
-
由 Briley Sandlin 创作于
Adding released_at to our catalog resources sort options Changelog: added
-
由 Fernando Cardenas 创作于
* Added tooltip to be consistent with other widgets Changelog: changed
-
由 Payton Burdette 创作于
-
- 2月 07, 2024
-
-
由 Miguel Rincon 创作于
This change adds more information to the "Runner Usage" panel in the runners' admin dashboard. It displays two new tables with the Top projects and runners that used the most runner minutes. It also re-organizes the dashboard to fit the new information. Changelog: changed EE: true
-
由 Darby Frey 创作于
The SemanticVersionable concern is now supported for parsing and sorting items in the database versioned with semver. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142228
-
由 Roger Meier 创作于
The member guidelines will be shown on the members page for projects or groups if the users has one of the following permissions: - At group level: Manage group members - At project level: Manage team members This is helpful if you have some predefined groups that shall be used instead of managing membership on an individual basis or if external tooling is used to manage members. Changelog: added
-
由 Ted Tran 创作于
Removes `app/helpers/ci/pipelines_helper.rb: pipeline_warnings` and its specs because it is not used anywhere. Solves a fraction of https://gitlab.com/gitlab-org/gitlab/-/issues/420057 Changelog: other
-
由 Jarka Košanová 创作于
- clear distinguishment between default and custom roles - log custom role name Changelog: added EE: true
-
由 Bojan Marjanovic 创作于
-
由 Andrew Fontaine 创作于
Details include tags associated with the deployment, the triggerer, the external URL, the ref, and the job details. Also moves `show_more` to vue shared.
-
由 Justin Ho Tuan Duong 创作于
Changelog: changed
-
由 GitLab Crowdin Bot 创作于
[skip ci]
-
由 Zack Cuddy 创作于
This change adds new UI elements to the Groups and Projects page of Organizations. These links allow users with correct permissions to see the buttons and navigate to the correct url. Additionally there is logic that disables the project button if no groups exist.
-
由 Artur Fedorov 创作于
Duplicated words projects were removed from UI sentence Changelog: fixed EE: true
-
由 Serhii Yarynovskyi 创作于
Add logos, tracking and styling to trial page with free_trial_registration_redesign experiment
-
由 Payton Burdette 创作于
Disable the new schedule button when plan limits have been reached. Changelog: changed
-
由 Anna Vovchenko 创作于
Show the alert to affected users on the Kubernetes cluster page. Changelog: added
-
由 Nick Leonard 创作于
When a work in progress limit is exceeded a visible indicator separates items within the limit from those exceeding the limit. Changelog: added EE: true
-
- 2月 06, 2024
-
-
由 Bojan Marjanovic 创作于
-
由 Ted Tran 创作于
Removes `ee/app/helpers/ee/geo_helper.rb`: `geo_registry_status` because it is not used anywhere. Solves a fraction of https://gitlab.com/gitlab-org/gitlab/-/issues/420057 EE: true
-
由 Rahul Chanila 创作于
Changelog: changed
-
由 Laura Callahan 创作于
We are now displaying available billing account information, including subscription and billing contact information, during the purchase process.
-
由 Bojan Marjanovic 创作于
Changelog: fixed
-
由 Samantha Ming 创作于
For the vulnerabilities that has remediations, it will display a remediation badge. The remediation badge follows the same icon as the solution activity filter. Changelog: added Changelog: EE
-
由 Manuel Grabowski 创作于
Creating a token that has _only_ write permissions results in a token that can't do anything: In order to push an image, you also need to be able to read. This is mentioned in one place in the docs, but wrong or misleading in others, as well as in the application itself.
-
由 Pedro Moreira da Silva 创作于
- Next/previous commit - Next/previous unresolved thread Additionally: - Improves display of toggle file browser keyboard shortcut - Renames unresolved thread keyboard shortcuts to use “thread” instead of “discussion” Changelog: changed
-
- 2月 05, 2024
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/346563 **Problem** There is no validation for the case when the project is linked to itself. It leads to 500 error. **Solution** Check this case and respond with an error. Changelog: fixed
-
由 Dzmitry Meshcharakou 创作于
-