Skip to content
Snippets Groups Projects

Release post - GitLab 12.0

Merged Jeremy Watson (ex-GitLab) requested to merge release-12-0 into master
All threads resolved!
4 files
+ 31
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -310,6 +310,21 @@ features:
@@ -310,6 +310,21 @@ features:
In 12.0, GitLab Pages access control will now also be made available on GitLab.com.
In 12.0, GitLab Pages access control will now also be made available on GitLab.com.
 
- name: "File Syncing to Web Terminal"
 
available_in: [ultimate] # required
 
documentation_link: "https://docs.gitlab.com/ee/user/project/web_ide/#file-syncing-web-terminal" # webpage or documentation - required
 
video: "https://www.youtube.com/embed/PXTMqsXwRfo"
 
image_url: "/images/12_0/sync-webide-cirunner.png"
 
reporter: kai # required
 
stage: create # required if the feature belongs to a DevOps stage.
 
issue_url: "https://gitlab.com/gitlab-org/gitlab-ee/issues/5276" # required
 
description: |
 
In 12.0 changes made in the Web IDE will now be synced to the Web Terminal. User changes made
 
in the Web IDE can now be be tested within the Web Terminal before committing them to the project.
 
 
This feature also helps to lower the barrier to entry for new contirbutors as they'll be able to view,
 
edit and test without installing local dependencies for a project.
 
- name: "Merge Trains"
- name: "Merge Trains"
available_in: [premium] # required
available_in: [premium] # required
documentation_link: "http://review-docs-docs-yic0js.178.62.207.141.xip.io/ce/ci/merge_request_pipelines/index.html#merge-trains-premium" # webpage or documentation - required
documentation_link: "http://review-docs-docs-yic0js.178.62.207.141.xip.io/ce/ci/merge_request_pipelines/index.html#merge-trains-premium" # webpage or documentation - required
Loading