-
Notifications
You must be signed in to change notification settings - Fork 37
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
DSL v1.0.0-alpha1 #366
Merged
Merged
DSL v1.0.0-alpha1 #366
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
This was referenced May 26, 2024
This was referenced May 26, 2024
Signed-off-by: Charles d'Avernas <[email protected]>
feat(Runtime): Added Runtime abstractions and default Native implementations WIP Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
fix(Test): Fixed all tests fix(Core): Fixed Document BSON serialization by adding a new (untyped) ObjectSerializer Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
fix(Dashboard): Updated most views Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
…service (WIP) Signed-off-by: Charles d'Avernas <[email protected]>
feat(CLI): Added commands to manage correlations, correlators and operators Signed-off-by: Charles d'Avernas <[email protected]>
…(WIP) Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
& improved rendering perf Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
…tempt processing the response of a WatchLogsAsync request, thus enabling proper streaming of logs
…ated by a workflow schedule fix(Operator): Fixed the WorkflowController/WorkflowInstanceController to delete correlations owned by a deleted workflow/workflow instance fix(Runner): Fixed the WorkflowExecutionContext to label correlations created by a workflow instance
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
…e cancellation token source in the component store Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
…treaming whenever required
…synapse into 1.0.0-alpha1
…synapse into 1.0.0-alpha1
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
fix(Infrastructure): Fixed the OAuth2TokenManager to implement all request encodings and client authentication methods
… to publish CloudEvents fix(Runner): Fixed the EmitTaskExecutor to use the Events API instead of relying on an ICloudEventBus implementation Fixes #371
… the workflow they are associated to fix(Runner): Fixed the WorkflowExecutionContext to name correlations using a concatenation of the name of the instance and the task they are associated to fix(Solution): Updated Neuroglia packages to latest version Fixes #372
…h automatically generated ones fix(Api): Fixed the API to properly verify the signature of Service Account JwTs fix(Runner): Fixed the Do and For TaskExecutors to update the context upon changes Fixes #373
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.
Many thanks for submitting your Pull Request ❤️!
What this PR does / why we need it:
Implements the Serverless Workflow
v1.0.0-alpha1