summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue-boards' into 'master' Douwe Maan2016-08-174-0/+132
|\
| * Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-0/+20
| * Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre2016-08-171-0/+20
| * Remove useless delegate method on List modelDouglas Barbosa Alexandre2016-08-171-4/+0
| * Destroy related lists when a label is removedDouglas Barbosa Alexandre2016-08-171-0/+2
| * Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+6
| * Remove label_list factoryDouglas Barbosa Alexandre2016-08-171-1/+1
| * The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-172-1/+22
| * Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre2016-08-171-0/+24
| * Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-172-7/+9
| * Add Board modelDouglas Barbosa Alexandre2016-08-173-0/+41
* | Merge branch 'mc-ui'Douwe Maan2016-08-171-0/+52
|\ \
| * \ Merge remote-tracking branch 'origin/master' into mc-uiSean McGivern2016-08-1717-62/+278
| |\ \ | | |/
| * | Merge branch 'master' into mc-uiDouwe Maan2016-08-156-3/+169
| |\ \
| * | | Rename `can_resolve_conflicts_in_ui?` to `conflicts_can_be_resolved_in_ui?`Douwe Maan2016-08-121-8/+8
| * | | Add more tests for conflictsSean McGivern2016-08-121-0/+52
* | | | Merge branch '18681-pipelines-merge-request' into 'master' Jacob Schatz2016-08-171-0/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18681-pipelines...Annabel Dunstone2016-08-161-3/+3
| |\ \ \
| * \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18681-pipelines...Kamil Trzcinski2016-08-1658-646/+1604
| |\ \ \ \
| * | | | | Use merge_request_diff instead of doubles for testing pipelines for Merge Req...Kamil Trzcinski2016-08-151-13/+8
| * | | | | Properly select a list of Pipelines for a Merge RequestsKamil Trzcinski2016-08-121-0/+32
* | | | | | Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-171-0/+47
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-163-3/+67
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix failing tests relating to backporting ee!581.Timothy Andrew2016-08-161-3/+3
| | |/ / / | |/| | |
| * | | | Merge branch 'akismet-submittable' into 'master' Robert Speicher2016-08-152-0/+64
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Further refactor and syntax fixes.Patricio Cano2016-08-152-17/+19
| | * | | Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-19/+8
| | * | | Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-4/+5
| | * | | Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-2/+3
| | * | | Refactored spam related code even furtherPatricio Cano2016-08-151-4/+17
| | * | | Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-152-5/+41
| | * | | Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+22
| * | | | Make rubocop happyKamil Trzcinski2016-08-151-9/+9
* | | | | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-161-18/+14
* | | | | Make rubocop happyKamil Trzcinski2016-08-151-9/+9
* | | | | Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski2016-08-151-10/+11
|\ \ \ \ \ | |/ / / /
| * | | | This fixes a long running tests due to changed Sidekiq statefix-failing-testsKamil Trzcinski2016-08-151-10/+11
| |/ / /
* | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-155-0/+165
|\ \ \ \ | |/ / /
| * | | Merge branch 'zj-deployment-status-on-mr' into 'master' Douwe Maan2016-08-153-0/+72
| |\ \ \
| | * | | Method names changed to #includes_commit?zj-deployment-status-on-mrZ.J. van de Weg2016-08-123-16/+39
| | * | | CI build status not per environmentZ.J. van de Weg2016-08-112-2/+6
| | * | | Incorporate feedbackZ.J. van de Weg2016-08-113-0/+45
| * | | | Merge branch 'svg-render-size-limit' into 'master' Douwe Maan2016-08-151-0/+22
| |\ \ \ \
| | * | | | Limit the size of SVGs when viewing them as blobssvg-render-size-limitYorick Peterse2016-08-151-0/+22
| | | |_|/ | | |/| |
| * | | | Ability to specify branches for pivotal tracker integrationEgor Lynko2016-08-151-0/+71
| |/ / /
* | | | Rename queue to enqueue in testsKamil Trzcinski2016-08-121-6/+6
* | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-122-6/+23
|\ \ \ \ | |/ / /
| * | | Fix build play failureimprove-pipeline-processingKamil Trzcinski2016-08-121-1/+1
| * | | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-122-6/+23
* | | | Make pipeline to be in created state for hooks testsKamil Trzcinski2016-08-121-1/+1