| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Https many links in docsdocs/https-many-docs-links | Evan Read | 2019-06-18 | 2 | -6/+6 |
| | | |||||
| * | Edit after script context text | Evan Read | 2019-06-16 | 2 | -14/+20 |
| | | |||||
| * | Add quotes to redirect value | Evan Read | 2019-06-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'docs-its-relative-7' into 'master' | Evan Read | 2019-06-13 | 18 | -57/+54 |
| |\ | | | | | | | | | Docs: Convert absolute links to relative in /ci docs See merge request gitlab-org/gitlab-ce!29029 | ||||
| | * | Convert absolute links to relative in /ci docs | Marcel Amirault | 2019-06-11 | 18 | -57/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix more links after review Update redirect_from link Apply suggestion to doc/ci/introduction/index.md Apply suggestion to doc/ci/README.md Apply suggestion to doc/ci/README.md Make front matter redirect_from links absolute Change front matter to fix discus comments | ||||
| * | | Merge branch 'docs/make-it-clear-about-after-script-context' into 'master' | Evan Read | 2019-06-13 | 2 | -4/+22 |
| |\ \ | | | | | | | | | | | | | | | | | | | Leave clear notices in docs about after_script execution context Closes gitlab-runner#4146 See merge request gitlab-org/gitlab-ce!29510 | ||||
| | * | | Leave clear notices about after_script execution contextdocs/make-it-clear-about-after-script-context | Tomasz Maczukin | 2019-06-12 | 2 | -4/+22 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Add links to CI/CD videos | Russell Dickenson | 2019-06-12 | 1 | -1/+5 |
| | | | |||||
| * | | Docs for Gitlab Runner docker use of private registries | Andrei Burd | 2019-06-12 | 1 | -0/+95 |
| | | | | | | | | | Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386 | ||||
| * | | Metrics reports documentation is incomplete | Matija Čupić | 2019-06-12 | 1 | -0/+5 |
| | | | |||||
| * | | Fixed markdown link in Docker compose note | Danial Khoshkhou | 2019-06-11 | 1 | -1/+1 |
| |/ | |||||
| * | Docs: CI - link videos | Marcia Ramos | 2019-06-11 | 5 | -16/+27 |
| | | |||||
| * | Doc types on tutorials in top level examples folder, minor edits | Mike Lewis | 2019-06-11 | 17 | -108/+148 |
| | | | | | Variety of edits to conform with SSOT doc style standards | ||||
| * | Move external dashboard docs | Reuben Pereira | 2019-06-10 | 1 | -0/+4 |
| | | | | | | - To user/project/operations - And cross-link in ci/environments | ||||
| * | Video links for SSoT audit | Evan Read | 2019-06-10 | 1 | -2/+5 |
| | | |||||
| * | Merge branch ↵ | Stan Hu | 2019-06-07 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143 | ||||
| | * | 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. | ||||
| * | | SSoT audit fixes | Evan Read | 2019-06-07 | 12 | -118/+285 |
| | | | | | | | | | | | Implements part of the single source of truth audit fixes for the CI section. | ||||
| * | | Integrate demo link into content more | Evan Read | 2019-06-07 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'docs/add-ci-breaking-changes' into 'master' | Evan Read | 2019-06-07 | 1 | -0/+27 |
| |\ \ | |/ |/| | | | | | Add docs for breaking changes of GitLab CI in 12.0 See merge request gitlab-org/gitlab-ce!29053 | ||||
| | * | Add docs for breaking changes of GitLab CI in 12.0docs/add-ci-breaking-changes | Steve Azzopardi | 2019-06-06 | 1 | -0/+27 |
| | | | |||||
| * | | 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 'revert-86900f00' into 'master' | Grzegorz Bizon | 2019-06-06 | 1 | -3/+0 |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Revert "Disable retrying cancelled jobs" Closes #62350 See merge request gitlab-org/gitlab-ce!29201 | ||||
| | * | | Revert "Merge branch..."revert-86900f00 | Kamil Trzciński | 2019-06-05 | 1 | -3/+0 |
| | | | | | | | | | | This reverts merge request !27503 | ||||
| * | | | Docs: Tweak the wording regarding artifact completion | Marcel Amirault | 2019-06-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | Clarified the availability of docker-compose in documentation ↵ | Sven Gerlach | 2019-06-06 | 1 | -5/+5 |
| | | | | | | | | | | | | | using_docker_build.md | ||||
| * | | | Merge branch 'iganbaruch-master-patch-15162' into 'master' | Evan Read | 2019-06-06 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | | Added a link to the click-through demo See merge request gitlab-org/gitlab-ce!29148 | ||||
| | * | | | Added a link to the click-through demoiganbaruch-master-patch-15162 | Itzik Gan Baruch | 2019-06-04 | 1 | -0/+4 |
| | | |/ | |/| | |||||
| * | | | Edit downstream variable content | Evan Read | 2019-06-05 | 1 | -5/+6 |
| | | | | |||||
| * | | | 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 | 8 | -17/+69 |
| | | | | | | | | | TBA to a different MR/issue | ||||
| * | | Add multiple extends support | Wolphin | 2019-06-05 | 1 | -2/+42 |
| |/ | |||||
| * | Add CI quickstart updates | Cindy Pallares 🦉 | 2019-06-04 | 1 | -1/+9 |
| | | |||||
| * | Add doc type | Marcia Ramos | 2019-05-30 | 8 | -6/+35 |
| | | | | | For ssot epic | ||||
| * | Merge branch 'docs-ssot-ci-1' into 'master' | Achilleas Pipinellis | 2019-05-30 | 6 | -0/+24 |
| |\ | | | | | | | | | Docs: ssot ci/files See merge request gitlab-org/gitlab-ce!28801 | ||||
| | * | Add doc typedocs-ssot-ci-1 | Marcia Ramos | 2019-05-27 | 6 | -0/+24 |
| | | | | | | | | | For ssot epic | ||||
| * | | Add doc type | Marcia Ramos | 2019-05-30 | 4 | -4/+21 |
| | | | | | | | | | For CI services examples | ||||
| * | | 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 |
| | | | |||||
| * | | Improve documentation of RegExp in CI/CD job ref patterns | Raphael Das Gupta | 2019-05-28 | 1 | -6/+23 |
| | | | | | | | | | as requested by https://gitlab.com/gitlab-org/gitlab-ce/issues/30477#note_29060568 in #30477 | ||||
| * | | Docs for a downstream pipeline variables expansion | Grzegorz Bizon | 2019-05-28 | 1 | -0/+28 |
| | | | |||||
| * | | Merge branch 'patch-59' into 'master' | Evan Read | 2019-05-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | Docs: Remove stray full stop from the middle of the sentence See merge request gitlab-org/gitlab-ce!28403 | ||||
| | * | | Remove stray full stop from the middle of the sentence | Andy Allan | 2019-05-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Docs: add tip for Kubernetes executor using dind | Tristan Williams | 2019-05-28 | 1 | -2/+5 |
| | |/ |/| | |||||
| * | | Removes mention of $AUTO_DEVOPS_DOMAIN in doc56959-remove-auto-devops-domain-ci-variable | Thong Kuah | 2019-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | Even though there's no relation to the feature (it's actually about overriding template values, best to replace this with $KUBE_INGRESS_BASE_DOMAIN to avoid any potential confusion | ||||
| * | | 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. | ||||
| * | | Adds documentation for stage button | Mayra Cabrera | 2019-05-20 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | Includes missing documentation for 'Play all manual' builds a single stage. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/28741 | ||||
