summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Refactor changing files in web UIDouwe Maan2017-04-2011-302/+125
* Merge branch 'sh-issue-29247-fix' into 'master' Douwe Maan2017-04-191-0/+11
|\
| * Don't delete a branch involved in an open merge request in "Delete all merged...sh-issue-29247-fixStan Hu2017-04-191-0/+11
* | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-193-0/+124
|\ \ | |/ |/|
| * Use last_activity_on in cohortsSean McGivern2017-04-141-6/+6
| * Use serializer for formatting cohorts dataSean McGivern2017-04-141-27/+40
| * Rename user cohorts -> cohortsSean McGivern2017-04-141-1/+1
| * Fix column name in user cohortsSean McGivern2017-04-141-1/+1
| * Make UserCohortsService more understandableSean McGivern2017-04-141-34/+72
| * Add user cohorts table to admin areaSean McGivern2017-04-141-0/+49
| * Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-1/+1
| * Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-5/+1
| * Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-142-0/+28
* | Refactor group search out of global searchNick Thomas2017-04-183-7/+24
* | Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre2017-04-181-1/+0
* | Hard delete users' associated records deleted from AbuseReportssh-add-option-to-hard-deleteStan Hu2017-04-161-1/+1
|/
* Merge branch '30349-create-users-build-service' into 'master' Rémy Coutable2017-04-142-92/+103
|\
| * Implement Users::BuildServicegeoandri2017-04-132-92/+103
* | Improve error messages when a record is unable to be created for a projectStan Hu2017-04-131-0/+3
|/
* Remove the User#is_admin? methodblackst0ne2017-04-091-3/+3
* Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-076-7/+27
|\
| * Merge branch 'bvl-fix-project-ci-status-cache' into 'master' Kamil Trzciński2017-04-071-0/+2
| |\
| | * Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cacheBob Van Landuyt2017-04-071-0/+2
| * | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-075-7/+25
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-064-40/+114
| | |\
| | * \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-062-2/+2
| | |\ \
| | * | | Protected Tags backend review changesJames Edwards-Jones2017-04-062-10/+4
| | * | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0630-111/+587
| | |\ \ \
| | * | | | Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-032-2/+2
| | * | | | Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-312-0/+24
* | | | | | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'feature/service-desk-be-backport' into 'master' Sean McGivern2017-04-071-0/+2
| |\ \ \ \ \
| | * | | | | Backport permissions and multi-line array to CEFelipe Artur2017-04-071-0/+2
* | | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-073-3/+68
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-0/+18
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-071-3/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-074-40/+114
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-2/+1
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-062-2/+2
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-062-1/+5
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | rename `auto_canceled_by` and add foreign keyRydkin Maxim2017-04-041-1/+1
| | * | | | | | | move `auto_cancelable_pipelines` method to `create_pipeline_service.rb`Rydkin Maxim2017-04-041-2/+9
| | * | | | | | | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-0/+12
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Check if a commit belongs to pipeline before trying to expire cacheToon Claes2017-04-061-1/+1
| * | | | | | | Enable polling for pipelines table other pagesToon Claes2017-04-061-1/+32
| * | | | | | | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+18
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-068-43/+121
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Introduce endpoint optimisationsKamil Trzcinski2017-04-061-3/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-064-40/+114
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-062-18/+60
| |\ \ \ \ \