summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-todos' into 'master'Robert Speicher2016-02-241-27/+7
* Merge branch 'fix/13631-error-with-merged-mr' into 'master' Rémy Coutable2016-02-231-0/+34
* Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-2213-4/+656
* Merge branch 'merge-when-succeeded' into 'master' Douwe Maan2016-02-221-6/+60
* Merge branch 'flush-cache-web-editor' into 'master' Douwe Maan2016-02-211-0/+14
* Merge branch '12792-emoji-as-text-diff-comment'Douwe Maan2016-02-211-2/+10
* Merge branch 'builds-artifacts-API' into 'master' Kamil Trzciński2016-02-214-51/+93
* Merge branch 'commit-status-fix' into 'master' Kamil Trzciński2016-02-191-25/+29
* Merge branch 'issue_3409' into 'master' Robert Speicher2016-02-194-0/+75
* Merge branch 'ci/remove-builds' into 'master' Grzegorz Bizon2016-02-194-41/+173
* Merge branch 'saml-decoupling' into 'master'Patricio Cano2016-02-192-3/+294
* Merge branch 'ci/api-runners' into 'master' Kamil Trzciński2016-02-196-23/+485
* Merge branch 'rs-emoji' into 'master' Douwe Maan2016-02-192-3/+3
* Merge branch 'rs-show-owner-label' into 'master' Douwe Maan2016-02-191-8/+18
* Merge branch 'autocrlf-lazy' into 'master' Robert Speicher2016-02-191-2/+57
* Merge branch 'fix/gitpushservice-complexity-issue' into 'master' Douwe Maan2016-02-181-32/+41
* Merge branch 'fix/ci-first-job-allow-failure' into 'master' Kamil Trzciński2016-02-184-0/+114
* Merge branch 'issue_13539' into 'master' Robert Speicher2016-02-181-0/+34
* Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' Douwe Maan2016-02-181-0/+14
* Merge branch 'fix/13367-redirect-to-project-page-if-no-import' into 'master' Douwe Maan2016-02-171-0/+12
|\
| * Redirect /import to project page if no importing at all and repo existsfix/13367-redirect-to-project-page-if-no-importRémy Coutable2016-02-171-0/+12
* | Merge branch 'rs-issue-13469' into 'master' Douwe Maan2016-02-171-9/+12
|\ \
| * | Handle nil commits in Gitlab::PushDataBuilder.buildrs-issue-13469Robert Speicher2016-02-151-9/+12
* | | Expire caches after forking/importing a repositoryYorick Peterse2016-02-173-0/+42
| |/ |/|
* | Merge branch 'bugagazavr/gitlab-ce-extend-hooks' into 'master' Douwe Maan2016-02-165-26/+81
|\ \
| * | Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-115-26/+81
* | | Merge branch 'fix/cross-reference-notes-forks' into 'master' Douwe Maan2016-02-161-0/+15
|\ \ \
| * | | updated system note service and spec based on feedbackJames Lopez2016-02-161-4/+0
| * | | fix rubocop warningJames Lopez2016-02-121-2/+4
| * | | woo hoo - getting there with the cross-reference issue. Should fix the proble...James Lopez2016-02-121-4/+6
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/cross-refer...James Lopez2016-02-128-33/+132
| |\ \ \
| * \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/cross-refer...James Lopez2016-02-1016-182/+485
| |\ \ \ \
| * | | | | fixed spec - at last!James Lopez2016-02-051-3/+2
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/cross-refer...James Lopez2016-02-054-20/+45
| |\ \ \ \ \
| * | | | | | WIP - fix and spec for cross reference issue with forksJames Lopez2016-02-041-0/+16
* | | | | | | Merge branch 'rs-issue-13467' into 'master' Douwe Maan2016-02-161-0/+37
|\ \ \ \ \ \ \
| * | | | | | | Ensure Commit#show responds 404 instead of 500 when given an invalid IDrs-issue-13467Robert Speicher2016-02-151-0/+37
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Fix undefined method `postgresql?` during migrationrs-gitlab-database-moduleRobert Speicher2016-02-151-0/+32
|/ / / / / /
* | | | | | Merge branch 'fix/ci-emails-broken-link' into 'master' Douwe Maan2016-02-134-271/+291
|\ \ \ \ \ \
| * | | | | | Move profile notifications specs to separate filefix/ci-emails-broken-linkGrzegorz Bizon2016-02-122-98/+107
| * | | | | | Move build emails specs to separate fileGrzegorz Bizon2016-02-123-177/+186
| * | | | | | Fix broken link in CI build notification emailsGrzegorz Bizon2016-02-121-38/+40
| | |_|_|/ / | |/| | | |
* | | | | | Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-122-16/+4
|/ / / / /
* | | | | Merge branch 'streamline-email-validation' into 'master' Douwe Maan2016-02-125-30/+82
|\ \ \ \ \
| * | | | | Validate email addresses using Devise.email_regexpRémy Coutable2016-02-095-30/+82
* | | | | | Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'ma...Douwe Maan2016-02-121-3/+12
|\ \ \ \ \ \
| * | | | | | Add a spec for setting/updating a MR's milestone via the APIskakirill/gitlab-ce-api-merge-request-setup-milestoneRémy Coutable2016-02-091-3/+12
* | | | | | | Merge branch 'Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api' in...Rémy Coutable2016-02-111-0/+22
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Pass current_user to merge_request.closes_issues in API ans streamline MR API...Schniz/gitlab-ce-feature/merge-request-closes-issues-in-apiRémy Coutable2016-02-112-18/+8
| * | | | | | Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' r...Gal Schlezinger2016-02-112-0/+32