Skip to content

Commit 77cab26

Browse files
Merge branch 'develop' of https://github.com/CactuseSecurity/firewall-orchestrator into puppeteer
2 parents 2c2ba47 + 5eeb649 commit 77cab26

Some content is hidden

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

45 files changed

+338
-1921
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}"
102102
},
103103
"args": [
104-
"-m6",
104+
"-m7",
105105
"-d1",
106106
"-f",
107107
"-s",

roles/database/files/sql/idempotent/fworch-texts.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,8 +2257,6 @@ INSERT INTO txt VALUES ('allowServiceInConn', 'German', 'Einfache Dienste in
22572257
INSERT INTO txt VALUES ('allowServiceInConn', 'English', 'Allow Simple Services in Connection');
22582258
INSERT INTO txt VALUES ('overviewDisplayLines', 'German', 'Max. Anzahl Zeilen in Übersicht');
22592259
INSERT INTO txt VALUES ('overviewDisplayLines', 'English', 'Max. Number of Rows in Overview');
2260-
INSERT INTO txt VALUES ('maxModellingTableRows', 'German', 'Max. Anzahl Zeilen in Tabellen');
2261-
INSERT INTO txt VALUES ('maxModellingTableRows', 'English', 'Max. Number of Rows in Tables');
22622260
INSERT INTO txt VALUES ('reducedProtocolSet', 'German', 'Reduzierten Protokollset darstellen');
22632261
INSERT INTO txt VALUES ('reducedProtocolSet', 'English', 'Display reduced Protocol set');
22642262
INSERT INTO txt VALUES ('importAppDataPath', 'German', 'Pfad und Name von Appdaten-Import (ohne Endung)');

roles/finalize/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
command: "a2dissite {{ product_name }}-maintenance"
125125
ignore_errors: true
126126
become: true
127+
when: "installation_mode == 'upgrade' and 'frontends' in group_names"
127128

128129
- name: restart apache without maintenance site
129130
service:

roles/importer/files/importer/checkpointFullR8x/__init__.py

Whitespace-only changes.

roles/importer/files/importer/checkpointFullR8x/cp_const.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

roles/importer/files/importer/checkpointFullR8x/cp_enrich.py

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)