该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 01, 2024
-
-
由 Lindsey Shelton 创作于
Updating groups_helper and specs from feedback Changelog: fixed EE: true
-
由 Smriti Garg 创作于
Updated MR link to correct one
-
由 Ravi Kumar 创作于
Remove the node and attached tasks, indices and repositories if the nide is offline for more than 12 hours. Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166481 EE: true
-
由 Buck O'Leary 创作于
Co-Authored by @sselhorn
-
由 Julia Miocene 创作于
Changelog: changed
-
由 Igor Drozdov 创作于
-
由 Sheldon Led 创作于
When the ability to Manage Non-Billable Promotions is enabled, new members of the project/group will be pending administrator approval Changelog: added EE: true
-
由 Ammar Alakkad 创作于
The variables passed to frontend didn't include this suffix since the members tab is kind of dynamic and would require more changes to accommodate this renaming.
-
由 Anastasia Khomchenko 创作于
-
由 Daniele Rossetti 创作于
(Run yarn add modern-screenshot again)
-
由 Lysanne Pinto 创作于
-
由 Arturo Herrero 创作于
EE: true
-
由 Artur Fedorov 创作于
Policy list renders scope information both in table and in a drawer. These integration tests covers all projects with exceptions EE: true
-
由 Alexander Turinske 创作于
- with the performance modal, the code flow did not pass up the correct action if a user tried to REMOVE a policy since the modal confirm did not pass the action - persist the action and pass it again on modal confirm - clear the action on modal cancel - update tests Changelog: changed EE: true
-
由 Jessie Young 创作于
* Duo workflow should not use `::Gitlab::CloudConnector::SelfIssuedToken` because that is backend Cloud Connector code that is invoked by `CloudConnector::AvailableServices` * Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/485857 * This also required setting up the unit primitive in the access_data.yml so this MR partially addresses https://gitlab.com/gitlab-org/duo-workflow/duo-workflow-service/-/issues/17
-
由 Chad Lavimoniere 创作于
Changelog: fixed EE: true
-
由 Chad Lavimoniere 创作于
Add functionality to insert new lists between existing lists on a non-Epic board. Changelog: changed
-
由 Terri Chu 创作于
-
由 Alexander Turinske 创作于
- add url parameters to request in editor wrapper - update tests Changelog: changed EE: true
-
由 Donald Cook 创作于
-
由 Mehmet Emin INAC 创作于
-
由 Savas Vedova 创作于
We recently switched to returning component names instead of ids in the filtered search as the backend returns de-duplicated results with the names. To match the same behaviour with the dependencies results, we have to send the component names instead of ids. This commit implements the necessary changes for this fix.
-
由 Alex Buijs 创作于
Make roles and permissions page visible to premium tier customers. Changelog: changed EE: true
-
由 Artur Fedorov 创作于
EE: true
-
由 Artur Fedorov 创作于
EE: true
- 9月 30, 2024
-
-
由 Piotr Skorupa 创作于
- Adds Wikis::UserMention model and a new table - Adds notes support for both project- and group-level wikis by making WikiPage::Meta a noteable - Includes a namespace_id attribute in user mentions copied from the note as a sharding key for Cells purposes
-
由 Pankaj Ahuja 创作于
Co-authored-by:
Siddharth Dungarwal <sdungarwal@gitlab.com>
-
由 Doug Stull 创作于
- as per sidekiq support warnings... ``` Job arguments to Onboarding::CreateIterableTriggerWorker must be native JSON types, but :provider is a Symbol. See https://github.com/sidekiq/sidekiq/wiki/Best-Practices To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. Job arguments to Groups::CreateEventWorker must be native JSON types, but :created is a Symbol. See https://github.com/sidekiq/sidekiq/wiki/Best-Practices ```
-
由 Patrick Cyiza 创作于
-
由 Jonas Larsen 创作于
-
由 Sashi Kumar Kumaresan 创作于
This change updates the logic of selecting target branch pipeline of MR for license approval policy by calling RelatedPipelinseFinder when the target branch pipeline is nil. EE: true Changelog: changed
-
由 Natalia Tepluhina 创作于
- fixed showing work item preference switch on epics - added router to project issues - fixed breadcrumbs and list app to work with project context
-
由 Patrick Cyiza 创作于
EE: true Changelog: added
-
由 Igor Drozdov 创作于
With model-identifier field, we'll allow specifying model name. The model column will be used to set model-family instead. Let's reflect it in the enum field: support setting a model family instead of a particular model
-
由 Mehmet Emin INAC 创作于
This table will store security statistics like the total number of vulnerabilities for projects. Changelog: other
-