summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/models
Commit message (Expand)AuthorAgeFilesLines
* Changed how the default avatar is setissue-boards-no-avatarPhil Hughes2017-05-043-9/+7
* Fixed avatar not displaying in issue boardsPhil Hughes2017-04-281-1/+2
* Moved per page value to constissue-boards-count-not-updatingPhil Hughes2017-04-181-1/+3
* Only increase the page number for boards when we need toPhil Hughes2017-04-131-5/+4
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
* remove Vue from the global spaceMike Greiling2017-03-201-1/+2
* Moved reduce function to a utilPhil Hughes2017-03-161-19/+2
* Use reduce instead of a forEachPhil Hughes2017-03-091-7/+7
* Fixed up boards filter spec due to CSS classes changingPhil Hughes2017-03-081-1/+2
* Fixed eslint errorsPhil Hughes2017-03-081-1/+0
* Updated specsPhil Hughes2017-03-081-3/+5
* Changed storePhil Hughes2017-03-081-4/+16
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-065-0/+0
|\
| * Remove .es6 from file extensions (!9241)winniehell2017-03-055-0/+0
* | Fixed JS conflictsPhil Hughes2017-02-271-13/+6
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-271-0/+12
|\ \ | |/
| * Removes label from previous listmoving-issue-with-two-list-labelsPhil Hughes2017-02-211-4/+8
* | Added JS specsPhil Hughes2017-02-171-2/+2
* | eslint fixPhil Hughes2017-02-171-1/+1
* | Added ordering feature specsPhil Hughes2017-02-171-1/+4
* | Fixed bug when dragging issue to first indexPhil Hughes2017-02-171-5/+10
* | Frontend updates to positioning the issue in listsPhil Hughes2017-02-172-24/+8
* | Allow issues in boards to be orderedDouwe Maan2017-02-171-1/+24
|/
* Removed backlog frontend codePhil Hughes2017-02-031-1/+1
* Fixed some failing lint testsPhil Hughes2017-02-031-1/+1
* Used issue bulk update instead of different endpointPhil Hughes2017-02-031-0/+1
* Added more testsPhil Hughes2017-02-031-0/+1
* Added masonry layoutPhil Hughes2017-02-031-0/+1
* 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