Compare commits

..

6 Commits

Author SHA1 Message Date
GareArc
ef7918764b fix: remove duplicate import line 2026-03-11 18:44:43 -07:00
GareArc
cf616ddc58 Merge branch 'release/e-1.12.1' into fix/enterprise-api-error-handling 2026-03-11 18:43:54 -07:00
GareArc
da06f738f7 fix: remove timeout parameter that doesn't exist in this branch config 2026-03-11 18:26:56 -07:00
GareArc
c0b05db9d7 test: remove raise_for_status parameter from plugin manager test assertions 2026-03-11 18:23:49 -07:00
GareArc
248504acef fix: remove invalid raise_for_status parameter from send_request call 2026-03-11 18:23:43 -07:00
GareArc
64fcd9859f fix: move exempt prefixes to module-level constant and refactor license status caching
- Move console_exempt_prefixes to module-level _CONSOLE_EXEMPT_PREFIXES
  to avoid per-request tuple construction in before_request handler
- Refactor get_cached_license_status into focused helper methods
  (_read_cached_license_status, _fetch_and_cache_license_status) to
  reduce try/except nesting
- Add exc_info=True to debug-level exception logs for diagnosability
- Add LicenseStatus return type annotation with TYPE_CHECKING guard
2026-03-11 14:08:12 -07:00

Diff Content Not Available