summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | Disabled sorting in listsPhil Hughes2016-08-171-3/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Links to issuesPhil Hughes2016-08-173-3/+12
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Can move between listsPhil Hughes2016-08-177-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently a bug exists were moving into done does not remove from all
| | | * | | | | | | | | | | | | | Pulls down issues for listsPhil Hughes2016-08-173-6/+18
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Hooked the frontend services up with the backendPhil Hughes2016-08-1711-93/+126
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added simulate drag JS for testsPhil Hughes2016-08-175-4/+218
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed SCSS lint errorsPhil Hughes2016-08-171-5/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added blank statePhil Hughes2016-08-1711-10/+79
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed some styling issues in new list dropdownPhil Hughes2016-08-174-9/+19
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Test added a mock listPhil Hughes2016-08-172-1/+26
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Moved data holding into modelsPhil Hughes2016-08-1710-85/+169
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Started new dropdownPhil Hughes2016-08-174-5/+33
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Changes names to listsPhil Hughes2016-08-174-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some bugs introduced when moving to es6
| | | * | | | | | | | | | | | | | Moved to ES6Phil Hughes2016-08-1712-214/+312
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Removes boards correctlyPhil Hughes2016-08-177-13/+27
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Simplified the markding as done to remove from all boardsPhil Hughes2016-08-177-90/+16
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Disables sortable when in marking done modePhil Hughes2016-08-171-1/+4
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fades out the other boards when marking as donePhil Hughes2016-08-175-7/+16
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Correctly removes from multiple boardsPhil Hughes2016-08-171-0/+4
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed issue where list wouldnt scrollPhil Hughes2016-08-171-2/+0
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Correctly removes from boards when moved to donePhil Hughes2016-08-173-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only shows options to remove from all boards if issue is in more than 1
| | | * | | | | | | | | | | | | | When moving to done & the issue belongs to more than 1 board it asks if user ↵Phil Hughes2016-08-179-19/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wants to remove from all the boards Can filter issues by author, assignee & milestones
| | | * | | | | | | | | | | | | | Added vue-resource to get & save dataPhil Hughes2016-08-1712-53/+117
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Hooked up JS to allow issues to be moved between columnsPhil Hughes2016-08-1712-22/+195
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Initial issue boards UIPhil Hughes2016-08-177-10/+154
| | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | |