summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/stores
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed how the state is created when page is loadedPhil Hughes2016-08-171-22/+15
* Correctly filters by labelsPhil Hughes2016-08-171-1/+5
* Keeps the filters after a reloadPhil Hughes2016-08-171-4/+7
* Fixed JS error when trying to remove list that wasnt definedPhil Hughes2016-08-171-0/+3
* Undefined variablePhil Hughes2016-08-171-1/+1
* Correctly removes from all lists when moving to donePhil Hughes2016-08-171-1/+1
* Added milestone & label filteringPhil Hughes2016-08-171-2/+2
* Can filter by author & assigneePhil Hughes2016-08-171-3/+3
* Fixed issue with cookie working across whole sitePhil Hughes2016-08-171-1/+0
* Gets issues after the list is saved to the DBPhil Hughes2016-08-171-0/+1
* Hides the welcome board forever after it being hidden by the userPhil Hughes2016-08-171-8/+17
* Moved some code around to make it easier to read & work withPhil Hughes2016-08-171-49/+27
* Can move between listsPhil Hughes2016-08-171-0/+2
* Hooked the frontend services up with the backendPhil Hughes2016-08-171-18/+58
* Added blank statePhil Hughes2016-08-171-1/+3
* Test added a mock listPhil Hughes2016-08-171-1/+15
* Moved data holding into modelsPhil Hughes2016-08-171-75/+35
* Started new dropdownPhil Hughes2016-08-171-2/+5
* Changes names to listsPhil Hughes2016-08-171-11/+11
* Moved to ES6Phil Hughes2016-08-172-78/+112
* Removes boards correctlyPhil Hughes2016-08-171-0/+3
* Simplified the markding as done to remove from all boardsPhil Hughes2016-08-171-8/+12