summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rescue missing database errorsJacob Vosmaer2015-01-091-4/+8
* Merge branch 'popen_close_stdin'Dmitriy Zaporozhets2015-01-081-0/+3
|\
| * Close standard input in Gitlab::Popen.popenJacob Vosmaer2015-01-051-0/+3
* | Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets2015-01-081-8/+13
* | Hack for migrating to new settingsDmitriy Zaporozhets2015-01-081-1/+11
* | Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+7
* | Fix failing tests due to updates on the return messages.Marin Jankovski2015-01-074-8/+8
* | Add a message when unable to save an object through api.Marin Jankovski2015-01-078-15/+15
* | Forward the messages in api response.Marin Jankovski2014-12-306-8/+8
* | Message for api files and groups.Marin Jankovski2014-12-303-5/+5
* | Clearer message if adding comment to commit via api fails.Marin Jankovski2014-12-301-1/+1
* | Update branch api not found messages to 'Branch not found'.Marin Jankovski2014-12-302-5/+6
|/
* Add group filtering by name for APIDmitriy Zaporozhets2014-12-301-5/+8
* Merge pull request #7675 from yglukhov/patch_notes_apiDmitriy Zaporozhets2014-12-291-0/+33
|\
| * Implemented notes (body) patching in API.uran2014-12-251-0/+33
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-12-291-2/+41
|\ \
| * | Updated indentation on case when statements.Stephan van Leeuwen2014-12-291-20/+20
| * | Changed setting the sort variableStephan van Leeuwen2014-12-291-20/+4
| * | Updated projects api to allow orderingStephan van Leeuwen2014-12-291-2/+57
* | | Merge branch 'master' into developer_can_push_to_protected_branches_optionMarin Jankovski2014-12-293-1/+177
|\ \ \ | |/ /
| * | Doorkeeper integrationValery Sizov2014-12-243-1/+177
| |/
* | Add option to disable/enable developers push to already protected branches.Marin Jankovski2014-12-261-2/+2
* | Move protected branch actions into a method.Marin Jankovski2014-12-261-12/+20
* | Allow regular code push for developers if the protected branch allows it.Marin Jankovski2014-12-261-0/+2
|/
* Use a different name of the method to check if sanitize is enabled in check t...Marin Jankovski2014-12-221-2/+2
* Merge pull request #8256 from cirosantilli/rm-unused-has_gitlab_shell3Robert Schilling2014-12-211-4/+0
|\
| * Remove unused has_gitlab_shell3? methodCiro Santilli2014-11-051-4/+0
* | Add theme type css classDrew Blessing2014-12-151-0/+14
* | Don't forget to splat.Marin Jankovski2014-12-121-4/+4
* | Use system where only return result is needed.Marin Jankovski2014-12-121-8/+7
* | Use shell invocation according to the shell commands guidelines.Marin Jankovski2014-12-111-4/+20
* | Merge branch 'sidekiq_memory_killer_grace_time' into 'master'Dmitriy Zaporozhets2014-12-081-24/+29
|\ \
| * | Fix typoJacob Vosmaer2014-12-081-1/+1
| * | Use constants instead of gettersJacob Vosmaer2014-12-081-26/+13
| * | Wait 15 minutes before Sidekiq MemoryKiller actionJacob Vosmaer2014-12-051-15/+33
* | | Decline push if repository does not existDmitriy Zaporozhets2014-12-051-3/+12
|/ /
* | Merge branch 'rake_task_for_google_email_schema_verfication' into 'master'Dmitriy Zaporozhets2014-12-051-0/+73
|\ \
| * | Add rake task for google schema whitelisting.Marin Jankovski2014-12-041-0/+73
* | | Supporting for multiple omniauth provider for the same userValery Sizov2014-12-045-20/+31
* | | Multi-provider auth. LDAP is not reworkedValery Sizov2014-12-042-16/+10
|/ /
* | Reload mr code on force push tooDmitriy Zaporozhets2014-12-022-8/+16
* | Fix internal API for missing project or keyDmitriy Zaporozhets2014-12-011-4/+9
* | Fix deploy keys permission check in internal apiDmitriy Zaporozhets2014-12-011-10/+18
* | Properly fix wiki restore.Achilleas Pipinellis2014-11-301-12/+14
* | Proper wiki restore. Fixes #845Achilleas Pipinellis2014-11-291-8/+12
* | Add comments to the MemoryKiller middlewareJacob Vosmaer2014-11-281-0/+3
* | Add 'MemoryKiller' Sidekiq middlewareJacob Vosmaer2014-11-281-0/+45
* | Merge branch 'git_hook_messages_ce' of dev.gitlab.org:gitlab/gitlabhqJacob Vosmaer2014-11-245-25/+53
|\ \
| * | Git hook messages: wiki access fixValery Sizov2014-11-241-1/+1
| * | Better message for failed pushes because of git hooksValery Sizov2014-11-185-25/+53