Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-06Merge branch 'master' into merge-notifsDouwe Maan
2015-08-05Fix merge request creation without branch selectedDmitriy Zaporozhets
2015-08-04Improve tests to use real branches in merge requestsDmitriy Zaporozhets
2015-07-30Send notification to all participants when MR is merged.Douwe Maan
2015-07-29Check that project was actually created rather than just validated in import:...Stan Hu
2015-07-25Create project services on Project creationRobert Speicher
2015-07-25Only create :admin user in the one test where it's usedRobert Speicher
2015-07-11Update specs.Douwe Maan
2015-07-07Use stub_application_setting in a few more specsRobert Speicher
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
2015-06-23Fix Style/IndentationWidth cop violationsStan Hu
2015-06-23Fix Style/AlignHash cop violationsStan Hu
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Fix Style/TrailingBlankLines cop violationsRobert Speicher
2015-06-22Fix Style/IndentationConsistency cop violationsRobert Speicher
2015-06-22Remove unnecessary whitespace between let and (Dmitriy Zaporozhets
2015-06-22Fix `raise_error` without an argument deprecation warningsRobert Speicher
2015-06-22Fix GitPushService specRobert Speicher
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-16Merge branch 'fix-ext-issue-webbased-hooks' into 'master'Douwe Maan
2015-06-15Merge branch 'fix-post-receive-external-tracker' into 'master'Douwe Maan
2015-06-14Fix hooks for web based events with external issue referencesDaniel Gerhardt
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-14Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher
2015-06-12Fix post-receive errors on a push when an external issue tracker is configuredStan Hu
2015-06-03Skip repo removing whem remove user or groupDmitriy Zaporozhets
2015-06-03Add tests for project destroy serviceDmitriy Zaporozhets
2015-05-29Support editing target branch of merge requestStan Hu
2015-05-27Merge branch 'rs-to_reference' into 'master'Dmitriy Zaporozhets
2015-05-27Change one-character variable nameRobert Speicher
2015-05-27Add a note when an Issue or Merge Request's title changesRobert Speicher
2015-05-26Make use of to_reference in more specsRobert Speicher
2015-05-22Add support for Webhook note eventsStan Hu
2015-05-15Fix specs.Douwe Maan
2015-05-13Call merge request web hook for each commitsArthur Gautier
2015-05-11Reorganize SystemNoteService spec a bitRobert Speicher
2015-05-11Spec SystemNoteService.cross_reference_disallowed?Robert Speicher
2015-05-11Update SystemNoteService method naming conventionsRobert Speicher
2015-05-11Remove legacy special case for emphasized reference notesRobert Speicher
2015-05-11Add a SystemNoteService classRobert Speicher
2015-05-06Make the first branch pushed to an empty repository the default HEAD.Stan Hu
2015-04-24Use Projects::CreateService to fork projects so that after-create hooks are run.Douwe Maan
2015-04-24Link cross-project cross-reference notes to correct project.Douwe Maan
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-15Fix notification service spec.Douwe Maan
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-09Merge branch 'ci_fork' into 'master'Dmitriy Zaporozhets
2015-04-06CI forking: testsValery Sizov