gitlab-org--gitlab-foss/doc/ci
Sean Packham b6d069c10f Merge branch 'rename-online-to-web-terminal' into 'master'
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  

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
2016-12-20 19:00:59 +00:00
..
api Update CI API docs 2016-06-14 14:47:32 +02:00
build_artifacts Fix relative URL 2016-08-04 13:23:13 +03:00
docker Document the need to use a PAT with Registry when 2FA is on 2016-12-01 14:24:12 +01:00
examples Update php.md - /.dockerinit was removed in v1.11 so the test always results in an early exit https://github.com/docker/docker/pull/19490 2016-12-01 18:08:37 +00:00
img Add online terminal documentation 2016-12-19 21:27:08 +00:00
permissions Move CI permissions to permissions.md 2016-07-12 17:52:48 +03:00
quick_start Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
review_apps Fix typo 2016-12-11 14:14:59 +00:00
runners optimize png images losslessly using zopflipng 2016-06-29 19:22:15 +08:00
services Update Docker Hub links. 2016-05-07 13:29:24 +09:00
ssh_keys Update README.md 2016-09-05 06:32:26 +00:00
triggers Clarify that a commit SHA doesn't work for CI triggers 2016-12-01 12:35:24 +01:00
variables Merge branch 'feature/runner-script-attempts-docs' into 'master' 2016-12-18 22:37:17 +00:00
yaml Fix typo 2016-12-19 07:58:10 +00:00
enable_or_disable_ci.md Fix incorrect gitlab.rb variable in CI docs 2016-03-11 21:26:18 +02:00
environments.md Rename "Online terminal" to "Web terminal" in the docs 2016-12-20 11:05:39 +00:00
git_submodules.md Refactor the Git submodules with CI docs 2016-11-30 20:50:30 +01:00
pipelines.md Add docs for pipeline duration 2016-12-15 23:03:42 +01:00
README.md Merge branch 'docs/refactor-ci-variables' into 'master' 2016-12-05 21:48:21 +00:00

GitLab CI Documentation

CI User documentation

Breaking changes

  • New CI build permissions model Read about what changed in GitLab 8.12 and how that affects your builds. There's a new way to access your Git submodules and LFS objects in builds.