diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-17 16:16:32 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-17 16:16:32 +0200 |
commit | 5fd3c039d465ed5e658d68fbdf064f9eb67e4c70 (patch) | |
tree | 0232ab61d69a6e4cc3a379ba87c7adb2b3583cb7 | |
parent | 76b97521f46efa9cce6dfd2f1c4e18cf775ff626 (diff) | |
download | gitlab-ci-5fd3c039d465ed5e658d68fbdf064f9eb67e4c70.tar.gz |
v2.0.0v2.0.0
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | ROADMAP.md | 3 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/installation.md | 3 |
4 files changed, 8 insertions, 5 deletions
@@ -1,9 +1,12 @@ -v1.3.0 +v2.0.0 - Replace resque with sidekiq + - Run only one build at time per project + - Added whenever for schedule jobs v1.2.0 - Added Github web hook support - Added build schedule + v1.1.0 - Added JSON response for builds status - Compatible with GitLab v4.0.0 @@ -2,5 +2,4 @@ 1. Email notification 2. Authorization. 2 types of users (admin and user) -3. Support of GitHub integration -4. API +3. API @@ -1 +1 @@ -2.0.0pre +2.0.0 diff --git a/doc/installation.md b/doc/installation.md index e2a4f62..933b213 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -46,7 +46,8 @@ Create a user for GitLab: sudo -u gitlab_ci -H git clone https://github.com/gitlabhq/gitlab-ci.git - sudo -u gitlab_ci -H + # Checkout preferable version + sudo -u gitlab_ci -H git checkout 2-0-stable ## 5. Setup application |