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-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
2019-08-16Remove indentation from listMarcel Amirault
2019-08-16Revert "Improve test for .with_needs"Kamil Trzciński
This reverts commit d1eddaa98a83400d043678a2239adc4d781b4549
2019-08-14Merge branch 'fix-spelling-in-ci-runners-readme' into 'master'Achilleas Pipinellis
Fix spelling of "timeouted" to "timed out" See merge request gitlab-org/gitlab-ce!31774
2019-08-14Embed metrics charts in issues - docsTristan Read
2019-08-13Change spelling of "timeouted" to "timed out"Vitali Tatarintev
2019-08-13Move shared minutes purchase details to /subscriptionMarcel Amirault
Move details and images related to buying more runner minutes to the subscription page, which deals with all purchase related information, and update links
2019-08-12Merge branch 'docs-civariables-mr' into 'master'Achilleas Pipinellis
Docs: CI predefined variables: push request -> MR See merge request gitlab-org/gitlab-ce!31711
2019-08-12Merge deploy keys example to deploy keys API docsJason Lenny
No reason to keep them separate.
2019-08-12Fix markdown spacing in various docsMarcel Amirault
Align images and lists in assorted markdown docs
2019-08-12CI predefined variables: push request -> MRStefan Schmalzhaf
2019-08-12Merge branch 'docs/disqus-identifier' into 'master'Evan Read
Replace redirect_from with disqus_identifier in docs See merge request gitlab-org/gitlab-ce!31595
2019-08-12Fix introduced section in chatops docMarcel Amirault
2019-08-12Add more rules to markdown lint checkMarcel Amirault
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered list prefix), MD030 (spaces after list markers), and fixes remaining docs that were failing these tests
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-08Remove inoperative >/dev/nullAlexander Oleynikov
2019-08-08Fix required runner permissionsElliot Rushton
2019-08-08Replace redirect_from with disqus_identifier in docsAchilleas Pipinellis
Let's use disqus_identifier since this is a more descriptive name. We will need redirect_from for another purpose anyway (Nanoc redirects).
2019-08-07Add Jenkins quick reference pageJason Lenny
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-07Merge branch 'mc/feature/add-at-colon-variable-masking' into 'master'Grzegorz Bizon
Allow masking @ and : characters Closes #63043 See merge request gitlab-org/gitlab-ce!31065
2019-08-06Update DinD example for 19.03Steve Azzopardi
Docker 19.03 enables TLS by default: ``` Starting in 18.09+, the dind variants of this image will automatically generate TLS certificates in the directory specified by the DOCKER_TLS_CERTDIR environment variable. Warning: in 18.09, this behavior is disabled by default (for compatibility). If you use --network=host, shared network namespaces (as in Kubernetes pods), or otherwise have network access to the container (including containers started within the dind instance via their gateway interface), this is a potential security issue (which can lead to access to the host system, for example). It is recommended to enable TLS by setting the variable to an appropriate value (-e DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is enabled by default. ``` Update the example to use docker over TLS.
2019-08-05Expand markdown linting rules for docsMarcel Amirault
MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
2019-08-04Port changes from EEMatija Čupić
Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12343
2019-08-01Portray better use of types of variables in .gitlab-ci.ymlVlad Stoianovici
2019-08-01Fix whitespace in ci docsMarcel Amirault
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for most docs in /ci, and cleans up other minor whitespace issues too.
2019-07-31Merge branch 'mc/doc/variable-precedence-docs' into 'master'Evan Read
Document multi-project variable precedence Closes gitlab-ee#12879 See merge request gitlab-org/gitlab-ce!31291
2019-07-31Document multi-project variable precedenceMatija Čupić