该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 03, 2024
-
-
由 Deepak kumar 创作于
-
由 Deepak kumar 创作于
-
由 Himanshu Kapoor 创作于
When parsing slugs using regular expressions, escape special characters first, so that if the slug contains those characters they don't break the sidebar. Changelog: fixed
-
由 David Dieulivol 创作于
This reverts merge request !167828
-
由 Donald Cook 创作于
Co-authored-by:
Nicolas Dular <ndular@gitlab.com>
-
由 Jason Goodman 创作于
In every use of the service, members are already scoped to a single source. Requiring the source encodes this into the service. The source can also be used directly rather than obtained from one of the passed in members.
-
由 Sascha Eggenberger 创作于
Increases the specificity of the specific use case instead of leveraging :not() which increases it where we don't want to which caused a regression. Changelog: fixed
-
由 Arianna Haradon 创作于
-
由 Pankaj Ahuja 创作于
-
由 Brett Walker 创作于
This ensures that is the markdown version is updated, then markdown HTML cached in Redis will be updated. Changelog: changed
-
由 Pranav Jain 创作于
Clean up the check_membership_in_protected_ref_access feature flag Changelog: fixed
-
由 Niku Singh 创作于
Removes Unused Classes from app/assets/stylesheets/performance_bar.scss Classes removed are - current-host - css-truncate Changelog : other Closes : https://gitlab.com/gitlab-org/gitlab/-/issues/481700
-
由 Thomas Hutterer 创作于
This is only in internal testing today, but having the link point to the new version encourages us using it and should help detect issues early.
-
由 Alexandru Croitor 创作于
-
由 Peter Hegman 创作于
Allow filtering contributed projects by programming language name Changelog: added
-
由 drew stachon 创作于
There's not a lot of immediate benefit to doing this, but we are preparing some other changes that will move a very high-volume read query out of the PipelineProcessWorker and into this worker, where it will hit replicas before the merge process actually starts.
-
- 10月 02, 2024
-
-
This reverts commit b37e8373.
-
由 Peter Hegman 创作于
Behind the your_work_projects_vue feature flag
-
由 James Rushford 创作于
-
由 Niku Singh 创作于
From app/assets/stylesheets/page_bundles/pipelines.scss Changelog : other Closes : https://gitlab.com/gitlab-org/gitlab/-/issues/481683
-
由 Paul Gascou-Vaillancourt 创作于
This replaces the dropdown filters with the `GlFilteredSearch` component in the todos Vue app.
-
由 James Rushford 创作于
-
由 Nick Leonard 创作于
- Treats cards as focusable buttons - Adds up and down traversal within list - Adds left and right traversal across lists Changelog: changed EE: true
-
由 Julia Miocene 创作于
Changelog: changed
-
由 Simon Knox 创作于
If workspace is null in responsive to workspacePermissionsQuery, then keep the default values
-
由 Brendan Lynch 创作于
-
由 Anna Vovchenko 创作于
Ensure the tests are passing successfully in Vue 3.
-
由 James Rushford 创作于
-
由 Enrique Alcántara 创作于
Change the behavior of the Web IDE domain mismatch screen to not detect a mismatch when the only difference between two domains their case (uppercase, lowercase, etc.) Domain names are case insensitive Changelog: fixed
-
由 Archish Thakkar 创作于
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Lindsey Shelton 创作于
Updating namespace_settings table for DB migration Removing duo_features_enabled haml component Changelog: deprecated EE: true
-
由 Alex Pennells 创作于
- Use the existing helper for consistency - Also cleans up a reference to a FF that is already removed
-
由 Eduardo Sanz García 创作于
This change, under the two_factor_actions feature flags, allows to disable the one-time authenticator without affecting registered WebAuthn devices. Before this change, it was possible to unregister WebAuthn devices and disable the whole two-factor authentication (OTP + WebAuthn). This additional option brings more granularity. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/393419
-
由 Niklas van Schrick 创作于
-
由 James Rushford 创作于
-
由 Dmytro Biryukov 创作于
Changelog: added