summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue-boards' into 'master' Douwe Maan2016-08-1723-69/+1403
|\
| * Fixed bug when moving listPhil Hughes2016-08-171-1/+1
| * Removed if around board deletingPhil Hughes2016-08-171-8/+10
| * Code improvementsPhil Hughes2016-08-173-41/+24
| * Improved code readabilityPhil Hughes2016-08-178-119/+52
| * Tests updatedPhil Hughes2016-08-172-7/+7
| * Tests updatePhil Hughes2016-08-172-6/+12
| * Added vue resource interceptorPhil Hughes2016-08-172-0/+10
| * Fix issue with paging not working sometimesPhil Hughes2016-08-171-1/+1
| * Fixed some flexbox height issuesPhil Hughes2016-08-171-0/+5
| * Updated rspec to not use sleep when draggingPhil Hughes2016-08-172-2/+6
| * Uses dataset rather than jQuery to get attribute valuesPhil Hughes2016-08-176-40/+45
| * Updated JSON endpointsPhil Hughes2016-08-171-11/+8
| * Fixed bug when moving lists around & then deletingPhil Hughes2016-08-174-12/+22
| * Fixed removing items from listPhil Hughes2016-08-177-39/+45
| * Fixed small screen bug not draggingPhil Hughes2016-08-172-2/+2
| * Moved issue board components from being globalPhil Hughes2016-08-176-16/+39
| * Namespaced sortable default options functionPhil Hughes2016-08-173-6/+5
| * Moved board store to namespaced gl objectPhil Hughes2016-08-1712-42/+43
| * Fixed blank state issuePhil Hughes2016-08-174-10/+18
| * Fixed blank state nevermind buttonPhil Hughes2016-08-172-3/+2
| * Removed underscorejs from create label classPhil Hughes2016-08-171-1/+1
| * Added loading icon so user knows when new page is loadingPhil Hughes2016-08-173-5/+10
| * Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-173-13/+6
| * Fixed bug when dragging to done listPhil Hughes2016-08-171-3/+5
| * Fixed bug with creating new list from Backlog or done labelPhil Hughes2016-08-171-3/+3
| * Reverted milestone upcoming default filterPhil Hughes2016-08-171-1/+1
| * Defaults milestone filter to upcomingPhil Hughes2016-08-173-2/+3
| * Fixed bug with label filter dropdown not removing the correct labelPhil Hughes2016-08-171-2/+5
| * Updated simulateDrag JSPhil Hughes2016-08-171-10/+5
| * Removed underscoreJS usesPhil Hughes2016-08-1713-127/+157
| * Changed ghost to have a slight opacityPhil Hughes2016-08-172-1/+2
| * Stop propogation when adding default listsPhil Hughes2016-08-171-1/+2
| * Fixed error with class not existingPhil Hughes2016-08-171-4/+4
| * Fixed failing teaspoon testsPhil Hughes2016-08-174-9/+9
| * Increased scrolling speed when dragging issuePhil Hughes2016-08-171-1/+1
| * Hides label for current listPhil Hughes2016-08-173-0/+6
| * Fixed issue with filtering by label on issue not updating dropdownPhil Hughes2016-08-174-11/+26
| * Fixed list heightsPhil Hughes2016-08-171-1/+0
| * Added JS spec tests for store & modelsPhil Hughes2016-08-171-1/+2
| * Added filter testsPhil Hughes2016-08-171-2/+2
| * Order issues by label priority instead of id on board listsDouglas Barbosa Alexandre2016-08-172-0/+5
| * Added some testsPhil Hughes2016-08-171-0/+1
| * Fixed blank state being added incorrectlyPhil Hughes2016-08-171-3/+3
| * Mobile improvementsPhil Hughes2016-08-174-4/+41
| * Added correct permissions to the viewsPhil Hughes2016-08-171-1/+1
| * Added ability to generate default listsPhil Hughes2016-08-175-5/+54
| * Added some JS improvementsPhil Hughes2016-08-175-8/+9
| * Added loading icon to boards vue appPhil Hughes2016-08-172-3/+14
| * Created a class to share functionality of creating new label from dropdownPhil Hughes2016-08-173-64/+133