summaryrefslogtreecommitdiff
path: root/doc/ci/examples
Commit message (Collapse)AuthorAgeFilesLines
* Update docker title for docker-in-docker workflowdocs/update-dind-titleSteve Azzopardi2019-07-302-3/+3
| | | | | `docker-in-docker` is a workflow not an specific executor. It uses the [Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
* Merge branch 'docs-ci-examples-fix-typo' into 'master'Evan Read2019-07-301-1/+1
|\ | | | | | | | | documentation: fix a typo in ci/examples See merge request gitlab-org/gitlab-ce!31250
| * Doc: ci: examples: fix typo EnvoyRomain Aviolat2019-07-291-1/+1
| | | | | | | | | | This commit fixes a typo in the ci/examples documentation
* | Document Code Quality potential security flawmc/doc/document-codeclimate-security-best-practice-docsMatija Čupić2019-07-291-0/+6
|/
* Update numbered lists for docs standardsMarcel Amirault2019-07-191-1/+1
| | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* Add 3rd party parallel tools section to docsArtur Trzop2019-07-171-0/+1
|
* Remove trailing whitespace in docsMarcel Amirault2019-07-122-3/+3
| | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | All code blocks should be surrounded by blank lines
* Add lint rule that headings must increment one level at a timeEvan Read2019-07-081-4/+4
| | | | Also fixes instances in Markdown that broke the rule.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-1/+1
| | | | | | | | | | | | | | 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
* Update redirected links in CE part 1Marcel Amirault2019-07-086-12/+12
| | | | | First MR in a series updating all redirected links in CE documentation to the destination URLs
* Add Markdown lintingEvan Read2019-06-251-3/+3
| | | | | Also adds and one linting rule and makes project conform to it.
* Add quotes to redirect valueEvan Read2019-06-131-1/+1
|
* Merge branch 'docs-its-relative-7' into 'master'Evan Read2019-06-1311-17/+17
|\ | | | | | | | | Docs: Convert absolute links to relative in /ci docs See merge request gitlab-org/gitlab-ce!29029
| * Convert absolute links to relative in /ci docsMarcel Amirault2019-06-1111-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix more links after review Update redirect_from link Apply suggestion to doc/ci/introduction/index.md Apply suggestion to doc/ci/README.md Apply suggestion to doc/ci/README.md Make front matter redirect_from links absolute Change front matter to fix discus comments
* | Add links to CI/CD videosRussell Dickenson2019-06-121-1/+5
|/
* Docs: CI - link videosMarcia Ramos2019-06-111-0/+6
|
* Doc types on tutorials in top level examples folder, minor editsMike Lewis2019-06-1116-103/+145
| | | | Variety of edits to conform with SSOT doc style standards
* Docs: Remove all remaining orphaned images.Marcel Amirault2019-05-172-0/+0
|
* Update index.mdMohamed El-Feky2019-05-171-1/+5
| | | | | added `before_script` as it failed to build maven due to insufficient permissions
* Docs: Update links and add badge to examples readmeMarcel Amirault2019-05-171-24/+24
|
* Merge branch 'patch-54' into 'master'Evan Read2019-05-151-2/+7
|\ | | | | | | | | upgrate example ymal file, change type to stage. See merge request gitlab-org/gitlab-ce!27992
| * upgrate example ymal file, change type to stage.mouson2019-05-021-2/+7
| | | | | | Update test-and-deploy-python-application-to-heroku.md
* | Docs: Merge EE doc/ci to CEMarcel Amirault2019-05-058-246/+50
|/
* Update CodeQuality example docs58663-use-include-template-syntax-for-including-the-code-quality-jobMatija Čupić2019-04-171-20/+26
|
* Update broken links to new destinationsEvan Read2019-04-101-3/+2
|
* Docs: Fix anchors related to variables docMarcel Amirault2019-04-082-2/+2
|
* Docs: Fix anchors related to environments docMarcel Amirault2019-04-081-1/+1
|
* Docs: image realignmentMarcel Amirault2019-04-021-0/+0
|
* Docs: Fix missed or newly added broken anchorsMarcel Amirault2019-03-252-3/+3
|
* Add instance level templates to the examples page.Brendan O'Leary 🐢2019-03-241-0/+4
|
* Merge branch 'docs-ci-examples-devops_and_game_dev_with_gitlab_ci_cd' into ↵Achilleas Pipinellis2019-03-201-9/+9
|\ | | | | | | | | | | | | 'master' Update 'DevOps and Game Dev with GitLab CI/CD' doc See merge request gitlab-org/gitlab-ce!25944
| * Update 'DevOps and Game Dev with GitLab CI/CD' docTakuya Noguchi2019-03-111-9/+9
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch '58482-update-airminc/clair-local-scan-to-2.0.6' into 'master'Grzegorz Bizon2019-03-151-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Update clair-local-scan to 2.0.6 Closes #58482 See merge request gitlab-org/gitlab-ce!25743
| * | Update clair-local-scan to 2.0.6 to support Ubuntu 18.04Takuya Noguchi2019-03-141-2/+2
| |/ | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch 'patch-48' into 'master'Marcia Ramos2019-03-131-2/+2
|\ \ | |/ |/| | | | | Fix bug "Fatal: Could not parse object {COMMIT_HASH}" See merge request gitlab-org/gitlab-ce!25860
| * Update index.mdAris Lacdao2019-03-071-2/+2
| | | | | | | | Bug on cloning repository: Getting error "fatal: Could not parse object {COMMIT_HASH}" Fix: cd into $new_release_dir instead of $releases_dir.
* | Docs: Add automatic redirects to many moved filesMarcel Amirault2019-03-111-1/+5
| |
* | Docs: Fix CI/CD related anchorsMarcel Amirault2019-03-114-11/+10
| |
* | Adds new resources for CI to the documentation suiteEvan Read2019-03-088-79/+105
|/ | | | Also refactors and combines resources and examples.
* Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-2/+2
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Merge branch 'e2e-webdriver' into 'docs-comm-article-end-to-end-testing'Marcia Ramos2019-02-183-0/+252
| | | | | | End-to-end testing example See merge request gitlab-org/gitlab-ce!18959
* Remove consecutive blank lines from markdown filesEvan Read2019-02-182-7/+1
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Merge branch 'master' into 'master'Evan Read2019-02-131-1/+1
|\ | | | | | | | | Fix a typo in ./doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md from "deafult" to "default". See merge request gitlab-org/gitlab-ce!25153
| * Fix a typo.Kengo Kimura2019-02-121-1/+1
| |
* | Docs: Realign several CE docs that diverged from EE unnecessarilyMarcel Amirault2019-02-121-1/+1
|/
* Docs: Fix link references for artifactsMarcel Amirault2019-02-034-4/+4
|
* Documentation now matches UI copyEvan Read2019-01-305-6/+6
|
* Fix most instances of bare URLs in markdownEvan Read2019-01-243-5/+5
|