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-09-09Merge branch 'fix-doc-interruptible-env-default' into 'master'Ash McKenzie
Fixes interruptible property documentation See merge request gitlab-org/gitlab-ce!32758
2019-09-09Fixes documentation about default value of interruptible propertyCédric Tabin
2019-09-09Add DinD example note for k8s executorsKyle Russell
Using the DinD example that stores the built image in the container registry may not be visible to the Kubernetes executor if the default image pull policy defaults to IfNotPresent.
2019-09-06Adds the introduced header of the interruptible propertyCédric Tabin
2019-09-06Follow up documentation for Merge Trains cancel when runningSean Carroll
2019-09-06Merge browser performance testing docs togetherMarcel Amirault
2019-09-06Add docs required version for mirroring statusSteve Azzopardi
2019-09-05New interruptible attribute supported in YAML parsing.Cédric Tabin
Since it is not possible to dynamically detect if a job is automatically cancellable or not, a this new attribute is necessary. Moreover, it let the maintainer of the repo to adjust the behaviour of the auto cancellation feature to match exactly what he needs.
2019-09-04Removing 'Premium' label in block titleNicolas Borderes
Added when it has been moved to core
2019-09-03Update large repositories, remove duplicated textTymoteusz Motylewski
2019-09-03Edit to new rules documentationEvan Read
2019-09-03Clarify limits for needs keywordEvan Read
2019-09-03Merge branch 'mc/feature/downstream-pipeline-tracking-ce' into 'master'Kamil Trzciński
Backport documentation for status checking behaviors See merge request gitlab-org/gitlab-ce!32184
2019-09-03Backport documentation from EEMatija Čupić
Backport documentation from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15580
2019-09-03Add suggested changes to docker build docMarcel Amirault
2019-09-02Merge branch 'typo-ci-reference' into 'master'Evan Read
Fix typo in GitLab CI configuration reference See merge request gitlab-org/gitlab-ce!32382
2019-09-02Merge branch 'sh-fix-ci-lint-500-error' into 'master'Ash McKenzie
Fix 500 error in CI lint when included templates are an array Closes #66605 See merge request gitlab-org/gitlab-ce!32232
2019-09-02Change markdownlint wildcard formatMarcel Amirault
2019-08-31Fix 500 error in CI lint when included templates are an arrayStan Hu
Previously the following syntax would fail in the linter with an error 500: ``` include: template: - License-Management.gitlab-ci.yml - Dependency-Scanning.gitlab-ci.yml - SAST.gitlab-ci.yml ``` Now the error will call out specifically that the value is not a string. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66605
2019-08-30Add note about GitHub OAuthEvan Read
2019-08-30Merge branch 'patch-15' into 'master'Evan Read
docs: add docker-in-docker from registry example See merge request gitlab-org/gitlab-ce!31101
2019-08-30Fix broken markdown in various docsMarcel Amirault
2019-08-29docs: add docker-in-docker from registry exampleNeroBurner
- use specific docker version 19.03.1 in example
2019-08-29Fix typo in GitLab CI configuration referencetgalopin
2019-08-28Rename all filenames and occurrences to License ComplianceAchilleas Pipinellis
- New redirect doc/user/application_security/license_compliance/index.md - Renaming of images. - Some links that were pointing to the old location are fixed.
2019-08-28Fix markdown in various docsMarcel Amirault
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
2019-08-28Fixes Introduced in text for our rendererEvan Read
2019-08-27Merge branch 'docs-update-needs-example' into 'master'Kamil Trzciński
Update the syntax of DAG example See merge request gitlab-org/gitlab-ce!32137
2019-08-27[#2838] add cache override explanationJace Bennest
2019-08-27Update `only` `chat` statement to correct singular formDaniel Gruesso
2019-08-27CI Yaml configuration docs for using job rulesdrew
2019-08-23Update capitalization in admin, api, othersMarcel Amirault
Update capitalization in /administration, /api, /ci and /customization
2019-08-23Update syntax of needs exampleAlexander Tanayno
2019-08-22Issue #39099: Add links for latest pipelinesAlex Ives
2019-08-22Improve doc about bridge job limitationsOlivier Gonzalez
2019-08-22Rename License Management to License ComplianceAchilleas Pipinellis
As part of https://gitlab.com/gitlab-org/gitlab-ee/issues/8910, all occurrences of License Management are replace with License Compliance.
2019-08-21Make text clearerEvan Read
2019-08-21Added an example to doumentation for using multiple build policies with ↵drew
only: and except:
2019-08-21Merge branch 'docs/pipelines-gitaly-version-removal' into 'master'Evan Read
Remove Gitaly version in the docs See merge request gitlab-org/gitlab-ce!32006
2019-08-21Merge branch 'zm-rephrase-ci-docs' into 'master'Evan Read
Update grammar in DAG docs See merge request gitlab-org/gitlab-ce!32021
2019-08-20Merge branch 'ssh-add-no-redirect' into 'master'Achilleas Pipinellis
In ssh_keys docs, don't redirect stdout of ssh-add See merge request gitlab-org/gitlab-ce!31630
2019-08-20Clarify when new values are validEvan Read
2019-08-20Update grammar in DAG docsZeff Morgan
2019-08-20Remove Gitaly version in the docsZeger-Jan van de Weg
It's very hard for end user to know what version of Gitaly is running, and they should not have to care about this detail either. Gitaly 1.21.0 was released before 11.9 was tagged, so it's an unsupported version too. This change removes the reference.
2019-08-20Docs DOCKER_AUTH_CONFIG not available for k8sSteve Azzopardi
2019-08-20Merge branch 'patch-74' into 'master'Ray Paik
Fix typo in doc/ci/yaml/README.md See merge request gitlab-org/gitlab-ce!31923
2019-08-19Merge branch 'docs-runner-needs-owner' into 'master'Evan Read
Fix required runner permissions Closes #52513 See merge request gitlab-org/gitlab-ce!31598
2019-08-19Docs: Refresh CI quick start screenshotsTristan Williams
2019-08-17Update README.mdAlex Harford
2019-08-16Merge branch 'mc/feature/pipeline-tracking-config-ce' into 'master'Kamil Trzciński
Add `needs:` CI config option CE Closes gitlab-ee#12334 See merge request gitlab-org/gitlab-ce!31346