Merge pull request #15761 from [BEAM-13008] Create gradle tasks for the Beam Playground
* Implement Beam Playground gradle tasks
* Fix trailing whitespace
* Remove format from precommit
* Fix order of includes and add descriptions
* [BEAM-13008] add generated files and fix analysis issues (#2)
* Reconcile errors with playgroundPrecommit output
Co-authored-by:
Aydar Farrakhov <stranniknm@gmail.com>
显示
- .gitignore 7 个添加, 0 个删除.gitignore
- build.gradle.kts 10 个添加, 3 个删除build.gradle.kts
- playground/README.md 57 个添加, 0 个删除playground/README.md
- playground/api/v1/api.proto 3 个添加, 3 个删除playground/api/v1/api.proto
- playground/backend/build.gradle.kts 52 个添加, 0 个删除playground/backend/build.gradle.kts
- playground/backend/cmd/server/controller.go 2 个添加, 1 个删除playground/backend/cmd/server/controller.go
- playground/backend/cmd/server/controller_test.go 1 个添加, 1 个删除playground/backend/cmd/server/controller_test.go
- playground/backend/cmd/server/server.go 6 个添加, 5 个删除playground/backend/cmd/server/server.go
- playground/backend/go.sum 28 个添加, 27 个删除playground/backend/go.sum
- playground/backend/internal/api/v1/api.pb.go 166 个添加, 172 个删除playground/backend/internal/api/v1/api.pb.go
- playground/backend/internal/api/v1/api_grpc.pb.go 12 个添加, 15 个删除playground/backend/internal/api/v1/api_grpc.pb.go
- playground/backend/internal/environment/environment.go 28 个添加, 0 个删除playground/backend/internal/environment/environment.go
- playground/backend/internal/executors/executor.go 1 个添加, 1 个删除playground/backend/internal/executors/executor.go
- playground/backend/internal/executors/go_helper.go 2 个添加, 0 个删除playground/backend/internal/executors/go_helper.go
- playground/backend/internal/executors/java_helper_test.go 1 个添加, 1 个删除playground/backend/internal/executors/java_helper_test.go
- playground/backend/internal/fs_tool/fs.go 1 个添加, 1 个删除playground/backend/internal/fs_tool/fs.go
- playground/backend/internal/fs_tool/fs_test.go 1 个添加, 1 个删除playground/backend/internal/fs_tool/fs_test.go
- playground/buf.gen.yaml 32 个添加, 0 个删除playground/buf.gen.yaml
- playground/build.gradle.kts 30 个添加, 0 个删除playground/build.gradle.kts
- playground/frontend/README.md 1 个添加, 5 个删除playground/frontend/README.md
加载中
想要评论请 注册 或 登录