Commit Graph

6 Commits

Author SHA1 Message Date
Filipa Lacerda 9400ed3b3e Use axios instead of vue resource - step 1 2017-11-20 09:57:08 +00:00
Filipa Lacerda e4e8e0fc9d Merge branch 'flash-es6-module' into 'master'
Flash is now a ES6 module

See merge request gitlab-org/gitlab-ce!14626
2017-10-10 13:51:47 +00:00
Filipa Lacerda b502921463 Remove Build code from global namespace 2017-10-10 11:06:42 +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
Filipa Lacerda aaa78199c2 Update vue-resource 2017-07-12 14:47:09 +00:00
Filipa Lacerda 452202e36d Improve Job detail view to make it refreshed in real-time instead of reloading 2017-06-12 09:20:19 +00:00