gitlab-org--gitlab-foss/app/assets/javascripts/monitoring
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
mixins Resolve "Hover and legend data should be linked" 2017-10-05 08:52:06 +00:00
services Merge branch 'master' into 37220-es-modules 2017-09-18 10:56:04 -05:00
stores ensure prometheus graph values are properly typecast as numbers 2017-10-04 23:26:28 -05:00
utils allow prometheus graphs to handle non-congiuous paths (with NaN, +Inf, and -Inf) 2017-10-06 15:29:32 -05:00
event_hub.js Merge branch 'additional-metrics-dashboard' into '28717-additional-metrics-review-branch' 2017-06-26 14:44:03 +00:00
monitoring_bundle.js Resolve "Monitoring graph empty states are gigantic on `screen-sm` viewport sizes" 2017-10-05 08:13:04 +00:00