summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3006 from jweslley/masterDmitriy Zaporozhets2013-09-291-0/+65
|\
| * add rake tasks for web hooks managementJonhnny Weslley2013-02-151-0/+65
* | [gitlab:check] Fix detecting the status of sidekiqJohannes Schleifenbaum2013-09-271-2/+1
* | Check whether only one sidekiq is runningJacob Vosmaer2013-09-271-1/+26
* | Fixed grammatical mistake in init.d status output.Zane Shannon2013-09-261-1/+1
* | Merge branch '6-1-stable'Dmitriy Zaporozhets2013-09-251-1/+28
|\ \
| * | Update check scriptHiroyuki Sato2013-09-241-1/+28
| * | Fix API::MergeRequestHiroyuki Sato2013-09-221-1/+1
* | | Merge pull request #5146 from karlhungus/feature-api-search-for-projects-by-nameDmitriy Zaporozhets2013-09-251-19/+32
|\ \ \
| * | | Used pagnation function from api helpersIzaak Alpert2013-09-241-6/+4
| * | | Added search for projects by name to apiIzaak Alpert2013-09-231-19/+34
* | | | Add gitlab-shell/bin/check to rake gitlab:checkJacob Vosmaer2013-09-241-0/+18
|/ / /
* | | Update for readabilityIzaak Alpert2013-09-221-3/+7
* | | Allows username only updates to ldap propertiesIzaak Alpert2013-09-221-1/+10
* | | Fix API::MergeRequestHiroyuki Sato2013-09-221-1/+1
|/ /
* | Merge pull request #4996 from hiroponz/drop-support-of-root-namespaceDmitriy Zaporozhets2013-09-141-1/+1
|\ \
| * | Drop support of root namespace in routingHiroyuki Sato2013-09-131-1/+1
* | | Remove code that was accidently added in 5dae40f579f66fdc060de633b183ede7bd8b...Dmitriy Zaporozhets2013-09-141-66/+0
|/ /
* | Rescue an error if group doesn't existMarin Jankovski2013-09-122-3/+9
* | Removed private scopeIzaak Alpert2013-09-111-1/+1
* | Update to only provide one way to get a default userIzaak Alpert2013-09-112-3/+68
* | Update User api to respect default settingsIzaak Alpert2013-09-111-1/+1
* | Merge pull request #5012 from jeffb-bt/masterJacob Vosmaer2013-09-111-1/+1
|\ \
| * | -i flag allows sudo to work for git users using rvm that is not being used byJeff '2 bits' Bachtel2013-09-061-1/+1
* | | Some of the requested updates, rebase on masterIzaak Alpert2013-09-091-15/+8
* | | API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-5/+39
* | | Forgot to fix the comment instructions.C. Walker2013-09-061-1/+1
* | | Fixed description.C. Walker2013-09-061-1/+1
|/ /
* | Merge pull request #4990 from karlhungus/feature_group_membership_apiDmitriy Zaporozhets2013-09-052-6/+74
|\ \
| * | Fixes for @randxIzaak Alpert2013-09-051-3/+4
| * | Add group membership apiIzaak Alpert2013-09-042-6/+73
* | | Improve commit diffDmitriy Zaporozhets2013-09-041-2/+14
|/ /
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2013-09-041-1/+1
|\ \
| * \ Merge pull request #4969 from Razer6/update_path_blacklistDmitriy Zaporozhets2013-09-031-1/+1
| |\ \
| | * | Add 'notes' to path blacklist, fixes #4967Robert Schilling2013-09-031-1/+1
* | | | Merge branch 'refactor/oauth' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-09-045-108/+167
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor Gitlab::AuthDmitriy Zaporozhets2013-09-041-54/+1
| * | | Inherit Gitlab::LDAP::User from Gitlab::OAuth::UserDmitriy Zaporozhets2013-09-041-67/+33
| * | | Added Gitlab::OAuth::User classDmitriy Zaporozhets2013-09-041-0/+85
| * | | Remove include of grack_ldapDmitriy Zaporozhets2013-09-021-2/+0
| * | | Move ldap auth to LDAP::User. Removed unused codeDmitriy Zaporozhets2013-09-023-40/+28
| * | | Mode User+LDAP functionality from Gitlab::AuthDmitriy Zaporozhets2013-09-022-17/+92
| |/ /
* | | Merge pull request #4920 from Rovanion/init-rewriteJacob Vosmaer2013-09-031-77/+201
|\ \ \ | |/ / |/| |
| * | Made script path flexibleRovanion2013-09-031-1/+1
| * | Restart works again, grammar mistakes corrected.Rovanion2013-08-291-5/+16
| * | Fixed failure to stop and added handling of failure to remove stale pidRovanion2013-08-281-7/+17
| * | Corrections suggested by jacobvosmaerRovanion2013-08-281-8/+15
| * | Changes recommended by @axilleasRovanion2013-08-271-5/+5
| * | Rewrote init script.Rovanion2013-08-271-78/+174
* | | Merge pull request #4906 from alexvh/standardize_diff_api_urlDmitriy Zaporozhets2013-08-291-4/+20
|\ \ \