summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add_autocomplete_for_labels' into 'master' Robert Speicher2016-06-171-0/+4
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into add_autocomplet...Fatih Acet2016-06-1437-176/+504
| |\
| * | add gfm autocomplete for labelsArinde Eniola2016-05-031-0/+4
* | | Merge branch 'fix/status-of-pipeline-without-builds' into 'master' Rémy Coutable2016-06-163-54/+79
|\ \ \
| * \ \ Merge branch 'master' into fix/status-of-pipeline-without-buildsfix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-155-13/+58
| |\ \ \
| * | | | Remove reduntant method for building pipeline buildsGrzegorz Bizon2016-06-152-2/+3
| * | | | Improve code clarity in pipeline create serviceGrzegorz Bizon2016-06-141-14/+38
| * | | | Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-1415-67/+124
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Refactor code reponsible for creating buildsGrzegorz Bizon2016-06-032-2/+1
| * | | | Update CreateCommitBuildsService to pass testsKamil Trzcinski2016-06-032-18/+20
| * | | | Save Ci::Commit object to persist all created buildsKamil Trzcinski2016-06-032-1/+2
| * | | | Do not create pipeline objects when no buildsGrzegorz Bizon2016-06-032-22/+29
| * | | | Add minor improvements in create builds serviceGrzegorz Bizon2016-06-031-7/+2
| * | | | Refactor ci commit pipeline to prevent implicit savesGrzegorz Bizon2016-06-032-14/+12
* | | | | Merge branch 'fair-usage-of-shared-runners' into 'master' Stan Hu2016-06-151-6/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix typoKamil Trzcinski2016-06-151-1/+1
| * | | | Optimise SQL queryKamil Trzcinski2016-06-141-13/+11
| * | | | Fair usage of Shared RunnersKamil Trzcinski2016-06-131-6/+19
| | |/ / | |/| |
* | | | Merge branch 'remove-shell-env' into 'master' Douwe Maan2016-06-151-1/+1
|\ \ \ \
| * | | | Get rid of Gitlab::ShellEnvJacob Vosmaer2016-06-151-1/+1
* | | | | Merge branch 'environments-and-deployments' into 'master' Rémy Coutable2016-06-152-1/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve design after reviewKamil Trzcinski2016-06-141-16/+4
| * | | | Add specs for models and servicesKamil Trzcinski2016-06-141-24/+16
| * | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-8/+10
| |\ \ \ \ | | |/ / /
| * | | | Add deployment viewsKamil Trzcinski2016-06-111-9/+2
| * | | | Added initial version of deploymentsKamil Trzcinski2016-06-102-1/+47
* | | | | Merge branch 'manual-todos-issuable-sidebar' into 'master' Stan Hu2016-06-141-1/+7
|\ \ \ \ \
| * | | | | Returns created todos to control rather than re-queryPhil Hughes2016-06-141-1/+1
| * | | | | Manually create todo for issuablePhil Hughes2016-06-141-0/+6
| | |/ / / | |/| | |
* | | | | UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-15/+15
* | | | | Factorize members mails into a new Emails::Members moduleRémy Coutable2016-06-141-14/+16
* | | | | Add request access for groupsRémy Coutable2016-06-141-8/+14
* | | | | Initial implementation of user access request to projectsDavid Alexander2016-06-141-0/+12
|/ / / /
* | | | Merge branch 'issue_3359_2' into 'master' Douwe Maan2016-06-131-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-3/+5
| * | | Remove notification level from user modelFelipe Artur2016-06-101-8/+8
* | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-4Kamil Trzcinski2016-06-101-2/+9
|\ \ \ \ | |/ / /
| * | | Toggling a task in a description with mentions doesn't creates a TodoDouglas Barbosa Alexandre2016-06-091-2/+9
* | | | Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
|/ / /
* | | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3Kamil Trzcinski2016-06-071-1/+1
|\ \ \
| * | | Fix tests failuresKamil Trzcinski2016-06-071-1/+1
* | | | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3Kamil Trzcinski2016-06-068-10/+60
|\ \ \ \ | |/ / /
| * | | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-068-10/+60
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-068-10/+60
| | |\ \ \
| | | * | | Spec label add / delete in UpdateServiceSean McGivern2016-06-031-9/+8
| | | * | | Allow bulk-updating to remove all labelsSean McGivern2016-06-031-1/+1
| | | * | | Fix statementAlfredo Sumaran2016-06-031-1/+1
| | | * | | WIP: allow adding and removing labels in bulkSean McGivern2016-06-032-7/+34
| | | * | | Merge branch 'rubocop/enable-empty-lines-around-access-modifier-cop' into 'ma...Robert Speicher2016-06-031-0/+1
| | | |\ \ \
| | | | * | | Enable Style/EmptyLinesAroundAccessModifier rubocop coprubocop/enable-empty-lines-around-access-modifier-copGrzegorz Bizon2016-06-031-0/+1
| | | | |/ /