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-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-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-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
2019-04-10Added documentation for CI_REF_PROTECTED ci variableJason van den Hurk
2019-04-10Update broken links to new destinationsEvan Read
2019-04-09Change mode to 644 for doc/ci/variables/img/Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-09Use US English for contentEvan Read
2019-04-09Update auth with registry docsEvan Read
2019-04-09Docs: Update predefined_variables.md to fix anchorMarcel Amirault
2019-04-08Merge branch 'document-approach-for-handling-big-repositories' into 'master'Achilleas Pipinellis
Add useful tips about big repositories See merge request gitlab-org/gitlab-ce!27005
2019-04-08Docs: Fix anchors related to variables docMarcel Amirault
2019-04-08Add usefull tips about big repositoriesKamil Trzciński
2019-04-08Update RegExp syntax link to RE2Cody Mize
CI ref pattern matching now uses RE2 instead of Ruby. See https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/ for more information.
2019-04-08Docs: Fix anchors related to environments docMarcel Amirault
2019-04-05Docs for use combined merge refs with merge request pipelinesShinya Maeda
pdate
2019-04-05Merge branch 'update-custom-build-dir-docs' into 'master'Achilleas Pipinellis
Add documentation for custom build directories See merge request gitlab-org/gitlab-ce!20427
2019-04-05Add documentation for new big-repos featuresKamil Trzciński
This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS`
2019-04-04Allow to use untrusted Regexp via feature flagKamil Trzciński
This brings support for untrusted regexp for 'only:refs:' when enabled via feature flag: alllow_unsafe_ruby_regexp. This is by default disabled, and should not be used in production
2019-04-04Work around lack of HTML list support in topicEvan Read
2019-04-04Add docs to `only:changes/except:changes` that discuss using regex in ↵Said Masoud
certain scenarios
2019-04-03Removing redundant "predefined"Eric Hendricks
2019-04-03Merge branch '54621_missing_example' into 'master'Grzegorz Bizon
Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878
2019-04-03Document matching refs with an at-symbolCody Mize
At-symbols are used to match a ref to a specific repository path. Currently this is done by string splitting the ref pattern on the at-symbol. In order to pattern match a literal `@` you must use ruby's unicode character matching `\u{0040}`.
2019-04-02Add missing 'export' example for CI_API_V4_API_URLOlliver Schinagl
In issue #54621 a new variable CI_API_V4_API_URL was introduced, but some of the documentation was omitted. Having an example output is always nice. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2019-04-02Add screenshots for variablesMarcia Ramos
- Variables overview - Variables triggered via manual pipeline
2019-04-02Docs: image realignmentMarcel Amirault
2019-04-02Fix conflicts with masterMarcia Ramos
Pull master
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵John Jarvis
jarv/dev-to-gitlab-2019-04-02
2019-04-02Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot
Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005
2019-04-02Docs: Fix anchor to deprecated variables docMarcel Amirault
2019-04-02Merge branch 'docs/restructure-ci-envs-and-deployment' into 'master'Mike Lewis
Refactor and restructure environments page See merge request gitlab-org/gitlab-ce!26400