This project is mirrored from https://jihulab.com/gitlab-cn/gitlab.git.
Pull mirroring updated .
- Feb 06, 2023
-
-
lxwan authored
-
JH_SYNC_TOKEN authored
-
- Feb 05, 2023
-
-
Russell Dickenson authored
Restore correct wording in reference to external product See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111060 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
David Nelson <dnelson@gitlab.com>
-
Ezekiel Kigbo authored
Fix failing merge request spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111127 Merged-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Approved-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Russell Dickenson authored
Small updates to REST API docs styleguide See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111092 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Jessie Young <jessieyoung@gitlab.com>
-
Jessie Young authored
* Linter was failing with previously recommended status code path. * There was no mention of adding new pages to Global Navigation. * Learned via putting together https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111087
-
Russell Dickenson authored
Fix broken external links See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110973 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Claromes <claromes@hey.com>
-
claromes authored
-
JH_SYNC_TOKEN authored
-
JH_SYNC_TOKEN authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109478 introduced this new test, but the @gitlab/ui update in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110437 may have changed the dropdown selectors. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/390448
-
Hordur Freyr Yngvason authored
Add new `Terraform-Module.gitlab-ci.yml` CI/CD template See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110493 Merged-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Approved-by:
Abdul Wadood <awadood@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Clayton Cornell <ccornell@gitlab.com> Approved-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Approved-by:
Michał Wielich <mwielich@gitlab.com> Reviewed-by:
Tiger Watson <twatson@gitlab.com> Reviewed-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Reviewed-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Timo Furrer <tfurrer@gitlab.com> Co-authored-by:
Tiger <twatson@gitlab.com>
-
Timo Furrer authored
This change set introduces a new CI/CD template named `Terraform-Module.gitlab-ci.yml` which can be used to easily deploy a Terraform Module to the GitLab Terraform Registry. Prior to this change the documentation contained a pipeline snippet which could be used to achieve the same. This is a little cumbersome for users though and it would be nice if that snippet would just exist as a template - that's what this MR does ;) The template comes as a *pipeline* and *job* template which makes it easy to adapt to more complex use-cases like deploying multiple Terraform Modules from the same pipeline. This change set also contains the relevant new template metrics and specs for the new templates. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110493
-
- Feb 04, 2023
-
-
Zack Cuddy authored
Moves IncubationAlert to its shared components See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110544 Merged-by:
Zack Cuddy <zcuddy@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Zack Cuddy <zcuddy@gitlab.com> Reviewed-by:
Zack Cuddy <zcuddy@gitlab.com> Reviewed-by:
Eduardo Bonet <ebonet@gitlab.com> Co-authored-by:
Eduardo Bonet <ebonet@gitlab.com>
-
Eduardo Bonet authored
More Incubation projects are starting to use the alert, thus we are moving it outside of the ml experiment tracking scope.
-
- Feb 03, 2023
-
-
Suzanne Selhorn authored
Revise titles and capitalization of Git topics See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111085 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Phillip Wells authored
Cross-link out from MRs-across-forks page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111090 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Amy Qualls authored
Cross-link to the forking page from the first sentence, to help users find what they need to make a fork. At the end of the first section, also cross-link out to the page that explains how to change the visibility on a project.
-
Clayton Cornell authored
Clarify what we mean by 'color' in markdown See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110944 Merged-by:
Clayton Cornell <ccornell@gitlab.com> Approved-by:
Clayton Cornell <ccornell@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Anna Vovchenko authored
Filter out duplicated downstreams in pipeline graph See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110670 Merged-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Mireya Andres <mandres@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Reviewed-by:
Frédéric Caplette <fcaplette@gitlab.com> Reviewed-by:
Mireya Andres <mandres@gitlab.com> Reviewed-by:
Anna Vovchenko <avovchenko@gitlab.com> Co-authored-by:
Frédéric Caplette <fcaplette@gitlab.com>
-
Frédéric Caplette authored
When the FF ci_recreate_downstream_pipeline is enabled, we need to filter out downstream pipelines which source job has been retried. This is to avoid seeing multiple downstreams related to a single trigger job as these pipelines are no longer the "latest". When the FF is off, it should not filter anything out and the behaviour should stay the same. Changelog: fixed
-
Brian Williams authored
Prevent from creating invalid scan_finding Approval Rules See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109722 Merged-by:
Brian Williams <bwilliams@gitlab.com> Approved-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Brian Williams <bwilliams@gitlab.com> Reviewed-by:
Brian Williams <bwilliams@gitlab.com> Co-authored-by:
Alan (Maciej) Paruszewski <mparuszewski@gitlab.com>
-
Alan (Maciej) Paruszewski authored
Changelog: fixed EE: true
-
Ethan Urie authored
Merge branch '384244-group-transfer-confirm-button-not-working-due-to-group-name-not-matching-requested-text' into 'master' Change transfer group confirmation to use full path instead of name See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110554 Merged-by:
Ethan Urie <eurie@gitlab.com> Approved-by:
Harsha Muralidhar <hmuralidhar@gitlab.com> Approved-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by:
Sean Gregory <sgregory@gitlab.com> Approved-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Approved-by:
Robert Hunt <rhunt@gitlab.com> Approved-by:
Ethan Urie <eurie@gitlab.com> Reviewed-by:
Sean Gregory <sgregory@gitlab.com> Reviewed-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Co-authored-by:
Peter Hegman <phegman@gitlab.com>
-
Amy Qualls authored
Bring titles more in line with what's displayed in the left nav.
-
Jennifer Li authored
Quarantine issue_spec.js See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111076 Merged-by:
Jennifer Li <jli@gitlab.com> Approved-by:
Jennifer Li <jli@gitlab.com> Co-authored-by:
Nao Hashizume <nhashizume@gitlab.com>
-
Clayton Cornell authored
Breadcrumb text changed to Packages and registries settings See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110484 Merged-by:
Clayton Cornell <ccornell@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Approved-by:
Eduardo Bonet <ebonet@gitlab.com> Approved-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Clayton Cornell <ccornell@gitlab.com> Co-authored-by:
sagar-ghub <sagarmohanty5589@gmail.com>
-
sagar-ghub authored
Changelog: changed
-
Gary Holtz authored
Adds API endpoint for getting a single draft note See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110831 Merged-by:
Gary Holtz <gholtz@gitlab.com> Approved-by:
Aakriti Gupta <agupta@gitlab.com> Approved-by:
Gary Holtz <gholtz@gitlab.com> Reviewed-by:
Aakriti Gupta <agupta@gitlab.com> Co-authored-by:
Kerri Miller <kerrizor@kerrizor.com>
-
Kerri Miller authored
Changelog: added
-
Gary Holtz authored
Fix offenses for Performance/RedundantEqualityComparisonBlock See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110800 Merged-by:
Gary Holtz <gholtz@gitlab.com> Approved-by:
Mario Celi <mcelicalderon@gitlab.com> Approved-by:
Gary Holtz <gholtz@gitlab.com> Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
Diogo Frazão authored
Merge branch '325790-handle-db-extension-plpgsql-the-same-way-same-btree_gist-is-managed-1' into 'master' Ensures plpgsql extension is installed See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108355 Merged-by:
Diogo Frazão <dfrazao@gitlab.com> Approved-by:
Max Woolf <mwoolf@gitlab.com> Approved-by:
Krasimir Angelov <kangelov@gitlab.com> Approved-by:
Diogo Frazão <dfrazao@gitlab.com> Reviewed-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Leonardo da Rosa <ldarosa@gitlab.com>
-
Doug Stull authored
Allow adding a project to the inbound scope via Mutation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/99166 Merged-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Tianwen Chen <tchen@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Reviewed-by:
Catherine Pope <cpope@gitlab.com> Co-authored-by:
Allison Browne <abrowne@gitlab.com>
-
Allison Browne authored
Add a grqphql mutation and service to add a project to the inbound job token scope.
-
release-tools approver bot authored
Update Gitaly version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111062 Merged-by:
release-tools approver bot <project278964_bot6@example.com> Approved-by:
release-tools approver bot <project278964_bot6@example.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
Nao Hashizume authored
-
Achilleas Pipinellis authored
Add a GitLab Dedicated Configuration Guide to the Documentation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109702 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Fabian Zimmer <fzimmer@gitlab.com> Approved-by:
Craig Miskell <cmiskell@gitlab.com> Reviewed-by:
Marin Jankovski <marin@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Andrew Newdigate <andrew@gitlab.com> Reviewed-by:
Craig Miskell <cmiskell@gitlab.com> Reviewed-by:
Oriol Lluch <olluch@gitlab.com> Co-authored-by:
Andrew Thomas <athomas@gitlab.com> Co-authored-by:
Andrew Newdigate <andrew@gitlab.com>
-
Andrew Thomas authored
Add outline and initial content Delete .gitkeep First cut at populating private link details Use relative links refer to specific file when linking Fix lint errors Fix indentation of sub-bullets Clean up Private Link and Reverse Private Link sections Clarify that private dns name is still required even when enabling PHZ option First cut at logging and saml sections Add group sync and saml group content Add metadata url Use relative links Format bullets inside lists use .md instead of html in links fix lint error Update broken anchor
-
John Mason authored
Update feature categories for 2023-02-03 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111042 Merged-by:
John Mason <9717668-john-mason@users.noreply.gitlab.com> Approved-by:
John Mason <9717668-john-mason@users.noreply.gitlab.com> Co-authored-by:
Sean McGivern <sean@gitlab.com>
-
Achilleas Pipinellis authored
Fix broken link See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111069 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Michael Kozono <mkozono@gitlab.com>
-