Merge pull request #3013 from SDA-SE/dry-run-experiment

Allow to dry run the register component operation
This commit is contained in:
Oliver Sand
2020-10-30 16:50:08 +01:00
committed by GitHub
29 changed files with 637 additions and 254 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"express-promise-router": "^3.0.3",
"git-url-parse": "^11.4.0",
"helmet": "^4.0.0",
"knex": "^0.21.1",
"knex": "^0.21.6",
"lodash": "^4.17.15",
"logform": "^2.1.1",
"minimist": "^1.2.5",
+1 -1
View File
@@ -38,7 +38,7 @@
"example-app": "^0.1.1-alpha.26",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"knex": "^0.21.1",
"knex": "^0.21.6",
"pg": "^8.3.0",
"pg-connection-string": "^2.3.0",
"sqlite3": "^5.0.0",
@@ -31,7 +31,7 @@
"dockerode": "^3.2.0",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"knex": "^0.21.1",
"knex": "^0.21.6",
{{#if dbTypePG}}
"pg": "^8.3.0",
{{/if}}