Skip to content

Commit dfa97ec

Browse files
Merge branch 'develop' into main
2 parents c850edc + fa632a1 commit dfa97ec

File tree

207 files changed

+5809
-2750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+5809
-2750
lines changed

.vscode/launch.template.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,14 @@
4646
"type": "coreclr",
4747
"request": "launch",
4848
"preLaunchTask": "build_UI",
49-
"program": "${workspaceFolder}/roles/ui/files/FWO.UI/bin/Debug/net8.0/FWO.Ui.dll",
50-
"args": [],
49+
"program": "dotnet",
50+
"args": [
51+
"watch",
52+
"run"
53+
],
5154
"cwd": "${workspaceFolder}/roles/ui/files/FWO.UI",
5255
"stopAtEntry": false,
5356
"requireExactSource": false,
54-
"serverReadyAction": {
55-
"action": "openExternally",
56-
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
57-
},
5857
"env": {
5958
"ASPNETCORE_ENVIRONMENT": "Development"
6059
},

documentation/SBOM/fwo-sbom.json

Lines changed: 202 additions & 246 deletions
Large diffs are not rendered by default.

documentation/revision-history-develop.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,13 @@ bugfix release:
284284
# 8.8.8 - 21.08.2025 DEVELOP
285285
- add read-only db user fwo_ro
286286
- also reducing db listener to localhost
287+
288+
# 8.8.9 - 27.08.2025 DEVELOP
289+
- prepare tables + settings for owner recert + first throw recert popup
290+
- notification service
291+
- decommissioning of interfaces
292+
- iconification of modelling and related modules
293+
- fix overwrite of objects with interface
294+
295+
# 8.8.10 - 07.09.2025 DEVELOP
296+
- new report type owner-recertification

inventory/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### general settings
2-
product_version: "8.8.8"
2+
product_version: "8.8.10"
33
ansible_user: "{{ lookup('env', 'USER') }}"
44
ansible_become_method: sudo
55
ansible_python_interpreter: /usr/bin/python3

inventory/group_vars/apiserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ api_hasura_admin_test_password: "not4production"
88
api_user_email: "{{ api_user }}@{{ api_network_listening_ip_address }}"
99
api_home: "{{ fworch_home }}/api"
1010
api_hasura_cli_bin: "{{ fworch_home }}/api/bin/hasura"
11-
api_hasura_version: "v2.48.1"
11+
api_hasura_version: "v2.48.5"
1212
api_project_name: api
1313
api_no_metadata: false
1414
api_rollback_is_running: false

0 commit comments

Comments
 (0)