gitlab-org--gitlab-foss/doc/ci
Grzegorz Bizon c5912ecd73 Merge branch 'master' into feature/multi-level-container-registry-images
* master: (1327 commits)
  Merge branch 'render-json-leak' into 'security'
  Merge branch 'ssrf' into 'security'
  Merge branch 'ssrf' into 'security'
  Merge branch 'fix-links-target-blank' into 'security'
  Merge branch '28058-hide-emails-in-atom-feeds' into 'security'
  Fix karma test
  Reset filters after click
  Handle Route#name being nil after an update
  Only add frontend code coverage instrumentation when generating coverage report
  fix recompile assets step in 9.0 upgrade guide to use yarn
  Undo explicit conversion to Integer
  Make level_value accept string integers
  Make feature spec more robust
  Removed d3.js from the main application.js bundle
  Extend compound status for manual actions specs
  Update css to be nice and tidy.
  Fix pipeline status for transition between stages
  add an index to the ghost column
  Return 404 in project issues API endpoint when project cannot be found
  Improve rename projects migration
  ...

Conflicts:
	doc/ci/docker/using_docker_build.md
	spec/lib/gitlab/import_export/all_models.yml
2017-03-21 14:22:56 +01:00
..
api Update CI API docs 2016-06-14 14:47:32 +02:00
autodeploy Move project services to new location under Integrations 2017-02-03 20:28:47 +01:00
build_artifacts Fix most of broken docs links 2017-02-15 19:27:40 +01:00
docker Merge branch 'master' into feature/multi-level-container-registry-images 2017-03-21 14:22:56 +01:00
examples Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
img Merge branch '27755-pipeline-docs' into 'master' 2017-02-14 17:14:58 +00:00
permissions Move CI permissions to permissions.md 2016-07-12 17:52:48 +03:00
quick_start All CI offline migrations 2017-03-17 23:06:11 +00:00
review_apps Futher rename the CI variables 2017-03-16 08:49:01 +01:00
runners Fix most of broken docs links 2017-02-15 19:27:40 +01:00
services Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
ssh_keys Merge branch 'patch-1' into 'master' 2017-03-16 18:08:23 +00:00
triggers Introduce tests for pipeline triggers 2017-03-05 20:58:08 +01:00
variables Fix Slack link when on notify 2017-03-16 23:27:42 +00:00
yaml Futher rename the CI variables 2017-03-16 08:49:01 +01:00
README.md Cleanup CI variables table and add a deprecation note 2017-03-09 10:19:37 +01:00
enable_or_disable_ci.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
environments.md Futher rename the CI variables 2017-03-16 08:49:01 +01:00
git_submodules.md Rename builds to jobs in docs 2017-02-15 12:12:35 +01:00
pipelines.md Fix job status -> pipeline status 2017-02-16 15:23:56 -06:00

README.md

GitLab CI Documentation

CI User documentation

Breaking changes

  • CI variables renaming Read about the deprecated CI variables and what you should use for GitLab 9.0+.
  • New CI job permissions model Read about what changed in GitLab 8.12 and how that affects your jobs. There's a new way to access your Git submodules and LFS objects in jobs.