该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Sincheol (David) Kim 创作于
This adds `diff_files_metadata` endpoint for each resource that we support in rapid diffs (e.g. `MergeRequest`, `Commit` and `Compare`). This is behind `rapid_diffs` FF.
-
由 Peter Hegman 创作于
So we can delete top level groups without reloading the page
-
- 3月 11, 2025
-
-
由 Alisa Frunza 创作于
Changelog: changed
-
由 Peter Hegman 创作于
Releases a new experience on `Your work` -> `Projects`. Default tab is now `Contributed`, improved layout, add Delete and Edit actions. Changelog: changed
-
由 Stan Hu 创作于
`method` is what is used in the API and controller logs. Keeping this the same makes it easier to filter for logs properly. Changelog: changed
-
- 3月 10, 2025
-
-
由 Heinrich Lee Yu 创作于
We should be passing the class name as a string instead of a Class object
-
由 Radamanthus Batnag 创作于
-
- 3月 07, 2025
-
-
由 Phil Hughes 创作于
Changelog: other https://gitlab.com/gitlab-org/gitlab/-/issues/518678
-
由 Anthony Juckel 创作于
- Force cancel button on Job Details page - Accept force parameter for /projects/:proj_id/jobs/:id/cancel Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179137
-
由 Jerry Seto 创作于
-
由 imand3r 创作于
Changelog: changed EE: true
-
- 3月 06, 2025
-
-
由 Alisa Frunza 创作于
-
由 Alisa Frunza 创作于
-
由 Imre Farkas 创作于
Changelog: added
-
由 Pedro Pombeiro 创作于
Changelog: changed
-
- 3月 05, 2025
-
-
由 Ameya Darshan 创作于
-
由 Amy Qualls 创作于
If we rename this image, we also have to rename where it shows up in the Markdown page, and also in the test that points to it.
-
- 3月 04, 2025
-
-
由 Nicholas Wittstruck 创作于
This MR adds a flag to the application settings for instance wide token prefixes. It also adds support for feed tokens as an example. Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/388379
-
由 Anna Vovchenko 创作于
Extend the cluster agents functionality to groups. - Update GraphQL queries to support both project and group contexts - Modify frontend components to handle group-specific logic - Adjust backend helpers and controllers to support group-level operations Changelog: added
-
- 3月 03, 2025
-
-
由 Ayush 创作于
- Remove captcha related code from groups controller - Remove tests around recaptcha_on_top_level_group_creation - Remove views that show recaptcha on top level group creation Changelog: other
-
- 3月 02, 2025
-
-
由 Marc Shaw 创作于
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/182992 Changelog: fixed
-
- 2月 28, 2025
-
-
由 Adie (she/her) 创作于
Introduce and use destroy_container_image_tag policy instead of destroy_container_image when deleting container repository tags Changelog: changed
-
由 Jonston Chan 创作于
Fixes Style/FormatString offenses Changelog: changed
-
- 2月 27, 2025
-
-
由 Furkan Ayhan 创作于
This endpoint is used by the UI.
-
由 Jonas Larsen 创作于
-
由 Anna Vovchenko 创作于
-
- 2月 24, 2025
-
-
由 Alexandru Croitor 创作于
-
由 Jessie Young 创作于
This reverts commit 5e6a707a, reversing changes made to 96d9ace8.
-
- 2月 22, 2025
-
-
由 Jeff Tucker 创作于
-
- 2月 21, 2025
-
-
由 Julia Miocene 创作于
-
由 John Hope 创作于
-
由 Vitali Tatarintev 创作于
Fix RSpec/BeNil rubocop offenses
-
由 Ben Ellis 创作于
-
由 Alex Buijs 创作于
This adds a switch to top-level groups setting pages to control the CI/CD Job Token format. It controls whether the legacy database token is used or the JWT format. Changelog: added
-
由 ameyadarshan 创作于
Add controller for DPoP Add documentation Edit personal_access_tokens.md Edit _dpop.html.haml Add locale and controller specs Apply 4 suggestion(s) to 2 file(s) Co-authored-by:
Amy Qualls <aqualls@gitlab.com> Edit personal_access_tokens.md Add error class Fix markdown Fix lint errors Fix lint errors Fix lint errors Fix undercoverage Fix view and specs Fix view header Fix view Remove user before_action Remove dot Edit personal_access_tokens.md Edit personal_access_tokens.md Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Amy Qualls <aqualls@gitlab.com> Edit personal_access_tokens.md Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Amy Qualls <aqualls@gitlab.com> Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Amy Qualls <aqualls@gitlab.com> Resolve conflicts Fix gitlab.pot Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Add gitlab.pot Fix pot file Fix pot
-
- 2月 20, 2025
-
-
由 Michael Trainor 创作于
- Add Support PIN generation and retrieval in AccountsController - Display Support PIN in user profile and admin user view - Add route for generating new Support PIN - Implement UI for users to generate and view their Support PIN This feature allows users to generate a Support PIN for authentication with the support team, enhancing security for support-related actions. Changelog: added
-
- 2月 19, 2025
-
-
由 Paul Gascou-Vaillancourt 创作于
Fixes `Link` cop offenses within `CommitStatusPresenter` by explicitly calling `help_page_path` with string literal arguments and adding the missing `.md` extensions.
-
由 Tianwen Chen 创作于
-
由 Radamanthus Batnag 创作于
-
由 Rodrigo Tomonari 创作于
Previously, the export download rate limit was scoped to the project namespace. Now it is scoped to individual projects This change: - Updates rate limit scope from namespace to project level - Modifies rate limit checks in ProjectsController and API - Updates related documentation and tests Changelog: changed
-