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
path: root/doc/ci
AgeCommit message (Collapse)Author
2019-07-09Centralize config for markdownlintMarkus Koller
The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
2019-07-08Refactor the Visual Reviews docsAchilleas Pipinellis
Reorganize and better explain what Visual Reviews are
2019-07-08Add lint rule that headings must increment one level at a timeEvan Read
Also fixes instances in Markdown that broke the rule.
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-08Description of the optimized path wildcardBlack-Hole
2019-07-08Update redirected links in CE part 1Marcel Amirault
First MR in a series updating all redirected links in CE documentation to the destination URLs
2019-07-05Change absolute links to relativeMarcel Amirault
Change assorted absolute links to ce and ee docs to relative links
2019-07-04Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG Alexander Tanayno
2019-07-04Merge branch 'docs-environment-stop-git-strategy' into 'master'Evan Read
Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none` See merge request gitlab-org/gitlab-ce!30283
2019-07-04Update docs environment:action:stop GIT_STRATEGYMark Lapierre
Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted.
2019-07-03Move images to their own dirsMarcia Ramos
- Move images to each corresponding img/ folder
2019-07-03Fix markdown to reduce number of kramdown warningsMarcel Amirault
Add backticks around square brackets, or fix links, as necessary.
2019-07-02Expand docs on configuring jobs with private registry accessRoss Vandegrift
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
2019-07-01Clarify requirements for pipelines for MRsEvan Read
2019-06-26Merge branch ↵Marcia Ramos
'61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docs' into 'master' Add missing tier badge for the pipelines quota Closes #61687 See merge request gitlab-org/gitlab-ce!30046
2019-06-26Add tier badge for additional pipelines quota purchaseAchilleas Pipinellis
2019-06-25Add note about Docker socket mountingSteve Azzopardi
When using `docker:dind` service and the Runner has the socket mounted as well it will lead to the following error: ``` Failed to load listeners: can't create unix socket /var/run/docker.sock: device or resource busy ``` reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-25Updated explanation of CI_COMMIT_BEFORE_SHA variableBlair Lunceford
2019-06-24Refactor and add version text to variable syntaxEvan Read
2019-06-24Docs: link to predefined env variables reference more evidentMarcia Ramos
2019-06-21Merge branch 'patch-28' into 'master'Evan Read
using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791
2019-06-19Demote new sectionEvan Read
2019-06-19Adds docs for job collapsible sectionsFilipa Lacerda
2019-06-18Https many links in docsEvan Read
2019-06-18using_docker_images.md: fix config.json pathPer Lundberg
2019-06-18Add note about nested variables for GIT_CLONE_PATHSteve Azzopardi
The variable $GIT_CLONE_PATH does not support nested variables, it will only expand the variables once, not more. reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4319
2019-06-18Merge branch 'merge-train-docs-change' into 'master'Mike Lewis
Updated docs for Merge Trains See merge request gitlab-org/gitlab-ce!29771
2019-06-18Updated docs with suggested changesDarby Frey
2019-06-17Merge branch 'review-toolbar-docs' into 'master'Mike Lewis
Visual Review Toolbar Docs See merge request gitlab-org/gitlab-ce!29641
2019-06-17Updated docs for Merge TrainsDarby Frey
2019-06-17Fix that typosarahghp
2019-06-17Add link, badgesarahghp
2019-06-17Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo
2019-06-17Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo
2019-06-17Docs for Merge TrainsShinya Maeda
It explains what is Merge Trains, how to enalbe it and its limitations.
2019-06-17Edit after script context textEvan Read
2019-06-14Remove modal for realsarahghp
2019-06-14Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo
2019-06-14Apply suggestion to doc/ci/review_apps/index.mdSarah Groff Hennigh-Palermo
2019-06-14Update text and imagesarahghp
2019-06-14Apply suggestions from reviewSarah Groff Hennigh-Palermo
2019-06-14Update feature namesarahghp
2019-06-14Apply suggestions from reviewSarah Groff Hennigh-Palermo
2019-06-14Add more pixsarahghp
2019-06-14Fix broken linksarahghp
2019-06-14First pass, needs more pixsarahghp
2019-06-13Add quotes to redirect valueEvan Read
2019-06-13Merge branch 'docs-its-relative-7' into 'master'Evan Read
Docs: Convert absolute links to relative in /ci docs See merge request gitlab-org/gitlab-ce!29029
2019-06-13Merge branch 'docs/make-it-clear-about-after-script-context' into 'master'Evan Read
Leave clear notices in docs about after_script execution context Closes gitlab-runner#4146 See merge request gitlab-org/gitlab-ce!29510