diff --git a/log_08_07_v1.txt b/log_08_07_v1.txt new file mode 100644 index 00000000..4e82dd01 Binary files /dev/null and b/log_08_07_v1.txt differ diff --git a/multitenancy/log_07_07_v1.txt b/multitenancy/log_07_07_v1.txt new file mode 100644 index 00000000..8cc8d307 Binary files /dev/null and b/multitenancy/log_07_07_v1.txt differ diff --git a/multitenancy/log_08_07_v2.txt b/multitenancy/log_08_07_v2.txt new file mode 100644 index 00000000..634ec007 Binary files /dev/null and b/multitenancy/log_08_07_v2.txt differ diff --git a/multitenancy/log_08_07_v3.txt b/multitenancy/log_08_07_v3.txt new file mode 100644 index 00000000..a042e91d Binary files /dev/null and b/multitenancy/log_08_07_v3.txt differ diff --git a/multitenancy/package-lock.json b/multitenancy/package-lock.json index e6764eb8..c2b664af 100644 --- a/multitenancy/package-lock.json +++ b/multitenancy/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "UNLICENSED", "dependencies": { - "@sap/cds": "git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git", + "@sap/cds": "git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git#ext", "@sap/cds-mtx": "^2", "@sap/hana-client": "^2", "@sap/hdi-deploy": "^4", @@ -120,10 +120,16 @@ } }, "node_modules/@sap/cds-foss/node_modules/at-least-node": { - "version": "1.0.0" + "version": "1.0.0", + "engines": { + "node": ">= 4.0.0" + } }, "node_modules/@sap/cds-foss/node_modules/big.js": { - "version": "6.0.3" + "version": "6.0.3", + "engines": { + "node": "*" + } }, "node_modules/@sap/cds-foss/node_modules/fs-extra": { "version": "9.1.0", @@ -132,10 +138,16 @@ "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" } }, "node_modules/@sap/cds-foss/node_modules/generic-pool": { - "version": "3.7.2" + "version": "3.7.2", + "engines": { + "node": ">= 4" + } }, "node_modules/@sap/cds-foss/node_modules/graceful-fs": { "version": "4.2.6" @@ -148,16 +160,28 @@ } }, "node_modules/@sap/cds-foss/node_modules/universalify": { - "version": "2.0.0" + "version": "2.0.0", + "engines": { + "node": ">= 10.0.0" + } }, "node_modules/@sap/cds-foss/node_modules/uuid": { - "version": "8.3.2" + "version": "8.3.2", + "bin": { + "uuid": "dist/bin/uuid" + } }, "node_modules/@sap/cds-foss/node_modules/xmlbuilder": { - "version": "15.1.1" + "version": "15.1.1", + "engines": { + "node": ">=8.0" + } }, "node_modules/@sap/cds-foss/node_modules/yaml": { - "version": "1.10.2" + "version": "1.10.2", + "engines": { + "node": ">= 6" + } }, "node_modules/@sap/cds-mtx": { "version": "2.0.2", @@ -214,6 +238,9 @@ "version": "2.7.26", "dependencies": { "debug": "3.1.0" + }, + "engines": { + "node": ">=4.0.0" } }, "node_modules/@sap/hdi-deploy/node_modules/@sap/hana-client/node_modules/debug": { @@ -229,6 +256,9 @@ "version": "4.0.1", "dependencies": { "async": "3.1.0" + }, + "engines": { + "node": ">=8 <=14" } }, "node_modules/@sap/hdi-deploy/node_modules/@sap/xsenv": { @@ -236,6 +266,9 @@ "dependencies": { "debug": "3.1.0", "verror": "1.10.0" + }, + "engines": { + "node": "^8.0.0 || ^10.0.0 || ^12.0.0 || ^14.0.0" } }, "node_modules/@sap/hdi-deploy/node_modules/@sap/xsenv/node_modules/debug": { @@ -248,7 +281,10 @@ "version": "2.0.0" }, "node_modules/@sap/hdi-deploy/node_modules/assert-plus": { - "version": "1.0.0" + "version": "1.0.0", + "engines": { + "node": ">=0.8" + } }, "node_modules/@sap/hdi-deploy/node_modules/async": { "version": "3.1.0" @@ -257,7 +293,10 @@ "version": "1.0.2" }, "node_modules/@sap/hdi-deploy/node_modules/extsprintf": { - "version": "1.4.0" + "version": "1.4.0", + "engines": [ + "node >=0.6.0" + ] }, "node_modules/@sap/hdi-deploy/node_modules/handlebars": { "version": "4.7.7", @@ -267,6 +306,12 @@ "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, + "bin": { + "handlebars": "bin/handlebars" + }, + "engines": { + "node": ">=0.4.7" + }, "optionalDependencies": { "uglify-js": "^3.1.4" } @@ -278,14 +323,26 @@ "version": "2.6.2" }, "node_modules/@sap/hdi-deploy/node_modules/source-map": { - "version": "0.6.1" + "version": "0.6.1", + "engines": { + "node": ">=0.10.0" + } }, "node_modules/@sap/hdi-deploy/node_modules/uglify-js": { "version": "3.13.4", - "optional": true + "optional": true, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } }, "node_modules/@sap/hdi-deploy/node_modules/verror": { "version": "1.10.0", + "engines": [ + "node >=0.6.0" + ], "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -327,13 +384,19 @@ } }, "node_modules/@sap/instance-manager/node_modules/assert-plus": { - "version": "1.0.0" + "version": "1.0.0", + "engines": { + "node": ">=0.8" + } }, "node_modules/@sap/instance-manager/node_modules/asynckit": { "version": "0.4.0" }, "node_modules/@sap/instance-manager/node_modules/aws-sign2": { - "version": "0.7.0" + "version": "0.7.0", + "engines": { + "node": "*" + } }, "node_modules/@sap/instance-manager/node_modules/aws4": { "version": "1.10.0" @@ -348,12 +411,18 @@ "version": "0.12.0" }, "node_modules/@sap/instance-manager/node_modules/clone": { - "version": "2.1.1" + "version": "2.1.1", + "engines": { + "node": ">=0.8" + } }, "node_modules/@sap/instance-manager/node_modules/combined-stream": { "version": "1.0.8", "dependencies": { "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" } }, "node_modules/@sap/instance-manager/node_modules/core-util-is": { @@ -363,6 +432,9 @@ "version": "1.14.1", "dependencies": { "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" } }, "node_modules/@sap/instance-manager/node_modules/debug": { @@ -372,7 +444,10 @@ } }, "node_modules/@sap/instance-manager/node_modules/delayed-stream": { - "version": "1.0.0" + "version": "1.0.0", + "engines": { + "node": ">=0.4.0" + } }, "node_modules/@sap/instance-manager/node_modules/ecc-jsbn": { "version": "0.1.2", @@ -385,7 +460,10 @@ "version": "3.0.2" }, "node_modules/@sap/instance-manager/node_modules/extsprintf": { - "version": "1.3.0" + "version": "1.3.0", + "engines": [ + "node >=0.6.0" + ] }, "node_modules/@sap/instance-manager/node_modules/fast-deep-equal": { "version": "3.1.3" @@ -394,7 +472,10 @@ "version": "2.1.0" }, "node_modules/@sap/instance-manager/node_modules/forever-agent": { - "version": "0.6.1" + "version": "0.6.1", + "engines": { + "node": "*" + } }, "node_modules/@sap/instance-manager/node_modules/form-data": { "version": "2.3.3", @@ -402,6 +483,9 @@ "asynckit": "^0.4.0", "combined-stream": "^1.0.6", "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" } }, "node_modules/@sap/instance-manager/node_modules/getpass": { @@ -411,13 +495,19 @@ } }, "node_modules/@sap/instance-manager/node_modules/har-schema": { - "version": "2.0.0" + "version": "2.0.0", + "engines": { + "node": ">=4" + } }, "node_modules/@sap/instance-manager/node_modules/har-validator": { "version": "5.1.3", "dependencies": { "ajv": "^6.5.5", "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" } }, "node_modules/@sap/instance-manager/node_modules/http-signature": { @@ -426,6 +516,10 @@ "assert-plus": "^1.0.0", "jsprim": "^1.2.2", "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" } }, "node_modules/@sap/instance-manager/node_modules/is-typedarray": { @@ -448,6 +542,9 @@ }, "node_modules/@sap/instance-manager/node_modules/jsprim": { "version": "1.4.1", + "engines": [ + "node >=0.6.0" + ], "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -463,19 +560,28 @@ } }, "node_modules/@sap/instance-manager/node_modules/mime-db": { - "version": "1.44.0" + "version": "1.44.0", + "engines": { + "node": ">= 0.6" + } }, "node_modules/@sap/instance-manager/node_modules/mime-types": { "version": "2.1.27", "dependencies": { "mime-db": "1.44.0" + }, + "engines": { + "node": ">= 0.6" } }, "node_modules/@sap/instance-manager/node_modules/ms": { "version": "2.0.0" }, "node_modules/@sap/instance-manager/node_modules/oauth-sign": { - "version": "0.9.0" + "version": "0.9.0", + "engines": { + "node": "*" + } }, "node_modules/@sap/instance-manager/node_modules/performance-now": { "version": "2.1.0" @@ -487,10 +593,16 @@ "version": "1.8.0" }, "node_modules/@sap/instance-manager/node_modules/punycode": { - "version": "2.1.1" + "version": "2.1.1", + "engines": { + "node": ">=6" + } }, "node_modules/@sap/instance-manager/node_modules/qs": { - "version": "6.5.2" + "version": "6.5.2", + "engines": { + "node": ">=0.6" + } }, "node_modules/@sap/instance-manager/node_modules/request": { "version": "2.88.2", @@ -515,10 +627,16 @@ "tough-cookie": "~2.5.0", "tunnel-agent": "^0.6.0", "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" } }, "node_modules/@sap/instance-manager/node_modules/request/node_modules/uuid": { - "version": "3.4.0" + "version": "3.4.0", + "bin": { + "uuid": "bin/uuid" + } }, "node_modules/@sap/instance-manager/node_modules/safe-buffer": { "version": "5.2.1" @@ -538,6 +656,9 @@ "jsbn": "~0.1.0", "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" + }, + "engines": { + "node": ">=0.10.0" } }, "node_modules/@sap/instance-manager/node_modules/tough-cookie": { @@ -545,12 +666,18 @@ "dependencies": { "psl": "^1.1.28", "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" } }, "node_modules/@sap/instance-manager/node_modules/tunnel-agent": { "version": "0.6.0", "dependencies": { "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" } }, "node_modules/@sap/instance-manager/node_modules/tweetnacl": { @@ -563,10 +690,16 @@ } }, "node_modules/@sap/instance-manager/node_modules/uuid": { - "version": "7.0.0" + "version": "7.0.0", + "bin": { + "uuid": "dist/bin/uuid" + } }, "node_modules/@sap/instance-manager/node_modules/verror": { "version": "1.10.0", + "engines": [ + "node >=0.6.0" + ], "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -2180,9 +2313,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/needle": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz", - "integrity": "sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/needle/-/needle-2.8.0.tgz", + "integrity": "sha512-ZTq6WYkN/3782H1393me3utVYdq2XyqNUFBsprEE3VMAT0+hP/cItpnITpqsY6ep2yeFE4Tqtqwc74VqUlUYtw==", "dev": true, "dependencies": { "debug": "^3.2.6", @@ -2876,11 +3009,6 @@ "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, "engines": { "node": ">=0.10.0" } @@ -3292,7 +3420,7 @@ }, "@sap/cds": { "version": "git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git#ff7cd1b26a902a81cbd84ebcf8f250d8ef647372", - "from": "@sap/cds@git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git", + "from": "@sap/cds@git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git#ext", "requires": { "@sap-cloud-sdk/core": "^1.41", "@sap-cloud-sdk/util": "^1.41", @@ -5060,9 +5188,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "needle": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz", - "integrity": "sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/needle/-/needle-2.8.0.tgz", + "integrity": "sha512-ZTq6WYkN/3782H1393me3utVYdq2XyqNUFBsprEE3VMAT0+hP/cItpnITpqsY6ep2yeFE4Tqtqwc74VqUlUYtw==", "dev": true, "requires": { "debug": "^3.2.6", diff --git a/multitenancy/package.json b/multitenancy/package.json index 4ca17d2d..72a8b932 100644 --- a/multitenancy/package.json +++ b/multitenancy/package.json @@ -6,7 +6,7 @@ "license": "UNLICENSED", "private": true, "dependencies": { - "@sap/cds": "git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git", + "@sap/cds": "git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git#ext", "@sap/cds-mtx": "^2", "@sap/hana-client": "^2", "@sap/hdi-deploy": "^4", @@ -71,10 +71,6 @@ "deploy-format": "hdbtable" }, "mtx": { - "element-prefix": [ - "Z_", - "ZZ_" - ], "namespace-blocklist": [ "com.sap.", "sap."