该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 27, 2024
-
-
由 Anna Vovchenko 创作于
Collapse sidebar on ESC key if in overlay mode and focus when opened See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147001 Merged-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Jeremy Elder <jelder@gitlab.com> Approved-by:
Minahil Nichols <minahilnichols@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Reviewed-by:
Anna Vovchenko <avovchenko@gitlab.com> Co-authored-by:
Thomas Hutterer <thutterer@gitlab.com>
-
由 Thomas Hutterer 创作于
Changelog: changed
-
由 Russell Dickenson 创作于
Mention support for android and ios binary files See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147902 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Christopher Mutua <cmutua@gitlab.com>
-
由 Christopher Mutua 创作于
-
由 Russell Dickenson 创作于
Adding link for the basic tutorial in the list of short links See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147899 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
olivier némoz saint-dizier <onemoz@gitlab.com>
-
由 Lukas 'ai-pi' Eipert 创作于
Converts dynamically built CSS utilities to static ones See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147928 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
由 Paul Gascou-Vaillancourt 创作于
The `tracing-spans-chart` component relied on dyncamically built CSS utility classes, which wouldn't play well with Tailwind's parser. This converts those to static classes that Tailwind can read in full.
-
由 Alejandro Rodríguez 创作于
Reformat AI feature docs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147611 Merged-by:
Alejandro Rodríguez <alejandro@gitlab.com> Approved-by:
Alejandro Rodríguez <alejandro@gitlab.com> Reviewed-by:
Gosia Ksionek <mksionek@gitlab.com> Co-authored-by:
Michelle Gill <mgill@gitlab.com> Co-authored-by:
Gosia Ksionek <mksionek@gitlab.com>
-
由 Michelle Gill 创作于
-
由 Max Fan 创作于
Fix commit status API incorrectly overwriting MR head pipeline See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147212 Merged-by:
Max Fan <mfan@gitlab.com> Approved-by:
Max Fan <mfan@gitlab.com> Reviewed-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Reviewed-by:
Max Fan <mfan@gitlab.com> Co-authored-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com>
-
由 Hordur Freyr Yngvason 创作于
The commit status API would sometimes incorrectly overwrite the merge request head pipeline with a branch pipeline when a merge request pipeline also existed for the same commit. This was due to a duplicate and incorrect implementation of the required logic. The solution is to instead fire a `Ci::PipelineCreatedEvent` _if_ an `external` pipeline is created, as this is the canonical way to trigger the `head_pipeline_id` update. There is no need to update the `head_pipeline_id` for pre-existing pipelines, as these would already have fired the required events. See https://gitlab.com/gitlab-org/gitlab/-/issues/450176 Changelog: fixed
-
由 Anna Vovchenko 创作于
Handle missing pipeline user name in terraform registry UI See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147865 Merged-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Alex Pennells <apennells@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Co-authored-by:
Rahul Chanila <rchanila@gitlab.com>
-
由 Alexander Turinske 创作于
Remove feature toggle for policy scope See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145997 Merged-by:
Alexander Turinske <aturinske@gitlab.com> Approved-by:
Ross Byrne <robyrne@gitlab.com> Approved-by:
Alexander Turinske <aturinske@gitlab.com> Co-authored-by:
Artur Fedorov <afedorov@gitlab.com>
-
由 Allison Browne 创作于
Remove calls to registry migration workers and update to no-op See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147228 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Reviewed-by:
David Fernandez <dfernandez@gitlab.com> Reviewed-by:
Allison Browne <abrowne@gitlab.com> Reviewed-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
Adie Po <avpfestin@gitlab.com>
-
由 Adie (she/her) 创作于
Removing calls to the migration's workers: EnqueuerWorker, GuardWorker, ObserverWorker and updating their implemention to no-op. Also updating tests and documentation that refers to them. This is the first step into eventually removing them. Changelog: changed
-
由 Artur Fedorov 创作于
Merge branch '451446-pipeline-security-report-unable-to-create-a-jira-issue-for-a-finding-with-an-existing-gitlab' into 'master' Pipeline Sec: Fix Jira issue creation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147647 Merged-by:
Artur Fedorov <afedorov@gitlab.com> Approved-by:
Artur Fedorov <afedorov@gitlab.com> Reviewed-by:
David Pisek <dpisek@gitlab.com> Reviewed-by:
Artur Fedorov <afedorov@gitlab.com> Co-authored-by:
Dave Pisek <dpisek@gitlab.com>
-
由 David Pisek 创作于
This change fixes an issue in which a finding, which has an existing GitLab issue attached, would not be allowed to have a Jira issue created. Changelog: fixed EE: true
-
由 Gabriel Mazetto 创作于
Add verbose docs to dev ClickHouse setup See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146218 Merged-by:
Gabriel Mazetto <gabriel@gitlab.com> Approved-by:
Gabriel Mazetto <gabriel@gitlab.com> Reviewed-by:
Gabriel Mazetto <gabriel@gitlab.com> Reviewed-by:
Pavel Shutsin <pshutsin@gitlab.com> Co-authored-by:
Pavel Shutsin <pshutsin@gitlab.com>
-
由 Pavel Shutsin 创作于
-
由 Allison Browne 创作于
Use DestroyService in pipeline trigger token endpoints See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/136163 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Co-authored-by:
Missy Davies <ms.melissadavies@gmail.com>
-
由 Missy Davies 创作于
Changelog: other
-
由 Russell Dickenson 创作于
Merge branch 'philipcunningham-document-experimental-gradle-parser-feature-flag-437275' into 'master' Document Experimental Gradle parser for Dependency Scanning See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147778 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Adam Cohen <acohen@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Adam Cohen <acohen@gitlab.com> Co-authored-by:
Philip Cunningham <pcunningham@gitlab.com>
-
由 Philip Cunningham 创作于
-
由 Omar Qunsul 创作于
Add sharding_keys to internal_ids See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147705 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Radamanthus Batnag <rbatnag@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Halil Coban <hcoban@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Reviewed-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
Prabakaran Murugesan <pmurugesan@gitlab.com>
-
由 Andrew Fontaine 创作于
Unify the more actions kebab menu tooltip behavior See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147540 Merged-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Reviewed-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
由 Sascha Eggenberger 创作于
Shows the tooltip on :hover & :focus (tab) but hides it once the menu is open. Changelog: changed
-
由 Phillip Wells 创作于
Docs: Note that pg_shadow_loookup needs to be created See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147493 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Ulises Fierro <ufierro@gitlab.com>
-
由 Ulises Fierro 创作于
Clarify that the function needs to be created when moving from non-pgbouncer instances
-
由 Jerry Seto 创作于
WorkItems: Update Rolledup dates when a child milestone is updated See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146988 Merged-by:
Jerry Seto <jseto@gitlab.com> Approved-by:
Nicolas Dular <ndular@gitlab.com> Approved-by:
Jerry Seto <jseto@gitlab.com> Reviewed-by:
Nicolas Dular <ndular@gitlab.com> Co-authored-by:
Kassio Borges <kassioborgesm@gmail.com>
-
由 Adam Hegyi 创作于
Add search functionality to sub group autocomplete See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147578 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Andrei Zubov <azubov@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Anna Vovchenko <avovchenko@gitlab.com> Reviewed-by:
Andrei Zubov <azubov@gitlab.com> Co-authored-by:
Andrew Fontaine <afontaine@gitlab.com>
-
由 Andrew Fontaine 创作于
Before this, the group access dropdown had a search input that was not configured to filter results. Here we fetch new results on query change, passing that query value down to the GroupsFinder, where the search functionality already exists. Changelog: fixed EE: true
-
由 Phillip Wells 创作于
Add description metadata for six Create files See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147946 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
由 Jon Glassman 创作于
Adding troubleshooting info for duo See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147676 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Armin Hergenhan <ahergenhan@gitlab.com>
-
由 Armin Hergenhan 创作于
-
由 Dmitry Gruzd 创作于
Add json.meta.search metrics to /search/count requests See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147796 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
Siddharth Dungarwal <sdungarwal@gitlab.com> Co-authored-by:
rkumar555 <rkumar@gitlab.com>
-
由 Ravi Kumar 创作于
Added the payload in the ELastic Kibana for the search/count endpoint. This data can be used for analyzing the count endpoint. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147796 Changelog: other
-
由 Amy Qualls 创作于
Five more docs files, now with description in the metadata. Hooray for looking better in Slack and social media!
-
由 Himanshu Kapoor 创作于
Update dependency @gitlab/svgs to v3.93.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147815 Merged-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Himanshu Kapoor <info@fleon.org> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Miguel Rincon 创作于
Merge branch '450709-solve-issuable-sidebar-fields-spacing-variety-between-labels-and-content' into 'master' Fix apparent spacing of issuable sidebar content See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147294 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Marina Mosti <mmosti@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Reviewed-by:
Chad Lavimoniere <clavimoniere@gitlab.com> Reviewed-by:
Marina Mosti <mmosti@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-