summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-17 16:16:32 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-17 16:16:32 +0200
commit5fd3c039d465ed5e658d68fbdf064f9eb67e4c70 (patch)
tree0232ab61d69a6e4cc3a379ba87c7adb2b3583cb7
parent76b97521f46efa9cce6dfd2f1c4e18cf775ff626 (diff)
downloadgitlab-ci-5fd3c039d465ed5e658d68fbdf064f9eb67e4c70.tar.gz
v2.0.0v2.0.0
-rw-r--r--CHANGELOG5
-rw-r--r--ROADMAP.md3
-rw-r--r--VERSION2
-rw-r--r--doc/installation.md3
4 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 66ecfd6..04d9a1a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/ROADMAP.md b/ROADMAP.md
index 1cd8e89..bb5f722 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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
diff --git a/VERSION b/VERSION
index 8105b70..227cea2 100644
--- a/VERSION
+++ b/VERSION
@@ -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