gitlab-org--gitlab-foss/app/assets/javascripts/vue_merge_request_widget
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
services Drop merge_check endpoint and use only MR show instead 2017-05-18 19:23:05 -03:00
stores Allow merge when no pipeline success 2017-10-05 01:46:16 -05:00
dependencies.js Store MergeWorker JID on merge request, and clean up stuck merges 2017-08-07 15:23:37 -03:00
event_hub.js
index.js Move gon ref to the index to avoid depending on gon in any mr widget objects 2017-05-26 15:37:09 +01:00
mr_widget_options.js Flash is now a ES6 module 2017-10-10 10:14:22 +01:00