Commit Graph

10 Commits

Author SHA1 Message Date
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
Jarka Kadlecova aa2b3ff1e4 Display specific error message when JIRA test fails 2017-07-27 07:51:36 +02:00
kushalpandya 7357d35494 Update as per review feedback 2017-06-01 07:47:16 +02:00
kushalpandya f57a4a945a Add comments for method and minor refinements 2017-06-01 07:47:16 +02:00
kushalpandya 4341801a41 Fix class name typo 2017-06-01 07:47:16 +02:00
Jarka Kadlecova b71025c014 Add feature tests for improved JIRA settings 2017-06-01 07:47:15 +02:00
kushalpandya 44f2504a81 Initialize canTestService from form meta 2017-06-01 07:47:15 +02:00
kushalpandya c5e28a7b41 Validate config form only when service is marked active 2017-06-01 07:47:15 +02:00
kushalpandya 791e5024ef Prevent default action of Flash banner action link click 2017-06-01 07:47:15 +02:00
kushalpandya f5f20274fa Integrations Bundle 2017-06-01 07:47:15 +02:00