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
2019-06-12Add links to CI/CD videosRussell Dickenson
2019-06-12Leave clear notices about after_script execution contextTomasz Maczukin
We frequently see new issues mentioning that something defined in `before_script` or `script` doesn't work with `after_script`. Our documentation mentions that first two are concatenated and executed together, why the third one is executed in a separated shell context. But it looks like it's not clear enough. Since this misunderstanding of how scripts are being executed is repeated frequently, let's make it more clear in docs.
2019-06-12Docs for Gitlab Runner docker use of private registriesAndrei Burd
Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
2019-06-12Metrics reports documentation is incompleteMatija Čupić
2019-06-11Fixed markdown link in Docker compose noteDanial Khoshkhou
2019-06-11Convert absolute links to relative in /ci docsMarcel Amirault
Fix more links after review Update redirect_from link Apply suggestion to doc/ci/introduction/index.md Apply suggestion to doc/ci/README.md Apply suggestion to doc/ci/README.md Make front matter redirect_from links absolute Change front matter to fix discus comments
2019-06-11Docs: CI - link videosMarcia Ramos
2019-06-11Doc types on tutorials in top level examples folder, minor editsMike Lewis
Variety of edits to conform with SSOT doc style standards
2019-06-10Move external dashboard docsReuben Pereira
- To user/project/operations - And cross-link in ci/environments
2019-06-10Video links for SSoT auditEvan Read
2019-06-07Merge branch ↵Stan Hu
'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
2019-06-07SSoT audit fixesEvan Read
Implements part of the single source of truth audit fixes for the CI section.
2019-06-07Integrate demo link into content moreEvan Read
2019-06-07Merge branch 'docs/add-ci-breaking-changes' into 'master'Evan Read
Add docs for breaking changes of GitLab CI in 12.0 See merge request gitlab-org/gitlab-ce!29053
2019-06-06Expose javascript regexMatija Čupić
2019-06-06Allow masking if 8 or more characters in base64Thomas Nilsson
This should allow for private ssh-keys to remain private. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
2019-06-06Merge branch 'ci-variable-expression-con-dis-junction' into 'master'Kamil Trzciński
CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925
2019-06-06Merge branch 'revert-86900f00' into 'master'Grzegorz Bizon
Revert "Disable retrying cancelled jobs" Closes #62350 See merge request gitlab-org/gitlab-ce!29201
2019-06-06Add docs for breaking changes of GitLab CI in 12.0Steve Azzopardi
2019-06-06Docs: Tweak the wording regarding artifact completionMarcel Amirault
2019-06-06Clarified the availability of docker-compose in documentation ↵Sven Gerlach
using_docker_build.md
2019-06-06Merge branch 'iganbaruch-master-patch-15162' into 'master'Evan Read
Added a link to the click-through demo See merge request gitlab-org/gitlab-ce!29148
2019-06-05Edit downstream variable contentEvan Read
2019-06-05Merge branch '11204-turn-off-mask-by-default' into 'master'Mike Greiling
Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
2019-06-05Revert "Merge branch..."Kamil Trzciński
This reverts merge request !27503
2019-06-05Delete proposed paragraphMarcia Ramos
TBA to a different MR/issue
2019-06-05Add multiple extends supportWolphin
2019-06-05&& and || operators for CI Pipeline expressions.drew cimino
Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation.
2019-06-04Added a link to the click-through demoItzik Gan Baruch
2019-06-04Default masked to false for new variablesmfluharty
Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
2019-06-04Add CI quickstart updatesCindy Pallares 🦉
2019-05-30Add doc typeMarcia Ramos
For ssot epic
2019-05-30Merge branch 'docs-ssot-ci-1' into 'master'Achilleas Pipinellis
Docs: ssot ci/files See merge request gitlab-org/gitlab-ce!28801
2019-05-30Add doc typeMarcia Ramos
For CI services examples
2019-05-30Docs: Clarify allowed characters in masked variablesKrasimir Angelov
2019-05-29Correct CI_API_V4_URL CI variable namePhy
2019-05-29Improve documentation of RegExp in CI/CD job ref patternsRaphael Das Gupta
as requested by https://gitlab.com/gitlab-org/gitlab-ce/issues/30477#note_29060568 in #30477
2019-05-28Docs for a downstream pipeline variables expansionGrzegorz Bizon
2019-05-28Merge branch 'patch-59' into 'master'Evan Read
Docs: Remove stray full stop from the middle of the sentence See merge request gitlab-org/gitlab-ce!28403
2019-05-28Docs: add tip for Kubernetes executor using dindTristan Williams
2019-05-27Add doc typeMarcia Ramos
For ssot epic
2019-05-24Removes mention of $AUTO_DEVOPS_DOMAIN in docThong Kuah
Even though there's no relation to the feature (it's actually about overriding template values, best to replace this with $KUBE_INGRESS_BASE_DOMAIN to avoid any potential confusion
2019-05-21Add CI variable types usage exampleKrasimir Angelov
Update documentation with example how to use CI variable types. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
2019-05-21Adds documentation for stage buttonMayra Cabrera
Includes missing documentation for 'Play all manual' builds a single stage. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/28741
2019-05-20Fix content to not contradictEvan Read
2019-05-20Clarify how to enable pipelines for merged resultsShinya Maeda
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-05-19Edit MySQL services pageEvan Read
2019-05-18Add in release when metrics report was addedBrendan O'Leary 🐢
2019-05-17Docs: Remove all remaining orphaned images.Marcel Amirault