summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/jobs
Commit message (Collapse)AuthorAgeFilesLines
* removed global eslint for remaining filesflash-es6-modulePhil Hughes2017-10-101-2/+0
|
* 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.
* Render new issue link in failed job as a regular link instead of a UJS one36158-new-issue-buttonFilipa Lacerda2017-08-101-1/+1
|
* Update vue-resourceFilipa Lacerda2017-07-121-2/+1
|
* Revert change to design. Go back to scrollable pageFilipa Lacerda2017-07-051-8/+0
|
* Move verification to block level instead of paragraphFilipa Lacerda2017-06-291-1/+12
|
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-127-0/+424