summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Update specs.fix-api-project-transferDouwe Maan2015-07-111-5/+5
* Use stub_application_setting in a few more specsRobert Speicher2015-07-065-22/+6
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-233-18/+26
|\
| * Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-221-1/+1
| * Fix GitPushService specRobert Speicher2015-06-221-4/+6
| * Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-222-7/+7
| * Update mock and stub syntax for specsRobert Speicher2015-06-221-10/+16
* | Fix Style/IndentationWidth cop violationsStan Hu2015-06-221-3/+3
* | Fix Style/AlignHash cop violationsStan Hu2015-06-222-4/+8
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-223-20/+16
* | Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-222-2/+0
* | Fix Style/IndentationConsistency cop violationsRobert Speicher2015-06-222-4/+4
* | Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-224-15/+15
|/
* Merge branch 'fix-ext-issue-webbased-hooks' into 'master'Douwe Maan2015-06-161-0/+9
|\
| * Fix hooks for web based events with external issue referencesDaniel Gerhardt2015-06-141-0/+9
* | Merge branch 'fix-post-receive-external-tracker' into 'master'Douwe Maan2015-06-152-0/+19
|\ \ | |/ |/|
| * Fix post-receive errors on a push when an external issue tracker is configuredStan Hu2015-06-122-0/+19
* | Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-133-12/+10
* | Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-132-4/+4
|/
* Skip repo removing whem remove user or groupDmitriy Zaporozhets2015-06-031-0/+44
* Add tests for project destroy servicerepo-removeDmitriy Zaporozhets2015-06-031-0/+34
* Support editing target branch of merge requestStan Hu2015-05-292-1/+24
* Merge branch 'rs-to_reference' into 'master'Dmitriy Zaporozhets2015-05-271-5/+5
|\
| * Make use of to_reference in more specsRobert Speicher2015-05-261-5/+5
* | Change one-character variable namers-title-change-noteRobert Speicher2015-05-272-4/+4
* | Add a note when an Issue or Merge Request's title changesRobert Speicher2015-05-263-8/+63
|/
* Add support for Webhook note eventsStan Hu2015-05-211-0/+2
* Fix specs.unauthorized-participantsDouwe Maan2015-05-153-7/+12
* 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
| |\ \ | | |/