summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Add "User created project Namespace / Project" eventDouwe Maan2015-02-132-7/+9
* Move all event creation to EventCreateService.Douwe Maan2015-02-136-39/+57
* Add labels notesNikita Verkhovin2015-02-083-0/+22
* Allow groups to be mentioned.Douwe Maan2015-02-051-3/+8
* Merge branch 'master' into mwessel/gitlab-ce-configure-protectionDmitriy Zaporozhets2015-02-033-8/+9
|\
| * Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-021-1/+1
| * Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets2015-02-021-5/+6
| * Rubocop: Style/AccessorMethodName enabledDmitriy Zaporozhets2015-02-021-2/+2
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into configure-prote...Marco Wessel2015-01-3010-40/+60
|\ \ | |/
| * Merge pull request #8652 from bladealslayer/feature/system_hook_for_groupsDmitriy Zaporozhets2015-01-271-0/+23
| |\
| | * Added support for firing system hooks on group create/destroy and adding/remo...Boyan Tabakov2015-01-271-0/+23
| * | Files::CreateService can now commit file to empty repositoryDmitriy Zaporozhets2015-01-261-7/+12
| * | Organize event order execution when update issue or mrDmitriy Zaporozhets2015-01-257-7/+7
| * | Add issue/mr participants to reasign eventsDmitriy Zaporozhets2015-01-251-37/+15
| * | Include issue/mr participants in list of recipients for close/reopen emailsDmitriy Zaporozhets2015-01-251-2/+16
| |/
* | indentationMarco Wessel2015-01-251-1/+1
* | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-2/+8
|/
* Fix tests, merge conflicts, some minor issues and make the project avatar fea...Hannes Rosenögger2015-01-241-4/+4
* adding avatar to project settings page added avatar removal show project avat...Steven Thonus2015-01-241-0/+3
* Faster autocomplete without unused descriptionDmitriy Zaporozhets2015-01-231-2/+2
* Faster autocomplete for users/issues/emojiisDmitriy Zaporozhets2015-01-221-0/+15
* Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets2015-01-213-4/+4
|\
| * Fix various typosSteven Burgart2015-01-183-4/+4
* | developer can push to protected branchesValery Sizov2015-01-203-15/+3
* | Add action property to merge request hookjubianchi2015-01-205-5/+8
|/
* Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets2015-01-152-5/+5
|\
| * Replace regex methods by string ones since fasterCiro Santilli2014-12-282-5/+5
* | Fix test hook and testsDmitriy Zaporozhets2015-01-121-1/+1
* | Fix ci data in hook when create git tag via UIDmitriy Zaporozhets2015-01-121-3/+3
* | Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-114-76/+15
* | Execute GitLab CI on tag pushDmitriy Zaporozhets2015-01-101-0/+6
* | Improve application settings and write testsDmitriy Zaporozhets2015-01-082-1/+9
* | Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-081-1/+1
* | Ooops! Removing debug line :)Dmitriy Zaporozhets2015-01-061-1/+0
* | Refactor merge request merge serviceDmitriy Zaporozhets2015-01-064-19/+13
* | Merge pull request #8495 from dblessing/fix_8432Dmitriy Zaporozhets2015-01-061-2/+2
|\ \
| * | Merge request error display.Drew Blessing2014-12-261-2/+2
| |/
* | Merge pull request #7675 from yglukhov/patch_notes_apiDmitriy Zaporozhets2014-12-291-0/+25
|\ \
| * | Implemented notes (body) patching in API.uran2014-12-251-0/+25
* | | New feature: add 'Mention' notification levelDmitriy Zaporozhets2014-12-291-0/+33
| |/ |/|
* | Doorkeeper integrationValery Sizov2014-12-241-0/+41
|/
* For API compatibility still generate path from name if only name providedDmitriy Zaporozhets2014-12-221-1/+8
* Set project path & name in one field without transforamtionDmitriy Zaporozhets2014-12-221-6/+4
* Merge branch 'prevent-500-test-webhook' into 'master'Dmitriy Zaporozhets2014-12-041-3/+0
|\
| * Handle web hook exceptionDmitriy Zaporozhets2014-12-041-3/+0
* | Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-1/+1
|/
* Reload mr code on force push tooDmitriy Zaporozhets2014-12-021-1/+6
* Improve MR code reloading when push codeDmitriy Zaporozhets2014-12-021-2/+16
* Remove unused password argument from notificationJacob Vosmaer2014-12-011-1/+1
* Dont allow project creation without repositoryDmitriy Zaporozhets2014-11-291-24/+26