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-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
2015-04-03Merge branch 'configurable-attachment-size' into 'master'Douwe Maan
2015-04-02Support configurable attachment size via Application SettingsStan Hu
2015-03-31Add tests.Douwe Maan
2015-03-21Extend push_tag event to include tag message and last commitKamil Trzcinski
2015-03-17Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets
2015-03-16testsValery Sizov
2015-03-16Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-14Merge branch 'master' into fix-restricted-visibilityVinnie Okada
2015-03-14Add tests for snippet servicesVinnie Okada
2015-03-09fix mass SQL statements on initial pushHannes Rosenögger
2015-03-09Allow admins to override restricted visibilityVinnie Okada
2015-03-07Merge branch 'mass-change-comments' into 'master'Dmitriy Zaporozhets
2015-03-06Condense commits already in target branch when updating merge request source ...Douwe Maan
2015-03-06Send notifications and leave system comments when bulk updating issues.Douwe Maan
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
2015-02-26Allow mass-unassigning of issuesRobert Speicher
2015-02-26Rename bulk_update_context_spec to bulk_update_service_specRobert Speicher
2015-02-24Merge branch 'master' into extend_markdown_uploadDouwe Maan
2015-02-18Refactor.Douwe Maan
2015-02-18implement Project::UploadsControllerHannes Rosenögger
2015-02-18Fix testsHannes Rosenögger
2015-02-18Generalize the image upload in markdownHannes Rosenögger
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada