summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Added vue resource interceptorPhil Hughes2016-08-171-2/+31
* Updated rspec to not use sleep when draggingPhil Hughes2016-08-172-15/+14
* Fixed removing items from listPhil Hughes2016-08-171-1/+1
* Moved board store to namespaced gl objectPhil Hughes2016-08-173-45/+45
* Fixed blank state nevermind buttonPhil Hughes2016-08-171-1/+1
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-171-0/+12
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-0/+14
* Fixed bug with creating new list from Backlog or done labelPhil Hughes2016-08-172-2/+24
* Reverted milestone upcoming default filterPhil Hughes2016-08-171-22/+21
* Defaults milestone filter to upcomingPhil Hughes2016-08-171-23/+24
* Fixed failing teaspoon testsPhil Hughes2016-08-172-5/+6
* Increased scrolling speed when dragging issuePhil Hughes2016-08-171-6/+1
* Hides label for current listPhil Hughes2016-08-171-22/+27
* Added tests for infinite scrolling listsPhil Hughes2016-08-171-0/+44
* Fixed issue with filtering by label on issue not updating dropdownPhil Hughes2016-08-171-0/+47
* Added JS spec tests for store & modelsPhil Hughes2016-08-174-0/+380
* Added filter testsPhil Hughes2016-08-171-5/+145
* Added some testsPhil Hughes2016-08-171-34/+209
* Keeps the filters after a reloadPhil Hughes2016-08-171-1/+1
* Added simulate drag JS for testsPhil Hughes2016-08-171-0/+71
* Move the set up of the state described in context to a before blockDouglas Barbosa Alexandre2016-08-173-11/+21
* Remove # from controller actions specsDouglas Barbosa Alexandre2016-08-173-8/+8
* Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre2016-08-171-0/+15
* 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
* Fix matcher `match_response_schema`Douglas Barbosa Alexandre2016-08-175-6/+13
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-173-47/+47
* Remove useless delegate method on List modelDouglas Barbosa Alexandre2016-08-171-4/+0
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-172-51/+51
* Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-172-2/+2
* Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-172-14/+15
* Returns label description in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-172-0/+4
* Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-172-4/+8
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-1/+1
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-173-35/+134
* Add an endpoint to generate the default lists for a boardDouglas Barbosa Alexandre2016-08-171-0/+32
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+40
* Destroy related lists when a label is removedDouglas Barbosa Alexandre2016-08-171-0/+2
* Include the Issue#assignee in the response when listing issuesDouglas Barbosa Alexandre2016-08-172-1/+8
* Return Issue#iid instead of id when listing issuesDouglas Barbosa Alexandre2016-08-171-2/+2
* Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+6
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-9/+9
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-177-46/+54
* Move endpoint to list issues under lists resourcesDouglas Barbosa Alexandre2016-08-171-6/+8
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-4/+4
* Refactor spec for Projects::BoardListsControllerDouglas Barbosa Alexandre2016-08-171-49/+36
* Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre2016-08-171-10/+50
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-174-18/+21
* Add endpoint to list issues for a specific board listDouglas Barbosa Alexandre2016-08-172-0/+76
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73