summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Call merge request web hook for each commitsArthur Gautier2015-05-131-2/+16
* Reorganize SystemNoteService spec a bitrs-system-noteRobert Speicher2015-05-111-13/+17
* Spec SystemNoteService.cross_reference_disallowed?Robert Speicher2015-05-111-2/+26
* Update SystemNoteService method naming conventionsRobert Speicher2015-05-111-128/+129
* Remove legacy special case for emphasized reference notesRobert Speicher2015-05-111-36/+0
* Add a SystemNoteService classRobert Speicher2015-05-111-0/+353
* Make the first branch pushed to an empty repository the default HEAD.Stan Hu2015-05-051-1/+14
* Use Projects::CreateService to fork projects so that after-create hooks are run.forked-eventDouwe Maan2015-04-241-10/+6
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-242-7/+7
* Use project.commit convenience method.Douwe Maan2015-04-242-4/+4
* Fix notification service spec.Douwe Maan2015-04-151-1/+1
* Clean up code around commit mentions.Douwe Maan2015-04-151-1/+1
* Merge branch 'ci_fork' into 'master'Dmitriy Zaporozhets2015-04-091-1/+13
|\
| * CI forking: testsValery Sizov2015-04-061-1/+13
* | Merge branch 'configurable-attachment-size' into 'master'Douwe Maan2015-04-031-0/+10
|\ \ | |/ |/|
| * Support configurable attachment size via Application SettingsStan Hu2015-04-021-0/+10
* | Add tests.Douwe Maan2015-03-311-0/+93
|/
* Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-212-10/+47
* Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-171-0/+32
|\
| * testsValery Sizov2015-03-161-0/+32
* | Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets2015-03-164-3/+126
|\ \
| * \ Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-141-9/+0
| |\ \ | | |/
| * | Add tests for snippet servicesVinnie Okada2015-03-142-0/+96
| * | Allow admins to override restricted visibilityVinnie Okada2015-03-082-3/+30
* | | Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-3/+3
| |/ |/|
* | fix mass SQL statements on initial pushHannes Rosenögger2015-03-091-9/+0
|/
* Merge branch 'mass-change-comments' into 'master'Dmitriy Zaporozhets2015-03-071-18/+10
|\
| * Send notifications and leave system comments when bulk updating issues.Douwe Maan2015-03-061-18/+10
* | Condense commits already in target branch when updating merge request source ...Douwe Maan2015-03-061-1/+1
|/
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+1
* Allow mass-unassigning of issuesRobert Speicher2015-02-251-0/+19
* Rename bulk_update_context_spec to bulk_update_service_specRobert Speicher2015-02-251-0/+0
* Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-242-4/+14
|\
| * Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-4/+14
* | Refactor.Douwe Maan2015-02-171-13/+7
* | implement Project::UploadsControllerHannes Rosenögger2015-02-171-4/+4
* | Fix testsHannes Rosenögger2015-02-171-4/+4
* | Generalize the image upload in markdownHannes Rosenögger2015-02-172-62/+81
|/
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-1222-264/+266
* Add labels notesNikita Verkhovin2015-02-082-2/+20
* Add test for default branch protection configurationMarco Wessel2015-01-311-0/+18
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into configure-prote...Marco Wessel2015-01-304-1/+40
|\
| * Merge pull request #8652 from bladealslayer/feature/system_hook_for_groupsDmitriy Zaporozhets2015-01-271-0/+31
| |\
| | * Added support for firing system hooks on group create/destroy and adding/remo...Boyan Tabakov2015-01-271-0/+31
| * | Remove unnecessary reload in testDmitriy Zaporozhets2015-01-261-1/+1
| * | Organize event order execution when update issue or mrDmitriy Zaporozhets2015-01-252-1/+4
| * | Add issue/mr participants to reasign eventsDmitriy Zaporozhets2015-01-251-1/+6
| |/
* | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-1/+1
|/
* Add action property to merge request hookjubianchi2015-01-205-12/+129
* Improve mr refresh service testsDmitriy Zaporozhets2015-01-061-4/+4