summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Refactor straight compare diff codeDmitriy Zaporozhets2016-10-121-2/+2
* Add spec for compare serviceDmitriy Zaporozhets2016-10-121-0/+21
* Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-122-6/+6
|\
| * refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-112-6/+6
* | Merge branch 'allow_multiple_labels_commands' into 'master' Rémy Coutable2016-10-111-0/+43
|\ \
| * | allow multiple labels commandsbarthc2016-10-111-0/+43
* | | Merge branch 'assign-issues-for-merge-request-18876' into 'master' Douwe Maan2016-10-111-0/+49
|\ \ \ | |/ / |/| |
| * | Added link to bulk assign issues to MR author. (Issue #18876)James2016-10-061-0/+49
* | | Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-113-3/+82
* | | Merge branch 'empty-mrs' into 'master' Rémy Coutable2016-10-111-2/+18
|\ \ \
| * | | Allow empty merge requestsArtem Sidorenko2016-10-111-2/+18
| | |/ | |/|
* | | Improve spec for merge when build succeeds featureGrzegorz Bizon2016-10-081-5/+19
|/ /
* | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-073-11/+8
* | Merge branch '23025-issue-boards-defaults' into 'master' Jacob Schatz2016-10-061-5/+4
|\ \
| * | Update issue board specAnnabel Dunstone Gray2016-10-061-5/+4
* | | Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-061-1/+1
|/ /
* | Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-061-0/+33
|\ \
| * | Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-0/+33
| |/
* | Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-4/+4
* | Merge branch 'mahcsig/gitlab-ce-17350-multi-file-commit'Rémy Coutable2016-10-061-2/+2
|\ \ | |/ |/|
| * multi-file commitMarc Siegfriedt2016-10-051-2/+2
* | Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-062-3/+24
|\ \ | |/ |/|
| * Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-272-3/+24
* | Merge branch 'all-skipped-equals-success' into 'master' Rémy Coutable2016-10-051-19/+82
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into all-skipped-equals-successLin Jen-Shin2016-10-044-39/+116
| |\ \
| * \ \ Merge branch 'master' into all-skipped-equals-successLin Jen-Shin2016-10-036-6/+134
| |\ \ \
| * | | | Add a test for on_failure jobs in the middleLin Jen-Shin2016-10-011-1/+18
| * | | | Should use eq because we want ordersLin Jen-Shin2016-10-011-6/+3
| * | | | We consider skipped = success, fixes #22598Lin Jen-Shin2016-09-301-0/+49
| * | | | Less confusing nameLin Jen-Shin2016-09-301-19/+19
* | | | | Fix project deletion when feature visibility is set to privatesh-fix-project-deletion-private-visibilityStan Hu2016-10-041-1/+22
| |_|/ / |/| | |
* | | | Merge branch 'issue_22446' into 'master' Sean McGivern2016-10-041-0/+36
|\ \ \ \
| * | | | Fix bug when trying to cache closed issues from external issue trackersissue_22446Felipe Artur2016-10-031-0/+36
* | | | | Merge branch 'rc-improve-members-destroy-service' into 'master' Robert Speicher2016-10-041-37/+78
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-031-0/+9
| * | | | Improve Members::DestroyServiceRémy Coutable2016-10-031-40/+72
| | |/ / | |/| |
* | | | Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-032-2/+2
|/ / /
* | | Add a /wip slash commandThomas Balthazar2016-10-031-0/+27
* | | Merge branch '22773-add-comparison-link-to-system-note' into 'master' Dmitriy Zaporozhets2016-10-031-0/+6
|\ \ \
| * | | Refactor url_helpers for system note service and remove duplication of logic ...Matthew Dodds2016-09-301-13/+5
| * | | Add link to comparison from system note, update changelogMatthew Dodds2016-09-291-3/+17
* | | | Merge branch 'jimmykarily/gitlab-ce-notify_current_user_when_merging_an_mr_af...Robert Speicher2016-10-021-0/+14
|\ \ \ \
| * | | | Notify current_user about automatic merge after successful buildDimitris Karakasilis2016-09-291-0/+14
| |/ / /
* | | | Merge branch 'rc-new-members-request-access-service' into 'master' Robert Speicher2016-10-021-0/+57
|\ \ \ \
| * | | | New Members::RequestAccessServiceRémy Coutable2016-09-221-0/+57
| | |_|/ | |/| |
* | | | Close todos when accepting a MR via the API.Tony Gambone2016-09-292-6/+30
| |_|/ |/| |
* | | fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+10
| |/ |/|
* | Fix permission for setting an issue's due dateRémy Coutable2016-09-283-51/+153
* | Merge branch 'rc-new-members-approve-request-access-service' into 'master' Douwe Maan2016-09-271-0/+96
|\ \
| * | Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable2016-09-221-0/+8