summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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-176-63/+85
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-8/+38
* Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+125
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-61/+69
* Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-172-15/+43
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-8/+24
* Add service to remove a list from boardDouglas Barbosa Alexandre2016-08-171-0/+30
* Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+76
* Add service to create a board listDouglas Barbosa Alexandre2016-08-173-0/+36
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-172-0/+25
* Add Board modelDouglas Barbosa Alexandre2016-08-173-0/+41
* Better formatting for downtime check messagesfix-downtime-check-formattingYorick Peterse2016-08-171-1/+23
* Fixed downtime check label colouringYorick Peterse2016-08-171-2/+2
* Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-173-104/+310
* Merge branch 'pipeline-hooks-without-slack' into 'master' Robert Speicher2016-08-1623-69/+227
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-1624-137/+745
| |\
| * | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-162-20/+15
| * | Make rubocop happyKamil Trzcinski2016-08-151-9/+9
| * | Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1512-84/+436
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1519-75/+427
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-136-24/+114
| |\ \ \ \
| * | | | | Make explicit call for all event types for ProjectHook factoryKamil Trzcinski2016-08-121-9/+7
| * | | | | 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 test failuresKamil Trzcinski2016-08-121-1/+1
| * | | | | | Make pipeline to be in created state for hooks testsKamil Trzcinski2016-08-121-1/+1
| * | | | | | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1210-115/+235
| |\ \ \ \ \ \
| * | | | | | | Have trait all_events_enabled so that's easier to reuse, feedback:Lin Jen-Shin2016-08-122-4/+15
| * | | | | | | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-1218-39/+31
| * | | | | | | Make it more grammatically correct, feedback:Lin Jen-Shin2016-08-121-4/+4
| * | | | | | | if -> when; when -> `when`; %w() -> %w[]; and fix some typos:Lin Jen-Shin2016-08-121-17/+17
| * | | | | | | Prefer described_class, feedback:Lin Jen-Shin2016-08-123-3/+3
| * | | | | | | Make the comment more clear, feedback:Lin Jen-Shin2016-08-121-1/+3
| * | | | | | | Fix tests for pipeline eventsKamil Trzcinski2016-08-111-17/+47
| * | | | | | | Fix pipeline status change from pending to runningKamil Trzcinski2016-08-111-0/+45
| * | | | | | | Enhance a pipeline event tests to analyse number of returned buildsKamil Trzcinski2016-08-112-22/+25
| * | | | | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1137-1085/+1481
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-11248-1996/+3147
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Let's make sure cache were cleared:Lin Jen-Shin2016-08-051-0/+4
| * | | | | | | | | Define utility functions later, feedback:Lin Jen-Shin2016-08-051-10/+10
| * | | | | | | | | Removed the abstract let, feedback:Lin Jen-Shin2016-08-051-1/+0
| * | | | | | | | | Missed renaming themLin Jen-Shin2016-08-051-5/+7
| * | | | | | | | | Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-0416-26/+54
| * | | | | | | | | If we use Rails magic it's breaking this test:Lin Jen-Shin2016-08-041-1/+1
| * | | | | | | | | I was too used to this style...Lin Jen-Shin2016-08-041-1/+1
| * | | | | | | | | Test against the status in the payloadLin Jen-Shin2016-08-031-1/+9
| * | | | | | | | | Make sure we only fire hooks upon status changedLin Jen-Shin2016-08-031-1/+21
| * | | | | | | | | Use when instead of if, feedback:Lin Jen-Shin2016-08-031-4/+4