Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'add-default-docs' into 'master' | Evan Read | 2019-07-16 | 2 | -21/+75 |
|\ | | | | | | | | | | | | | Add usage of `default:` Closes #63351 See merge request gitlab-org/gitlab-ce!30677 | ||||
| * | Add usage of `default:`add-default-docs | Kamil Trzciński | 2019-07-15 | 2 | -21/+75 |
| | | |||||
* | | Merge branch ↵ | Evan Read | 2019-07-16 | 1 | -6/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'docs/12733-docs-using-multiple-extends-in-gitlab-ci-yml-introduced-in-gitlab-12' into 'master' Specify what version of multiple extends in docs Closes gitlab-ee#12733 See merge request gitlab-org/gitlab-ce!30667 | ||||
| * | | Specify what version of multiple extends in docsdocs/12733-docs-using-multiple-extends-in-gitlab-ci-yml-introduced-in-gitlab-12 | Steve Azzopardi | 2019-07-15 | 1 | -6/+6 |
| |/ | | | | | | | | | | | | | The first MVC of `extends` did not support a job having multiple extends, this was added in GitLab 12.0. closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12733 | ||||
* | | Fixed wrong placement of "variables:" statement in yml file. | Thad Guidry | 2019-07-15 | 1 | -0/+36 |
|/ | | | | Verified snippet works with 11.10.1 | ||||
* | Remove trailing whitespace in docs | Marcel Amirault | 2019-07-12 | 4 | -6/+5 |
| | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs. | ||||
* | Add blank lines around code blocks | Marcel Amirault | 2019-07-12 | 2 | -6/+9 |
| | | | | All code blocks should be surrounded by blank lines | ||||
* | Merge branch '64161-gitlab-fqdn' into 'master' | Grzegorz Bizon | 2019-07-11 | 2 | -0/+6 |
|\ | | | | | | | | | | | | | Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417 | ||||
| * | Add docs about CI_SERVER_HOST env variable64161-gitlab-fqdn | Balasankar "Balu" C | 2019-07-10 | 2 | -0/+6 |
| | | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com> | ||||
* | | Add --push-option example in doc/ci/yaml/README.mdchriscool-master-patch-19677 | Christian Couder | 2019-07-10 | 1 | -1/+2 |
|/ | |||||
* | Fix spacing of code blocks | Marcel Amirault | 2019-07-09 | 1 | -8/+8 |
| | | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier. | ||||
* | Centralize config for markdownlint | Markus Koller | 2019-07-09 | 1 | -5/+5 |
| | | | | | | | | 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. | ||||
* | Refactor the Visual Reviews docs | Achilleas Pipinellis | 2019-07-08 | 2 | -34/+92 |
| | | | | Reorganize and better explain what Visual Reviews are | ||||
* | Add lint rule that headings must increment one level at a time | Evan Read | 2019-07-08 | 1 | -4/+4 |
| | | | | Also fixes instances in Markdown that broke the rule. | ||||
* | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 19 | -50/+50 |
| | | | | | | | | | | | | | | 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 | ||||
* | Description of the optimized path wildcard | Black-Hole | 2019-07-08 | 1 | -3/+5 |
| | |||||
* | Update redirected links in CE part 1 | Marcel Amirault | 2019-07-08 | 9 | -15/+15 |
| | | | | | First MR in a series updating all redirected links in CE documentation to the destination URLs | ||||
* | Change absolute links to relative | Marcel Amirault | 2019-07-05 | 1 | -1/+1 |
| | | | | | Change assorted absolute links to ce and ee docs to relative links | ||||
* | Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG | Alexander Tanayno | 2019-07-04 | 1 | -4/+4 |
| | |||||
* | Merge branch 'docs-environment-stop-git-strategy' into 'master' | Evan Read | 2019-07-03 | 1 | -0/+6 |
|\ | | | | | | | | | Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none` See merge request gitlab-org/gitlab-ce!30283 | ||||
| * | Update docs environment:action:stop GIT_STRATEGYdocs-environment-stop-git-strategy | Mark Lapierre | 2019-07-04 | 1 | -0/+6 |
| | | | | | | | | | | | | Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted. | ||||
* | | Move images to their own dirs | Marcia Ramos | 2019-07-03 | 10 | -128/+186 |
| | | | | | | | | - Move images to each corresponding img/ folder | ||||
* | | Fix markdown to reduce number of kramdown warnings | Marcel Amirault | 2019-07-03 | 1 | -1/+1 |
|/ | | | | Add backticks around square brackets, or fix links, as necessary. | ||||
* | Expand docs on configuring jobs with private registry access | Ross Vandegrift | 2019-07-01 | 1 | -30/+75 |
| | | | | Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963 | ||||
* | Clarify requirements for pipelines for MRs | Evan Read | 2019-07-01 | 1 | -20/+40 |
| | |||||
* | Merge branch ↵ | Marcia Ramos | 2019-06-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | '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 | ||||
| * | Add tier badge for additional pipelines quota purchase61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docs | Achilleas Pipinellis | 2019-06-26 | 1 | -1/+1 |
| | | |||||
* | | Add note about Docker socket mountingdocs/63418-docs-feedback-update-for-11-11-1-feature-flag | Steve Azzopardi | 2019-06-25 | 1 | -1/+8 |
|/ | | | | | | | | | | | | 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 | ||||
* | Add Markdown linting | Evan Read | 2019-06-25 | 3 | -6/+6 |
| | | | | | Also adds and one linting rule and makes project conform to it. | ||||
* | Updated explanation of CI_COMMIT_BEFORE_SHA variable | Blair Lunceford | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | Refactor and add version text to variable syntax | Evan Read | 2019-06-24 | 1 | -7/+7 |
| | |||||
* | Docs: link to predefined env variables reference more evident | Marcia Ramos | 2019-06-24 | 1 | -3/+5 |
| | |||||
* | Merge branch 'patch-28' into 'master' | Evan Read | 2019-06-20 | 1 | -1/+1 |
|\ | | | | | | | | | using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791 | ||||
| * | using_docker_images.md: fix config.json path | Per Lundberg | 2019-06-18 | 1 | -1/+1 |
| | | |||||
* | | Demote new section | Evan Read | 2019-06-19 | 1 | -1/+1 |
| | | |||||
* | | Adds docs for job collapsible sections | Filipa Lacerda | 2019-06-18 | 2 | -0/+14 |
| | | |||||
* | | Https many links in docs | Evan Read | 2019-06-18 | 2 | -6/+6 |
|/ | |||||
* | Add note about nested variables for GIT_CLONE_PATH | Steve Azzopardi | 2019-06-18 | 1 | -0/+18 |
| | | | | | | | 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 | ||||
* | Merge branch 'merge-train-docs-change' into 'master' | Mike Lewis | 2019-06-17 | 1 | -9/+3 |
|\ | | | | | | | | | Updated docs for Merge Trains See merge request gitlab-org/gitlab-ce!29771 | ||||
| * | Updated docs with suggested changesmerge-train-docs-change | Darby Frey | 2019-06-17 | 1 | -6/+2 |
| | | |||||
| * | Updated docs for Merge Trains | Darby Frey | 2019-06-17 | 1 | -5/+3 |
| | | |||||
* | | Merge branch 'review-toolbar-docs' into 'master' | Mike Lewis | 2019-06-17 | 3 | -0/+38 |
|\ \ | |/ |/| | | | | | Visual Review Toolbar Docs See merge request gitlab-org/gitlab-ce!29641 | ||||
| * | Fix that typoreview-toolbar-docs | sarahghp | 2019-06-17 | 1 | -1/+1 |
| | | |||||
| * | Add link, badge | sarahghp | 2019-06-17 | 1 | -2/+2 |
| | | |||||
| * | Apply suggestion to doc/ci/review_apps/index.md | Sarah Groff Hennigh-Palermo | 2019-06-17 | 1 | -0/+2 |
| | | |||||
| * | Apply suggestion to doc/ci/review_apps/index.md | Sarah Groff Hennigh-Palermo | 2019-06-17 | 1 | -1/+1 |
| | | |||||
| * | Remove modal for real | sarahghp | 2019-06-14 | 2 | -1/+0 |
| | | |||||
| * | Apply suggestion to doc/ci/review_apps/index.md | Sarah Groff Hennigh-Palermo | 2019-06-14 | 1 | -1/+1 |
| | | |||||
| * | Apply suggestion to doc/ci/review_apps/index.md | Sarah Groff Hennigh-Palermo | 2019-06-14 | 1 | -1/+1 |
| | | |||||
| * | Update text and image | sarahghp | 2019-06-14 | 2 | -0/+2 |
| | |