summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/create-pipeline-with-builds-in-transaction' into 'master' Kamil Trzciński2016-11-301-72/+65
|\
| * Extend pipelines factory with transient config attributefix/create-pipeline-with-builds-in-transactionGrzegorz Bizon2016-11-271-1/+1
| * Restore method that ensures builds being createdGrzegorz Bizon2016-11-251-21/+26
| * Remove remaining calls to CI yaml in pipeline specsGrzegorz Bizon2016-11-251-5/+0
| * Move helpers to the end of process pipeline specsGrzegorz Bizon2016-11-251-29/+29
| * Update pipeline processing specs for creating buildsGrzegorz Bizon2016-11-251-35/+28
* | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-292-9/+25
* | Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-0/+12
* | Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-1/+1
* | Merge branch 'timeout-merge-request-for-binary-file' into 'master' Yorick Peterse2016-11-251-0/+1
|\ \
| * | Fix: Timeout creating and viewing merge request for binary filetimeout-merge-request-for-binary-fileValery Sizov2016-11-251-0/+1
| |/
* | Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-2410-67/+109
|/
* Merge branch 'rs-project-team-helpers' into 'master' Sean McGivern2016-11-221-30/+30
|\
| * Add shortcuts for adding users to a project team with a specific rolers-project-team-helpersRobert Speicher2016-11-181-30/+30
* | Merge branch 'hide-empty-merge-request-diffs' into 'master' Sean McGivern2016-11-211-10/+0
|\ \
| * | Revert "Do not create a MergeRequestDiff record when source branch is deleted"Adam Niedzielski2016-11-211-10/+0
* | | Merge branch 'smarter-cache-invalidation' into 'master' Sean McGivern2016-11-212-56/+56
|\ \ \
| * | | Refactor cache refreshing/expiringYorick Peterse2016-11-212-56/+56
| |/ /
* | | Merge branch 'issue_24303' into 'master' Sean McGivern2016-11-211-17/+48
|\ \ \
| * | | Allow JIRA references for project snippetsissue_24303Felipe Artur2016-11-211-17/+48
| |/ /
* | | Merge branch 'fix/do-not-add-todo-when-build-allowed-to-fail' into 'master' 24710-external-statuses-pipelineKamil Trzciński2016-11-211-5/+28
|\ \ \ | |/ / |/| |
| * | Do not create TODO when build is allowed to failGrzegorz Bizon2016-11-211-5/+28
* | | Merge branch 'issue_5541' into 'master' Sean McGivern2016-11-212-2/+42
|\ \ \ | |/ / |/| |
| * | Allow enabling and disabling commit and MR events for JIRAissue_5541Felipe Artur2016-11-182-2/+42
* | | Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan2016-11-181-0/+3
|\ \ \
| * | | Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+3
* | | | Merge branch 'zj-slash-commands-mattermost' into 'master' Kamil Trzciński2016-11-181-1/+1
|\ \ \ \
| * | | | More coverage on service levelZ.J. van de Weg2016-11-181-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'fix-tests-for-different-host' into 'master' Rémy Coutable2016-11-182-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-182-4/+4
| |/ /
* | | Merge branch 'issue_13232' into 'master' Sean McGivern2016-11-183-4/+57
|\ \ \
| * | | Add JIRA remotelinks and prevent duplicated closing messagesFelipe Artur2016-11-183-4/+57
* | | | Write a spec covering the race condition during group deletion.Timothy Andrew2016-11-181-0/+40
| |/ / |/| |
* | | Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern2016-11-175-58/+112
|\ \ \
| * | | Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-171-6/+18
| * | | Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-175-30/+30
| * | | Fix specs to pass a project when creating subscriptionsDouglas Barbosa Alexandre2016-11-171-1/+1
| * | | Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre2016-11-171-37/+79
| | |/ | |/|
* | | Merge branch 'chat-name-authorize' into 'master' Rémy Coutable2016-11-172-0/+61
|\ \ \ | |/ / |/| |
| * | Fix code review style issuesKamil Trzcinski2016-11-171-1/+1
| * | Improve code design after code reviewKamil Trzcinski2016-11-162-4/+2
| * | Merge remote-tracking branch 'origin/master' into chat-name-authorizeKamil Trzcinski2016-11-162-4/+87
| |\ \
| * | | Add most of specs for chat namesKamil Trzcinski2016-11-162-0/+63
* | | | Merge branch 'feature/environment-teardown-when-branch-deleted' into 'master' Kamil Trzciński2016-11-173-0/+161
|\ \ \ \
| * | | | Remove redundant call to after branch delete serviceGrzegorz Bizon2016-11-161-12/+0
| * | | | Add test example for after branch delete serviceGrzegorz Bizon2016-11-151-0/+15
| * | | | Test call to after branch delete hooks in serviceGrzegorz Bizon2016-11-151-0/+12
| * | | | Extend tests for delete branch serviceGrzegorz Bizon2016-11-151-2/+15
| * | | | Add minimial test coverage for delete branch serviceGrzegorz Bizon2016-11-151-0/+28
| * | | | Make it possible to fabricate environment on branchGrzegorz Bizon2016-11-141-4/+13