该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 13, 2023
-
-
由 Will Meek 创作于
-
- 10月 03, 2023
-
-
由 Zack Cuddy 创作于
This change adds the POC for the Organizations list view on Your Work.
-
由 Jessie Young 创作于
* Previously we were caching it with Rails cache but for it is more secure to encrypt it and store it in the database * Closes https://gitlab.com/gitlab-org/gitlab/-/issues/408829 Changelog: changed EE: true
-
由 Thong Kuah 创作于
Some old projects have `full_name` erroring because their user namespace has a missing owner. The `full_name` consists of the user namespace's `human_name` + the project's name. So we return `path` if for any reason, the `owner_name` is nil.
-
由 Tomas Bulva 创作于
Chnagelog: changed
-
由 Scott de Jonge 创作于
Adjust 2px on dropdown offsets to compensate for `gl-gap-1` on parent Changelog: fixed
-
由 Daniele Rossetti 创作于
-
由 Erick Bajao 创作于
Uses the new unlock pipeline queue to unlock all pipelines of the deleted ref.
-
由 Sascha Eggenberger 创作于
Changelog: fixed
-
由 Moaz Khalifa 创作于
Pushing a NuGet package from a CI pipeline doesn't link to the CI pipeline properly when the package is a duplicate. This mr is fixing this behavior by moving the ci pipeline reference from the tmp package to the existing one. Changelog: fixed
-
由 Timo Furrer 创作于
Remove the `k8s_proxy_pat` feature flag. This FF has been introduced in 16.4 and the `k8s_proxy` PAT scope has been deemed stable. Changelog: removed
-
由 Hinam Mehra 创作于
-
由 Hunter Stewart 创作于
When jobs that stop environments fail, the environment can get stuck in a state of "stopping." We want those environments to recover to a state of "available." This commit addresses that concern with the following: - adds a new state event to environments to represent going from "stopping" back to "available" - adds a new worker to fire the state event given the proper conditions - makes deployables enqueue that new worker when they fail - adds changes from worker related rake tasks related to adding a new worker - adds specs - updates environments spec factory Changelog: fixed
-
由 Florie Guibert 创作于
Apollo client mutation Share toggle labels components from boards
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/425859 Changelog: other
-
由 Bojan Marjanovic 创作于
This feature flag was introduced in 16.2 and is now being removed. Changelog: other
-
由 Valerie Burton 创作于
Updates the test case sidebar to allow for editing confidentiality. Changelog: changed EE: true
-
由 Anant Verma 创作于
Changelog: changed
-
由 Miranda Fluharty 创作于
Changelog: fixed
-
由 Michał Zając 创作于
Changelog: added EE: true
-
由 Kassio Borges 创作于
Currently, the deletion of deprecated pages deployments is based on the idea that each project must have only 1 active `PagesDeployment` in a given moment. With the work to introduce [Gitlab Pages Multiple Versions], a project now will have to support multiple `PagesDeployment` at the same time. For this reason, `PagesDeployment#deleted_at` field was [introduced] to enable us to delete deprecated jobs by setting their `deleted_at` to the minimal timestamp when it's safe to delete them from the database. Now, we're replacing the `DestroyPagesDeploymentsWorker` by `Pages::DeprecatedDeploymentsDeleteCronWorker` when creating a new pages deployment, which will delete only depreacted `PagesDeployment` records, in other words, all `PagesDeployment` records that where `deleted_at` is not in the future. [Gitlab Pages Multiple Versions]: https://gitlab.com/groups/gitlab-org/-/epics/10914 [introduced]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130848 Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/425939 Changelog: changed
-
由 Rudy Crespo 创作于
Fixes bug where initial project selections are cleared out upon entering a search query and selecting a search result Changelog: fixed
-
由 Jessie Young 创作于
* Move methods outside of `User` class and into their own namespaced class for better separation of concerns. * https://gitlab.com/gitlab-org/gitlab/-/issues/421265
-
- 10月 02, 2023
-
-
由 Joe Woodward 创作于
GitLab deprecated legacy storage in 13.0 and enforced migration to the new hashed storage in 14.0. This change cleans up the left over logic used for moving the namespaces using legacy storage to the new hashed storage.
-
由 Lee Tickett 创作于
We did not previously differentiate between no auth provided vs invalid auth. This introduces a check if some form of authentication token is present but not recognised. Changelog: fixed
-
由 Abdul Wadood 创作于
We already return the members invited into the ancestors of the project in the `GET /projects/:id/members/all` API. Here we are making the project membership page consistent with it. The changes here are behind the `webui_members_inherited_users` feature flag.
-
由 John McDonnell 创作于
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Sascha Eggenberger 创作于
Changelog: fixed
-
由 Eduardo Sanz García 创作于
This reverts merge request !132920
-
由 Eduardo Sanz García 创作于
This reverts merge request !132451
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Miguel Rincon 创作于
This fix stops the line number from being reduce by one on every section. With the fix all line numbers should be sequential. Changelog: fixed
-
由 Adam Hegyi 创作于
This change adds the negated filters to the existing filters in paid VSA. The change is only implemented on the backend.
-
- 9月 30, 2023
-
-
由 Smriti Garg 创作于
Feature flag has been enabled for an appropriate amount of time in production and can now be safely removed from codebase Changelog: removed
-
由 Jay 创作于
-
由 Miguel Rincon 创作于
This change removes the version upgrade alert at the top of outdated runners details. The same information is already contained in the runner version information. The badge that warns users contains the same information. Changelog: changed EE: true
-
由 Doug Stull 创作于
- allow us to observe them easier if we desire.
-
由 Coung Ngo 创作于
Combine two Vue apps in the MR header into one as our frontend guidelines discourage multiple Vue applications in a page
-
由 Max Fan 创作于
-