Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add docs about CI_SERVER_HOST env variable64161-gitlab-fqdn | Balasankar "Balu" C | 2019-07-10 | 2 | -0/+6 |
| | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com> | ||||
* | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800 | ||||
* | Fix markdown to reduce number of kramdown warnings | Marcel Amirault | 2019-07-03 | 1 | -1/+1 |
| | | | | Add backticks around square brackets, or fix links, as necessary. | ||||
* | Add Markdown linting | Evan Read | 2019-06-25 | 1 | -1/+1 |
| | | | | | Also adds and one linting rule and makes project conform to it. | ||||
* | Updated explanation of CI_COMMIT_BEFORE_SHA variable | Blair Lunceford | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | Refactor and add version text to variable syntax | Evan Read | 2019-06-24 | 1 | -7/+7 |
| | |||||
* | Docs: link to predefined env variables reference more evident | Marcia Ramos | 2019-06-24 | 1 | -3/+5 |
| | |||||
* | Edit after script context text | Evan Read | 2019-06-16 | 1 | -4/+5 |
| | |||||
* | Leave clear notices about after_script execution contextdocs/make-it-clear-about-after-script-context | Tomasz Maczukin | 2019-06-12 | 1 | -0/+8 |
| | | | | | | | | | | | | We frequently see new issues mentioning that something defined in `before_script` or `script` doesn't work with `after_script`. Our documentation mentions that first two are concatenated and executed together, why the third one is executed in a separated shell context. But it looks like it's not clear enough. Since this misunderstanding of how scripts are being executed is repeated frequently, let's make it more clear in docs. | ||||
* | Expose javascript regex | Matija Čupić | 2019-06-06 | 1 | -2/+1 |
| | |||||
* | Allow masking if 8 or more characters in base64 | Thomas Nilsson | 2019-06-06 | 1 | -0/+1 |
| | | | | | | This should allow for private ssh-keys to remain private. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790. | ||||
* | Merge branch 'ci-variable-expression-con-dis-junction' into 'master' | Kamil Trzciński | 2019-06-06 | 1 | -0/+18 |
|\ | | | | | | | | | CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925 | ||||
| * | && and || operators for CI Pipeline expressions. | drew cimino | 2019-06-04 | 1 | -0/+18 |
| | | | | | | | | | | | | Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation. | ||||
* | | Merge branch '11204-turn-off-mask-by-default' into 'master' | Mike Greiling | 2019-06-05 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186 | ||||
| * | | Default masked to false for new variables11204-turn-off-mask-by-default | mfluharty | 2019-06-04 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear | ||||
* | | Delete proposed paragraph | Marcia Ramos | 2019-06-05 | 4 | -13/+16 |
|/ | | | | TBA to a different MR/issue | ||||
* | Docs: Clarify allowed characters in masked variables | Krasimir Angelov | 2019-05-29 | 1 | -3/+2 |
| | |||||
* | Correct CI_API_V4_URL CI variable name | Phy | 2019-05-28 | 1 | -4/+4 |
| | |||||
* | Add CI variable types usage example | Krasimir Angelov | 2019-05-21 | 3 | -2/+23 |
| | | | | | | Update documentation with example how to use CI variable types. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/46806. | ||||
* | Docs: Merge EE doc/ci to CE | Marcel Amirault | 2019-05-05 | 2 | -1/+41 |
| | |||||
* | 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. | ||||
* | 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 |
| | | |||||
* | | Docs: fixes grammar/typo | Marcia Ramos | 2019-04-22 | 1 | -1/+1 |
| | | |||||
* | | Add Masked Variables to Variables docsmasked-variables-docs-update-docs-only | mfluharty | 2019-04-10 | 1 | -6/+15 |
|/ | |||||
* | 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> | ||||
* | Docs: Update predefined_variables.md to fix anchor | Marcel Amirault | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Docs: Fix anchors related to variables doc | Marcel Amirault | 2019-04-08 | 3 | -15/+8 |
| | |||||
* | Add documentation for new big-repos features | Kamil Trzciński | 2019-04-05 | 1 | -0/+3 |
| | | | | | | | | | | This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS` | ||||
* | Work around lack of HTML list support in topic | Evan Read | 2019-04-04 | 1 | -14/+14 |
| | |||||
* | Merge branch '54621_missing_example' into 'master' | Grzegorz Bizon | 2019-04-03 | 1 | -0/+4 |
|\ | | | | | | | | | Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878 | ||||
| * | Add missing 'export' example for CI_API_V4_API_URL | Olliver Schinagl | 2019-04-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | Add screenshots for variables | Marcia Ramos | 2019-04-02 | 6 | -236/+376 |
|/ | | | | | - Variables overview - Variables triggered via manual pipeline | ||||
* | Fix conflicts with master | Marcia Ramos | 2019-04-02 | 2 | -101/+111 |
| | | | | Pull master | ||||
* | New doc - deprecated variablesdocs-ci-deprecated-variables | Marcia Ramos | 2019-03-28 | 2 | -30/+32 |
| | |||||
* | Docs: Fix more anchors, mostly pipeline related | Marcel Amirault | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | Docs: Fix missed or newly added broken anchors | Marcel Amirault | 2019-03-25 | 1 | -2/+1 |
| | |||||
* | Docs: Fix CI/CD related anchors | Marcel Amirault | 2019-03-11 | 2 | -5/+5 |
| | |||||
* | Fix spelling and other minor improvements | Evan Read | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into expose-additional-merge-request-pipeline-variables | Hiroyuki Sato | 2019-03-04 | 1 | -13/+17 |
| | | | | | | Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb | ||||
* | Persist source sha and target sha for merge pipelines | Shinya Maeda | 2019-02-27 | 1 | -0/+2 |
| | | | | source_sha and target_sha are used for merge request pipelines | ||||
* | Move ChatOps docs from EE to core | James Fargher | 2019-02-21 | 1 | -0/+2 |
| | | | | ChatOps used to be in the Ultimate tier. | ||||
* | Merge branch 'docs/fix-anchor-link' into 'master' | Achilleas Pipinellis | 2019-02-08 | 1 | -1/+1 |
|\ | | | | | | | | | Fixes link to wrong section See merge request gitlab-org/gitlab-ce!24811 | ||||
| * | Fixes link to wrong sectiondocs/fix-anchor-link | Evan Read | 2019-01-31 | 1 | -1/+1 |
| | |