summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOGissue-boardsDouglas Barbosa Alexandre2016-08-171-0/+1
|
* 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-172-1/+17
|
* Fix board create service namespace to avoid autoload issuesDouglas Barbosa Alexandre2016-08-171-1/+1
|
* Use IssuesFinder instead of project.issues.visible_to_userDouglas Barbosa Alexandre2016-08-171-1/+5
|
* Inherit board related services from BaseServiceDouglas Barbosa Alexandre2016-08-174-15/+6
|
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-179-18/+43
|
* Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre2016-08-174-10/+33
|
* 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-178-81/+75
|
* Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre2016-08-171-21/+15
|
* Remove useless increment when creating a new board listDouglas Barbosa Alexandre2016-08-171-9/+2
|
* Remove useless delegate method on List modelDouglas Barbosa Alexandre2016-08-172-7/+1
|
* Extract method to serialize board lists as JSONDouglas Barbosa Alexandre2016-08-171-3/+12
|
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-176-65/+68
|
* Extract `Projects::Boards::ApplicationController`Douglas Barbosa Alexandre2016-08-173-18/+17
|
* Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-177-125/+135
|
* Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-174-17/+18
|
* Returns label description in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-175-4/+8
|
* Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-175-8/+12
|
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-172-10/+10
|
* Turn board for public projects accessible to everyoneDouglas Barbosa Alexandre2016-08-171-0/+1
|
* Use qualified name for services in generate default lists serviceDouglas Barbosa Alexandre2016-08-171-1/+1
|
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-178-36/+166
|
* Add an endpoint to generate the default lists for a boardDouglas Barbosa Alexandre2016-08-173-0/+46
|
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-172-0/+76
|
* Destroy related lists when a label is removedDouglas Barbosa Alexandre2016-08-172-0/+4
|
* Include the Issue#assignee in the response when listing issuesDouglas Barbosa Alexandre2016-08-173-2/+14
|
* Return Issue#iid instead of id when listing issuesDouglas Barbosa Alexandre2016-08-172-3/+3
|
* Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-174-0/+23
|
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-172-11/+26
|
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-179-48/+57
|
* Move endpoint to list issues under lists resourcesDouglas Barbosa Alexandre2016-08-173-9/+14
|
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-172-5/+5
|
* Refactor spec for Projects::BoardListsControllerDouglas Barbosa Alexandre2016-08-171-49/+36
|
* Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre2016-08-174-13/+72
|
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-1713-75/+45
|
* Add endpoint to list issues for a specific board listDouglas Barbosa Alexandre2016-08-174-0/+99
|
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-172-0/+146
|
* Handle formats at the controller level in Projects::BoardListsControllerDouglas Barbosa Alexandre2016-08-171-22/+18
|
* Add endpoint to allow users to remove listsDouglas Barbosa Alexandre2016-08-173-1/+47
|
* Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre2016-08-172-5/+5
|
* Add endpoint to allow users to move listsDouglas Barbosa Alexandre2016-08-173-1/+75
|
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-172-11/+11
|
* Add endpoint to allow users to create a new board listDouglas Barbosa Alexandre2016-08-173-1/+71
|
* Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-174-7/+79
|
* Add json-schema gem to test groupDouglas Barbosa Alexandre2016-08-172-0/+4
|
* Creates a new board when project does not have oneDouglas Barbosa Alexandre2016-08-172-0/+6
|
* Initial issues board pageDouglas Barbosa Alexandre2016-08-175-0/+42
|