Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Jan 17, 2013
1 parent 76b9752 commit 5fd3c03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,9 +1,12 @@
v1.3.0 v2.0.0
- Replace resque with sidekiq - Replace resque with sidekiq
- Run only one build at time per project
- Added whenever for schedule jobs


v1.2.0 v1.2.0
- Added Github web hook support - Added Github web hook support
- Added build schedule - Added build schedule

v1.1.0 v1.1.0
- Added JSON response for builds status - Added JSON response for builds status
- Compatible with GitLab v4.0.0 - Compatible with GitLab v4.0.0
3 changes: 1 addition & 2 deletions ROADMAP.md
Expand Up @@ -2,5 +2,4 @@


1. Email notification 1. Email notification
2. Authorization. 2 types of users (admin and user) 2. Authorization. 2 types of users (admin and user)
3. Support of GitHub integration 3. API
4. API
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0pre 2.0.0
3 changes: 2 additions & 1 deletion doc/installation.md
Expand Up @@ -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 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 ## 5. Setup application


Expand Down

0 comments on commit 5fd3c03

Please sign in to comment.