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-05-17Remove stray full stop from the middle of the sentenceAndy Allan
2019-05-17Docs: Update links and add badge to examples readmeMarcel Amirault
2019-05-16Update mysql.md: variables values should be quoted, otherwise you get an ↵Jean
"variables config should be a hash of key value pairs" error
2019-05-16[CI doc] Add chat value to only keywordBAI Peng
2019-05-15Merge branch 'patch-34' into 'master'Evan Read
recursive/nested includes supported now See merge request gitlab-org/gitlab-ce!28155
2019-05-15Merge branch 'patch-54' into 'master'Evan Read
upgrate example ymal file, change type to stage. See merge request gitlab-org/gitlab-ce!27992
2019-05-15Merge branch 'docs-correct-security-anchor-ee' into 'master'Achilleas Pipinellis
Docs: update link to new security docs See merge request gitlab-org/gitlab-ce!28299
2019-05-14Fix typo in index.mdJonas Gollenz
2019-05-13Update links to new security docsMark Chao
Related to gitlab-ee/!5566
2019-05-08Upgrade Ruby version to 2.6.3Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2019-05-07recursive/nested includes supported nowBen Bodenmiller
2019-05-06include local: remove superfluous ":"Elan Ruusamäe
2019-05-06Docs: Realigning scattered EE docs into CEMarcel Amirault
2019-05-05Docs: Merge EE doc/ci to CEMarcel Amirault
2019-05-03Update docs related to CI variablesKrasimir Angelov
Add `Variable Types` section to explain supported variable types and update example and related screenshots.
2019-05-03Sort feature set table by stageEvan Read
2019-05-02Merge branch ↵Douwe Maan
'53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs' into 'master' Disable retrying cancelled jobs Closes #53064 See merge request gitlab-org/gitlab-ce!27503
2019-05-02upgrate example ymal file, change type to stage.mouson
Update test-and-deploy-python-application-to-heroku.md
2019-05-02Add example for the artifacts:paths sectionBlair Lunceford
2019-05-01Apply suggestion to doc/ci/pipelines.mdMiranda Fluharty
2019-04-30Merge feature set tables into oneMarcia Ramos
Plus: add note for .com users
2019-04-29Fix text based on exampleEvan Read
2019-04-29Merge branch 'master' into 'master'Evan Read
fix include example See merge request gitlab-org/gitlab-ce!27571
2019-04-29Docs: Environments Documentation reviewMarcel Amirault
2019-04-29Clarify masked variables docsSteve Azzopardi
- Add note that must contain only letters, numbers, underscore - Add example of escape characters - Add regex used for validation closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60785
2019-04-26Fix reference-style links in CI predefined varsPeter Leitzen
2019-04-24Merge branch 'add-ci-variable-protected-ref' into 'master'Grzegorz Bizon
Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716
2019-04-24Update documentation to explain job retryabilitymfluharty
2019-04-23Support negative matchesKamil Trzciński
This adds support for != and !~ operators giving more flexibility in comparing values
2019-04-23Make it clearer when CI_MERGE_REQUEST_ variables are availableAchilleas Pipinellis
2019-04-23fix include exampleAaron Brülisauer
no leading slash at project reference
2019-04-23Add doc cross links for large repositoriesSteve Azzopardi
2019-04-22Docs: update feature name "Pipelines for Merged Results"Marcia Ramos
2019-04-22Docs: fixes grammar/typoMarcia Ramos
2019-04-19Merge branch ↵Grzegorz Bizon
'58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master' Resolve "Use include template syntax for including the Code Quality job" Closes #58663 See merge request gitlab-org/gitlab-ce!27448
2019-04-18Doc fixes for the release post 11.10Marcia Ramos
2019-04-17Update README.mdAnthony Mastrean
2019-04-17Merge branch 'masked-variables-docs-update-docs-only' into 'master'Mike Lewis
Add Masked Variables to Variables documentation See merge request gitlab-org/gitlab-ce!27236
2019-04-17Update CodeQuality example docsMatija Čupić
2019-04-17Merge branch 'docs/merge-request-pipelines' into 'master'Achilleas Pipinellis
Add note about MR Pipeline Runner version Closes gitlab-ee#11122 See merge request gitlab-org/gitlab-ce!27330
2019-04-17Add note about MR Pipeline Runner versionSteve Azzopardi
2019-04-16Docs: CI/CD intro - add new illustration + descriptionMarcia Ramos
2019-04-16Refactor review apps doco and CI landing pageEvan Read
2019-04-11Merge branch 'limit-amount-of-created-pipelines' into 'master'Grzegorz Bizon
Process at most 4 pipelines during push See merge request gitlab-org/gitlab-ce!27205
2019-04-11ci/yaml: add version info to changes only/exceptElan Ruusamäe
2019-04-11Remove executable bits from documentation imagesStan Hu
The build in https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/194484356 was failing.
2019-04-10Add Masked Variables to Variables docsmfluharty
2019-04-10Change CI_REF_PROTECTED variable to CI_COMMIT_REF_PROTECTEDJason van den Hurk
2019-04-10Process at most 4 pipelines during pushKamil Trzciński
This adds a limitation that we will try to create pipeline for at most 4 first changes (branches and tags). This does not affect processing of Pipelines for Merge Requests, as each updated MR will have associated pipeline created.
2019-04-10Change release version of CI_REF_PROTECTED to 11.11Jason van den Hurk