summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'docs-docker-auth-config-port' into 'master'Achilleas Pipinellis2018-10-081-13/+19
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add note about hostname *and* port needing to match for `DOCKER_AUTH_CONFIG` See merge request gitlab-org/gitlab-ce!22064
| * | | Add note that hostname:port need to match for `DOCKER_AUTH_CONFIG`Drew Blessing2018-10-051-13/+19
| | | |
* | | | Fix documentation for variablesEvan Read2018-10-051-9/+11
| | | |
* | | | Merge branch '46050_add_new_ci_predefined_variables_for_gitlab_version' into ↵Douglas Barbosa Alexandre2018-10-051-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add new CI predefined variables with version components Closes #46050 See merge request gitlab-org/gitlab-ce!21853
| * | | | Add variables to CI jobs for GitLab version componentsGilbert Roulot2018-10-051-0/+12
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Adds CI_SERVER_VERSION_MAJOR, CI_SERVER_VERSION_MINOR, CI_SERVER_VERSION_PATCH to the list of environment variables passed to CI jobs.
* | | | Improve only: changes feature documentationGrzegorz Bizon2018-10-051-3/+2
| | | | | | | | | | | | | | | | Align with current technical writing style-guides.
* | | | Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-044-92/+121
|\ \ \ \ | |/ / / | | | | | | | | # Conflicts: # app/models/ci/pipeline.rb
| * | | Merge branch 'docs/refactor-review-apps-documentation' into 'master'Mike Lewis2018-10-033-91/+120
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Add more introductory information to Review Apps page, and other refactoring. Closes #50509 See merge request gitlab-org/gitlab-ce!21632
| | * | Add more introductory information to Review Apps pagedocs/refactor-review-apps-documentationEvan Read2018-10-013-91/+120
| | | | | | | | | | | | | | | | Also includes other refactoring.
| * | | Add info about reverse proxy to the configuration sectionupdate-configuration-sectionAlexander Tanayno2018-09-281-1/+1
| |/ /
* | | Copy-edit documentation for only/except changes featureGrzegorz Bizon2018-10-041-13/+25
| | |
* | | Few minor fixed in code and docs for only: changesGrzegorz Bizon2018-10-031-1/+1
| | |
* | | Copy-edit docs for only: changes featureGrzegorz Bizon2018-10-021-10/+11
| | |
* | | Add basic documentation for only: changes featureGrzegorz Bizon2018-10-021-1/+36
|/ /
* | Merge branch 'docs-fix-gitlab-capitalization-ce' into 'master'Marcia Ramos2018-09-272-2/+2
|\ \ | | | | | | | | | | | | Correcting Gitlab to GitLab in docs See merge request gitlab-org/gitlab-ce!21827
| * | Correct Gitlab to GitLab in docsMarcel Amirault2018-09-252-2/+2
| |/
* | Update using_docker_build.mdCauan Cabral2018-09-271-2/+2
| |
* | Resolve "Un-vendor CI templates"Dylan Griffith2018-09-264-12/+10
| |
* | Merge branch 'patch-29' into 'master'Kamil Trzciński2018-09-261-0/+1
|\ \ | | | | | | | | | | | | ci docs: clarify allow_failure default See merge request gitlab-org/gitlab-ce!21791
| * | ci docs: clarify allow_failure defaultC.J. Jameson2018-09-181-0/+1
| | |
* | | Merge branch 'patch-25' into 'master'Marcia Ramos2018-09-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Docs: one-off typo fix See merge request gitlab-org/gitlab-ce!21872
| * | | Docs: one-off typo fixBen Bodenmiller2018-09-221-1/+1
| | |/ | |/|
* | | Added cpp documentation for junit integration. Shaun Burns2018-09-251-0/+21
|/ /
* | Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-216-12/+12
|/
* Merge branch 'junit-reports-filename-patterns' into 'master'Achilleas Pipinellis2018-09-171-4/+7
|\ | | | | | | | | Extend JUnit XML test report documentation to explicitly mention support for filename patterns. See merge request gitlab-org/gitlab-ce!21619
| * MR feedback: Remove now-redundant linkPatrick Lehner2018-09-161-1/+1
| |
| * Extend JUnit XML test report documentation to explicitly mention support for ↵Patrick Lehner2018-09-081-3/+6
| | | | | | | | filename patterns.
* | Port 'include' in CI yaml docs from EEAchilleas Pipinellis2018-09-141-0/+181
| |
* | Copyedit extends CI yaml docsAchilleas Pipinellis2018-09-141-12/+13
| |
* | Make it more clear that `extends` behaves like inheritanceGrzegorz Bizon2018-09-111-1/+2
| |
* | Merge branch 'master' into 'master'Rémy Coutable2018-09-101-13/+13
|\ \ | | | | | | | | | | | | docs: Correct YAML indentation See merge request gitlab-org/gitlab-ce!21631
| * | Correct YAML indentationCam2018-09-101-13/+13
| |/
* | Merge branch 'docs/make-caching-docs-adhere-to-styleguide' into 'master'Marcia Ramos2018-09-101-34/+35
|\ \ | | | | | | | | | | | | Make topic adhere to style guide See merge request gitlab-org/gitlab-ce!21582
| * | Make topic adhere to style guide.Evan Read2018-09-071-34/+35
| | |
* | | Remove beta from web terminal51295-update-documentation-for-interactive-web-terminals-to-remove-beta-indicatorSteve Azzopardi2018-09-101-5/+1
| |/ |/| | | | | closes gitlab-org/gitlab-ce#51295
* | Document how to specify environment variables during manual pipeline run and ↵Evan Read2018-09-073-37/+53
| | | | | | | | more
* | Document git requirements for GIT_SUBMODULE_STRATEGY=recursiveAlessio Caiazza2018-09-071-1/+3
|/
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-0610-148/+154
|
* Merge branch 'feature/gb/allow-to-extend-keys-in-gitlab-ci-yml' into 'master'Kamil Trzciński2018-09-051-0/+74
|\ | | | | | | | | | | | | Add support for advanced CI/CD config extension with `extends:` Closes gitlab-ee#6136 See merge request gitlab-org/gitlab-ce!21243
| * Fix extended CI/CD configuration docs for `extends`Grzegorz Bizon2018-09-051-9/+5
| |
| * Add docs for extended CI/CD config with `extends`Grzegorz Bizon2018-09-051-0/+78
| |
* | remove comma kus2018-09-051-1/+1
|/ | | then each commit or push triggers your CI pipeline.
* Fix bugs/edge cases of JUnitParserShinya Maeda2018-09-041-0/+8
|
* Make cache vs artifacts section more visible, and minor enhancements to text.Evan Read2018-09-041-57/+58
|
* Refactor Java JUnit reports examplesAchilleas Pipinellis2018-09-031-8/+11
|
* Add Java Maven example to junit_test_reports.mdLeo2018-09-031-3/+19
|
* Update junit_test_reports.md by providing new example for java, using gradle ↵Maastiff2018-09-031-0/+20
| | | | build tool
* Add information how to run multi-platform builds with tags to ↵Mart Sõmermaa2018-08-291-0/+22
| | | | | | | | | doc/ci/yaml/README.md Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6176. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix typo in LOTR reference in caching documentationPhilipp Gildein2018-08-291-1/+1
| | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add information that artifacts can only exist relative to the build directoryKarl-Philipp Richter2018-08-291-1/+9
| | | | | | | | | | | | | As explained in https://gitlab.com/gitlab-org/gitlab-ce/issues/15530. A note that the declaration of an absolute directory triggers a misleading error message and that following job(s) can't find the file is important to avoid large scale time waisting until the issue is fixed. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6838. Signed-off-by: Rémy Coutable <remy@rymai.me>