summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/models/list.js.es6
Commit message (Expand)AuthorAgeFilesLines
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-131-1/+4
* 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
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* 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
* Removed if around board deletingPhil Hughes2016-08-171-8/+10
* Improved code readabilityPhil Hughes2016-08-171-12/+6
* 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-171-3/+3
* 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-171-11/+15
* Fixed failing teaspoon testsPhil Hughes2016-08-171-3/+3
* Label description in tooltipPhil Hughes2016-08-171-0/+5
* Moved some code over to underscorejsPhil Hughes2016-08-171-3/+3
* Correctly filters by labelsPhil Hughes2016-08-171-9/+9
* 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-171-2/+15
* Can move between listsPhil Hughes2016-08-171-0/+2
* Pulls down issues for listsPhil Hughes2016-08-171-5/+10
* Hooked the frontend services up with the backendPhil Hughes2016-08-171-2/+14
* Moved data holding into modelsPhil Hughes2016-08-171-0/+49