summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* modify api to work with new deploy keysDmitriy Zaporozhets2013-05-063-7/+6
* Check git version in gitlab:checkDmitriy Zaporozhets2013-05-061-0/+15
* Changed forgotten unicorn to puma in the init scriptmajjacz2013-05-041-1/+1
* Merge pull request #3597 from amacarthur/fork-pull-requestDmitriy Zaporozhets2013-05-021-0/+12
|\
| * updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-151-0/+12
* | better fix for encoding errortsl09222013-05-031-3/+1
* | fix: UTF-8 encoding errortsl09222013-05-031-0/+2
* | fix http push 401tsl09222013-05-031-3/+7
* | require gitlab-shell v1.4.0Dmitriy Zaporozhets2013-04-301-3/+5
* | Merge pull request #3758 from fredowski/masterDmitriy Zaporozhets2013-04-301-1/+29
|\ \
| * | LDAP authentication in grack - check ldap conf before call / added commentFriedrich Beckmann2013-04-291-2/+6
| * | LDAP Authentification with grack for https push - fixed password checkFriedrich Beckmann2013-04-271-1/+25
* | | Merge pull request #3688 from amacarthur/rake-fixDmitriy Zaporozhets2013-04-301-2/+2
|\ \ \
| * | | fixed broken gitlab version determination during backupAngus MacArthur2013-04-231-2/+2
* | | | fix wrong class nameDmitriy Zaporozhets2013-04-291-1/+1
* | | | Refactor post-receive workerDmitriy Zaporozhets2013-04-291-0/+23
* | | | Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-278-638/+0
| |/ / |/| |
* | | Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is "tag...Sato Hiroyuki2013-04-252-4/+11
|/ /
* | Move init.d and nginx default recipes in core library to save efforts trying ...Dmitriy Zaporozhets2013-04-222-0/+169
* | require gitlab:shell v1.3.0Dmitriy Zaporozhets2013-04-201-9/+9
* | Add support for git-archive in gitlab internal apiDmitriy Zaporozhets2013-04-201-1/+1
* | Invoke shell setup after backup restoreDmitriy Zaporozhets2013-04-181-0/+1
* | Merge pull request #3209 from tsl0922/masterDmitriy Zaporozhets2013-04-181-0/+1
|\ \
| * | Fix: API 500 error when project does not existstsl09222013-03-141-0/+1
* | | Merge pull request #3603 from axilleas/os-nameDmitriy Zaporozhets2013-04-181-1/+4
|\ \ \
| * | | Added os_name support for systems running systemd.Axilleas Pipinellis2013-04-151-1/+4
* | | | Merge pull request #3602 from axilleas/check-redisDmitriy Zaporozhets2013-04-181-0/+18
|\ \ \ \
| * | | | Added check_redis_version. Fixes #3449axilleas2013-04-151-0/+18
| | |_|/ | |/| |
* | | | Prevent 500 error on git blame if empty fileDmitriy Zaporozhets2013-04-181-1/+2
* | | | migrate milestones with nil stateDmitriy Zaporozhets2013-04-161-0/+4
* | | | symbolize keys for Gitlab::Git::Diff & Gitlab::Git::CommitDmitriy Zaporozhets2013-04-162-7/+9
* | | | Paginate users in users apiDmitriy Zaporozhets2013-04-161-0/+1
* | | | Warn user about losing merge request diffDmitriy Zaporozhets2013-04-151-0/+7
* | | | Fix bug when limit or offset passed as stringDmitriy Zaporozhets2013-04-151-1/+1
* | | | Update app code to use Gitlab::Git::DiffDmitriy Zaporozhets2013-04-152-1/+16
* | | | Init Gitlab::Git::Diff classDmitriy Zaporozhets2013-04-151-0/+63
| |/ / |/| |
* | | Git log follow supportakzhan2013-04-151-2/+2
|/ /
* | Remove wiki migrator. We dont need it any more. Users should migrate to 5.0 f...Dmitriy Zaporozhets2013-04-102-166/+0
* | backup/restore uploadsDmitriy Zaporozhets2013-04-102-3/+44
* | Run rewrite-hooks after repos restoreDmitriy Zaporozhets2013-04-101-0/+9
* | Backup/restore wiki repos tooDmitriy Zaporozhets2013-04-051-0/+22
* | separate rake task for migration and persistent oneDmitriy Zaporozhets2013-04-052-0/+11
* | move old repositories dir to one with timestampDmitriy Zaporozhets2013-04-051-1/+1
* | refactor backup/restoreDmitriy Zaporozhets2013-04-054-102/+139
* | Replace db:backup/restore with native mysq/pg solutionDmitriy Zaporozhets2013-04-052-41/+62
* | Merge pull request #3493 from wangdong/patch-2Dmitriy Zaporozhets2013-04-031-1/+1
|\ \
| * | Update user_team_manager.rbWang Dong2013-04-031-1/+1
* | | decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets2013-04-031-4/+10
* | | Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets2013-04-035-153/+105
* | | Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets2013-04-031-5/+7