Merged in feature/clientexternalid (pull request #99)

Client External ID

* normalizeexternalid

* cleanopenapi

* cleanopenapi

* changingpublic

* noprecommit

* testing

* precommit

* processtest

* nodb

* tests

* tests
This commit is contained in:
Michael McGuinness
2025-03-11 16:31:06 +00:00
parent 8e4d66a998
commit 6648cdf1cb
68 changed files with 5171 additions and 1106 deletions
+11 -21
View File
@@ -26,22 +26,19 @@ includes:
tasks:
fullsuite:
cmds:
- task: build
- task: lint
- task: test:unit
- task: test:endtoend
- task: build
- task: lint
- task: test:unit
- task: test:endtoend
precommit:
cmds:
- task: lint:short
- task: lint:short
deps:tidy:
- go mod tidy
- go mod vendor
build:
cmds:
- task: deps:tidy
- task: generate
- task: docker:build
- task: deps:tidy
- task: generate
- task: docker:build
generate:clean:
run: once
deps:
@@ -78,17 +75,10 @@ tasks:
- json:lint
- docker:lint
- openapi:lint
- db:lint
- compose:lint:short
go:lint:
cmds:
- golangci-lint run --fix {{.CLI_ARGS}}
yaml:lint:
cmds:
- yamllint . -s {{.CLI_ARGS}}
json:lint:
cmds:
- jsonlint devbox.json -q -s -i {{.CLI_ARGS}}
go:lint: golangci-lint run --fix {{.CLI_ARGS}}
yaml:lint: yamllint . -s {{.CLI_ARGS}}
json:lint: jsonlint devbox.json -q -s -i {{.CLI_ARGS}}
docs:generate:
run: once
cmds:
+1 -1
View File
@@ -71,7 +71,7 @@ tasks:
--notification-configuration '{
"QueueConfigurations": [{
"QueueArn": "arn:aws:sqs:us-east-1:000000000000:document_init",
"Events": ["s3:ObjectCreated:*"]
"Events": ["s3:ObjectCreated:Put"]
}]
}'
down:test:
+3 -1
View File
@@ -6,7 +6,9 @@ version: "3"
tasks:
lint:
cmds:
- vacuum lint ./serviceAPIs/queryService.yaml -b -d -e --no-clip
- |
vacuum lint ./serviceAPIs/queryService.yaml -b -d -e --no-clip \
{{.CLI_ARGS}}
generate:
- |
generateGo() {