该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
Pull mirroring failed .
上次成功更新 。
上次成功更新 。
- 3月 13, 2025
-
-
由 Alex Pennells 创作于
Convert to a new GraphQL resolver so that we can fetch projects from subgroups more efficiently. EE: true Changelog: added
-
- 3月 12, 2025
-
-
由 Madelein van Niekerk 创作于
ActiveContext preprocessor for preload See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183374 Merged-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Approved-by:
Arturo Herrero <arturo.herrero@gmail.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Reviewed-by:
Dmitry Gruzd <dgruzd@gitlab.com>
-
由 Madelein van Niekerk 创作于
Changelog: added
-
由 Mehmet Emin INAC 创作于
Fix preloading of data during export enqueue for project level vulnerability exports See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184195 Merged-by:
Mehmet Emin INAC <minac@gitlab.com> Approved-by:
Mehmet Emin INAC <minac@gitlab.com> Co-authored-by:
Gregory <11164960-ghavenga@users.noreply.gitlab.com>
-
由 Gregory Havenga 创作于
Without this change, the `with_findings_scanner_identifiers_and_notes` scope eager loads all the supporting models for the serialisation when we are enqueing the export and will not use this data. This also occurs before the inner `enumerator` is used, meaning the batch size is too large to actually carry out. Changelog: fixed EE: true
-
由 Michael Becker 创作于
Add `disabled_filters` to vulnerability graphql responses See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180973 Merged-by:
Michael Becker <mbecker@gitlab.com> Approved-by:
Subashis Chakraborty <schakraborty@gitlab.com> Reviewed-by:
Bala Kumar <sbalakumar@gitlab.com> Reviewed-by:
Michael Becker <mbecker@gitlab.com>
-
由 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.
-
由 Ashraf Khamis 创作于
Add milestone numbers to CTRT image names See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184332 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
由 Lukas Eipert 创作于
Sync translations from crowdin (2025-03-12) See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184036 Merged-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Martin Wortschack <mwortschack@gitlab.com> Co-authored-by:
GitLab Crowdin Bot <opysaryuk+crowdinbot@gitlab.com>
-
由 Gavin Hinfey 创作于
Release squash commits options for branch rules See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184177 Merged-by:
Gavin Hinfey <ghinfey@gitlab.com> Approved-by:
Gavin Hinfey <ghinfey@gitlab.com> Approved-by:
Brendan Lynch <blynch@gitlab.com> Reviewed-by:
Brendan Lynch <blynch@gitlab.com> Co-authored-by:
j.seto <jseto@gitlab.com>
-
由 Jerry Seto 创作于
This feature will be released with the feature flag branch_rule_squash_settings enabled by default. Changelog: changed
-
由 Kerri Miller 创作于
test: Add missing feature categories in tests See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/176700 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Reviewed-by:
Gerardo Navarro <gerardo@b310.de> Co-authored-by:
Gerardo Navarro <gerardo@b310.de>
-
由 Nao Hashizume 创作于
Add a way to test Redis migrations See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182450 Merged-by:
Nao Hashizume <nhashizume@gitlab.com> Approved-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Approved-by:
Nao Hashizume <nhashizume@gitlab.com> Reviewed-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Reviewed-by:
Nao Hashizume <nhashizume@gitlab.com> Co-authored-by:
michold <mwielich@gitlab.com>
-
由 Michał Wielich 创作于
Add migrated event shared examples
-
由 Vasilii Iakliushin 创作于
Update path lock endpoints See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184068 Merged-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Approved-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Co-authored-by:
Joe Woodward <j@joewoodward.me>
-
由 Drew Blessing 创作于
Fix sorting issue credential inventory See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183076 Merged-by:
Drew Blessing <drew@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com> Co-authored-by:
Eduardo Sanz García <esanz-garcia@gitlab.com>
-
由 Brendan Lynch 创作于
Document GitLab image registry and CI/CD job token based authentication See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183865 Merged-by:
Brendan Lynch <blynch@gitlab.com> Approved-by:
Tomasz Maczukin <tomasz@maczukin.pl> Reviewed-by:
Tomasz Maczukin <tomasz@maczukin.pl> Reviewed-by:
Brendan Lynch <blynch@gitlab.com> Co-authored-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com>
-
由 Roshni Sarangadharan 创作于
-
由 Amy Qualls 创作于
Fix the names of these images to include the milestone they were added to the docs in.
-
由 Isaac Durham 创作于
Add sort attribute to access tokens APIs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183224 Merged-by:
Isaac Durham <idurham@gitlab.com> Approved-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Eduardo Sanz García <esanz-garcia@gitlab.com>
-
由 Isaac Durham 创作于
-
由 Ethan Urie 创作于
Add telemetry to token revocation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183593 Merged-by:
Ethan Urie <eurie@gitlab.com> Approved-by:
Andrew Jung <ajung@gitlab.com> Approved-by:
Allen Cook <acook@gitlab.com> Approved-by:
Andrew Evans <aevans@gitlab.com> Approved-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
由 Ethan Urie 创作于
-
由 Zachary Painter 创作于
Add allow_failure as a tip to create non-blocking pipeline See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184306 Merged-by:
Zachary Painter <zpainter@gitlab.com> Approved-by:
Zachary Painter <zpainter@gitlab.com> Reviewed-by:
Zachary Painter <zpainter@gitlab.com> Co-authored-by:
Kate Grechishkina <khrechyshkina@gitlab.com>
-
由 Kate Grechishkina 创作于
-
由 Jacques Erasmus 创作于
Sort the terraform reports in the MR widget by "changes required" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183300 Merged-by:
Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Will Leidheiser <wleidheiser@gitlab.com> Approved-by:
Jacques Erasmus <jerasmus@gitlab.com> Reviewed-by:
Anna Vovchenko <avovchenko@gitlab.com> Co-authored-by:
Ben Anderson <ben@delivereasy.co.nz>
-
由 Phillip Wells 创作于
Add scope topic to Triage docs page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184266 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-
由 Phillip Wells 创作于
Add scope topic to Analyze docs page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184263 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-
由 Madelein van Niekerk 创作于
Zoekt: Fix undefined feature flag handling in gitlab:zoekt:info See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184315 Merged-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com>
-
由 Kos Palchyk 创作于
Remove Vue unused properties See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184025 Merged-by:
Kos Palchyk <kpalchyk@gitlab.com> Approved-by:
Chen Charnolevsky <ccharnolevsky@gitlab.com> Approved-by:
Kos Palchyk <kpalchyk@gitlab.com> Reviewed-by:
Kos Palchyk <kpalchyk@gitlab.com> Reviewed-by:
Chen Charnolevsky <ccharnolevsky@gitlab.com> Co-authored-by:
Coung Ngo <cngo@gitlab.com>
-
由 Gerardo Navarro 创作于
Changelog: other EE: true
-
由 Savas Vedova 创作于
Vulnerability finding: Update design of form See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183668 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Approved-by:
Becka Lippert <rlippert@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Reviewed-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
由 Sascha Eggenberger 创作于
Updates form to use shared components like PageHeading, SettingsSection and Crud. Changelog: changed
-
由 Suraj Tripathi 创作于
Added code to auto approve pending promotions via ldap See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182423 Merged-by:
Suraj Tripathi <stripathi@gitlab.com> Approved-by:
Vijay Hawoldar <vhawoldar@gitlab.com> Approved-by:
Smriti Garg <sgarg@gitlab.com> Reviewed-by:
Vijay Hawoldar <vhawoldar@gitlab.com>
-
由 Suraj Tripathi 创作于
EE: true Changelog: added
-
由 Phillip Wells 创作于
Remove incorrect statement re: vulnerability report See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184257 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-
由 Joe Woodward 创作于
Move Seat Control > Restricted Access to paid tiers only See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183983 Merged-by:
Joe Woodward <jwoodward@gitlab.com> Approved-by:
Shreyas Agarwal <sagarwal@gitlab.com> Approved-by:
Joe Woodward <jwoodward@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Reviewed-by:
Shreyas Agarwal <sagarwal@gitlab.com> Reviewed-by:
Angelo Gulina <agulina@gitlab.com> Reviewed-by:
Joe Woodward <jwoodward@gitlab.com> Co-authored-by:
Angelo Gulina <agulina@gitlab.com>
-
由 Angelo Gulina 创作于
Changelog: changed EE: true
-
由 Coung Ngo 创作于
Fix read more button styling in dark mode drawer See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184262 Merged-by:
Coung Ngo <cngo@gitlab.com> Approved-by:
Coung Ngo <cngo@gitlab.com> Co-authored-by:
Nick Leonard <nleonard@gitlab.com>
-
由 Nick Leonard 创作于
Uses token values for background to better support dark mode in all contexts. Changelog: fixed
-