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-07-22Merge branch 'namespace' into 'master' Achilleas Pipinellis
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
2016-07-21Explain CI_PROJECT_NAMESPACE betterMark Pundsack
2016-07-21Add allow_failure CI documentationAchilleas Pipinellis
2016-07-21Mention manual actions section in when clause docsAchilleas Pipinellis
2016-07-21Improve grammar of manual actions documentationMark Pundsack
2016-07-21Clarify artifacts:name default valueMark Pundsack
2016-07-20Fix review commentsKamil Trzcinski
2016-07-20Improve implementation of variablesKamil Trzcinski
2016-07-20Update documentationKamil Trzcinski
2016-07-20Update all exposed variables to CI buildsKamil Trzcinski
2016-07-20Merge remote-tracking branch 'origin/master' into ci-predefined-variablesKamil Trzcinski
2016-07-19Merge branch 'manual-actions' into 'master' Rémy Coutable
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
2016-07-19Update documentation for build artifact dependenciesMark Pundsack
2016-07-18Improve code designKamil Trzcinski
2016-07-18Improve manual actions code and add model, service and feature testsKamil Trzcinski
Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
2016-07-17Fix CI yaml exampleAchilleas Pipinellis
2016-07-12Move CI permissions to permissions.mdAchilleas Pipinellis
2016-07-11Merge branch 'remove-not-released-status' into 'master' Robert Speicher
Remove "not released" status from documentation [ci skip] See merge request !5024
2016-07-09Merge branch 'patch-3' into 'master' Achilleas Pipinellis
Fix phpunit command in the docker example. Closes https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1478 See merge request !5147
2016-07-08Merge branch 'patch-1' into 'master' Rémy Coutable
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
2016-07-08gitlab-org/gitlab-ci-multi-runner#1478 Fixed phpunit command in the official ↵kujiy
doc didn't work. Curl command has to follow redirects now.
2016-07-04Merge branch 'fix-dead-links' into 'master' Achilleas Pipinellis
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
2016-07-01adding link to .gitlab-ci.yml templates - closes #18998Marcia Ramos
2016-06-30Remove not released statusMax Raab
2016-06-29optimize png images losslessly using zopflipngPeter Dave Hello
2016-06-26Fix dead links in the docsTakuya Noguchi
2016-06-25Add support for "skip ci" tooSimon Welsh
2016-06-25Allow "ci skip" to be in any caseSimon Welsh
2016-06-22Merge branch 'expiry' into 'master' Achilleas Pipinellis
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
2016-06-22Merge branch 'ci-git' into 'master' Achilleas Pipinellis
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
2016-06-22Merge branch 'ci-wording' into 'master' Achilleas Pipinellis
* 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
2016-06-22Fix linkMark Pundsack
2016-06-21Clarify artifact expiryMark Pundsack
2016-06-21Add predefined CI variables to GitLab for container registry, pipelines, ↵Kamil Trzcinski
project name, etc.
2016-06-21Add 'and builds'Mark Pundsack
2016-06-21Move Pipelines and Builds definitions to their own pageMark Pundsack
2016-06-21Move Pipelines and Builds definitions to their own pageMark Pundsack
2016-06-21Add CDMark Pundsack
2016-06-21Add pipeline imageMark Pundsack
2016-06-21Add definitions and tweak some docs. Partially fixes #17733Mark Pundsack
2016-06-20Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
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
2016-06-20Merge branch 'document-environments' into 'master' Achilleas Pipinellis
Document environments and deployments ## What does this MR do? Adds an introduction to environments and deployments and tweaks the `environments` entry in `.gitlab-ci.yml` documentation. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## What are the relevant issue numbers? Closes #18683. ## Screenshots (if relevant) ![image](/uploads/1e3355c543abaf7b358f3c37596b1f0b/image.png) ![image](/uploads/58a51505674bcf605039db46833a8ae6/image.png) /cc @ayufan @axil See merge request !4725
2016-06-20Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
feature/runner-lock-on-project * upstream/master: (353 commits) Put some admin settings in dropdown Add styleguide on configuration settings documentation Remove Duplicated keys add UNIQUE index to fingerprint Avoid autoload issue such as 'Mail::Parsers::AddressStruct' Move appearance settings as sub tab to application settings use rails root join fixed a couple of errors spotted in production Fix RangeError exceptions when referring to issues or merge requests outside of max database values Fix bug in `WikiLinkFilter`. Grammar and typographic changes to artifacts documentation Tweak grammar Small frontend code fixes and restore 8a2d88f commit Warn about admin privilege to disable GitHub Webhooks Listing GH Webhooks doesn't stop import process for non GH admin users fixup! updated docs for api endpoint award emoji Update CHANGELOG Ensure Todos counters doesn't count Todos for projects pending delete Add endpoints for award emoji on notes Sort API endpoints and implement feedback Add endpoints for Award Emoji ...
2016-06-20Merge branch 'grammar-tweaks' into 'master' Achilleas Pipinellis
Grammar tweaks ## What does this MR do? * Updates grammar in recent CI documentation. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? Because grammar. ## What are the relevant issue numbers? Needed because of !4200 and !4201. ## Screenshots (if relevant) See merge request !4772
2016-06-18Merge branch 'master' into ci-scala-exampleAchilleas Pipinellis
2016-06-18Grammar and typographic changes to artifacts documentationMark Pundsack
2016-06-18Tweak grammarMark Pundsack
2016-06-18Update GIT_DEPTH wordingMark Pundsack
2016-06-18Clean up TOCMark Pundsack
2016-06-18Add to TOCMark Pundsack