gitlab-org--gitlab-foss/app/assets/javascripts/environments
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
..
components Flash is now a ES6 module 2017-10-10 10:14:22 +01:00
folder Flash is now a ES6 module 2017-10-10 10:14:22 +01:00
mixins Update vue-resource 2017-07-12 14:47:09 +00:00
services Adds polling function to environments table 2017-05-22 21:56:12 +02:00
stores Import modules instead of using the ones in global namespace 2017-09-09 09:54:27 +01:00
environments_bundle.js Use vue files for vue components. 2017-04-27 14:06:17 +00:00
event_hub.js Use a button and a post request instead of UJS links - part 1 - Environments 2017-03-14 00:58:26 +00:00