summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Change issue board defaultsAnnabel Dunstone Gray2016-10-061-4/+2
* Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-061-0/+16
|\
| * Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-0/+16
* | Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-6/+1
* | Merge branch 'mahcsig/gitlab-ce-17350-multi-file-commit'Rémy Coutable2016-10-064-12/+136
|\ \ | |/ |/|
| * multi-file commitMarc Siegfriedt2016-10-054-12/+136
* | Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-062-0/+14
|\ \ | |/ |/|
| * Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-272-0/+14
* | Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre2016-10-041-1/+7
* | Merge branch 'cleanup-mentionable-methods-arguments' into 'master' Douwe Maan2016-10-041-1/+1
|\ \
| * | Use SELECT 1, instead SELECT COUNT(*) to ask for notes existencycleanup-mentionable-methods-argumentsPaco Guzman2016-10-041-1/+1
* | | Merge branch 'rc-improve-members-destroy-service' into 'master' Robert Speicher2016-10-042-7/+34
|\ \ \ | |/ / |/| |
| * | Invert method's namingRémy Coutable2016-10-031-3/+3
| * | Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-032-5/+8
| * | Improve Members::DestroyServiceRémy Coutable2016-10-031-7/+31
* | | Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-032-2/+2
|/ /
* | Add a /wip slash commandThomas Balthazar2016-10-033-5/+31
* | Merge branch '22773-add-comparison-link-to-system-note' into 'master' Dmitriy Zaporozhets2016-10-031-2/+18
|\ \
| * | Refactor url_helpers for system note service and remove duplication of logic ...Matthew Dodds2016-09-301-5/+8
| * | Add link to comparison from system note, update changelogMatthew Dodds2016-09-291-1/+14
* | | Fix RuboCop failure in app/services/notification_service.rbRobert Speicher2016-10-021-2/+7
* | | Merge branch 'jimmykarily/gitlab-ce-notify_current_user_when_merging_an_mr_af...Robert Speicher2016-10-021-5/+9
|\ \ \
| * | | Notify current_user about automatic merge after successful buildDimitris Karakasilis2016-09-291-5/+9
| |/ /
* | | Merge branch 'rc-new-members-request-access-service' into 'master' Robert Speicher2016-10-021-0/+25
|\ \ \
| * | | Inverse condition in Members::RequestAccessServiceRémy Coutable2016-09-221-3/+3
| * | | New Members::RequestAccessServiceRémy Coutable2016-09-221-0/+25
| | |/ | |/|
* | | Close todos when accepting a MR via the API.Tony Gambone2016-09-291-0/+1
* | | fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+5
| |/ |/|
* | Fix permission for setting an issue's due dateRémy Coutable2016-09-282-2/+3
* | Be nice to Docker Clients talking to JWT/authKamil Trzcinski2016-09-271-2/+9
* | Inverse condition in Members::ApproveAccessRequestServicerc-new-members-approve-request-access-serviceRémy Coutable2016-09-221-3/+3
* | Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable2016-09-221-1/+2
* | New Members::ApproveAccessRequestServiceRémy Coutable2016-09-221-0/+30
|/
* Merge branch 'post-merge-improve-of-ci-permissions' into 'master' Rémy Coutable2016-09-211-1/+1
|\
| * Improve JwtController implementationpost-merge-improve-of-ci-permissionsKamil Trzcinski2016-09-201-1/+1
* | Merge branch '21170-cycle-analytics' into 'master' Stan Hu2016-09-216-1/+32
|\ \
| * | Add a spec for merge request metric caching while refreshing a merge request ...Timothy Andrew2016-09-211-1/+1
| * | Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-214-12/+10
| * | Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-1/+1
| * | Implement review comments from @yorickpeterseTimothy Andrew2016-09-202-28/+4
| * | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-2013-72/+141
| |\ \
| * | | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-192-9/+17
| * | | Improve performance of the cycle analytics page.Timothy Andrew2016-09-154-1/+50
* | | | Merge branch 'add_optional_author_for_commits' into 'master' Rémy Coutable2016-09-205-4/+8
|\ \ \ \
| * | | | Add optional 'author' param when making commitsDan Dunckel2016-09-195-4/+8
| | |/ / | |/| |
* | | | Ensure we have a user before checking for their permission in Notes::SlashCom...Rémy Coutable2016-09-201-0/+1
* | | | Fix note form hint showing slash commands supported for commitsRémy Coutable2016-09-201-9/+11
| |_|/ |/| |
* | | Reduce duplication in AkismetServicers-dry-akismet-serviceRobert Speicher2016-09-201-27/+16
|/ /
* | Merge branch 'sh-prevent-duplicate-protected-branches-on-push' into 'master' Rémy Coutable2016-09-191-1/+1
|\ \
| * | Only create a protected branch upon a push to a new branch if a rule for that...sh-prevent-duplicate-protected-branches-on-pushStan Hu2016-09-171-1/+1