Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deploy | Adam Niedzielski | 2016-12-21 | 4 | -0/+40 |
| | | | | | | The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template. | ||||
* | Merge branch 'rename-online-to-web-terminal' into 'master' | Sean Packham | 2016-12-20 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename "Online terminal" to "Web terminal" in the documentation ## What does this MR do? Renames online terminals to web terminals in some recently merged documentation ## Are there points in the code the reviewer needs to double check? I think I've caught all the links ## Why was this MR needed? We're calling it 'web terminal' in the release post, and consistency is :sparkles: https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/4007/diffs#note_20283597 ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !8190 | ||||
| * | Rename "Online terminal" to "Web terminal" in the docs | Nick Thomas | 2016-12-20 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'doc-for-pipeline-duration' into 'master' | Rémy Coutable | 2016-12-20 | 1 | -0/+31 |
|\ \ | |/ |/| | | | | | | | | | Add doc for pipeline duration The description was copied and modified from !6084 See merge request !6445 | ||||
| * | Add docs for pipeline durationdoc-for-pipeline-duration | Lin Jen-Shin | 2016-12-15 | 1 | -0/+31 |
| | | |||||
* | | Add online terminal documentation | Nick Thomas | 2016-12-19 | 4 | -1/+44 |
| | | |||||
* | | Fix typofix/ci-readme-typo | James Lopez | 2016-12-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'feature/runner-script-attempts-docs' into 'master' | Kamil Trzciński | 2016-12-18 | 2 | -0/+28 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add new runner script attempts docs and update .gitlab-ci.yml Related: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1907 and https://gitlab.com/gitlab-com/infrastructure/issues/685 Adds missing docs about the new script attempts variables in the runner. See merge request !8100 | ||||
| * | | Add detailed docs in yaml README [ci skip]feature/runner-script-attempts-docs | James Lopez | 2016-12-16 | 1 | -0/+25 |
| | | | |||||
| * | | add new runner script attempts docs and update .gitlab-ci.yml | James Lopez | 2016-12-15 | 1 | -0/+3 |
| |/ | |||||
* | | Pass variables from deployment project services to CI runnerexpose-deployment-variables | Adam Niedzielski | 2016-12-16 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | This commit introduces the concept of deployment variables - variables that are collected from deployment services and passed to CI runner during a deployment build. Deployment services specify the variables by overriding "predefined_variables" method. This commit also configures variables for KubernetesService | ||||
* | | Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUG | Nick Thomas | 2016-12-15 | 3 | -23/+35 |
|/ | |||||
* | Introduce $CI_BUILD_REF_SLUG | Nick Thomas | 2016-12-13 | 3 | -27/+27 |
| | |||||
* | Fix typo | Ismail S | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'patch-7' into 'master' | Achilleas Pipinellis | 2016-12-07 | 1 | -1/+1 |
|\ | | | | | | | | | Update php.md - /.dockerinit was removed in v1.11 so the test always results in … See merge request !7882 | ||||
| * | Update php.md - /.dockerinit was removed in v1.11 so the test always results ↵ | Sam Carrington | 2016-12-01 | 1 | -1/+1 |
| | | | | | | | | in an early exit https://github.com/docker/docker/pull/19490 | ||||
* | | It's secret variables, not secure | Achilleas Pipinellis | 2016-12-05 | 1 | -11/+11 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'docs/refactor-ci-variables' into 'master' | Achilleas Pipinellis | 2016-12-05 | 3 | -61/+218 |
|\ \ | |/ |/| | | | | | Refactor CI variables docs See merge request !7751 | ||||
| * | Fix dead links, add example of debug trace output, simplify titles | Achilleas Pipinellis | 2016-12-05 | 2 | -27/+147 |
| | | | | | | | | [ci skip] | ||||
| * | Refactor CI variables docsdocs/refactor-ci-variables | Achilleas Pipinellis | 2016-11-25 | 3 | -49/+86 |
| | | |||||
* | | Document the need to use a PAT with Registry when 2FA is on | Achilleas Pipinellis | 2016-12-01 | 1 | -9/+23 |
| | | | | | | | | | | | | | | | | GitLab 8.12 introduced a new permissions model which tightened the security of Container Registry. It is now required to use a personal token if 2FA is enabled. [ci skip] | ||||
* | | Clarify that a commit SHA doesn't work for CI triggers | Achilleas Pipinellis | 2016-12-01 | 1 | -3/+7 |
| | | | | | | | | [ci skip] | ||||
* | | Refactor the Git submodules with CI docs | Achilleas Pipinellis | 2016-11-30 | 2 | -0/+87 |
|/ | | | | [ci skip] | ||||
* | Reduce size of images from 25MB to 13MB using pngquant | Achilleas Pipinellis | 2016-11-22 | 28 | -0/+0 |
| | | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip] | ||||
* | Add example image to pipelines docs | Achilleas Pipinellis | 2016-11-22 | 2 | -0/+2 |
| | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24767 [ci skip] | ||||
* | Fix wrong link | ebuildy | 2016-11-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'docs/no-artifacts-passing' into 'master' | Achilleas Pipinellis | 2016-11-18 | 1 | -0/+9 |
|\ | | | | | | | | | Document how to prevent artifacts from passing to next stage See merge request !7575 | ||||
| * | Document how to prevent artifacts from passing to next stage | Achilleas Pipinellis | 2016-11-18 | 1 | -0/+9 |
| | | | | | | | | [ci skip] | ||||
* | | Merge the two Scala examples | Achilleas Pipinellis | 2016-11-18 | 3 | -51/+35 |
| | | | | | | | | [ci skip] | ||||
* | | Add Play/Scala CI example with deployment to Heroku | Jasper Denkers | 2016-11-18 | 2 | -0/+45 |
|/ | |||||
* | Fix wrong link URL | Achilleas Pipinellis | 2016-11-18 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Add note pointing to limitations section in environments.md | Achilleas Pipinellis | 2016-11-18 | 1 | -1/+5 |
| | | | | [ci skip] | ||||
* | Clarify the limitation for special chars is for Review Apps | Achilleas Pipinellis | 2016-11-18 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Change order of limitations list in environments.md | Achilleas Pipinellis | 2016-11-18 | 1 | -7/+7 |
| | | | | [ci skip] | ||||
* | Add an example of invalid characters to branches for review appsdocs/grammar-environments | Achilleas Pipinellis | 2016-11-18 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Grammar fix in environments.md: s/base/basis | Achilleas Pipinellis | 2016-11-18 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Fix missing URL from environments docs | Achilleas Pipinellis | 2016-11-17 | 1 | -1/+3 |
| | | | | [ci skip] | ||||
* | Merge branch 'docs/environments' into 'master' | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+10 |
|\ | | | | | | | | | Mention Git strategy none See merge request !7530 | ||||
| * | Mention Git strategy none | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+10 |
| | | | | | | | | [ci skip] | ||||
* | | Add 8.14 to versions with further additions to review apps | Achilleas Pipinellis | 2016-11-17 | 1 | -3/+4 |
| | | | | | | | | [ci skip] | ||||
* | | Add Limitations sections to environments and review apps docs | Achilleas Pipinellis | 2016-11-17 | 2 | -12/+10 |
| | | | | | | | | [ci skip] | ||||
* | | Add link to environments docs | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+3 |
| | | |||||
* | | Fix URL to review apps docs | Achilleas Pipinellis | 2016-11-17 | 1 | -1/+1 |
| | | |||||
* | | Add a prerequisites section, add some links | Achilleas Pipinellis | 2016-11-17 | 1 | -5/+22 |
| | | |||||
* | | Link to NGINX example project for the time being | Achilleas Pipinellis | 2016-11-17 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Get rid most of the irrelevant sections | Achilleas Pipinellis | 2016-11-17 | 2 | -32/+27 |
| | | | | | | | | [ci skip] | ||||
* | | Add note about current limitation in $CI_BUILD_REF_NAME | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+7 |
| | | | | | | | | [ci skip] | ||||
* | | Add an intro and an Overview section for Review Apps | Achilleas Pipinellis | 2016-11-17 | 1 | -43/+83 |
| | | | | | | | | [ci skip] | ||||
* | | WIP review apps | Achilleas Pipinellis | 2016-11-17 | 1 | -0/+82 |
| | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 [ci skip] | ||||
* | | Add Review apps link to CI README | Achilleas Pipinellis | 2016-11-17 | 1 | -3/+7 |
|/ |