该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Michael Becker 创作于
Context ------------------------- We have some filters that we disable when certain conditions are met, for example if a group has too many vulnerabilities. Currently, if you try filtering with a disabled filter, you will get a "too many vulnerabilities" error response. We would like to give a tool-tip in the UI to explain the filter is disabled ahead of any error response. We have done that for a few filters by injecting booleans into the page on load. As we continue adding filters that need to be disabled in certain circumstances, we are looking for a way frontend could reliably know what filters are disabled for a given `vulnerable`. We achieve this via a graphql extension. Future work ------------------------- rather than calculating these disabled filters every time, we could have frontend request specific "filter hints" and only build the array if requested This change ------------------------- 1. Adds a `disabled_filters` array to the graphql response if the vulnerability resolver is invoked - behind a de-risk FF 2. DRYs up the code that disables the identifier search epic: https://gitlab.com/groups/gitlab-org/-/epics/13340 related to: https://gitlab.com/gitlab-org/gitlab/-/issues/517915 resolves: https://gitlab.com/gitlab-org/gitlab/-/work_items/517925 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180973 Changelog: changed EE: truewe have some filters that we disable when certain conditions are met, for example if a group has too many vulnerabilities.
-
由 Niko Belokolodov 创作于
Track projects count that enabled secrets manager See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183730 Merged-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Approved-by:
Erick Bajao <fbajao@gitlab.com> Approved-by:
Scott Hampton <shampton@gitlab.com> Approved-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Reviewed-by:
Ankit Panchal <apanchal@gitlab.com> Co-authored-by:
Jayakrishnan Mallissery <jmallissery@gitlab.com>
-
由 Gosia Ksionek 创作于
Add json support to destroy group controller action See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182640 Merged-by:
Gosia Ksionek <mksionek@gitlab.com> Approved-by:
Abdul Wadood <awadood@gitlab.com> Approved-by:
Gosia Ksionek <mksionek@gitlab.com> Co-authored-by:
Peter Hegman <phegman@gitlab.com>
-
由 Ezekiel Kigbo 创作于
Add `usage_count` data source and visualizations See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183891 Merged-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Reviewed-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Reviewed-by:
Alex Pennells <apennells@gitlab.com> Reviewed-by:
Rudy Crespo <rcrespo@gitlab.com> Co-authored-by:
Rudy Crespo <rcrespo@gitlab.com>
-
由 Rudy Crespo 创作于
Adds the `usage_count` data source to query for a single Value Streams Dashboard count metric and return data fit for `SingleStat` visualization. Also creates visualization templates for each metric. Changelog: added EE: true
-
由 Phil Hughes 创作于
Instrument Rapid Diffs list loading See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183836 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Thomas Randolph <trandolph@gitlab.com> Approved-by:
Phil Hughes <me@iamphill.com> Co-authored-by:
Stanislav Lashmanov <slashmanov@gitlab.com>
-
由 Igor Drozdov 创作于
llama3 model for /explain, /fix and /test duo slash commands See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184176 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Patrick Cyiza <jpcyiza@gitlab.com>
-
由 Aakriti Gupta 创作于
Add new arguments in GraphQL query for exploring projects See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183133 Merged-by:
Aakriti Gupta <agupta@gitlab.com> Approved-by:
Shubham Kumar <shukumar@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Aakriti Gupta <agupta@gitlab.com> Reviewed-by:
Aakriti Gupta <agupta@gitlab.com> Reviewed-by:
Emily Sahlani <esahlani@gitlab.com> Co-authored-by:
Pratibha Gupta <guptapratibha26@gmail.com>
-
由 Pratibha Gupta 创作于
-
由 Fred de Gier 创作于
Enable reassignment throttling feature See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184131 Merged-by:
Fred de Gier <fdegier@gitlab.com> Approved-by:
Fred de Gier <fdegier@gitlab.com> Co-authored-by:
carlad-gl <cdrago@gitlab.com>
-
由 Andy Schoenen 创作于
Delete approval_policy_rule when rules in policy is removed See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183117 Merged-by:
Andy Schoenen <asoiron@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Marcos Rocha <mrocha@gitlab.com> Approved-by:
Andy Schoenen <asoiron@gitlab.com> Reviewed-by:
Andy Schoenen <asoiron@gitlab.com> Reviewed-by:
Alper Akgun <aakgun@gitlab.com> Co-authored-by:
Sashi Kumar Kumaresan <skumar@gitlab.com>
-
由 Sashi Kumar Kumaresan 创作于
This change updates the logic of upserting and deleting policy rule by rule_index when a security policy is updated. EE: true Changelog: fixed
-
由 Omar Qunsul 创作于
Fix OverdueFinalizeBackgroundMigration#database_name See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184021 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Bishwa Hang Rai <bhrai@gitlab.com> Co-authored-by:
Maxime Orefice <morefice@gitlab.com>
-
由 Jacques Erasmus 创作于
Revert "Merge branch '513582-clean-up-header-app' into 'master'" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184289 Merged-by:
Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Jacques Erasmus <jerasmus@gitlab.com> Co-authored-by:
Paulina Sedlak-Jakubowska <psedlak-jakubowska@gitlab.com>
-
由 Roy Zwambag 创作于
Merge branch 'mdangelo/523967-update-set_parent-work-item-quick-action-to-fail-gracefully-when-parent-is-invalid' into 'master' Update /set_parent work item quick action to fail gracefully when parent is invalid See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183938 Merged-by:
Roy Zwambag <rzwambag@gitlab.com> Approved-by:
Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Approved-by:
Roy Zwambag <rzwambag@gitlab.com> Co-authored-by:
Matt D'Angelo <mdangelo@gitlab.com>
-
由 Matt D'Angelo 创作于
Changelog: fixed
-
由 Artur Fedorov 创作于
Add fallback for yaml editor See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183917 Merged-by:
Artur Fedorov <afedorov@gitlab.com> Approved-by:
Artur Fedorov <afedorov@gitlab.com> Co-authored-by:
Alexander Turinske <aturinske@gitlab.com>
-
由 Imre Farkas 创作于
Introduce separate rate limiter for /autocomplete/users See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183244 Merged-by:
Imre Farkas <ifarkas@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Hakeem Abdul-Razak <habdul-razak@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com>
-
由 Bob Van Landuyt 创作于
Convert redis counts for DiffsCounter See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182427 Merged-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
Thomas Randolph <trandolph@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Co-authored-by:
Jonas Larsen <jlarsen@gitlab.com>
-
由 Jonas Larsen 创作于
-
由 Alper Akgun 创作于
Model experiments: Add artifacts list component to runs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183678 Merged-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Chaoyue Zhao <czhao@gitlab.com> Approved-by:
Simon Knox <simon@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Simon Knox <simon@gitlab.com> Reviewed-by:
Fred de Gier <fdegier@gitlab.com> Reviewed-by:
Chaoyue Zhao <czhao@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
fdegier <fdegier@gitlab.com>
-
由 Eduardo Sanz García 创作于
Add `description` param to the service access tokens See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184099 Merged-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Approved-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com>
-
由 Brendan Lynch 创作于
Add YAML extension schema setup to Web IDE docs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183961 Merged-by:
Brendan Lynch <blynch@gitlab.com> Approved-by:
Brendan Lynch <blynch@gitlab.com> Reviewed-by:
Brendan Lynch <blynch@gitlab.com> Co-authored-by:
Cindy Halim <chalim@gitlab.com>
-
由 Cindy Halim 创作于
-
由 Jarka Košanová 创作于
Switch member_role_type.rb and admin_member_role_type.rb inheritance See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182341 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Alex Buijs <abuijs@gitlab.com> Co-authored-by:
Daniel Tian <dtian@gitlab.com>
-
由 Daniel Tian 创作于
-
由 Vitali Tatarintev 创作于
Merge branch '519374-create-routing-logic-in-ai-gateway-gecko-codestral-document-changes' into 'master' Respect Qwen opt out even when code gecko is disabled See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183585 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Co-authored-by:
Allen Cook <acook@gitlab.com>
-
由 Allen Cook 创作于
-
由 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 创作于
-
由 Patrick Cyiza 创作于
-
由 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
-
This reverts merge request !183259
-
由 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>
-