| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed modal lists dropdown not updating when list is deletedadd-issues-to-boards | Phil Hughes | 2017-02-03 | 4 | -6/+26 |
| | | |||||
| * | Fixed remove btn error after creating new issue in list | Phil Hughes | 2017-02-03 | 1 | -0/+1 |
| | | |||||
| * | Removed duplicated test | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | Removed Masonry, instead uses groups of data | Phil Hughes | 2017-02-03 | 16 | -2551/+154 |
| | | | | | | Added some error handling which reverts the frontend data changes & notifies the user | ||||
| * | Uses mixins for repeated functions | Phil Hughes | 2017-02-03 | 6 | -10/+26 |
| | | |||||
| * | Fixed up specs | Phil Hughes | 2017-02-03 | 3 | -21/+3 |
| | | |||||
| * | Props use objects with required & type values | Phil Hughes | 2017-02-03 | 7 | -23/+73 |
| | | |||||
| * | Removes labels instead of closing issue when clicking remove button | Phil Hughes | 2017-02-03 | 9 | -18/+38 |
| | | |||||
| * | Fixed JS lint errors | Phil Hughes | 2017-02-03 | 1 | -3/+2 |
| | | |||||
| * | Fixed issue card spec | Phil Hughes | 2017-02-03 | 1 | -2/+4 |
| | | |||||
| * | Added webkit CSS properties | Phil Hughes | 2017-02-03 | 1 | -0/+9 |
| | | |||||
| * | Fixed bug with empty state showing after search | Phil Hughes | 2017-02-03 | 21 | -30/+48 |
| | | | | | Fixed users href path being incorrect | ||||
| * | Fixed bug where 2 un-selected issues would stay on selected tab | Phil Hughes | 2017-02-03 | 1 | -2/+3 |
| | | |||||
| * | Fixed DB schema | Phil Hughes | 2017-02-03 | 5 | -33/+22 |
| | | | | | Changed how components are added in objects | ||||
| * | Added remove button | Phil Hughes | 2017-02-03 | 5 | -2/+77 |
| | | |||||
| * | Add optional id property to the issue schema | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -0/+1 |
| | | |||||
| * | Fixed issue link href | Phil Hughes | 2017-02-03 | 3 | -6/+16 |
| | | |||||
| * | Disabled add issues button if no lists exist | Phil Hughes | 2017-02-03 | 3 | -11/+23 |
| | | |||||
| * | Remove unnecessary include from RemoveBacklogListsFromBoards migration | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -2/+0 |
| | | |||||
| * | Fixed issue with issue not persisting in list | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed up JS tests | Phil Hughes | 2017-02-03 | 3 | -18/+3 |
| | | |||||
| * | Reuse endpoint to list issues for a list instead of create a new one | Douglas Barbosa Alexandre | 2017-02-03 | 8 | -60/+79 |
| | | |||||
| * | Removed backlog frontend code | Phil Hughes | 2017-02-03 | 2 | -3/+1 |
| | | |||||
| * | Lists dropdown drops up | Phil Hughes | 2017-02-03 | 2 | -1/+6 |
| | | |||||
| * | Some styling updates | Phil Hughes | 2017-02-03 | 9 | -26/+79 |
| | | | | | Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab | ||||
| * | Fixed some failing lint tests | Phil Hughes | 2017-02-03 | 4 | -7/+8 |
| | | |||||
| * | Infinite scrolling | Phil Hughes | 2017-02-03 | 5 | -6/+37 |
| | | |||||
| * | Fixed masonry re-triggering when it didnt need to | Phil Hughes | 2017-02-03 | 1 | -2/+8 |
| | | | | | Fixed scroll position being lost | ||||
| * | Boards spec update to take into account removed backlog | Phil Hughes | 2017-02-03 | 2 | -146/+73 |
| | | |||||
| * | Fix feature spec for issue sidebar on issue boards | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -30/+33 |
| | | |||||
| * | Fix feature spec to create new issue on issue boards | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -2/+3 |
| | | |||||
| * | Remove backlog lists from factories | Douglas Barbosa Alexandre | 2017-02-03 | 2 | -7/+0 |
| | | |||||
| * | Update the API endpoint to get the lists of a project board | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | Fix spec for Projects::Boards::ListsController | Douglas Barbosa Alexandre | 2017-02-03 | 2 | -2/+2 |
| | | |||||
| * | Remove backlog lists from board services | Douglas Barbosa Alexandre | 2017-02-03 | 8 | -88/+6 |
| | | |||||
| * | Remove backlog lists from boards | Douglas Barbosa Alexandre | 2017-02-03 | 5 | -55/+50 |
| | | |||||
| * | Used issue bulk update instead of different endpoint | Phil Hughes | 2017-02-03 | 8 | -21/+16 |
| | | |||||
| * | Added more tests | Phil Hughes | 2017-02-03 | 7 | -3/+317 |
| | | |||||
| * | Reloads issues when re-opening modal | Phil Hughes | 2017-02-03 | 9 | -35/+5 |
| | | |||||
| * | Added empty state | Phil Hughes | 2017-02-03 | 8 | -9/+105 |
| | | |||||
| * | Cleaned up some code | Phil Hughes | 2017-02-03 | 8 | -163/+91 |
| | | |||||
| * | Started tests | Phil Hughes | 2017-02-03 | 12 | -33/+242 |
| | | |||||
| * | Created a modal store | Phil Hughes | 2017-02-03 | 9 | -73/+98 |
| | | |||||
| * | Search bar now returns data | Phil Hughes | 2017-02-03 | 7 | -35/+72 |
| | | | | | Selected data is added into a different array | ||||
| * | Changed where data gets loaded | Phil Hughes | 2017-02-03 | 9 | -44/+63 |
| | | | | | Changed what is hidden when data is loading | ||||
| * | Added selectable list before adding issues | Phil Hughes | 2017-02-03 | 5 | -8/+100 |
| | | | | | Adds issues to list on frontend - need to push to backend | ||||
| * | Mobile sizes | Phil Hughes | 2017-02-03 | 1 | -1/+11 |
| | | |||||
| * | Fixes layout issue on selected tab | Phil Hughes | 2017-02-03 | 2 | -4/+15 |
| | | | | | Fixed modal not closing on cancel clicked | ||||
| * | Selected issues show with checkmark | Phil Hughes | 2017-02-03 | 6 | -24/+141 |
| | | | | | | Submit button disables/enables Submit button selects ids - but does not push it yet | ||||
| * | Added masonry layout | Phil Hughes | 2017-02-03 | 7 | -17/+2548 |
| | | | | | Possibly need to change masonry library but so far it is the only one I found that works well | ||||
