summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* fix runner install linkBen Bodenmiller2016-08-021-1/+1
|
* Merge branch 'document-yaml-colon' into 'master' Achilleas Pipinellis2016-08-011-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify CI script needing to quote colons ## What does this MR do? Clarifies documentation for `.gitlab-ci.yml` `script`. ## Are there points in the code the reviewer needs to double check? Should this be a note? Is there a link to YAML spec we can point to? ## Why was this MR needed? ## What are the relevant issue numbers? Closes #20177. ## Screenshots (if relevant) See merge request !5481
| * Update README.mddocument-yaml-colonMark Pundsack2016-07-271-1/+1
| |
| * Clarify CI script needing to quote colonsMark Pundsack2016-07-251-0/+2
| |
* | Add missing escape at line endAurelio Jargas2016-07-221-1/+1
|/
* Merge branch 'namespace' into 'master' Achilleas Pipinellis2016-07-221-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain CI_PROJECT_NAMESPACE better ## What does this MR do? Explain CI_PROJECT_NAMESPACE better by adding "The project namespace (username or groupname) that is currently being built". ## Are there points in the code the reviewer needs to double check? Are `username` and `groupname` known words? We use it [here](http://docs.gitlab.com/ee/api/namespaces.html). ## Why was this MR needed? Because `namespace` isn't a well known term. ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !5407
| * Explain CI_PROJECT_NAMESPACE betternamespaceMark Pundsack2016-07-211-1/+1
| |
* | Add allow_failure CI documentationdocument-allow_failure-keywordAchilleas Pipinellis2016-07-211-23/+58
| |
* | Mention manual actions section in when clause docsmanual-action-grammarAchilleas Pipinellis2016-07-211-4/+6
| |
* | Improve grammar of manual actions documentationMark Pundsack2016-07-211-5/+5
| |
* | Clarify artifacts:name default valueartifact-nameMark Pundsack2016-07-201-2/+3
|/
* Fix review commentsci-predefined-variablesKamil Trzcinski2016-07-201-1/+1
|
* Improve implementation of variablesKamil Trzcinski2016-07-201-7/+7
|
* Update documentationKamil Trzcinski2016-07-201-0/+3
|
* Update all exposed variables to CI buildsKamil Trzcinski2016-07-201-7/+10
|
* Merge remote-tracking branch 'origin/master' into ci-predefined-variablesKamil Trzcinski2016-07-1927-118/+286
|\
| * Merge branch 'manual-actions' into 'master' Rémy Coutable2016-07-191-1/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for manual CI actions ## What does this MR do? This implements a `when: manual` which allows a jobs to be marked as manual actions. Manual actions have to be explicitly executed by developers. ## What are the relevant issue numbers? This is to solve: https://gitlab.com/gitlab-org/gitlab-ce/issues/17010 See merge request !5297
| | * Improve code designKamil Trzcinski2016-07-181-1/+1
| | |
| | * Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
| * | Update documentation for build artifact dependencies19892-documentationMark Pundsack2016-07-181-1/+2
| |/
| * Fix CI yaml exampleAchilleas Pipinellis2016-07-171-2/+2
| |
| * Move CI permissions to permissions.mdAchilleas Pipinellis2016-07-122-23/+2
| |
| * Merge branch 'remove-not-released-status' into 'master' Robert Speicher2016-07-111-1/+1
| |\ | | | | | | | | | | | | | | | | | | Remove "not released" status from documentation [ci skip] See merge request !5024
| | * Remove not released statusMax Raab2016-06-301-1/+1
| | |
| * | Merge branch 'patch-3' into 'master' Achilleas Pipinellis2016-07-091-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix phpunit command in the docker example. Closes https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1478 See merge request !5147
| | * | gitlab-org/gitlab-ci-multi-runner#1478 Fixed phpunit command in the official ↵kujiy2016-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | doc didn't work. Curl command has to follow redirects now.
| * | | Merge branch 'patch-1' into 'master' Rémy Coutable2016-07-081-1/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Typo in README.md ## What does this MR do? Found a Typo in the README.md file. before_script should be with ":" Script didn't work for me without ":" ## Why was this MR needed? Missing ":" can be irritating for new users. See merge request !4419
| | * | Fixed Typo in README.mdPhilipp Kraus2016-06-011-1/+1
| | | |
| * | | Merge branch 'fix-dead-links' into 'master' Achilleas Pipinellis2016-07-041-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix dead links in the docs (Jun 2016) ## What does this MR do? Fix dead links in the docs found as of Jun 2016. ## Are there points in the code the reviewer needs to double check? n/a ## Why was this MR needed? This MR must improve UX on docs.gitlab.com. ## What are the relevant issue numbers? Closes #19156 ## Does this MR meet the acceptance criteria? - No [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) updated - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [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 !4921
| | * | | Fix dead links in the docsTakuya Noguchi2016-06-261-1/+1
| | | | |
| * | | | adding link to .gitlab-ci.yml templates - closes #18998Marcia Ramos2016-07-011-0/+1
| | |_|/ | |/| |
| * | | optimize png images losslessly using zopflipngPeter Dave Hello2016-06-2917-0/+0
| | | |
| * | | Add support for "skip ci" tooSimon Welsh2016-06-251-2/+2
| | | |
| * | | Allow "ci skip" to be in any caseSimon Welsh2016-06-251-2/+2
| |/ /
| * | Merge branch 'expiry' into 'master' Achilleas Pipinellis2016-06-221-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify artifact expiry ## What does this MR do? Clarifies documentation about artifact expiry. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !4831
| | * | Clarify artifact expiryexpiryMark Pundsack2016-06-211-2/+2
| | | |
| * | | Merge branch 'ci-git' into 'master' Achilleas Pipinellis2016-06-221-23/+80
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document `GIT_STRATEGY` and `GIT_DEPTH` ## What does this MR do? Documents `GIT_STRATEGY` and `GIT_DEPTH`. Also fixes the TOC since the anchors weren't working. ## Are there points in the code the reviewer needs to double check? The TOC and the location of the new entries. ## Why was this MR needed? ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/188 ## Screenshots (if relevant) ![image](/uploads/eccfd60199d81e6588c13aab817f0eb5/image.png) ![image](/uploads/bbbffe61db64ef17f1fa52907275f3d4/image.png) /cc @axil @ayufan See merge request !4720
| | * | | Update GIT_DEPTH wordingci-gitMark Pundsack2016-06-171-8/+26
| | | | |
| | * | | Clean up TOCMark Pundsack2016-06-171-23/+23
| | | | |
| | * | | Add to TOCMark Pundsack2016-06-171-0/+2
| | | | |
| | * | | Add GIT_STRATEGY and GIT_DEPTHMark Pundsack2016-06-171-0/+37
| | | | |
| * | | | Merge branch 'ci-wording' into 'master' Achilleas Pipinellis2016-06-226-33/+76
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds pipelines page to CI docs. * Adds image of pipelines list (although currently missing border that is on other images). * Changes CI to CI/CD in `/doc` and `/doc/ci` * Sorts user documentation in `/doc` Partially fixes #17733. See merge request !4660
| | * | | Fix linkci-wordingMark Pundsack2016-06-211-1/+1
| | | | |
| | * | | Add 'and builds'Mark Pundsack2016-06-201-1/+1
| | | | |
| | * | | Move Pipelines and Builds definitions to their own pageMark Pundsack2016-06-201-0/+38
| | | | |
| | * | | Move Pipelines and Builds definitions to their own pageMark Pundsack2016-06-203-55/+3
| | | | |
| | * | | Add CDMark Pundsack2016-06-201-1/+1
| | | | |
| | * | | Add pipeline imageMark Pundsack2016-06-202-19/+23
| | | | |
| | * | | Add definitions and tweak some docs. Partially fixes #17733Mark Pundsack2016-06-204-14/+67
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into ↵feature/runner-lock-on-projectLin Jen-Shin2016-06-203-6/+70
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/runner-lock-on-project * upstream/master: Add notification_settings:events to schema Fixed mobile styling Set path for pinned nav cookie Fixed placement of close button on merge requests using request dot path instead Turn note into normal text Document environments and deployments Tweak grammar fix double query string in url Broken instructions. git fetch --all --tags doesn't refresh tags