Skip to content

Commit

Permalink
Merge pull request CactuseSecurity#2393 from tpurschke/develop
Browse files Browse the repository at this point in the history
Develop v8.2
  • Loading branch information
tpurschke authored Apr 30, 2024
2 parents 8e4c6ff + 6ee5001 commit bfa06aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"name": "py-customize-FWO-sample",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/scripts/customizing/customizeFwoSampleScript.py",
"program": "${workspaceFolder}/scripts/customizing/customizing.py",
"console": "integratedTerminal",
"env": {
"PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}"
Expand Down
11 changes: 11 additions & 0 deletions documentation/revision-history-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,14 @@ adding report template format fk and permissions
- Database security: all credentials in the database are now encrypted - breaking change (for developer debugging only): add the following local file when using -e testkeys=true:
/etc/fworch/secrets/main_key with content "not4production..not4production.."
- Importer fix: remove log locking from importer due to stalling importer stops

# 8.2 - 30.04.2024 MAIN
- new workflow for modelling: interface request
- adding all imported modelling users to local db (uiuser) - to enable email notification
- new features for modelling
- display NAs in Report LSB and Export
- count and display members of areas in selection list
- upgrade to dotnet 8.0 (middleware and UI server)
- encrypt emailPassword in config
- fixes:
- demo managements (change import from deactivated to activated - does not affect test managements)
2 changes: 1 addition & 1 deletion inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### general settings
product_version: "8.1.2"
product_version: "8.2"
ansible_user: "{{ lookup('env', 'USER') }}"
ansible_become_method: sudo
ansible_python_interpreter: /usr/bin/python3
Expand Down

0 comments on commit bfa06aa

Please sign in to comment.