summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/mini_pipeline_graph_dropdown.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* Converted mini_pipeline_graph_dropdown.js to axiosPhil Hughes2018-02-011-15/+11
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | 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.
* Resolve "Jobs dropdown in mini graph should close when we receive an error"Filipa Lacerda2017-04-261-1/+6
|
* Target all build links inside a dropdown. Use jQuery to handle event delegation.Filipa Lacerda2017-03-091-3/+7
|
* Uses vanilla JS to listen to click eventFilipa Lacerda2017-03-091-85/+80
| | | | | | Removes `:visible` from selector Adds CHANGELOG entry Removes iife
* Prevent dropdown from closing when user clicks in a build.Filipa Lacerda2017-03-091-0/+16
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+95