summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Check public snippets for spamSean McGivern2017-02-021-1/+8
* Merge branch 'refresh-authorizations-fork-join' into 'master' Douwe Maan2017-01-271-1/+1
* Merge branch 'fix-ci-requests-concurrency' into 'master' Grzegorz Bizon2017-01-251-2/+4
* Merge branch 'backport-ee-changes-for-build-minutes' into 'master' Grzegorz Bizon2017-01-251-17/+39
* Merge branch 'fix-shared-runners-queue-update' into 'master' Rémy Coutable2017-01-201-0/+8
* Merge branch '21698-redis-runner-last-build' into 'master' Kamil Trzciński2017-01-201-0/+11
* Merge branch 'time-tracking-api' into 'master' Sean McGivern2017-01-192-14/+3
* Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan2017-01-193-1/+123
* Merge branch '24915_merge_slash_command' into 'master' Sean McGivern2017-01-194-5/+35
* Merge branch 'refresh-authorizations-tighter-lease' into 'master' Robert Speicher2017-01-191-21/+20
* Merge branch 'sandish/gitlab-ce-update_ret_val' into 'master' Robert Speicher2017-01-191-1/+5
* Merge branch 'remove-project-authorizations-id-column' into 'master' Douwe Maan2017-01-091-2/+2
|\
| * Remove the project_authorizations.id columnremove-project-authorizations-id-columnYorick Peterse2017-01-081-2/+2
* | Merge branch 'remove-successful-pipeline-emails-for-now' into 'master' Sean McGivern2017-01-091-1/+4
|\ \
| * | Introduce EXCLUDED_WATCHER_EVENTS to exclude eventsremove-successful-pipeline-emails-for-nowLin Jen-Shin2017-01-051-2/+1
| * | Make successful pipeline emails off for watchersLin Jen-Shin2017-01-051-1/+5
| |/
* | Fix broken url on group avatarhogewest2017-01-061-1/+1
|/
* Merge branch 'dz-nested-group-misc' into 'master' Dmitriy Zaporozhets2016-12-291-0/+7
|\
| * Refactor nested group related codedz-nested-group-miscDmitriy Zaporozhets2016-12-291-10/+4
| * Add nested groups support to the Groups::CreateServiceDmitriy Zaporozhets2016-12-261-0/+13
* | Merge branch 'issue_22664' into 'master' Sean McGivern2016-12-293-20/+29
|\ \
| * | Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-273-20/+29
* | | Cache project authorizations even when user has access to zero projects26126-cache-even-when-no-projectsAdam Niedzielski2016-12-281-1/+1
* | | Replace wording for slash command confirmation messagevictorwu2016-12-261-1/+1
* | | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-262-2/+2
|\ \ \ | |_|/ |/| |
| * | Add more storage statisticsMarkus Koller2016-12-212-2/+2
* | | Schedule at most 100 commitsprocess-commit-worker-large-batchesYorick Peterse2016-12-231-11/+13
|/ /
* | Merge branch 'fix/group-path-rename-error' into 'master' Douwe Maan2016-12-211-1/+7
|\ \ | |/ |/|
| * Fix error 500 renaming group. Also added specs and changelog.James Lopez2016-12-201-1/+7
* | Make 'unmarked as WIP' message more consistentjurre2016-12-201-1/+1
* | Merge branch 'project-authorizations-diff' into 'master' Nick Thomas2016-12-201-0/+128
|\ \ | |/ |/|
| * Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-0/+128
* | Improve Gitlab::ImportSourcesRémy Coutable2016-12-191-30/+2
* | Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-191-6/+21
* | Gogs ImporterKim "BKC" Carlbäcker2016-12-191-0/+1
|/
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-165-5/+5
* Merge branch '20492-access-token-scopes' into 'master' Rémy Coutable2016-12-162-42/+32
|\
| * Convert AccessTokenValidationService into a class.Timothy Andrew2016-12-161-20/+18
| * Calls to the API are checked for scope.Timothy Andrew2016-12-162-42/+34
* | Merge branch '25339-2-webhooks-fired-for-issue-closed-and-reopened' into 'mas...Rémy Coutable2016-12-161-1/+6
|\ \ | |/ |/|
| * Ensure issuable state changes only fire webhooks onceMark Fletcher2016-12-161-1/+6
* | Merge branch 'show-commit-status-from-latest-pipeline' into 'master' Grzegorz Bizon2016-12-151-4/+4
|\ \
| * | Introduce latest_status and add a few testsLin Jen-Shin2016-12-141-1/+1
| * | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-1424-89/+217
| |\ \ | | |/
| * | Rename latest_for to latest, feedback:Lin Jen-Shin2016-11-241-1/+1
| * | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-11-2417-46/+30
| |\ \
| * | | Still use compound pipeline status, but group byLin Jen-Shin2016-11-211-9/+2
| * | | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-11-2120-113/+270
| |\ \ \
| * | | | There's not always a pipelineLin Jen-Shin2016-11-081-1/+1
| * | | | Also show latest pipeline for ImageForBuildServiceLin Jen-Shin2016-11-081-3/+10