gitlab-org--gitlab-foss/app/assets/javascripts/pipelines/components
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
..
graph
async_button.vue
empty_state.vue
error_state.vue
header_component.vue
nav_controls.vue
navigation_tabs.vue
pipeline_url.vue
pipelines.vue
pipelines_actions.vue
pipelines_artifacts.vue
pipelines_table.vue
pipelines_table_row.vue
stage.vue
time_ago.vue