summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/models
Commit message (Collapse)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 javascript classes declared outside an IIFE are properties of window See merge request !8080
| * 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 ↵Mike Greiling2016-12-135-7/+18
|/ | | | when no-undef encountered
* Fixed issue boards issue sorting when dragging issue into listPhil Hughes2016-11-241-2/+6
| | | | Currently it just appends the new issue to the end of list & then sorts by priority which can cause some strange effects. For example if you drag the issue to the top of the list & then vue re-renders, the issue actually goes to the bottom.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
| * 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
| | | | | | | | | | Need to get working the subscription Styling updates
* | 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
| | | | Stop issue being dragged if it doesn't have an ID
* 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
| | | | Closes #21139
* 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
| | | | removed duplication
* 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
| | | | Added test for finding lists when limited to type
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-1/+1
|
* Removed underscoreJS usesPhil Hughes2016-08-172-20/+28
| | | | Removed props on main VueJS app instead uses data variables
* Fixed failing teaspoon testsPhil Hughes2016-08-174-9/+9
|
* Hides label for current listPhil Hughes2016-08-171-0/+1
| | | | | | Added confidential icon Fixed assignee tooltip Updates some tests
* 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
| | | | Clicking label adds that label to the filtered by
* 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
| | | | Fixes issue with clipboard.js throwing an error
* 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
| | | | Currently a bug exists were moving into done does not remove from all
* Pulls down issues for listsPhil Hughes2016-08-171-5/+10
|