summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-4/+7
| |/ / / / /
* | | | | | Merge branch 'use-optimistic-locking' into 'master' Stan Hu2016-10-282-19/+15
|\ \ \ \ \ \
| * | | | | | Make retry_lock to not be infiniteuse-optimistic-lockingKamil Trzcinski2016-10-271-2/+2
| * | | | | | Fix Rubocop unused variables warningStan Hu2016-10-261-2/+2
| * | | | | | Remove puts to solve Rubocop errorsStan Hu2016-10-261-2/+0
| * | | | | | Fix optimistic lockingKamil Trzcinski2016-10-261-2/+4
| * | | | | | Add tests for optimistic lockingKamil Trzcinski2016-10-261-1/+1
| * | | | | | Use optimistic lockingKamil Trzcinski2016-10-262-19/+15
| |/ / / / /
* | | | | | Check if repository already exists before trying to re-import itAhmad Sherif2016-10-281-1/+1
|/ / / / /
* | | | | Merge branch 'barthc/gitlab-ce-prevent_authored_vote_from_notes'Rémy Coutable2016-10-241-2/+4
|\ \ \ \ \
| * | | | | Fix authored vote from notesbarthc2016-10-241-2/+4
| | |_|_|/ | |/| | |
* | | | | Implement third round of review comments from @DouweM.21513-fix-branch-protection-apiTimothy Andrew2016-10-242-13/+4
* | | | | Implement second round of review comments from @DouweM.Timothy Andrew2016-10-242-8/+8
* | | | | Implement review comments from @DouweM.Timothy Andrew2016-10-241-10/+15
* | | | | Implement review comments from @dbalexandre.Timothy Andrew2016-10-241-37/+8
* | | | | Fix branch protection API.Timothy Andrew2016-10-242-0/+109
|/ / / /
* | | | Ignore external issues when bulk assigning issues to author of merge request.fix-bulk-assign-issues-for-external-issuesAdam Niedzielski2016-10-201-1/+1
| |_|/ |/| |
* | | Differentiate the expire from leave eventCallum Dryden2016-10-201-0/+4
* | | Avoid touch label links that does not belongs to project when moving itfeature/group-level-labelsDouglas Barbosa Alexandre2016-10-191-15/+42
* | | Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-194-4/+4
* | | Add support to group labels to SlashCommands::InterpretServiceDouglas Barbosa Alexandre2016-10-191-2/+4
* | | User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-193-10/+5
* | | Add service to create project labelsDouglas Barbosa Alexandre2016-10-191-0/+33
* | | Recreates the label priorities when moving project to another groupDouglas Barbosa Alexandre2016-10-191-1/+2
* | | Fix IssuableBaseService#find_or_create_label_idsDouglas Barbosa Alexandre2016-10-191-1/+1
* | | Skip update query if label have the same id on Labels::TransferServiceDouglas Barbosa Alexandre2016-10-191-0/+2
* | | Include global labels when moving an issue to another projectDouglas Barbosa Alexandre2016-10-191-2/+6
* | | Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre2016-10-192-0/+56
* | | Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-191-1/+5
* | | Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-192-6/+11
* | | Merge branch 'sh-improve-merge-service-logging' into 'master' Robert Speicher2016-10-191-4/+16
|\ \ \
| * | | Identify merge request project and IID in log messagesh-improve-merge-service-loggingStan Hu2016-10-181-1/+7
| * | | Improve error logging of MergeServiceStan Hu2016-10-181-4/+10
| | |/ | |/|
* | | Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable2016-10-191-6/+15
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-4/+20
| |\ \
| * | | Fix environments specsKamil Trzcinski2016-10-171-1/+1
| * | | Work on specsKamil Trzcinski2016-10-171-2/+2
| * | | Improve after code reviewKamil Trzcinski2016-10-171-2/+3
| * | | Save `on_stop` in deploymentKamil Trzcinski2016-10-171-1/+2
| * | | Add `action` and `on_stop` to `environment` in .gitlab-ci.ymlKamil Trzcinski2016-10-171-13/+9
| * | | Refactor code to use available and stopped statuses and refactor views to use...Kamil Trzcinski2016-10-171-7/+7
| * | | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-1728-119/+358
| |\ \ \
| * | | | Initial support for closing environmentsKamil Trzcinski2016-10-061-1/+11
* | | | | Merge remote-tracking branch 'upstream/master' into pipeline-emailspipeline-emailsLin Jen-Shin2016-10-181-4/+20
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'master' into merge-conflicts-editor-2Sean McGivern2016-10-172-25/+24
| |\ \ \ | | | |/ | | |/|
| * | | Allow setting content for resolutionsSean McGivern2016-10-131-4/+20
* | | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-171-12/+22
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński2016-10-141-12/+22
| |\ \ \
| | * | | Check if project exists before creating deploymentGrzegorz Bizon2016-10-141-0/+6
| | * | | Use trasaction to process build deploymentGrzegorz Bizon2016-10-131-12/+16