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:
+11
-21
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user