summaryrefslogtreecommitdiff
path: root/doc/ci/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix navigation style in docs55836-docs-fix-navigation-style-in-docsTakuya Noguchi2019-01-021-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Fix typos around .gitlab-ci.ymlTakuya Noguchi2018-12-211-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Compress all images under doc/Achilleas Pipinellis2018-12-182-0/+0
|
* Rollback will not work because Envoy will still fetch latest commit from the ↵Muhammad Nuzaihan2018-12-011-1/+5
| | | | repository source tree. This addition enforces the code deployed follows the commit id using $CI_COMMIT_SHA variable so rollbacks will now work.
* Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read2018-11-271-1/+1
|\ | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
| * Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | standardize periods & fix typoBen Bodenmiller2018-11-221-6/+6
|/
* Fix path to project permissionsdocs/laravel-registryAchilleas Pipinellis2018-11-142-3/+1
|
* Document new report typesOlivier Gonzalez2018-11-134-63/+242
|
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-133-22/+25
|
* Docs: Update Variable namingMarcel Amirault2018-11-119-13/+13
|
* Fixes automatic URL formattingLyle Kozloff2018-10-311-2/+2
|
* Merge branch 'docs-add_deprecation_notice_for_renamed_licensed_feature-ce' ↵Evan Read2018-10-301-0/+6
|\ | | | | | | | | | | | | into 'master' docs: Add deprecation notice for renamed licensed feature See merge request gitlab-org/gitlab-ce!22575
| * Add deprecation notice for renamed licensed featuredocs-add_deprecation_notice_for_renamed_licensed_feature-ceOlivier Gonzalez2018-10-241-0/+6
| |
* | Update links to external sitesMarcel Amirault2018-10-241-3/+3
|/
* Update test-scala-application.md to use sbtVersion instead of sbt-versiondocs-fix-sbt-version-in-test-scala-applicationRémy Coutable2018-10-221-1/+1
|
* Docs: Fixing some bad linksMarcel Amirault2018-10-142-7/+7
|
* Update README.mdpockata2018-10-081-1/+1
|