summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/milestone_select.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* Stop loading spinner on error of milestone update on issueTakuya Noguchi2018-03-041-0/+3
|
* Update to jQuery 3.Jacob Schatz2018-02-201-12/+12
|
* Converted milestone_select.js to axiosPhil Hughes2018-01-311-61/+58
|
* Resolve "Webpack Roadmap"Constance Okoghenun2017-12-281-215/+206
|
* Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-1/+2
|
* apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-311-5/+12
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2912/
* Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"revert-2573818fDmitriy Zaporozhets2017-10-301-12/+5
| | | This reverts merge request !15009
* [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-301-5/+12
|
* Backport a change in milestone_select from EEbackport-milestone-select-changePhil Hughes2017-10-131-0/+2
|
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* Truncate milestone text on collapse; add tooltip for titleAnnabel Dunstone Gray2017-09-141-1/+2
|
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
|
* Removed inline JS in shared HAML filesPhil Hughes2017-07-251-1/+1
|
* Disallow multiselect for Milestone dropdownSam Rose2017-05-101-10/+27
|
* Fix FE conflictsClement Ho2017-05-041-20/+0
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+23
|
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+3
|
* Remove Vue from main bundle and disable production warningsMike Greiling2017-04-071-4/+2
|
* remove Vue from the global spaceMike Greiling2017-03-201-1/+2
|
* don't show loading spinners for server-rendered sidebar fieldsSimon Knox2017-03-181-2/+2
|
* Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-1/+9
|
* Removed previous filter codePhil Hughes2017-03-081-7/+1
|
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-3/+2
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Fixed milestone select failing testsPhil Hughes2017-02-031-1/+1
|
* Fixed eslint errorsPhil Hughes2017-02-031-2/+2
|
* Added all filtersPhil Hughes2017-02-031-7/+22
|
* Hardcoded author, assignee & milestone dropdownsPhil Hughes2017-02-031-1/+3
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+5
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* 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