-
Notifications
You must be signed in to change notification settings - Fork 176
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
fix(examples): update deprecated flag #689
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Mike Nguyen <[email protected]>
yaron2
approved these changes
Feb 14, 2025
Looks like the format of the argument changed? |
mikeee
commented
Feb 18, 2025
15f636b
to
39e0017
Compare
I think the issue is upstream with the CLI accepting the argument as an int rather than a string. Will PR a fix. |
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
d335d8e
to
416e80d
Compare
Upstream - dapr/cli#1490 |
Signed-off-by: Mike Nguyen <[email protected]>
yaron2
added a commit
that referenced
this pull request
Feb 28, 2025
* Adding the name of the failing activity. For more detail (#678) Signed-off-by: arturo <[email protected]> * add deadlettertopic support to non-streaming subscriptions (#685) * add deadlettertopic support to non-streaming subscriptions Signed-off-by: yaron2 <[email protected]> * fix tests Signed-off-by: yaron2 <[email protected]> --------- Signed-off-by: yaron2 <[email protected]> * Pick #674 and bump to rc13 (#686) * Bump gover, tag, x/deps and dapr (#674) * release: bump to rc2 Signed-off-by: mikeee <[email protected]> * chore: upgrade x/net and x/crypto Signed-off-by: mikeee <[email protected]> * release: bump go to 1.23.5 and dapr to rc5 Signed-off-by: mikeee <[email protected]> * ci: bump validation workflow versions Signed-off-by: mikeee <[email protected]> * bump cli and runtime to latest rc Signed-off-by: Mike Nguyen <[email protected]> * chore: bump dapr to rc7 and dt-go to head Signed-off-by: Mike Nguyen <[email protected]> * chore: bump to rc8 Signed-off-by: mikeee <[email protected]> * chore(release): bump to latest Signed-off-by: mikeee <[email protected]> --------- Signed-off-by: mikeee <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> * chore: bump cli and runtime vers Signed-off-by: Mike Nguyen <[email protected]> * chore: bump to rc13 Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: mikeee <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> * feat: reconnect stream when grpc code is unknown / unavailable (#692) * feat: reconnect stream when grpc code is unknown / unavailable Signed-off-by: Eileen Yu <[email protected]> * log error for closing stream Signed-off-by: Eileen Yu <[email protected]> --------- Signed-off-by: Eileen Yu <[email protected]> * ci: include pre-release label for RCs (#675) * ci: include pre-release label for RCs Signed-off-by: Mike Nguyen <[email protected]> * ci: enumerate if statements Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]> * docs(sdk): add basic workflow example (#691) * docs(sdk): add basic workflow example Signed-off-by: Mike Nguyen <[email protected]> * docs: fix indentations Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]> * update conversation api field name (#695) Signed-off-by: yaron2 <[email protected]> * fix(examples): update deprecated flag (#689) * fix(examples): update deprecated flag Signed-off-by: Mike Nguyen <[email protected]> * ci: test cli PR Signed-off-by: Mike Nguyen <[email protected]> * test(service): bump body size to 41Mi Signed-off-by: Mike Nguyen <[email protected]> * chore: bump cli to rc6 and runtime to rc16 Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> * release: v1.12.0 version (#700) Signed-off-by: Mike Nguyen <[email protected]> * ci: revert rc tests (#701) Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: arturo <[email protected]> Signed-off-by: yaron2 <[email protected]> Signed-off-by: mikeee <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> Signed-off-by: Eileen Yu <[email protected]> Co-authored-by: Arturo Trenard <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Eileen Yu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Issue reference
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: