summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue_22664' into 'master' Sean McGivern2016-12-295-4/+25
|\
| * Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-275-4/+25
* | Cache project authorizations even when user has access to zero projects26126-cache-even-when-no-projectsAdam Niedzielski2016-12-281-6/+31
* | Fix MR with files hidden by .gitattributes25931-gitlab-merge-request-view-crash-when-commiting-a-js-sourcemap-fileSean McGivern2016-12-261-0/+1
* | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-261-2/+2
|\ \
| * | Add more storage statisticsMarkus Koller2016-12-211-2/+2
* | | Schedule at most 100 commitsprocess-commit-worker-large-batchesYorick Peterse2016-12-231-0/+19
|/ /
* | Merge branch 'fix/group-path-rename-error' into 'master' Douwe Maan2016-12-211-7/+44
|\ \ | |/ |/|
| * added more specsJames Lopez2016-12-211-2/+4
| * Fix error 500 renaming group. Also added specs and changelog.James Lopez2016-12-201-7/+42
* | Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-0/+185
|/
* Merge branch '20492-access-token-scopes' into 'master' Rémy Coutable2016-12-161-0/+41
|\
| * Convert AccessTokenValidationService into a class.Timothy Andrew2016-12-161-7/+7
| * Implement minor changes from @dbalexandre's review.Timothy Andrew2016-12-161-1/+0
| * Calls to the API are checked for scope.Timothy Andrew2016-12-161-0/+42
* | Merge branch '25339-2-webhooks-fired-for-issue-closed-and-reopened' into 'mas...Rémy Coutable2016-12-162-0/+10
|\ \ | |/ |/|
| * Ensure issuable state changes only fire webhooks onceMark Fletcher2016-12-162-0/+10
* | Create environments when the build referencing them is createdNick Thomas2016-12-151-0/+17
|/
* For single line git commit messages, the close quote should be on the same li...jzinn/gitlab-ce-chomp-git-status-messageJulian Zinn2016-12-131-1/+1
* Do not reload diff for merge request made from fork when target branch in for...do-not-refresh-main-when-fork-target-branch-updatedAdam Niedzielski2016-12-091-9/+19
* Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-064-0/+253
|\
| * Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-054-0/+253
* | Merge branch 'glm-shorthand-reference' into 'master' Sean McGivern2016-12-062-3/+3
|\ \ | |/ |/|
| * Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-022-3/+3
* | Merge branch 'refactor-create-service-spec' into 'master' Dmitriy Zaporozhets2016-12-051-106/+106
|\ \
| * | Refactor create service specSemyon Pupkov2016-11-221-106/+106
* | | Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński2016-12-052-8/+14
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-306-82/+104
| |\ \
| * \ \ Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-2514-185/+311
| |\ \ \
| * | | | Rename MWPS in system notes and related testsGrzegorz Bizon2016-11-212-4/+4
| * | | | Rename MWBS service to Merge When Pipeline SucceedsGrzegorz Bizon2016-11-211-4/+10
* | | | | Merge branch 'process-commit-worker-improvements' into 'master' Douwe Maan2016-12-021-3/+3
|\ \ \ \ \
| * | | | | Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-3/+3
* | | | | | Merge branch 'fix-optimistic-locking-for-destroy' into 'master' Stan Hu2016-12-011-7/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make deleting with optimistic locking respect NULLLin Jen-Shin2016-12-011-7/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'rs-include-emailhelpers' into 'master' Rémy Coutable2016-12-013-0/+6
|\ \ \ \ \
| * | | | | Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpersRobert Speicher2016-12-013-0/+6
| |/ / / /
* | | | | Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-serviceAdam Niedzielski2016-12-011-1/+1
|/ / / /
* | | | 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
|/ / /