Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Artifacts partitioned (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
wild-endeavor authored Aug 31, 2023
1 parent c4dc728 commit f698291
Show file tree
Hide file tree
Showing 101 changed files with 21,615 additions and 28,288 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ tmp/
__pycache__/

venv/
build/
289 changes: 171 additions & 118 deletions boilerplate/flyte/golang_support_tools/go.mod

Large diffs are not rendered by default.

1,037 changes: 474 additions & 563 deletions boilerplate/flyte/golang_support_tools/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion boilerplate/flyte/golang_test_targets/download_tooling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e
tools=(
"github.com/EngHabu/mockery/cmd/mockery"
"github.com/flyteorg/flytestdlib/cli/pflags@latest"
"github.com/golangci/golangci-lint/cmd/golangci-lint@latest"
"github.com/golangci/golangci-lint/cmd/golangci-lint"
"github.com/alvaroloes/enumer"
"github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc"
)
Expand Down
2 changes: 1 addition & 1 deletion gen/pb-cpp/flyteidl/admin/agent.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

159 changes: 116 additions & 43 deletions gen/pb-cpp/flyteidl/admin/execution.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f698291

Please sign in to comment.