该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 13, 2025
-
-
由 David Fernandez 创作于
Users can now set Docker Hub credentials (username/password, PAT or OAT) in the dependency proxy for containers. When pulling images that are not known by the dependency proxy, they will be pulled from Docker Hub using the provided credentials. Update the dependency proxy documentation. Changelog: changed
-
由 Lysanne Pinto 创作于
Add troubleshooting steps to the container registry documentation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183808 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Reviewed-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Bruno Freitas <bfreitas@gitlab.com>
-
由 Bruno Freitas 创作于
-
由 Amy Qualls 创作于
Create Duo Tutorial: Python Shop App See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179076 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Torsten Linz <tlinz@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Jonathan Glassman <jglassman@gitlab.com>
-
由 Jon Glassman 创作于
-
由 Prabakaran Murugesan 创作于
Register web_hook_logs for partitioning in initializer See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184043 Merged-by:
Prabakaran Murugesan <pmurugesan@gitlab.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Prabakaran Murugesan <pmurugesan@gitlab.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Co-authored-by:
Simon Tomlinson <stomlinson@gitlab.com>
-
由 Brian Williams 创作于
Remove group_dependency_list_csv_export feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184206 Merged-by:
Brian Williams <bwilliams@gitlab.com> Approved-by:
Michael Becker <mbecker@gitlab.com> Approved-by:
David Pisek <dpisek@gitlab.com> Reviewed-by:
David Pisek <dpisek@gitlab.com>
-
由 Isaac Durham 创作于
Image fixes: specify exact milestone, or remove See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184343 Merged-by:
Isaac Durham <idurham@gitlab.com> Approved-by:
Isaac Durham <idurham@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
由 Avielle Wolfe 创作于
Use vscode_extension_marketplace settings in Web IDE See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184067 Merged-by:
Avielle Wolfe <awolfe@gitlab.com> Approved-by:
Safwan Ahmed <safahmed@gitlab.com> Approved-by:
Avielle Wolfe <awolfe@gitlab.com> Reviewed-by:
Safwan Ahmed <safahmed@gitlab.com> Co-authored-by:
Paul Slaughter <pslaughter@gitlab.com>
-
由 Paul Slaughter 创作于
- Based on `vscode_extension_marketplace_settings` feature flag. - Add extension_marketplace_generator to Web IDE settings that optionally reads from application settings or returns the current Open VSX default. - Updates marketplace_home_url to be based on the value from this setting.
-
- 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>
-
由 Amy Qualls 创作于
Rename images to be more specific in their milestone in the name. In one case, remove an antique image that doesn't bring a lot of value.
-
由 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>
-