Mike Greiling
c559bcca03
Prettify additional modules (I through Z)
2018-10-16 13:01:19 -05:00
Mike Greiling
f248be7257
require jQuery to be explicitly imported
2018-03-09 15:18:09 -06:00
Jacob Schatz
35c8fd5586
Update to jQuery 3.
2018-02-20 22:20:48 +00:00
Phil Hughes
004158066d
fixed failing karma specs caused by TaskList
2018-02-05 09:41:44 +00:00
Phil Hughes
8d83e517a9
Converted task_list.js to use axios
2018-02-05 09:41:00 +00:00
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