summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove user resource. Add ssh url to repo for projectDmitriy Zaporozhets2013-06-0311-135/+16
| * Merge branch 'feature/gitlab_auth' of /home/git/repositories/gitlab/gitlab-ci...Dmitriy Zaporozhets2013-06-0335-499/+321
| |\
| | * Remove devise views, Implement add gitlab project feature. Reorganize nav menuDmitriy Zaporozhets2013-06-0320-221/+88
| | * Drop users table. Fetch user owned projects from gitlabDmitriy Zaporozhets2013-06-0317-102/+140
| | * Replace devise with auth via gitlab apiDmitriy Zaporozhets2013-06-0314-257/+174
| |/
| * set pending status for Build#create_fromDmitriy Zaporozhets2013-06-021-1/+3
| * Fix schedule buildsDmitriy Zaporozhets2013-06-022-3/+9
| * Fix specsDmitriy Zaporozhets2013-05-315-22/+7
| * Show amount of success/failed builds per runnerDmitriy Zaporozhets2013-05-312-0/+8
| * Build belongs to RunnerDmitriy Zaporozhets2013-05-311-1/+2
| * Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-3117-39/+166
| * Remove Run functionalityDmitriy Zaporozhets2013-05-314-20/+0
| * Remove repo reading logic from project. GitLab CI does not store repos any moreDmitriy Zaporozhets2013-05-3110-92/+82
| * Remove runner from seedsDmitriy Zaporozhets2013-05-301-2/+0
| * Remvoe runner specsDmitriy Zaporozhets2013-05-301-29/+0
| * Remove runner functionality. Added api for buildsDmitriy Zaporozhets2013-05-3013-184/+226
|/
* Merge pull request #156 from alexdo/masterDmitriy Zaporozhets2013-05-152-3/+3
|\
| * Bumps rugged version to 0.18Alexander Dormann2013-04-202-3/+3
* | Merge pull request #173 from Philzen/patch-1Dmitriy Zaporozhets2013-05-151-3/+3
|\ \ | |/ |/|
| * Fix Checkout command to use 2.2 stable (instead of 2.0)Philzen2013-05-031-1/+1
| * point setup doc to 2-2-stable branchv2.2.0Dmitriy Zaporozhets2013-04-091-2/+2
* | Merge branch 'link-to-feedback-forum' of /home/git/repositories/gitlab/gitlab-ciDmitriy Zaporozhets2013-04-191-0/+4
|\ \
| * | Link to category in the feedback forum.Sytse Sijbrandij2013-04-191-0/+4
|/ /
* | travis ruby 2.0 addedDmitriy Zaporozhets2013-04-091-0/+1
* | Updated some gemsDmitriy Zaporozhets2013-04-091-14/+18
* | remove latest_sha scopeDmitriy Zaporozhets2013-04-093-6/+5
|/
* Version up to 2.2.0, updated changelog with new entriesDmitriy Zaporozhets2013-04-092-2/+3
* ProjectController specsDmitriy Zaporozhets2013-04-093-1/+55
* Changelog updatedDmitriy Zaporozhets2013-04-091-0/+3
* Correctly hanlde build timeoutsDmitriy Zaporozhets2013-04-091-10/+2
* Dont need chdir since we pass cwd to childprocess. Show user avatars on users...Dmitriy Zaporozhets2013-04-092-10/+8
* build badge status markdown a& html code for userDmitriy Zaporozhets2013-04-093-1/+23
* restyle badges a bitDmitriy Zaporozhets2013-04-095-1/+2
* Add badgesDmitriy Zaporozhets2013-04-091-1/+5
* Build feature specsDmitriy Zaporozhets2013-04-092-0/+13
* rollback childprocess version to work with shellDmitriy Zaporozhets2013-04-093-7/+7
* rollback sidekiq to 2.8.0. Fail build if exception in runnerDmitriy Zaporozhets2013-04-083-3/+9
* update sidekiqDmitriy Zaporozhets2013-04-082-6/+6
* make top panel static - not fixedDmitriy Zaporozhets2013-04-082-2/+1
* more project feature specsDmitriy Zaporozhets2013-04-081-0/+27
* show build commit message on project show pageDmitriy Zaporozhets2013-04-083-0/+5
* update specs to match capybara 2Dmitriy Zaporozhets2013-04-083-1/+1
* Fix user profile update, show user gravatarDmitriy Zaporozhets2013-04-084-9/+47
* updated rspec, capybara gemsDmitriy Zaporozhets2013-04-081-23/+19
* Fixed testsDmitriy Zaporozhets2013-04-081-2/+2
* Update CHANGELOGDmitriy Zaporozhets2013-04-081-0/+7
* Securoty update: Update devise to recent versionDmitriy Zaporozhets2013-04-084-4/+6
* Replace grit with ruggedDmitriy Zaporozhets2013-04-085-36/+17
* replace unicorn with puma in init.d script. added configDmitriy Zaporozhets2013-04-083-78/+125
* Merge pull request #142 from Deradon/fix-running-buildsDmitriy Zaporozhets2013-04-081-7/+7
|\