Merged in jb/openapi (pull request #22)
add openapi infra * add openapi infra Includes generated stubs and all deps * generatetolocation * basesetupoffunctionsandclient * round1controllertests * passintegrationtests * cleanupfromfullsuite * storedjson * fixjsonyaml * fixtests Approved-by: Michael McGuinness
This commit is contained in:
committed by
Michael McGuinness
parent
5ca36b0502
commit
174644b63c
+4
-2
@@ -14,7 +14,8 @@
|
||||
"go-task@3.39.2",
|
||||
"hadolint@2.12.0",
|
||||
"gotools@0.25.0",
|
||||
"nodePackages.jsonlint@1.6.3"
|
||||
"nodePackages.jsonlint@1.6.3",
|
||||
"oapi-codegen@2.4.1"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
@@ -33,7 +34,8 @@
|
||||
"DB_PASS": "pass",
|
||||
"DB_HOST": "localhost",
|
||||
"DB_PORT": "5432",
|
||||
"DB_NAME": "query_orchestration"
|
||||
"DB_NAME": "query_orchestration",
|
||||
"DB_NOSSL": "1"
|
||||
},
|
||||
"env_from": ".env"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user