-
Notifications
You must be signed in to change notification settings - Fork 142
Update Core, configure worker types, send plugin names to Core #1157
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
Open
yuandrew
wants to merge
25
commits into
temporalio:main
Choose a base branch
from
yuandrew:plugins_to_core
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f7a8d50
Plumb plugins to core
yuandrew d1cfb31
Plumb skip_client_worker_set_check
yuandrew 9f5bbd5
New test passing plugin names to core
yuandrew 2c38883
lint
yuandrew aaf8e34
Fix and simplify plumbing plugins from WorkerConfig to core, impose r…
yuandrew 1124b55
poe lint
yuandrew a305b2c
More rusty, clarify naming
yuandrew 9d40b54
More rusty, clarify naming, simplify Runtime args, add Client plugins…
yuandrew 5b9e0c2
Move new plugin test to bridge
yuandrew ab41d10
switch poe lint and poe build-develop order in CI, revert test move
yuandrew 692e0e3
missed a spot for poe lint in CI
yuandrew 0bc7bce
Default is 60, not 30
yuandrew 18873a5
update core to 850db67
yuandrew e83a260
Remove exposure of skip_client_worker_set_check
yuandrew a8c3399
Pick up core crate renames
yuandrew a4c50ee
fix core commit
yuandrew 0c0b4b3
Pick up core crate renames
yuandrew bd5a404
Plumb worker task types to lang
yuandrew 181d633
Merge branch 'main' into plugins_to_core
yuandrew 5862a1e
poe lint
yuandrew 91f92c2
bridge to main
yuandrew 6ef144a
update protos
yuandrew d342c8d
poe lint
yuandrew e8f65bc
more protos
yuandrew 715fe8d
poe format
yuandrew File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| from .message_pb2 import Account, AccountSpec, Metrics, MetricsSpec | ||
| from .message_pb2 import Account, AccountSpec, AuditLogSinkSpec, Metrics, MetricsSpec | ||
|
|
||
| __all__ = [ | ||
| "Account", | ||
| "AccountSpec", | ||
| "AuditLogSinkSpec", | ||
| "Metrics", | ||
| "MetricsSpec", | ||
| ] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
190 changes: 127 additions & 63 deletions
190
temporalio/api/cloud/cloudservice/v1/request_response_pb2.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.