- Implemented test scripts for vTiger account retrieval, contact data, and modules. - Created a detailed test suite for the ticket module, covering database schema validation, ticket number generation, prepaid card constraints, and service logic. - Added tests for vTiger field inspection and various queries related to accounts and sales orders. - Introduced SQL migration scripts for the ALSO Cloud Billing foundation, including import jobs, lines, and mapping tables with necessary constraints and indices. - Enhanced workflow columns in the import lines table to support matching and validation timestamps.
22 lines
482 B
Markdown
22 lines
482 B
Markdown
# Release Notes v2.2.82
|
|
|
|
Dato: 2026-05-04
|
|
|
|
## Hotfix
|
|
|
|
- `updateto.sh` fjerner nu automatisk `STACK_NAME` fra `.env` inden startup.
|
|
- `updateto.sh` vaelger automatisk `STACK_NAME=v2` i `/srv/podman/bmc_hub_v2` (ellers `prod`).
|
|
|
|
## Hvorfor
|
|
|
|
Nogle prod-deployments crashede API ved startup med:
|
|
|
|
- `ValidationError: STACK_NAME Extra inputs are not permitted`
|
|
|
|
Aarsagen var, at `STACK_NAME` laa i `.env` og blev indlaest af FastAPI Settings.
|
|
|
|
## Berort fil
|
|
|
|
- `updateto.sh`
|
|
- `VERSION`
|