summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-291-2/+2
* | | | | | | Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-1/+1
* | | | | | | Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-282-4/+11
* | | | | | | Pass tag SHA to post-receive hook when tag is created via UI24813-project-members-with-developer-access-can-no-longer-create-tagsAdam Niedzielski2016-11-281-2/+4
* | | | | | | Merge branch 'events-cache-invalidation' into 'master' Douwe Maan2016-11-284-7/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Remove event caching codeYorick Peterse2016-11-234-7/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rephrase-system-notes' into 'master' Robert Speicher2016-11-252-44/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-242-44/+43
| |/ / / /
* | | | | Backport Note#commands_changes from EEbackport-commands-paramsDouwe Maan2016-11-241-0/+2
|/ / / /
* | | | Merge branch 'remove-require-from-services' into 'master' Robert Speicher2016-11-2215-32/+0
|\ \ \ \
| * | | | Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-2215-32/+0
* | | | | Merge branch 'hide-empty-merge-request-diffs' into 'master' Sean McGivern2016-11-211-12/+9
|\ \ \ \ \
| * | | | | Revert "Do not create a MergeRequestDiff record when source branch is deleted"Adam Niedzielski2016-11-211-12/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'smarter-cache-invalidation' into 'master' Sean McGivern2016-11-211-2/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Refactor cache refreshing/expiringYorick Peterse2016-11-211-2/+21
| |/ / /
* | | | Merge branch 'fix/do-not-add-todo-when-build-allowed-to-fail' into 'master' 24710-external-statuses-pipelineKamil Trzciński2016-11-211-1/+6
|\ \ \ \
| * | | | Do not create TODO when build is allowed to failGrzegorz Bizon2016-11-211-1/+6
| |/ / /
* | | | Merge branch 'ee-870-backport' into 'master' Sean McGivern2016-11-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-1/+1
* | | | Fix regression in Merge request formAlex Sanford2016-11-191-2/+2
| |/ / |/| |
* | | Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan2016-11-182-0/+11
|\ \ \
| * | | Precalculate user's authorized projects in databaseAhmad Sherif2016-11-182-0/+11
| |/ /
* | | Fix a race condition that allowed soft-deleted groups to remain in the database.Timothy Andrew2016-11-181-6/+4
* | | Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern2016-11-173-18/+18
|\ \ \
| * | | Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-172-4/+4
| * | | Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre2016-11-171-13/+13
| * | | Fix small typo on NotificationServiceDouglas Barbosa Alexandre2016-11-171-1/+1
| |/ /
* | | Merge branch 'chat-name-authorize' into 'master' Rémy Coutable2016-11-172-0/+64
|\ \ \ | |/ / |/| |
| * | Change last_used_at to use touchchat-name-authorizeKamil Trzcinski2016-11-171-1/+1
| * | Improve code design after code reviewKamil Trzcinski2016-11-161-1/+1
| * | Merge remote-tracking branch 'origin/master' into chat-name-authorizeKamil Trzcinski2016-11-164-7/+36
| |\ \
| * | | Add most of specs for chat namesKamil Trzcinski2016-11-162-5/+22
| * | | Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski2016-11-162-0/+47
* | | | Merge branch 'feature/environment-teardown-when-branch-deleted' into 'master' Kamil Trzciński2016-11-173-6/+65
|\ \ \ \
| * | | | Remove unnecessary check from environments servicefeature/environment-teardown-when-branch-deletedGrzegorz Bizon2016-11-161-5/+0
| * | | | Remove redundant call to after branch delete serviceGrzegorz Bizon2016-11-161-9/+0
| * | | | Refactor methods for environments in project modelGrzegorz Bizon2016-11-161-1/+2
| * | | | Improve name of service that stops CI environmentsGrzegorz Bizon2016-11-142-2/+2
| * | | | Check permissions before stopping CI environmentsGrzegorz Bizon2016-11-141-0/+1
| * | | | Add service that runs after branch removed hooksGrzegorz Bizon2016-11-113-6/+45
| * | | | Do not call environments service in repository modelGrzegorz Bizon2016-11-111-1/+1
| * | | | Stop environments for branch after branch removalGrzegorz Bizon2016-11-092-3/+1
| * | | | Make commit an optional arg for environments searchGrzegorz Bizon2016-11-091-8/+4
| * | | | Add environment factory review app traitGrzegorz Bizon2016-11-091-7/+12
| * | | | Add environment teardown serviceGrzegorz Bizon2016-11-082-0/+33
* | | | | Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' int...revert-0a3cafb2Douwe Maan2016-11-171-8/+1
* | | | | Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan2016-11-161-1/+8
|\ \ \ \ \
| * | | | | Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-1/+8
* | | | | | Merge branch 'fix-merge-request-screen-deleted-source-branch' into 'master' Sean McGivern2016-11-161-9/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Do not create a MergeRequestDiff record when source branch is deletedfix-merge-request-screen-deleted-source-branchAdam Niedzielski2016-11-161-9/+12