该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 12月 03, 2021
-
-
由 Sri 创作于
- Feature flag `incubation_5mp_google_cloud` bound to Project This allows for easier testing on gitlab.com where the feature flag may be enabled for select projects. - `service_accounts` is an active route for `google_cloud` menu item This expands the appropriate project sidemenu item when creating a service account - Introduce a top level `app.vue` component Achieves consistency with a majority of frontend code in the repo Where a single route with a single entry point serves multiple templates Instead of routing the frontend in `index.js` use a top level component to render the appropriate `screen` https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75295
-
由 Doug Stull 创作于
-
由 Tyler Williams 创作于
-
由 Zack Cuddy 创作于
-
由 Samantha Ming 创作于
Add security training ui to security configuration. This is within the vulnerability management tab.
-
由 Payton Burdette 创作于
-
由 Payton Burdette 创作于
-
由 Anna Vovchenko 创作于
-
由 Coung Ngo 创作于
-
由 Adam Hegyi 创作于
-
由 Enrique Alcántara 创作于
-
-
由 Payton Burdette 创作于
Do not show retry button to user if they cannot update the build.
-
-
- 12月 02, 2021
-
-
由 David Fernandez 创作于
-
由 Grzegorz Bizon 创作于
-
由 Sheldon Led 创作于
-
由 Simon Knox 创作于
-
由 Alexandru Croitor 创作于
We've introduced new issues workers in a previous MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72802 that now comply to NamespacedClass cop offences tracked in issue https://gitlab.com/gitlab-org/gitlab/-/issues/321982. Now that we have the new workers in production, we can change enqueueing jobs with new workers. We still keep the old workers around in case some of the jobs are still in old queues and need to be processed by the old workers. We'll be removing the old workers in a future release.
-
由 David Barr 创作于
-
由 Andrew Fontaine 创作于
-
由 Dylan Griffith 创作于
Prior to this we were using `create!` which triggered the `ensure_project_iid!` in a callback. This causes a `CrossDatabaseModificationAcrossUnsupportedTablesError`. To avoid this we will create the `iid` before saving. This is consistent with all other places we create pipelines. This change still doesn't allow us to remove `spec/requests/api/commit_statuses_spec.rb` from the allowlist as there are other calls to `project.ci_pipelines.create!` in this file. We need a more holistic solution for that which is being discussed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75316 .
-
由 Zack Cuddy 创作于
-
由 Manoj M J 创作于
This MR introduces a new API to transfer a group to a new parent group. This API can also be used to promote a subgroup into a root group. Changelog: added
-
由 anna_vovchenko 创作于
-
由 anna_vovchenko 创作于
-
由 anna_vovchenko 创作于
The events are added for: - changing the tab - Agent registration modal process Changelog: added
-
由 Peter Hegman 创作于
A component to render a value in an input and allow the user to show/hide and copy the value.
-
由 Albert Vaca Cintora 创作于
Changelog: added
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Thong Kuah 创作于
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Stan Hu 创作于
This reverts merge request !75042
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Siddharth Asthana 创作于
Changelog: other
-
由 Andy Soiron 创作于
-
由 Riccardo Padovani 创作于
-
由 Coung Ngo 创作于
-
由 Drew Blessing 创作于
Auth results can return an ambiguous actor, either user or deploy token. Refactor to explicitly get user or deploy token rather than accessing the actor directly.
-
由 Furkan Ayhan 创作于
-