summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/stores/boards_store.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Removes label from previous listmoving-issue-with-two-list-labelsPhil Hughes2017-02-211-1/+4
* Fixed bug with empty state showing after searchPhil Hughes2017-02-031-4/+1
* Started testsPhil Hughes2017-02-031-9/+0
* Search bar now returns dataPhil Hughes2017-02-031-17/+7
* Added selectable list before adding issuesPhil Hughes2017-02-031-1/+2
* Selected issues show with checkmarkPhil Hughes2017-02-031-1/+12
* Added masonry layoutPhil Hughes2017-02-031-1/+1
* Add issues to boards listPhil Hughes2017-02-031-0/+5
* resolve all space-in-parens eslint violationssimple-eslint-fixesMike Greiling2017-01-181-4/+4
* resolve all parseInt radix eslint violationsMike Greiling2017-01-181-2/+2
* resolve all indent eslint violationsMike Greiling2017-01-181-6/+6
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
* 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/+2
* Changed how lists get sortedPhil Hughes2016-11-101-2/+2
* Issue board spec fixesPhil Hughes2016-11-101-0/+2
* Refactor of issue boards to work with Vue2Phil Hughes2016-11-101-0/+2
* Delete issue board welcome cookie when project is newPhil Hughes2016-10-281-1/+2
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-261-0/+1
|\
| * disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* | Merge branch 'master' into issue-board-sidebarissue-board-sidebarPhil Hughes2016-10-261-2/+2
|\ \ | |/
| * replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-2/+2
* | Show clicked issue data in the sidebarPhil Hughes2016-10-071-2/+3
* | Added markup for sidebarPhil Hughes2016-10-071-1/+3
|/
* Added search for all lists on issue boardsPhil Hughes2016-08-301-1/+2
* Fixed bug when moving listPhil Hughes2016-08-171-1/+1
* Code improvementsPhil Hughes2016-08-171-29/+16
* Updated rspec to not use sleep when draggingPhil Hughes2016-08-171-2/+4
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-171-3/+2
* Fixed removing items from listPhil Hughes2016-08-171-22/+14
* Moved board store to namespaced gl objectPhil Hughes2016-08-171-3/+6
* Fixed blank state nevermind buttonPhil Hughes2016-08-171-1/+1
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-11/+3
* 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-171-1/+1
* Removed underscoreJS usesPhil Hughes2016-08-171-24/+28
* Fixed issue with filtering by label on issue not updating dropdownPhil Hughes2016-08-171-4/+7
* Added JS spec tests for store & modelsPhil Hughes2016-08-171-1/+2
* Fixed blank state being added incorrectlyPhil Hughes2016-08-171-3/+3
* Added ability to generate default listsPhil Hughes2016-08-171-1/+1
* Label description in tooltipPhil Hughes2016-08-171-30/+24
* Correctly uses search query in backlogPhil Hughes2016-08-171-1/+3
* Moved some code over to underscorejsPhil Hughes2016-08-171-21/+18
* Fixed cursor not changing when over the headerPhil Hughes2016-08-171-0/+2
* Changed cursors to only show draggable when logged inPhil Hughes2016-08-171-1/+2
* Fixed filter by any labelPhil Hughes2016-08-171-1/+0
* Updates new dropdown list when removing listsPhil Hughes2016-08-171-0/+7
* Fixed error when trying to drag list several timesPhil Hughes2016-08-171-3/+5