Commit Graph

8 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
Mike Greiling d990df7481 refactor TaskList class to ES module syntax 2017-07-06 13:05:58 -05:00
Jared Deckard 760493a211 Include deckar01-task_list with import instead of require 2017-05-23 09:21:33 -05:00
Jared Deckard 7f1e2d1ffd Upgrade to task_list v2 2017-05-23 08:29:09 -05:00
Mike Greiling 5bd549187a update remaining uses of CJS syntax to ES module syntax 2017-05-16 15:52:40 -05:00
Felipe Artur 0d000d351c Fix issuable stale object error handler for js when updating tasklists 2017-02-24 15:13:42 -03:00
Simon Knox 3f713db0da update correct field for Notes - it's called note not description 2017-02-15 16:53:17 +11:00
Simon Knox ced971b12a code style and test fixes
fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172
2017-02-14 13:52:20 +11:00