| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Compress all PNG images under doc/ | Achilleas Pipinellis | 2018-08-27 | 57 | -0/+0 |
| | | | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K | ||||
| * | Merge branch '25990-interactive-web-terminals-for-ci-cd-jobs-docs' into 'master' | Achilleas Pipinellis | 2018-08-20 | 5 | -0/+54 |
| |\ | | | | | | | | | Document Interactive web terminals for CI/CD jobs See merge request gitlab-org/gitlab-ce!20719 | ||||
| | * | Add beta flag for interactive web terminals25990-interactive-web-terminals-for-ci-cd-jobs-docs | Steve Azzopardi | 2018-08-17 | 1 | -0/+4 |
| | | | |||||
| | * | Update interactive web terminal documentation | Steve Azzopardi | 2018-08-16 | 3 | -4/+4 |
| | | | |||||
| | * | Add documentation for interactive web terminals | Steve Azzopardi | 2018-08-16 | 5 | -0/+50 |
| | | | | | | | | | | | | | | | Create a new page for the interactive web terminals since it doesn't fit in any other place. Add link in CI home page. | ||||
| * | | doc: ci/yaml expire_in: the value is in seconds | Elan Ruusamäe | 2018-08-17 | 1 | -1/+3 |
| | | | |||||
| * | | Initial kaniko documentation | Joshua Lambert | 2018-08-16 | 2 | -0/+61 |
| |/ | |||||
| * | Documentation for JUnit XML Test Summary In MR widget | Shinya Maeda | 2018-08-15 | 4 | -0/+152 |
| | | |||||
| * | Fix indentation for artifacts example in docs | Adam Liter | 2018-08-01 | 1 | -2/+2 |
| | | |||||
| * | Update test-and-deploy-python-application-to-heroku.md | Peter Sowah | 2018-07-31 | 1 | -1/+1 |
| | | |||||
| * | Update doc/ci/docker/using_docker_build.md | Tobias Hernstig | 2018-07-25 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'revert-aeb3df17' into 'master' | Achilleas Pipinellis | 2018-07-24 | 1 | -38/+0 |
| |\ | | | | | | | | | Revert "Merge branch '2211-add-option-to-change-clone-path-docs' into 'master'" See merge request gitlab-org/gitlab-ce!20633 | ||||
| | * | Revert "Merge branch '2211-add-option-to-change-clone-path-docs' into 'master'"revert-aeb3df17 | Steve Azzopardi | 2018-07-16 | 1 | -38/+0 |
| | | | | | | | This reverts merge request !19664 | ||||
| * | | Merge branch '48627-document-which-api-is-accessible-with-ci_job_token-docs' ↵ | Achilleas Pipinellis | 2018-07-23 | 1 | -1/+3 |
| |\ \ | |/ |/| | | | | | | | | | | | | | into 'master' Resolve "Document which API is accessible with CI_JOB_TOKEN" Closes #48627 See merge request gitlab-org/gitlab-ce!20612 | ||||
| | * | Document where CI_JOB_TOKEN is used48627-document-which-api-is-accessible-with-ci_job_token-docs | Steve Azzopardi | 2018-07-13 | 1 | -1/+3 |
| | | | | | | | | | closes #48627 | ||||
| * | | Add missing `CI_COMMIT_BEFORE_SHA` predefined variable | Grzegorz Bizon | 2018-07-12 | 1 | -0/+2 |
| |/ | |||||
| * | Rename code climate to code quality | Achilleas Pipinellis (🌴 July 10 - July 20 🌴) | 2018-07-10 | 3 | -50/+56 |
| | | |||||
| * | updates version for CI_JOB_URL and CI_PIPELINE_URL to 11.1 | Alexander Tanayno | 2018-07-06 | 1 | -2/+2 |
| | | |||||
| * | Verify version on container scanning note | Cindy Pallares 🦉 | 2018-07-05 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'docs-products-links' into 'master' | Achilleas Pipinellis | 2018-07-03 | 5 | -5/+5 |
| |\ | | | | | | | | | Updated /products links to /pricing See merge request gitlab-org/gitlab-ce!20321 | ||||
| | * | Updated products links to pricing | Marcel Amirault | 2018-07-03 | 5 | -5/+5 |
| | | | |||||
| * | | Improve documentation of how to build Docker Images with GitLab CI | Tomasz Maczukin | 2018-06-28 | 1 | -2/+21 |
| |/ | |||||
| * | Add note to README about using $CI_COMMIT_REF_SLUG when using forward-slashes | Clemens Sum | 2018-06-27 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'docs/fix-yaml-indentation' into 'master' | Achilleas Pipinellis | 2018-06-19 | 1 | -44/+44 |
| |\ | | | | | | | | | Fix indentation in CI yaml See merge request gitlab-org/gitlab-ce!19737 | ||||
| | * | Fix indentation in CI yaml | pityonline | 2018-06-14 | 1 | -44/+44 |
| | | | |||||
| * | | Document custom build directories | Steve Azzopardi | 2018-06-16 | 1 | -0/+38 |
| |/ | | | | | | Update all references to version to include `v` for consistency. Closes gitlab-org/gitlab-runner#2211 | ||||
| * | Remove incorrect CI doc re: PowerShell | gfyoung | 2018-06-13 | 1 | -10/+0 |
| | | | | | Closes #40164. | ||||
| * | Add CI_{PIPELINE,JOB}_URLexpose-ci-url | Kamil Trzciński | 2018-06-12 | 1 | -0/+2 |
| | | |||||
| * | index article | Marcia Ramos | 2018-06-07 | 1 | -1/+3 |
| | | |||||
| * | Docs: article - Deploy SB apps to CF with GitLab CI/CD | Marcia Ramos | 2018-06-07 | 3 | -0/+142 |
| | | |||||
| * | Resolve "Update docs to reflect the new place of the Kubernetes page" | Fabio Busatto | 2018-06-07 | 1 | -2/+2 |
| | | |||||
| * | doc | Mark Chao | 2018-06-06 | 1 | -1/+1 |
| | | |||||
| * | Doc update | Mark Chao | 2018-06-06 | 1 | -4/+4 |
| | | |||||
| * | Rename Secret variables -> variables | Achilleas Pipinellis | 2018-06-06 | 12 | -48/+48 |
| | | |||||
| * | Fix wording in spec. Add PIPELINE_IID in examples of debugged variables in ↵per-project-pipeline-iid | Shinya Maeda | 2018-06-04 | 1 | -0/+3 |
| | | | | | documants. | ||||
| * | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-30 | 5 | -187/+141 |
| |\ | |||||
| | * | Add documentation about variables usage in GitLab CI | Tomasz Maczukin | 2018-05-29 | 4 | -52/+135 |
| | | | |||||
| | * | Merge branch 'docs/redirect-k8s-service-page' into 'master' | Marcia Ramos | 2018-05-28 | 3 | -135/+6 |
| | |\ | | | | | | | | | | | | | Deprecate the Kubernetes service docs See merge request gitlab-org/gitlab-ce!18837 | ||||
| | | * | Deprecate the Kubernetes service docsdocs/redirect-k8s-service-page | Achilleas Pipinellis | 2018-05-09 | 3 | -135/+6 |
| | | | | |||||
| * | | | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-28 | 2 | -13/+27 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch '5779_rename_code_quality_job_and_artifact' into 'master' | Achilleas Pipinellis | 2018-05-24 | 1 | -6/+13 |
| | |\ \ | | | | | | | | | | | | | | | | | Rename code quality job and artifact. See merge request gitlab-org/gitlab-ce!19049 | ||||
| | | * | | Add deprecation notice in documentation5779_rename_code_quality_job_and_artifact | Olivier Gonzalez | 2018-05-23 | 1 | -0/+7 |
| | | | | | |||||
| | | * | | Rename code quality job and artifact. Refs gitlab-org/gitlab-ee#5779 | Olivier Gonzalez | 2018-05-23 | 1 | -6/+6 |
| | | | | | |||||
| | * | | | Rename container scanning job and artifact | Olivier Gonzalez | 2018-05-24 | 1 | -7/+14 |
| | |/ / | |||||
| * | | | Merge branch 'master' into per-project-pipeline-iid | Shinya Maeda | 2018-05-22 | 3 | -1/+24 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ↵ | Grzegorz Bizon | 2018-05-21 | 2 | -0/+2 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Do not allow to use `CI_PIPELINE_ID` in environment name Closes #46443 See merge request gitlab-org/gitlab-ce!19032 | ||||
| | | * | | Update docs about unsupported environment name variables | Grzegorz Bizon | 2018-05-18 | 2 | -0/+2 |
| | | | | | |||||
| | * | | | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master' | Kamil Trzciński | 2018-05-18 | 2 | -1/+22 |
| | |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | Add support for variables expression regexp syntax Closes #43601 See merge request gitlab-org/gitlab-ce!18902 | ||||
| | | * | | Update variables expressions pattern matching docs | Grzegorz Bizon | 2018-05-17 | 1 | -7/+2 |
| | | | | | |||||
| | | * | | Make variables expression pattern case-sensitivity explicit | Grzegorz Bizon | 2018-05-15 | 1 | -0/+8 |
| | | | | | |||||
