summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/milestone_select.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace jQuery.timeago with timeago.jsClement Ho2016-11-071-1/+1
|
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-261-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-0/+1
| |
* | Hides/shows the boards sidebarPhil Hughes2016-10-201-1/+1
| | | | | | | | | | | | Rather than constructing & then deconstructing, we know just hide & show the sidebar. This is done so we dont' have a memory leak on the frontend with objects getting created.
* | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-191-1/+1
|\ \ | |/
| * Updated JS to work with issue index & showfeature/issues-boardPhil Hughes2016-10-121-1/+1
| |
* | Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-071-0/+1
| |
* | Sidebar details update when changingPhil Hughes2016-10-071-1/+19
|/ | | | | Need to get working the subscription Styling updates
* Add position menu above ability to glDropdown.Fatih Acet2016-10-041-2/+8
|
* Fix dropdown title when No Label selected.Fatih Acet2016-10-041-2/+1
|
* Merge branch 'master' into revert-c676283bPhil Hughes2016-10-031-0/+1
|\
| * Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+1
| |
* | Merge branch 'master' into revert-c676283bPhil Hughes2016-08-301-5/+7
|/
* Moved board store to namespaced gl objectPhil Hughes2016-08-171-2/+2
|
* Keeps the filters after a reloadPhil Hughes2016-08-171-1/+3
|
* Added milestone & label filteringPhil Hughes2016-08-171-1/+3
| | | | Currently a bug exists with label filtering...
* ES6ify all the things!Fatih Acet2016-07-241-0/+151