PHACDataHub / django-phac_aspc-helpers

Provides a series of helpers to provide a consistent experience accross PHAC-ASPC's Django based projects.
MIT License
0 stars 0 forks source link

fix: Update WET to version 4.0.69 and GCWeb to 13.9.0 #54

Closed lucbelliveau closed 1 year ago

lucbelliveau commented 1 year ago

Updates WET and GCWeb to their latest versions - in part to address the timeout issue where background tabs do not keep track of time correctly. (fixes #53)

github-actions[bot] commented 1 year ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
phac_aspc/django
   excel.py1482881%17–18, 49, 71, 81, 85, 119–121, 125–129, 132–133, 162, 170, 187–188, 214, 217, 219, 221, 224, 230, 236, 255–256, 263–264
   fields.py791680%46, 67–80, 102–105, 120–125, 128–132
phac_aspc/django/admin/decorators
   admin_decorators.py18289%37–38
phac_aspc/django/helpers
   jinja_dtl_interop_utils.py7186%21
phac_aspc/django/helpers/auth
   backend.py28280%2–36
   views.py442739%22, 27–30, 35–43, 48–100
phac_aspc/django/helpers/locale
   code.py8362%10, 13–14
phac_aspc/django/helpers/logging
   configure_logging.py31197%124
   json_post_handlers.py27389%8–9, 61
   utils.py11282%43, 48
phac_aspc/django/helpers/templatetags
   phac_aspc_auth.py7186%14
   phac_aspc_localization.py11464%11, 26–29
phac_aspc/django/helpers/views
   wet.py10640%12–19
phac_aspc/django/localization
   hooks.py660%2–16
phac_aspc/django/localization/decorators
   __init__.py220%4–6
   localization_decorators.py11110%4–46
phac_aspc/django/settings
   logging.py261446%29–37, 47–64
   security.py21957%34–45
phac_aspc/django/settings/utils
   configure_settings_for_tests.py3233%15–19
TOTAL71316677% 

Tests Skipped Failures Errors Time
37 0 :zzz: 0 :x: 0 :fire: 2.309s :stopwatch:
lucbelliveau commented 1 year ago

This can be tested without updating the library by overriding the values like this:

# settings.py

# The version of WET to use
WET_VERSION = "4.0.69"

# The version of GCWeb to use
THEME_VERSION = "13.9.0-gcweb"