Commit Graph

18 Commits

Author SHA1 Message Date
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
2017-10-10 10:14:22 +01:00
Felipe Artur 673bc07c0f Order merge requests by priority 2017-06-16 12:01:41 -03:00
Felipe Artur ff7fe2d12d Remove Drag and drop and sorting from milestone view 2017-06-16 11:59:39 -03:00
Eric Eastwood dded02d15c Fix milestone page assignees when dropped in ongoing list
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32861
2017-06-14 11:52:16 -05:00
Phil Hughes 471888d60e Moved sort endpoints into data attributes 2017-04-28 11:08:18 +01:00
Phil Hughes 3c077fad83 Fixed tabs loading the ajax request twice 2017-04-26 12:23:29 +01:00
Phil Hughes 79c7188a87 Change the hash when changing tab
This allows the tab to be loaded by default when the page loads & the hash is present
2017-04-26 12:23:29 +01:00
Phil Hughes 52d59a4e51 Load milestone tabs asynchronously 2017-04-26 12:23:29 +01:00
Jacob Schatz 52ceaa2406 Merge branch 'remove-jquery-ui-plugins' into 'master'
Removed jQuery UI highlight & autocomplete

See merge request !8420
2017-02-24 18:06:09 +00:00
Mike Greiling 0f31c5a92b replace implicit this == window with explicit binding 2017-02-17 16:58:32 -06:00
Phil Hughes cd5bee0d44 Removed jQuery UI highlight & autocomplete
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
2017-02-09 09:16:52 +00:00
Phil Hughes 653c23b9c2 Removed jQuery UI sortable 2017-02-06 11:28:16 +00:00
Mike Greiling ccada28f30 resolve all padded-blocks eslint violations 2017-01-18 17:16:41 -06:00
Mike Greiling 8e0e902b13 resolve all instances of no-undef eslint rule violations 2016-12-14 02:11:13 -06:00
Luke "Jared" Bennett 7cefaea876
explicitly disable eslint inline 2016-11-15 16:30:34 +00:00
winniehell 02f94cf038 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
Jared Deckard 7f6474b269 Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
Fatih Acet aaa9509d12 ES6ify all the things! 2016-07-24 23:45:11 +03:00