burningmantech / ranger-ims-server

Ranger Incident Management System—Server
Apache License 2.0
27 stars 7 forks source link

[BUGFIX] Switch jquery to alternate https source 1164 #1184

Closed chaoticbear closed 4 months ago

chaoticbear commented 4 months ago

Overview

Goal is to fix an issue with the jQuery lib not getting cached by the server due to a download error when using TLS. This PR should download the lib from a different CDN cdnjs.cloudflare.com using TLS and cache it just like the code.jquery.com version was before this issue popped up.

WIP TODO

Issues/Tasks

1164

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.03%. Comparing base (578bf30) to head (774610e). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1184 +/- ## ========================================== - Coverage 69.05% 69.03% -0.03% ========================================== Files 187 187 Lines 9051 9051 Branches 1484 1484 ========================================== - Hits 6250 6248 -2 - Misses 2701 2702 +1 - Partials 100 101 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wsanchez commented 4 months ago

Rad, thanks