Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-23Update documentation screenshotSamantha Ming
2019-08-22Rename License Management to License ComplianceAchilleas Pipinellis
As part of https://gitlab.com/gitlab-org/gitlab-ee/issues/8910, all occurrences of License Management are replace with License Compliance.
2019-08-21Improve details about when rebase button is offeredBen Bodenmiller
2019-08-20Add documentation for incrementally expand mr diffsSamantha Ming
2019-08-19Improve docs for cross-project MR dependenciesNick Thomas
Addressing a documentation review by Marcia!
2019-08-16Merge branch 'patch-31' into 'master'Nick Thomas
Removed duplicate Live preview entry for MR docs See merge request gitlab-org/gitlab-ce!31763
2019-08-15Documentation: tell when push options were introducedChristian Couder
2019-08-14Documentation: fix push options capabilitiesChristian Couder
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31068 forgot to add a short description of the new push options that it added.
2019-08-13Removed duplicate Live preview entry for MR docsPhilipp Hasper
2019-08-13Remove info about approvals_required restrictionPatrick Bajao
2019-08-12Fix markdown spacing in various docsMarcel Amirault
Align images and lists in assorted markdown docs
2019-08-12Merge branch 'docs/disqus-identifier' into 'master'Evan Read
Replace redirect_from with disqus_identifier in docs See merge request gitlab-org/gitlab-ce!31595
2019-08-12Add more rules to markdown lint checkMarcel Amirault
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered list prefix), MD030 (spaces after list markers), and fixes remaining docs that were failing these tests
2019-08-08Rename blocking MRs to cross-project MR dependenciesNick Thomas
We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
2019-08-08Replace redirect_from with disqus_identifier in docsAchilleas Pipinellis
Let's use disqus_identifier since this is a more descriptive name. We will need redirect_from for another purpose anyway (Nanoc redirects).
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-02Add documentation for Security Approvals for MRsLucas Charles
Documents how to enable security approvals
2019-07-25Merge branch 'label-descr-push-opts' into 'master'Lin Jen-Shin
Support title and desc on merge w/ push option See merge request gitlab-org/gitlab-ce!31068
2019-07-24Improve code quality documentationEvan Read
2019-07-24Support title and desc on merge w/ push optionChristian Couder
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `title` and `description` set using git push options. To create a new merge request and set its title and description: git push -u origin -o merge_request.create \ -o merge_request.title="My title" \ -o merge_request.description="My description" To update an existing merge request and set its title and description: git push -u origin -o merge_request.title="My title" \ -o merge_request.description="My description" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
2019-07-23Merge branch 'rm-src-branch' into 'master'Grzegorz Bizon
Support remove source branch on merge w/ push options See merge request gitlab-org/gitlab-ce!30728
2019-07-22Add documentation for blocking MRsNick Thomas
This feature needs to be documented, so here is the documentation
2019-07-19Link Metrics Reports from merge request docsJames Ramsay
2019-07-18Doc: resolving confidential issues in private forkPatrick Bajao
Add a section in Confidential Issues documentation with information about the "Create confidential merge request" button/dropdown and how it can help in resolving confidential issues.
2019-07-17Support rm src branch on merge w/ push optionChristian Couder
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `remove_source_branch` set using git push options. To create a new merge request and set it to remove the source branch when it is merged: git push -u origin -o merge_request.create \ -o merge_request.remove_source_branch To update an existing merge request and set it to remove the source branch when it is merged: git push -u origin -o merge_request.remove_source_branch Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
2019-07-15Rename "discussions" to "threads" in docsMichel Engelen
2019-07-10Update push option note in merge_requests/index.mdChristian Couder
2019-07-09Update redirected links to final destinationsMarcel Amirault
This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-04Fix notes and update links to issues docMarcel Amirault
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
2019-07-03Fix markdown to reduce number of kramdown warningsMarcel Amirault
Add backticks around square brackets, or fix links, as necessary.
2019-07-03Update doc/user/project/merge_requests/squash_and_merge.mdJohn Woods
2019-06-25Require pipeline if "Pipeline must succeed" is setFabio Pitino
When a user sets only_allow_merge_if_pipeline_succeeds, also named as "Pipeline must succeed" project setting, we require the pipeline to be present. This solves race condition issues especially with external CI providers when a build is triggered externally but no pipelines are created in GitLab yet. Document that a head pipeline is expected when using "Pipeline must succeed" setting. Also explain limitations with the use of only/except where there may not be any jobs created and the merge request will not be allowed to be merged.
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-10Single source of truth for merge requestsAchilleas Pipinellis
- Edit pages under user/project/merge_requests and add the relevant types in the frontmatter. - Clean up descriptions. Based on https://gitlab.com/groups/gitlab-org/-/epics/1280
2019-06-06Fix some typosWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-06Merge branch 'patch-18' into 'master'Achilleas Pipinellis
doc: add git mr command promotion See merge request gitlab-org/gitlab-ce!28860
2019-06-04Update code_quality.md to fix grammatical errors.PatOnTheBack
2019-06-04Update doc on approvalMark Chao
2019-05-31Docs: Finish changing links to relative in user/project (part 2)Marcel Amirault
2019-05-29doc: add git mr command promotionElan Ruusamäe
2019-05-21Merge branch 'bw-fix-merge-request-docs' into 'master'Douwe Maan
"Checkout locally by adding a git alias" needs small change See merge request gitlab-org/gitlab-ce!28330
2019-05-20Link to JUnit test reports from the MR index pageAchilleas Pipinellis
2019-05-17Update merge_request_approvals.md - fix typosLucas Charles
2019-05-17Docs: Delete orphaned images in `merge_requests/img`Marcel Amirault
2019-05-17Fix docs intro version for force auth for approversAchilleas Pipinellis
This feature was introduced in 12.0, not in 11.11.
2019-05-15Example should better reflect our default 'origin'Brett Walker
2019-05-05Docs: Merge EE doc/user/project/merge_requests to CEMarcel Amirault
2019-05-01Backport docs update for multiple assignees for MRsOswaldo Ferreira
This backports API and quick action docs.
2019-04-09Support merge on pipeline success w/ push optionsLuke Duncalfe
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `merge_when_pipeline_succeeds` set using git push options. To create a new merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.create \ -o merge_request.merge_when_pipeline_succeeds To update an existing merge request and set it to merge when the pipeline succeeds: git push -u origin -o merge_request.merge_when_pipeline_succeeds Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/53198