Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update docs related to CI variables | Krasimir Angelov | 2019-05-03 | 6 | -27/+42 | |
| | | | | | | | | | | Add `Variable Types` section to explain supported variable types and update example and related screenshots. | |||||
* | | Sort feature set table by stage | Evan Read | 2019-05-03 | 1 | -20/+30 | |
| | | ||||||
* | | Merge branch ↵ | Douwe Maan | 2019-05-02 | 1 | -0/+3 | |
|\ \ | |/ |/| | | | | | | | | | | | | | '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 | |||||
| * | Apply suggestion to doc/ci/pipelines.md53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs | Miranda Fluharty | 2019-05-01 | 1 | -4/+2 | |
| | | ||||||
| * | Update documentation to explain job retryability | mfluharty | 2019-04-23 | 1 | -0/+5 | |
| | | ||||||
* | | Add example for the artifacts:paths section | Blair Lunceford | 2019-05-01 | 1 | -2/+4 | |
| | | ||||||
* | | Merge feature set tables into one | Marcia Ramos | 2019-04-30 | 2 | -81/+113 | |
| | | | | | | | | Plus: add note for .com users | |||||
* | | Fix text based on example | Evan Read | 2019-04-29 | 1 | -7/+7 | |
| | | ||||||
* | | Merge branch 'master' into 'master' | Evan Read | 2019-04-28 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | fix include example See merge request gitlab-org/gitlab-ce!27571 | |||||
| * | | fix include example | Aaron Brülisauer | 2019-04-23 | 1 | -1/+1 | |
| | | | | | | | | | no leading slash at project reference | |||||
* | | | Docs: Environments Documentation review | Marcel Amirault | 2019-04-28 | 5 | -98/+104 | |
| | | | ||||||
* | | | Clarify masked variables docs | Steve Azzopardi | 2019-04-28 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||||
* | | | Fix reference-style links in CI predefined vars | Peter Leitzen | 2019-04-26 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'add-ci-variable-protected-ref' into 'master' | Grzegorz Bizon | 2019-04-24 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716 | |||||
| * | | | Change CI_REF_PROTECTED variable to CI_COMMIT_REF_PROTECTED | Jason van den Hurk | 2019-04-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Change release version of CI_REF_PROTECTED to 11.11 | Jason van den Hurk | 2019-04-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Added documentation for CI_REF_PROTECTED ci variable | Jason van den Hurk | 2019-04-10 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Support negative matches | Kamil Trzciński | 2019-04-23 | 1 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | This adds support for != and !~ operators giving more flexibility in comparing values | |||||
* | | | | Make it clearer when CI_MERGE_REQUEST_ variables are available | Achilleas Pipinellis | 2019-04-23 | 1 | -17/+17 | |
| |/ / |/| | | ||||||
* | | | Add doc cross links for large repositories | Steve Azzopardi | 2019-04-23 | 1 | -18/+21 | |
| | | | ||||||
* | | | Docs: update feature name "Pipelines for Merged Results" | Marcia Ramos | 2019-04-22 | 1 | -3/+3 | |
| | | | ||||||
* | | | Docs: fixes grammar/typo | Marcia Ramos | 2019-04-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch ↵ | Grzegorz Bizon | 2019-04-19 | 1 | -20/+26 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | '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 | |||||
| * | | Update CodeQuality example docs58663-use-include-template-syntax-for-including-the-code-quality-job | Matija Čupić | 2019-04-17 | 1 | -20/+26 | |
| | | | ||||||
* | | | Doc fixes for the release post 11.10 | Marcia Ramos | 2019-04-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update README.md | Anthony Mastrean | 2019-04-17 | 1 | -6/+6 | |
| | | | ||||||
* | | | Merge branch 'masked-variables-docs-update-docs-only' into 'master' | Mike Lewis | 2019-04-17 | 1 | -6/+15 | |
|\ \ \ | |/ / |/| | | | | | | | | Add Masked Variables to Variables documentation See merge request gitlab-org/gitlab-ce!27236 | |||||
| * | | Add Masked Variables to Variables docsmasked-variables-docs-update-docs-only | mfluharty | 2019-04-10 | 1 | -6/+15 | |
| |/ | ||||||
* | | Merge branch 'docs/merge-request-pipelines' into 'master' | Achilleas Pipinellis | 2019-04-17 | 1 | -1/+7 | |
|\ \ | | | | | | | | | | | | | | | | | | | Add note about MR Pipeline Runner version Closes gitlab-ee#11122 See merge request gitlab-org/gitlab-ce!27330 | |||||
| * | | Add note about MR Pipeline Runner versiondocs/merge-request-pipelines | Steve Azzopardi | 2019-04-17 | 1 | -1/+7 | |
| | | | ||||||
* | | | Docs: CI/CD intro - add new illustration + description | Marcia Ramos | 2019-04-16 | 2 | -16/+45 | |
| | | | ||||||
* | | | Refactor review apps doco and CI landing page | Evan Read | 2019-04-15 | 2 | -99/+62 | |
|/ / | ||||||
* | | Merge branch 'limit-amount-of-created-pipelines' into 'master' | Grzegorz Bizon | 2019-04-11 | 1 | -0/+9 | |
|\ \ | | | | | | | | | | | | | Process at most 4 pipelines during push See merge request gitlab-org/gitlab-ce!27205 | |||||
| * | | Process at most 4 pipelines during pushlimit-amount-of-created-pipelines | Kamil Trzciński | 2019-04-10 | 1 | -0/+9 | |
| |/ | | | | | | | | | | | | | | | 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. | |||||
* | | ci/yaml: add version info to changes only/except | Elan Ruusamäe | 2019-04-11 | 1 | -4/+9 | |
| | | ||||||
* | | Remove executable bits from documentation images | Stan Hu | 2019-04-10 | 3 | -0/+0 | |
|/ | | | | | The build in https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/194484356 was failing. | |||||
* | Update broken links to new destinations | Evan Read | 2019-04-10 | 1 | -3/+2 | |
| | ||||||
* | Change mode to 644 for doc/ci/variables/img/docs-60290-docs-lint-broken-in-master | Rémy Coutable | 2019-04-09 | 5 | -0/+0 | |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | Use US English for content | Evan Read | 2019-04-09 | 2 | -6/+6 | |
| | ||||||
* | Update auth with registry docs | Evan Read | 2019-04-09 | 1 | -17/+18 | |
| | ||||||
* | Docs: Update predefined_variables.md to fix anchor | Marcel Amirault | 2019-04-09 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'document-approach-for-handling-big-repositories' into 'master' | Achilleas Pipinellis | 2019-04-08 | 2 | -0/+236 | |
|\ | | | | | | | | | Add useful tips about big repositories See merge request gitlab-org/gitlab-ce!27005 | |||||
| * | Add usefull tips about big repositoriesdocument-approach-for-handling-big-repositories | Kamil Trzciński | 2019-04-08 | 2 | -0/+236 | |
| | | ||||||
* | | Docs: Fix anchors related to variables doc | Marcel Amirault | 2019-04-08 | 11 | -26/+18 | |
|/ | ||||||
* | Update RegExp syntax link to RE2 | Cody Mize | 2019-04-08 | 1 | -1/+1 | |
| | | | | | | 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. | |||||
* | Docs: Fix anchors related to environments doc | Marcel Amirault | 2019-04-08 | 6 | -9/+9 | |
| | ||||||
* | Docs for use combined merge refs with merge request pipelines | Shinya Maeda | 2019-04-05 | 4 | -12/+63 | |
| | | | | pdate | |||||
* | Merge branch 'update-custom-build-dir-docs' into 'master' | Achilleas Pipinellis | 2019-04-05 | 2 | -2/+98 | |
|\ | | | | | | | | | Add documentation for custom build directories See merge request gitlab-org/gitlab-ce!20427 | |||||
| * | Add documentation for new big-repos features | Kamil Trzciński | 2019-04-05 | 2 | -2/+98 | |
| | | | | | | | | | | | | | | | | | | | | This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS` | |||||
* | | Allow to use untrusted Regexp via feature flag | Kamil Trzciński | 2019-04-04 | 1 | -0/+21 | |
|/ | | | | | | | 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 |