| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed eslint | Phil Hughes | 2017-02-06 | 2 | -4/+10 |
| * | Merge branch 'master' into issues-modal-filters | Phil Hughes | 2017-02-06 | 11 | -248/+246 |
| |\ | |||||
| | * | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-02-03 | 14 | -29/+795 |
| | |\ | |||||
| | * \ | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-31 | 1 | -0/+6 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-27 | 4 | -19/+19 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into go-go-gadget-webpack | Phil Hughes | 2017-01-13 | 1 | -6/+20 |
| | |\ \ \ \ | |||||
| | * | | | | | migrate all javascript asset bundles and require syntax | Mike Greiling | 2017-01-10 | 2 | -5/+5 |
| * | | | | | | Fixed eslint errors | Phil Hughes | 2017-02-03 | 4 | -5/+8 |
| * | | | | | | Show empty state if filter returns empty results | Phil Hughes | 2017-02-03 | 2 | -1/+19 |
| * | | | | | | Resets modal filters when closing | Phil Hughes | 2017-02-03 | 2 | -0/+5 |
| * | | | | | | Passes through the correct endpoints | Phil Hughes | 2017-02-03 | 5 | -6/+46 |
| * | | | | | | Added all filters | Phil Hughes | 2017-02-03 | 6 | -58/+139 |
| * | | | | | | Added user filter component | Phil Hughes | 2017-02-03 | 2 | -80/+104 |
| * | | | | | | Hardcoded author, assignee & milestone dropdowns | Phil Hughes | 2017-02-03 | 2 | -5/+107 |
| * | | | | | | Started adding filters to issues modal | Phil Hughes | 2017-02-03 | 2 | -0/+49 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Fixed adding to list bug | Phil Hughes | 2017-02-03 | 1 | -2/+5 |
| * | | | | | Fixed modal lists dropdown not updating when list is deletedadd-issues-to-boards | Phil Hughes | 2017-02-03 | 1 | -1/+4 |
| * | | | | | Fixed remove btn error after creating new issue in list | Phil Hughes | 2017-02-03 | 1 | -0/+1 |
| * | | | | | Removed Masonry, instead uses groups of data | Phil Hughes | 2017-02-03 | 8 | -73/+117 |
| * | | | | | Uses mixins for repeated functions | Phil Hughes | 2017-02-03 | 4 | -9/+10 |
| * | | | | | 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 | 5 | -14/+18 |
| * | | | | | Fixed bug with empty state showing after search | Phil Hughes | 2017-02-03 | 11 | -21/+33 |
| * | | | | | Fixed DB schema | Phil Hughes | 2017-02-03 | 4 | -7/+7 |
| * | | | | | Added remove button | Phil Hughes | 2017-02-03 | 3 | -2/+43 |
| * | | | | | Fixed issue link href | Phil Hughes | 2017-02-03 | 2 | -5/+14 |
| * | | | | | Fixed up JS tests | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| * | | | | | Reuse endpoint to list issues for a list instead of create a new one | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -1/+1 |
| * | | | | | Lists dropdown drops up | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| * | | | | | Some styling updates | Phil Hughes | 2017-02-03 | 4 | -7/+20 |
| * | | | | | Fixed some failing lint tests | Phil Hughes | 2017-02-03 | 2 | -5/+6 |
| * | | | | | Infinite scrolling | Phil Hughes | 2017-02-03 | 2 | -5/+28 |
| * | | | | | Fixed masonry re-triggering when it didnt need to | Phil Hughes | 2017-02-03 | 1 | -2/+8 |
| * | | | | | Boards spec update to take into account removed backlog | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| * | | | | | Used issue bulk update instead of different endpoint | Phil Hughes | 2017-02-03 | 2 | -4/+12 |
| * | | | | | Added more tests | Phil Hughes | 2017-02-03 | 3 | -3/+7 |
| * | | | | | Reloads issues when re-opening modal | Phil Hughes | 2017-02-03 | 8 | -32/+5 |
| * | | | | | Added empty state | Phil Hughes | 2017-02-03 | 6 | -8/+91 |
| * | | | | | Cleaned up some code | Phil Hughes | 2017-02-03 | 7 | -117/+70 |
| * | | | | | Started tests | Phil Hughes | 2017-02-03 | 8 | -11/+12 |
| * | | | | | Created a modal store | Phil Hughes | 2017-02-03 | 8 | -73/+35 |
| * | | | | | Search bar now returns data | Phil Hughes | 2017-02-03 | 5 | -16/+63 |
| * | | | | | Changed where data gets loaded | Phil Hughes | 2017-02-03 | 4 | -41/+40 |
| * | | | | | Added selectable list before adding issues | Phil Hughes | 2017-02-03 | 2 | -7/+85 |
| * | | | | | Fixes layout issue on selected tab | Phil Hughes | 2017-02-03 | 2 | -4/+15 |
| * | | | | | Selected issues show with checkmark | Phil Hughes | 2017-02-03 | 4 | -21/+90 |
| * | | | | | Added masonry layout | Phil Hughes | 2017-02-03 | 2 | -12/+68 |
| * | | | | | Styling fix for list | Phil Hughes | 2017-02-03 | 2 | -1/+1 |
| * | | | | | Add issues to boards list | Phil Hughes | 2017-02-03 | 9 | -25/+328 |
| | |_|_|/ |/| | | | |||||
| * | | | | Clears all dropdown menus in issue sidebar when it opensissue-sidebar-empty-assignee | Phil Hughes | 2017-01-20 | 1 | -4/+6 |
