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
2016-10-11Document the new CI_DEBUG_TRACE variableNick Thomas
[ci skip]
2016-10-11Improve a bit the example .gitlab-ci.yml for PhoenixRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-11Add an example for testing a phoenix application with Gitlab CI.Manthan Mallikarjun
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-06Merge branch '21337-introduce-git-strategy-none' into 'master' Achilleas Pipinellis
Document GIT_STRATEGY=none ## What does this MR do? Adds documentation for the new `GIT_STRATEGY=none` option in GitLab Runner v1.7 ## Are there points in the code the reviewer needs to double check? Speling and grammar, of course. I'm using the term 'project workspace' to refer to the build directory, which is a Jenkins-ism. Is there preferred alternative wording? ## Why was this MR needed? Discoverability of new feature ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - <strike>[ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added</strike> - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - <strike>[ ] API support added</strike> - <strike>Tests</strike> - <strike>[ ] Added for this feature/bug</strike> - <strike>[ ] All builds are passing</strike> - <strike>[ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)</strike> - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21337 Depends on http://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/332 See merge request !6577
2016-10-06Document GIT_STRATEGY=noneNick Thomas
[ci skip]
2016-10-05Merge branch 'doc/using_docker_images' into 'master' Sean McGivern
Fix small typo in using_docker_images.md, file is called `build_script` (using underscore) ## What does this MR do? This MR fixes a very small typo in the using_docker_images.md documentation, a space was used in the filename `build_script` while it should be an underscore. Not sure of a MR is the best way to get this changed, trying it anyway :). ## Moving docs to a new location? No See merge request !6682
2016-10-04deployment refs in own folder, new method for creating refsZ.J. van de Weg
2016-10-04Save a fetchable ref per deployementZ.J. van de Weg
2016-10-03Fix small typo in using_docker_images.md, file is called `build_script` ↵Sander Dalemans
(using underscore)
2016-10-03Grammar fixes in docsWilfred Hughes
2016-09-30Smaller formatting fixNils Brinkmann
2016-09-26Merge branch 'fix_trivial_doc_typo' into 'master' Rémy Coutable
Fix trivial typo in docs See merge request !5849
2016-09-25Merge branch 'patch-5' into 'master' Achilleas Pipinellis
Fix typo in README.md ## What does this MR do? Fixes a typo in the documentation of the gitlab-ci-runner environment variables See merge request !6340
2016-09-22Small fixes in CI build permissions docsAchilleas Pipinellis
- Add link to external user - Move build triggers up
2016-09-22Added a note about build triggers [ci skip]Kamil Trzcinski
2016-09-22Make 'build permissions' consistentAchilleas Pipinellis
[ci skip]
2016-09-22Add a small description mentioning submodules/LFSAchilleas Pipinellis
2016-09-22Move document on CI build permissions to new locationAchilleas Pipinellis
2016-09-22Refactor new CI build permissions model docsAchilleas Pipinellis
2016-09-22Describe how the recent changes of CI permissions affect buildsKamil Trzcinski
2016-09-21improve docs on gitlab-ci-token userBen Bodenmiller
2016-09-19Fix environments handlingKamil Trzcinski
2016-09-19Small refactor of review apps docsAchilleas Pipinellis
2016-09-19Cleanup changesKamil Trzcinski
2016-09-19Added documentation about dynamic environmentsKamil Trzcinski
2016-09-18Formatting fix in doc/ci/examples/README.mdsknebel
2016-09-15Merge branch 'ci-quick-start-doc-improvement' into 'master' Achilleas Pipinellis
doc/ci/quick_start/README: improve sentence about link to a Lint tool ## What does this MR do? It improves the `doc/ci/quick_start/README.md` documentation. ## Are there points in the code the reviewer needs to double check? The reviewer can check that there is no more **CI settings** menu and that the Lint tool can be accessed under **Pipelines > Pipelines** and **Pipelines > Builds**. ## Why was this MR needed? Because the CI quick start documentation was not correct. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? It is not a code change so I don't think the below criteria are relevant. - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? I didn't check if there was an issue for this. See merge request !6301
2016-09-14Fix typo in README.mdJohan Brandhorst
2016-09-12Merge branch 'issue_21825' into 'master' Rémy Coutable
Add information about user and manual build start to runner as variables Closes #21825 See merge request !6201
2016-09-12doc/ci/quick_start/README: improve sentence about link to a Lint tool Christian Couder
The link is now a button under **Pipelines > Pipelines** and **Pipelines > Builds**. There is no more **CI settings** menu.
2016-09-09Merge branch 'zj-update-ci-examples-doc' into 'master' Achilleas Pipinellis
Minor update on CI docs examples cc @ayufan @markpundsack Commit message: > Triggered by gitlab-org/gitlab-ci-yml#1 I've investigated how this is organized so far and did a minor clean up. In my opinion we should just keep a list of up to date blog posts in the docs and examples should be included in gitlab-org/gitlab-ci-yml. This reduces the number of projects and docs pages one has to look for information. See merge request !5806
2016-09-09Minor update on CI docs examplesZ.J. van de Weg
Triggered by gitlab-org/gitlab-ci-yml#1 I've investigated how this is organized so far and did a minor clean up. In my opinion we should just keep a list of up to date blog posts in the docs and examples should be included in gitlab-org/gitlab-ci-yml. This reduces the number of projects and docs pages one has to look for information. [ci skip]
2016-09-09Add information about user and manual build start to runner as variablesSergey Gnuskov
2016-09-07Fix: Switch sample values for $CI_SERVER_REVISION and $CI_SERVER_VERSION.Patrick Thaele
2016-09-06Add a reference to triggers docs in ci/yaml/README.mdAchilleas Pipinellis
2016-09-06Replace the triggers docs with new imagesAchilleas Pipinellis
2016-09-06Remove doctocAchilleas Pipinellis
2016-09-05Update README.mdGustav Trenwith
2016-09-02Update README.mdGustav Trenwith
2016-08-29Update documentation about hidden keys in CI YAMLGrzegorz Bizon
2016-08-26doc: fix (batches) being treated as link reference rather than textElan Ruusamäe
2016-08-19Merge branch 'fix/improve-test-coverage-badge-pipelines' into 'master' Douwe Maan
Render coverage badge using latest successful pipeline ## What does this MR do? This MR make test coverage badge to report value for the latest successful pipeline, instead of the latest one, regardless the status. Latest pipeline is often running, which makes coverage report inaccurate. Latest pipeline can be also the failed one, which may mean that not all stages got processed, therefore coverage report can be inaccurate as well. This also improves coverage badge performance because it is not necessary to touch repository to get recent SHA on the branch. ## Why was this MR needed? See #21013 ## What are the relevant issue numbers? Closes #21013 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5862
2016-08-18The keyword `when` can also take `manual` as a value.Maxime Buquet
2016-08-18Update documentation for test coverage report badgeGrzegorz Bizon
2016-08-17Fix trivial typo in docsArnold Bechtoldt
* Fix a word with the so-called *Deppenapostroph* (``'s``)
2016-08-15Add documentation for test coverage report badgeGrzegorz Bizon
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-08-08Simplify feature introduction noteAchilleas Pipinellis
[ci skip]
2016-08-04Fix relative URLAchilleas Pipinellis
2016-08-04Refactor build artifacts documentationAchilleas Pipinellis
- Split user and admin documentation - Use new location paths - Add new Continuous Integration guide for the Admin area - Link to new guide from the Admin area