Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of sandbox-classic module and binary #14201

Merged
merged 11 commits into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove sandbox-common
  • Loading branch information
skisel-da committed Jun 20, 2022
commit 3964e4e15835745c4b0729fc0c21bd2608e0e377
37 changes: 0 additions & 37 deletions ledger/sandbox-common/BUILD.bazel

This file was deleted.

8 changes: 0 additions & 8 deletions ledger/sandbox-common/historical-dars/README.md

This file was deleted.

Binary file removed ledger/sandbox-common/historical-dars/Test-1.5.dar
Binary file not shown.
42 changes: 0 additions & 42 deletions ledger/sandbox-common/src/main/resources/logback.xml

This file was deleted.

4 changes: 4 additions & 0 deletions ledger/sandbox-on-x/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -493,3 +493,7 @@ conformance_test(
"--verbose",
],
)

exports_files([
"src/app/resources/logback.xml",
])
2 changes: 1 addition & 1 deletion release/util.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs = {
"sdk_config": ":sdk-config.yaml.tmpl",
"install_sh": ":install.sh",
"install_bat": ":install.bat",
"sandbox_logback": "//ledger/sandbox-common:src/main/resources/logback.xml",
"sandbox_logback": "//ledger/sandbox-on-x:src/app/resources/logback.xml",
skisel-da marked this conversation as resolved.
Show resolved Hide resolved
"navigator_logback": "//navigator/backend:src/main/resources/logback.xml",
"http_json_logback": "//ledger-service/http-json:src/main/resources/logback.xml",
"oauth2_middleware_logback": "//triggers/service/auth:release/oauth2-middleware-logback.xml",
Expand Down