summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move blob_snippet to gitlab_git gemDmitriy Zaporozhets2013-05-091-32/+0
* Implemented code search featureJavier Castro2013-05-091-0/+32
* Update init.d scriptrezigned2013-05-091-5/+10
* Add Gitlab::VersionInfo class to fix and simplify version check.Sato Hiroyuki2013-05-082-24/+64
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2013-05-071-1/+1
|\
| * Merge pull request #3871 from axilleas/backup-fixDmitriy Zaporozhets2013-05-071-1/+1
| |\
| | * Fix errors during backup task. Fix #3785Axilleas Pipinellis2013-05-071-1/+1
* | | Include default labels in issues autocomplete etc. Show colored labels on iss...Dmitriy Zaporozhets2013-05-071-5/+4
* | | add Gitlab::Label class and different color labels for default labels setDmitriy Zaporozhets2013-05-071-0/+29
|/ /
* | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-0713-97/+97
|\ \
| * | remove trailing spacesAndrey Kumanyaev2013-05-055-76/+76
| * | Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-059-21/+21
* | | Fix check git version.Sato Hiroyuki2013-05-071-4/+22
* | | fix API route to delete project hookNihad Abbasov2013-05-071-1/+1
* | | 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
| |/ / |/| |