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

Update CLI to use grpc transport by default #6495

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

Shaddoll
Copy link
Member

What changed?
Update CLI to use grpc transport by default

Why?
Tchannel is being deprecated

How did you test it?
unit tests, local tests

Potential risks

Release notes

Documentation Changes

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.13%. Comparing base (4d7ef80) to head (11d7acf).

Additional details and impacted files
Files with missing lines Coverage Δ
tools/cli/app.go 96.33% <100.00%> (ø)

... and 8 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d7ef80...11d7acf. Read the comment docs.

@Shaddoll Shaddoll enabled auto-merge (squash) November 13, 2024 22:01
@Shaddoll Shaddoll merged commit 55be200 into cadence-workflow:master Nov 13, 2024
18 checks passed
dkrotx added a commit to dkrotx/cadence-workshop that referenced this pull request Nov 17, 2024
Why?
  - Describing aliases is a big part of README.
  - Making ./cadence.bat on Windows isn't trivial - you get
    cadence.bat.txt by default
  - ./cadence.bat doesn't become the same alias as explicit alias for
    Linux/Mac - it also requires updating PATH

Also updated cli-command to have `--transport=tchannel` since the default usage is broken
after cadence-workflow/cadence#6495
dkrotx added a commit to dkrotx/cadence-workshop that referenced this pull request Nov 17, 2024
Why?
  - Describing aliases is a big part of README.
  - Making ./cadence.bat on Windows isn't trivial - you get
    cadence.bat.txt by default
  - ./cadence.bat doesn't become the same alias as explicit alias for
    Linux/Mac - it also requires updating PATH

Also updated cli-command to have `--transport=tchannel` since the default usage is broken
after cadence-workflow/cadence#6495
dkrotx added a commit that referenced this pull request Nov 18, 2024
dkrotx added a commit that referenced this pull request Nov 18, 2024
* Revert "Update CLI to use grpc transport by default (#6495)"

This reverts commit 55be200.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants