[enhancement] createSSRequest: fail-fast when storeNumber is missing
Fixed in commit 312448f.
- New
SUBTYPES_REQUIRING_STORE_NUMBERset inservices/jira/jsmRequests.js, seeded with every current subType (all 14 mark Store Numberrequired: truein the…
[enhancement] createSSRequest: fail-fast when storeNumber is missing
[refactor] Split jiraService.js into focused modules
Done in commit b8f2eab. Pure move + one-way rewire, no logic changes.
The old 1467-line src/services/jiraService.js is now a ~100-line barrel that re-exports the same public surface, so both…
[refactor] Split jiraService.js into focused modules
[cleanup] Truncate logs/app.log to remove leaked auth header
Done locally (not committed — logs/ is .gitignored).
Before: logs/app.log = 228,569 bytes with 171 lines matching the leaked Basic <base64> Authorization header from prior debug…
[cleanup] Truncate logs/app.log to remove leaked auth header
[bug] Global axios-retry side-effect in wxccRoutes.js
Fixed in commit c4a0a69.
wxccRoutes.jsno longer importsaxios/axios-retryand no longer callsaxiosRetry(axios, ...). That global mutation was the whole side-effect.- Added a…
[bug] Global axios-retry side-effect in wxccRoutes.js