Skip to content
Snippets Groups Projects
Commit 8b9d7af6 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Updates to the blog post.

parent dc2dfff4
No related branches found
No related tags found
1 merge request!1936.9 release blog post
Loading
Loading
@@ -7,45 +7,25 @@ categories:
author: Marin Jankovski
---
 
Hello everyone!
Gitlab is open source software made for collaborative coding.
GitLab is open source software to collaborate on code.
Today we announce the release of a new version of GitLab Enterprise Edition (EE) and GitLab Community Edition (CE), with new features, usability and performance improvements, and bug fixes.
The main new feature of CE release is two step creation process for merge requests.
In addition to updates from CE, Enterprise edition now has support for integration with Jenkins CI service.
The main new feature of CE release is a two step creation process for merge requests.
In addition to the updates from Community Edition, GitLab Enterprise Edition can now integrate Jenkins CI.
 
Other changes include improvements in comments loading logic, markdown preview during editing via web editor and new API features.
Other changes include improvements in how comments are loaded and markdown is previewed during editing. Additionally, several new API features have been added.
 
This month's Most Valuable Person is
This month's Most Valuable Person is Evgeniy Sokovikov for contributing preview when editing a markdown file in the web editor.
 
Thanks !
Thanks Evgeniy!
 
<!--more-->
 
## Jenkins CI integration(EE only feature)
GitLab 6.9 EE can be configured to interact with Jenkins CI.
This integration includes triggering Jenkins builds after pushing to repository and showing of build status on Merge Request page.
[![screenshot](/images/6_9/jenkins.png)](/images/6_9/jenkins.png)
## Interacting with Jira(EE only feature)
Before GitLab 6.9, GitLab could be configured to use external issue trackers like Jira. This meant that Issues would link to Jira.
In GitLab 6.9 EE, GitLab goes one step further in integrating Jira by allowing issues to be closed by commit messages and Merge request mentions.
For example, commit message "New feature. Fixes JIRA-123" would create a comment in issue JIRA-123 with a link to the commit and close the issue in Jira.
[![screenshot](/images/6_9/jira.png)](/images/6_9/jira.png)
## Two step Merge Request process
 
We have reworked Merge Request creation process to make the workflow more natural.
 
In GitLab 6.9, when creating new merge request, after selecting the source and target branch and repositories an overview with differences between the two selected branch is first shown.
By comparing the branches before creating the MR, "nothing to merge" situation is prevented. When there are differences between the two branches, MR title will be pre-filled with source branch name, you can enter a description of the MR and assign a user/milestone before submitting the MR.
When creating a new merge request in GitLab 6.9, you are shown a comparison of the branches before actually creating the MR.
By comparing the branches before creating the MR, a "nothing to merge" situation is prevented. When there are differences between the two branches, MR title will be pre-filled with source branch name, you can enter a description of the MR and assign a user/milestone before submitting the MR.
 
[![screenshot](/images/6_9/mr1.png)](/images/6_9/mr1.png)
 
Loading
Loading
@@ -53,7 +33,7 @@ By comparing the branches before creating the MR, "nothing to merge" situation i
 
## Markdown preview or diff when using web editor
 
Thanks to contribution by Evgeniy Sokovikov, editing files via web editor is now more convenient.
Thanks to the contribution by Evgeniy Sokovikov, editing files via the web editor is now more convenient.
 
When editing a file you can now view the diff before commiting the changes.
If the file is a markdown file, you can preview the changes before commiting.
Loading
Loading
@@ -70,22 +50,40 @@ Thanks to contribution by Drew Blessing we can add labels to merge request.
 
## New API features
 
Thanks to sponsoring by O'Reilly Media it is now possible to accept Merge Requests through the API.
Thanks to sponsoring by O'Reilly Media it is now possible to accept [Merge Requests through the API](https://gitlab.com/gitlab-org/gitlab-ce/blob/6-9-stable/CHANGELOG#L18).
 
You can read more about the GitLab API at [doc.gitlab.com/ce/api](http://doc.gitlab.com/ce/api/README.html).
 
## Jenkins CI integration (EE only feature)
GitLab 6.9 EE can be configured to interact with Jenkins CI.
Jenkins builds can be triggered by pushes to a repository and the build status can be shown on merge requests.
[![screenshot](/images/6_9/jenkins.png)](/images/6_9/jenkins.png)
## Interacting with Jira (EE only feature)
Before GitLab 6.9, GitLab could be configured to use external issue trackers like Jira. This meant that Issues would link to Jira.
In GitLab 6.9 EE, GitLab goes one step further in integrating Jira by allowing tickets to be closed by commit messages and merge request mentions.
For example, commit message "New feature. Fixes JIRA-123" would create a comment in ticket JIRA-123 with a link to the commit and would close the ticket in Jira.
[![screenshot](/images/6_9/jira.png)](/images/6_9/jira.png)
- - -
 
# Install
 
If you are setting up a new GitLab installation see the [installation section of the README](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#installation).
If you are setting up a new GitLab installation see the [installation section of the README](https://gitlab.com/gitlab-org/gitlab-ce/blob/6-9-stable/README.md#installation).
 
# Update
# Update
 
Upgrade instructions for omnibus-gitlab packages can be found in [the omnibus-gitlab repository](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/update.md).
 
If you installed GitLab from source and you have version 6.4.2 or higher you can use the [upgrade script](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/upgrader.md).
But you have to update GitLab Shell to 1.9.4 manually, see [point 3 of the upgrade guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/6.8-to-6.9.md#3-update-gitlab-shell-and-its-config).
You have to update GitLab Shell to 1.9.4 manually, see [point 3 of the upgrade guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/6.8-to-6.9.md#3-update-gitlab-shell-and-its-config).
 
If you still want to do it manually - see the [Update Guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/6.8-to-6.9.md).
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment