Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | | | | | Disabled sorting in lists | Phil Hughes | 2016-08-17 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Links to issues | Phil Hughes | 2016-08-17 | 3 | -3/+12 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Can move between lists | Phil Hughes | 2016-08-17 | 7 | -3/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently a bug exists were moving into done does not remove from all | |||||
| | | * | | | | | | | | | | | | | | Pulls down issues for lists | Phil Hughes | 2016-08-17 | 3 | -6/+18 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Hooked the frontend services up with the backend | Phil Hughes | 2016-08-17 | 11 | -93/+126 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Added simulate drag JS for tests | Phil Hughes | 2016-08-17 | 5 | -4/+218 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Fixed SCSS lint errors | Phil Hughes | 2016-08-17 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Added blank state | Phil Hughes | 2016-08-17 | 11 | -10/+79 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Fixed some styling issues in new list dropdown | Phil Hughes | 2016-08-17 | 4 | -9/+19 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Test added a mock list | Phil Hughes | 2016-08-17 | 2 | -1/+26 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Moved data holding into models | Phil Hughes | 2016-08-17 | 10 | -85/+169 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Started new dropdown | Phil Hughes | 2016-08-17 | 4 | -5/+33 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Changes names to lists | Phil Hughes | 2016-08-17 | 4 | -20/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some bugs introduced when moving to es6 | |||||
| | | * | | | | | | | | | | | | | | Moved to ES6 | Phil Hughes | 2016-08-17 | 12 | -214/+312 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Removes boards correctly | Phil Hughes | 2016-08-17 | 7 | -13/+27 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Simplified the markding as done to remove from all boards | Phil Hughes | 2016-08-17 | 7 | -90/+16 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Disables sortable when in marking done mode | Phil Hughes | 2016-08-17 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Fades out the other boards when marking as done | Phil Hughes | 2016-08-17 | 5 | -7/+16 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Correctly removes from multiple boards | Phil Hughes | 2016-08-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Fixed issue where list wouldnt scroll | Phil Hughes | 2016-08-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Correctly removes from boards when moved to done | Phil Hughes | 2016-08-17 | 3 | -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 Hughes | 2016-08-17 | 9 | -19/+150 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wants to remove from all the boards Can filter issues by author, assignee & milestones | |||||
| | | * | | | | | | | | | | | | | | Added vue-resource to get & save data | Phil Hughes | 2016-08-17 | 12 | -53/+117 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Hooked up JS to allow issues to be moved between columns | Phil Hughes | 2016-08-17 | 12 | -22/+195 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Initial issue boards UI | Phil Hughes | 2016-08-17 | 7 | -10/+154 | |
| | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | Update CHANGELOGissue-boards | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Move the set up of the state described in context to a before block | Douglas Barbosa Alexandre | 2016-08-17 | 3 | -11/+21 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Remove # from controller actions specs | Douglas Barbosa Alexandre | 2016-08-17 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Validate if the lists are different when moving issues between lists | Douglas Barbosa Alexandre | 2016-08-17 | 2 | -1/+17 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix board create service namespace to avoid autoload issues | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Use IssuesFinder instead of project.issues.visible_to_user | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Inherit board related services from BaseService | Douglas Barbosa Alexandre | 2016-08-17 | 4 | -15/+6 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Add a movable scope and a movable? method to List model | Douglas Barbosa Alexandre | 2016-08-17 | 9 | -18/+43 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Add a destroyable scope and a destroyable? method to List model | Douglas Barbosa Alexandre | 2016-08-17 | 4 | -10/+33 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix matcher `match_response_schema` | Douglas Barbosa Alexandre | 2016-08-17 | 5 | -6/+13 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Remove lookup inside services to keep them consistent with other ones | Douglas Barbosa Alexandre | 2016-08-17 | 8 | -81/+75 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Use `Issues::UpdateService` to close/reopen an issue | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -21/+15 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Remove useless increment when creating a new board list | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -9/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Remove useless delegate method on List model | Douglas Barbosa Alexandre | 2016-08-17 | 2 | -7/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Extract method to serialize board lists as JSON | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Move action to render board lists to `Projects::Boards::ListsController` | Douglas Barbosa Alexandre | 2016-08-17 | 6 | -65/+68 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Extract `Projects::Boards::ApplicationController` | Douglas Barbosa Alexandre | 2016-08-17 | 3 | -18/+17 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Move board related controllers to the `Boards` namespace | Douglas Barbosa Alexandre | 2016-08-17 | 7 | -125/+135 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Rename from/to params to from_list_id/to_list_id | Douglas Barbosa Alexandre | 2016-08-17 | 4 | -17/+18 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Returns label description in JSON when listing lists/issues | Douglas Barbosa Alexandre | 2016-08-17 | 5 | -4/+8 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Returns label priority in JSON when listing lists/issues | Douglas Barbosa Alexandre | 2016-08-17 | 5 | -8/+12 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix filtering issues by "No Label" | Douglas Barbosa Alexandre | 2016-08-17 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Turn board for public projects accessible to everyone | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Use qualified name for services in generate default lists service | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Add authorization to issues board related controllers | Douglas Barbosa Alexandre | 2016-08-17 | 8 | -36/+166 | |
| | | | | | | | | | | | | | | | |