summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/models
Commit message (Expand)AuthorAgeFilesLines
* resolve all space-in-parens eslint violationssimple-eslint-fixesMike Greiling2017-01-182-8/+8
* resolve all prefer-const eslint violationsMike Greiling2017-01-181-2/+2
* resolve all no-plusplus eslint violationsMike Greiling2017-01-181-5/+5
* Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran2016-12-285-0/+10
|\
| * ensure classes declared outside an IIFE are properties of windowfix-non-iife-classesMike Greiling2016-12-145-0/+10
* | expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-135-7/+18
|/
* Fixed issue boards issue sorting when dragging issue into listPhil Hughes2016-11-241-2/+6
* Migrate Vue v1 to v2.Fatih Acet2016-11-101-1/+2
* Enable linting for ES6 fileswinniehell2016-10-271-0/+1
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-264-0/+4
|\
| * disable ESLint for all JavaScript fileswinniehell2016-10-264-0/+4
* | Fixed some JS stylingPhil Hughes2016-10-071-1/+1
* | Make the subscribe button work correctlyPhil Hughes2016-10-071-1/+1
* | Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-071-0/+4
* | Sidebar details update when changingPhil Hughes2016-10-071-0/+14
* | Show clicked issue data in the sidebarPhil Hughes2016-10-072-0/+11
|/
* Fix form not re-enabling thanks to jQueryPhil Hughes2016-10-061-1/+1
* Added ability to save the new issuePhil Hughes2016-10-061-0/+11
* Fixed issue where moving issue & then scrolling stop new page loadingissue-boards-issues-total-countPhil Hughes2016-09-011-8/+13
* Changed frontend to use issue count from backendPhil Hughes2016-08-311-1/+5
* Added search for all lists on issue boardsPhil Hughes2016-08-301-4/+0
* Added text color to issues labels in issue board listsPhil Hughes2016-08-191-0/+1
* Removed if around board deletingPhil Hughes2016-08-171-8/+10
* Code improvementsPhil Hughes2016-08-171-1/+3
* Improved code readabilityPhil Hughes2016-08-172-38/+15
* Tests updatedPhil Hughes2016-08-171-1/+1
* Tests updatePhil Hughes2016-08-171-1/+8
* Fix issue with paging not working sometimesPhil Hughes2016-08-171-1/+1
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-171-0/+1
* Fixed removing items from listPhil Hughes2016-08-171-3/+1
* Moved board store to namespaced gl objectPhil Hughes2016-08-172-4/+4
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-171-0/+1
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-1/+1
* Removed underscoreJS usesPhil Hughes2016-08-172-20/+28
* Fixed failing teaspoon testsPhil Hughes2016-08-174-9/+9
* Hides label for current listPhil Hughes2016-08-171-0/+1
* 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
* Label description in tooltipPhil Hughes2016-08-172-0/+6
* Moved some code over to underscorejsPhil Hughes2016-08-172-6/+4
* Correctly filters by labelsPhil Hughes2016-08-172-9/+15
* Keeps the filters after a reloadPhil Hughes2016-08-171-1/+1
* Added ability to infinite scroll issues listPhil Hughes2016-08-171-4/+21
* Gets issues after the list is saved to the DBPhil Hughes2016-08-171-2/+5
* Filters backlog by search queryPhil Hughes2016-08-171-10/+20
* Hides the welcome board forever after it being hidden by the userPhil Hughes2016-08-171-5/+7
* Moved some code around to make it easier to read & work withPhil Hughes2016-08-172-3/+22
* Added assignee to frontendPhil Hughes2016-08-172-0/+13
* Can move between listsPhil Hughes2016-08-172-1/+3
* Pulls down issues for listsPhil Hughes2016-08-171-5/+10