Skip to content

Commit

Permalink
Merge pull request #279 from tigrisdata/main
Browse files Browse the repository at this point in the history
Beta release
  • Loading branch information
efirs authored Apr 23, 2023
2 parents 1c38525 + 1fc4b09 commit 2ef4bf7
Show file tree
Hide file tree
Showing 19 changed files with 734 additions and 446 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: go-test
on:
push:
workflow_call:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ${GEN_DIR}/%.pb.go ${GEN_DIR}/%.pb.gw.go: ${PROTO_DIR}/%.proto
${API_DIR}/client/${V}/api/http.go: ${PROTO_DIR}/openapi.yaml scripts/fix_openapi.sh
mkdir -p ${API_DIR}/client/${V}/api
/bin/bash scripts/fix_openapi.sh ${PROTO_DIR}/openapi.yaml /tmp/openapi.yaml
oapi-codegen --old-config-style -package api -generate "client, types, spec" \
oapi-codegen --old-config-style -package api -generate "client, types" \
-o ${API_DIR}/client/${V}/api/http.go \
/tmp/openapi.yaml

Expand Down
Loading

0 comments on commit 2ef4bf7

Please sign in to comment.