summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Remember assignee when moving an issue41949-moveJan Provaznik2018-02-181-1/+2
* Re-organize issue move method callsmove-issue-reorgJan Provaznik2018-02-151-11/+14
* Merge branch '43240-external-tracker-issues-don-t-have-the-correct-closing-te...Rémy Coutable2018-02-141-2/+2
|\
| * Fix closing issues text added to MRs for external issue trackersSean McGivern2018-02-141-2/+2
* | Merge branch 'fix/template-project-visibility' into 'master'Douwe Maan2018-02-142-11/+13
|\ \
| * | Update projects import serviceGeorge Tsiolis2018-02-122-11/+13
* | | Resolve "Remove notification settings for groups and projects you were previo...🙈 jacopo beschi 🙉2018-02-141-0/+1
| |/ |/|
* | Merge branch 'fix/remove-allow-n-plus-1-from-delete-merged-branches-service' ...Robert Speicher2018-02-131-11/+7
|\ \
| * | Remove allow_n_plus_1 block from DeleteMergedBranchesServicefix/remove-allow-n-plus-1-from-delete-merged-branches-serviceAhmad Sherif2018-02-121-11/+7
| |/
* | Merge branch '26466-natural-sort-mrs' into 'master'Sean McGivern2018-02-131-0/+12
|\ \
| * | Change issue show page to group MRs by projects and namespacesJeff Stubler2018-02-131-0/+12
* | | Fix Error 500s creating merge requests with external issue trackersh-fix-issue-43193Stan Hu2018-02-121-3/+5
| |/ |/|
* | Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez2018-02-091-3/+7
* | Merge branch 'rd-35856-backport-lfs-file-locking-api' into 'master'Sean McGivern2018-02-073-0/+99
|\ \
| * | Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-073-0/+99
* | | Merge branch 'fix/reduce-number-of-ref-exists-calls' into 'master'Sean McGivern2018-02-071-4/+1
|\ \ \ | |/ / |/| |
| * | Remove allow_n_plus_1_calls from MergeRequests::CreateServicefix/reduce-number-of-ref-exists-callsAhmad Sherif2018-02-071-4/+1
* | | Merge commit '4457cf9d178dc9912fd9c16427ad81b389179d00' into fix/gb/fix-redun...fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-075-3/+71
|\ \ \ | |/ /
| * | Merge branch 'jej/upload-file-tracks-lfs' into 'master'Sean McGivern2018-02-062-1/+53
| |\ \
| | * | File upload UI obeys LFS filtersJames Edwards-Jones2018-02-062-1/+53
| * | | Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes2018-02-062-2/+2
| |\ \ \
| | * | | Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-062-2/+2
| * | | | Fix inital test failuresShinya Maeda2018-02-061-4/+6
| * | | | Add worker queueShinya Maeda2018-02-061-1/+1
| * | | | Rename CreateArtifactsTraceService to CreateTraceArtifactServiceShinya Maeda2018-02-062-16/+14
| * | | | Add CreateArtifactsTraceWorkerShinya Maeda2018-02-061-0/+16
| |/ / /
* | | | Improve exceptions messages in code creating stagesGrzegorz Bizon2018-02-061-2/+4
* | | | Make exception in ensure stage service more descriptiveGrzegorz Bizon2018-02-061-2/+5
* | | | Merge branch 'master' into fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-0617-54/+173
|\ \ \ \ | |/ / /
| * | | 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-0/+96
| * | | Merge branch 'osw-markdown-bypass-for-commit-messages' into 'master'Sean McGivern2018-02-051-8/+18
| |\ \ \
| | * | | Remove unnused escape_html methodosw-markdown-bypass-for-commit-messagesOswaldo Ferreira2018-02-021-4/+0
| | * | | Bypass commits title markdown on notesOswaldo Ferreira2018-02-021-4/+18
| | | |/ | | |/|
| * | | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-0212-34/+14
| * | | Merge branch '40793-fix-mr-title-for-jira' into 'master'Sean McGivern2018-02-021-7/+23
| |\ \ \
| | * | | Resolve "Incorrect merge request title when Jira activated and multiple commi...Andrew McCallum2018-02-021-7/+23
| * | | | Merge branch 'osw-system-notes-for-commits-regression' into 'master'Sean McGivern2018-02-021-1/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Reload MRs memoization after diffs creationosw-system-notes-for-commits-regressionOswaldo Ferreira2018-02-011-1/+6
| | |/ /
| * | | port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-2/+2
| |/ /
| * | Close and do not reload MR diffs when source branch is deletedOswaldo Ferreira2018-01-291-2/+14
| |/
* | Fix transactions-related race condition in stages codeGrzegorz Bizon2018-02-051-1/+6
* | Revert create job service because of load balancingGrzegorz Bizon2018-02-052-22/+8
* | Fix specs for retry build after making stages uniqueGrzegorz Bizon2018-01-251-1/+1
* | Do not raise an error when trying to persist a jobGrzegorz Bizon2018-01-241-1/+1
* | Add a new service for creating detached CI/CD jobsGrzegorz Bizon2018-01-242-8/+22
|/
* Merge branch '41532-email-reason' into 'master'Sean McGivern2018-01-192-34/+40
|\
| * Initial work to add notification reason to emailsMario de la Ossa2018-01-162-34/+40
* | Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-183-2/+9
|\ \
| * | use class reader instead of dynamic constantAlexis Reigel2018-01-171-1/+1
| * | use safer .hooks_for instead of .public_sendAlexis Reigel2018-01-171-1/+1