该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Fabio Pitino 创作于
Skip pipeline creation for workloads See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183310 Merged-by:
Fabio Pitino <fpitino@gitlab.com> Approved-by:
Shane Maglangit <smaglangit@gitlab.com> Approved-by:
Surabhi Suman <ssuman@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Reviewed-by:
Surabhi Suman <ssuman@gitlab.com> Reviewed-by:
Shane Maglangit <smaglangit@gitlab.com> Co-authored-by:
Dylan Griffith <dyl.griffith@gmail.com>
-
由 Dylan Griffith 创作于
-
由 Eduardo Bonet 创作于
Send model metadata for completion features See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184160 Merged-by:
Eduardo Bonet <ebonet@gitlab.com> Approved-by:
Eduardo Bonet <ebonet@gitlab.com> Reviewed-by:
Igor Drozdov <idrozdov@gitlab.com> Reviewed-by:
Eduardo Bonet <ebonet@gitlab.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
-
由 Denys Mishunov 创作于
Model migration and deprecation responsibilities, timelines, and tracking See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182643 Merged-by:
Denys Mishunov <dmishunov@gitlab.com> Approved-by:
François Rosé <frose@gitlab.com> Reviewed-by:
François Rosé <frose@gitlab.com> Co-authored-by:
Michelle Gill <mgill@gitlab.com> Co-authored-by:
David O'Regan <doregan@gitlab.com>
-
由 David O'Regan 创作于
-
由 Marcel Amirault 创作于
Fix broken step example See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184011 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Cameron Swords <cswords@gitlab.com>
-
由 Sheldon Led 创作于
Adapt Duo UI for Duo with Amazon Q See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182120 Merged-by:
Sheldon Led <sheldonled@gitlab.com> Approved-by:
Sheldon Led <sheldonled@gitlab.com> Reviewed-by:
Angelo Gulina <agulina@gitlab.com> Reviewed-by:
Sheldon Led <sheldonled@gitlab.com> Reviewed-by:
Lukas Wanko <lwanko@gitlab.com> Co-authored-by:
Lukas Wanko <lwanko@gitlab.com>
-
由 Lukas Wanko 创作于
Changelog: added EE: true
-
由 Radamanthus Batnag 创作于
Added description composer backend See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183512 Merged-by:
Radamanthus Batnag <rbatnag@gitlab.com> Approved-by:
Jeff Park <jpark@gitlab.com> Approved-by:
Radamanthus Batnag <rbatnag@gitlab.com> Approved-by:
Alex Buijs <abuijs@gitlab.com> Reviewed-by:
Radamanthus Batnag <rbatnag@gitlab.com> Co-authored-by:
Phil Hughes <me@iamphill.com>
-
由 Brendan Lynch 创作于
Resolve "Update the Remove Blobs documentation" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184217 Merged-by:
Brendan Lynch <blynch@gitlab.com> Reviewed-by:
Brendan Lynch <blynch@gitlab.com> Co-authored-by:
Pranav Jain <pjain@gitlab.com>
-
由 Pranav Jain 创作于
-
由 Andy Schoenen 创作于
Merge branch 'overdue-finalize-background-migration--backfill-ci-secure-file-states-project-id' into 'master' Finalize migration BackfillCiSecureFileStatesProjectId See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181727 Merged-by:
Andy Schoenen <asoiron@gitlab.com> Approved-by:
Shubham Kumar <shukumar@gitlab.com> Approved-by:
Dmytro Biryukov <dbiryukov@gitlab.com> Approved-by:
Fabien Catteau <fcatteau@gitlab.com> Approved-by:
Andy Schoenen <asoiron@gitlab.com> Reviewed-by:
Andy Schoenen <asoiron@gitlab.com> Co-authored-by:
gdk <gdk@example.com>
-
由 Michael Becker 创作于
Set default auto_stop_setting for environment See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181746 Merged-by:
Michael Becker <mbecker@gitlab.com> Approved-by:
Zachary Painter <zpainter@gitlab.com> Approved-by:
Michael Becker <mbecker@gitlab.com> Reviewed-by:
Tiger Watson <twatson@gitlab.com> Reviewed-by:
Viktor Nagy (GitLab) <vnagy@gitlab.com> Reviewed-by:
Michael Becker <mbecker@gitlab.com> Reviewed-by:
Zachary Painter <zpainter@gitlab.com> Co-authored-by:
Taka Nishida <tnishida@gitlab.com>
-
由 Taka Nishida 创作于
Using the same create service for both REST API and GraphQL improves the consistency and DRY.
-
由 Adam Hegyi 创作于
Cleanup migrations adding merge_request_diff_files.project FK See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184277 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Alper Akgun <aakgun@gitlab.com> Co-authored-by:
Alper Akgun <aakgun@gitlab.com> Co-authored-by:
Gonzalo Servat <gservat@gitlab.com> Co-authored-by:
Dylan Griffith <dyl.griffith@gmail.com>
-
由 Dylan Griffith 创作于
This foreign key caused the incident https://gitlab.com/gitlab-com/gl-infra/production/-/issues/19474 . It was added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/177799 . The problem is that we added a foreign key before adding an index. This means that all statements like `DELETE FROM projects ...` will need to scan the entire `merge_request_diff_files` table to check if the foreign key is valid. This was causing timeouts. In order to resolve the incident we've already manually deleted this migration on GitLab.com . This MR additionally adds another migration to remove the foreign key to clean up any environments where this migration may have already run.
-
由 Joe Woodward 创作于
Use array_including instead of array brackets See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184184 Merged-by:
Joe Woodward <jwoodward@gitlab.com> Approved-by:
Joe Woodward <jwoodward@gitlab.com> Approved-by:
Gary Holtz <gholtz@gitlab.com> Co-authored-by:
ghinfey <ghinfey@gitlab.com>
-
由 Andy Schoenen 创作于
Merge branch '520982-feature-flag-rollout-of-unblock_rules_using_pipeline_execution_policies' into 'master' Enable unblock_rules_using_pipeline_execution_policies by default See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184023 Merged-by:
Andy Schoenen <asoiron@gitlab.com> Approved-by:
Andy Schoenen <asoiron@gitlab.com> Co-authored-by:
Martin Čavoj <mcavoj@gitlab.com>
-
由 Simon Knox 创作于
Quarantine flaky integration tests See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184246 Merged-by:
Simon Knox <simon@gitlab.com> Approved-by:
Simon Knox <simon@gitlab.com> Co-authored-by:
Alexander Turinske <aturinske@gitlab.com>
-
由 David Dieulivol 创作于
Run jest jobs with custom exit code See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183918 Merged-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Tomas Bulva <tbulva@gitlab.com> Co-authored-by:
Jennifer Li <jli@gitlab.com>
-
由 Jennifer Li 创作于
-
由 David Dieulivol 创作于
Run docs jobs with custom exit code See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183912 Merged-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Co-authored-by:
Jennifer Li <jli@gitlab.com>
-
由 Jennifer Li 创作于
-
由 Eduardo Sanz García 创作于
Fix: Sorting dropdown overflows if there are many filters. See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183941 Merged-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Approved-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Co-authored-by:
Chaitanya Sonwane <chaitanyadsonwane2002@gmail.com>
-
由 Marc Shaw 创作于
Change sidekiq concurrency limit middleware FF to durabiity group See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183396 Merged-by:
Marc Shaw <mshaw@gitlab.com> Approved-by:
Marco Gregorius <gmarco@gitlab.com> Approved-by:
Marc Shaw <mshaw@gitlab.com> Reviewed-by:
Marco Gregorius <gmarco@gitlab.com> Co-authored-by:
Changzheng Liu <cliu@gitlab.com>
-
由 Madelein van Niekerk 创作于
Fix gitlab:elastic:info rake task See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184278 Merged-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Approved-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com>
-
由 Nicolas Dular 创作于
Change the status widget to be EE-only See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183629 Merged-by:
Nicolas Dular <ndular@gitlab.com> Approved-by:
Nicolas Dular <ndular@gitlab.com> Reviewed-by:
Nicolas Dular <ndular@gitlab.com> Reviewed-by:
Marc Saleiko <msaleiko@gitlab.com> Co-authored-by:
Agnes Slota <aslota@gitlab.com>
-
由 Agnes Slota 创作于
Given that configurable statuses functionality should only be available for Premium and Ultimate users, we need to ensure the status widget is EE-only. This commit moves the status widget-related classes under the EE namespace to achieve that.
-
由 Patrick Bajao 创作于
Default enable duo_code_review_claude_3_7_sonnet See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184253 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Co-authored-by:
David Kim <dkim@gitlab.com>
-
由 Suraj Tripathi 创作于
Change workItemTypeIds argument to be singular See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183841 Merged-by:
Suraj Tripathi <stripathi@gitlab.com> Approved-by:
Suraj Tripathi <stripathi@gitlab.com> Reviewed-by:
Heinrich Lee Yu <heinrich@gitlab.com> Co-authored-by:
Heinrich Lee Yu <heinrich@gitlab.com>
-
由 Heinrich Lee Yu 创作于
We do not need to support multiple values for filtering so we restrict the GraphQL API argument. This field is experimental and not yet used by any frontend query so we can change it without deprecating.
-
由 Patrick Bajao 创作于
Implement diff_files_metadata endpoints See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183795 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Reviewed-by:
Patrick Bajao <ebajao@gitlab.com> Reviewed-by:
Sincheol (David) Kim <dkim@gitlab.com> Co-authored-by:
David Kim <dkim@gitlab.com>
-
由 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.
-
由 ghinfey 创作于
-
由 Dmitry Gruzd 创作于
Changelog: fixed EE: true
-
由 Tiger Watson 创作于
Move instance runner related table to right schema See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184264 Merged-by:
Tiger Watson <twatson@gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
Thong Kuah <tkuah@gitlab.com>
-
由 Jennifer Li 创作于
Fix flaky organizations_controller spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184124 Merged-by:
Jennifer Li <jli@gitlab.com> Approved-by:
Emerald-Jayde Henao <ejhenao@gitlab.com> Approved-by:
Hunter Stewart <hustewart@gitlab.com> Reviewed-by:
Emerald-Jayde Henao <ejhenao@gitlab.com> Co-authored-by:
Shane Maglangit <smaglangit@gitlab.com>
-
由 Russell Dickenson 创作于
Add details to pipeline secret detection page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184241 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
phillipwells <pwells@gitlab.com>
-
由 Phillip Wells 创作于
-
由 Simon Knox 创作于
Work items: Clean up labels UI See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183767 Merged-by:
Simon Knox <simon@gitlab.com> Approved-by:
Simon Knox <simon@gitlab.com> Co-authored-by:
Nick Leonard <nleonard@gitlab.com>
-