-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add Kubernetes runtime #388
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
… log and readme file Signed-off-by: Charles d'Avernas <[email protected]>
…and replacing it with DockerRuntime and KubernetesRuntime implementations Signed-off-by: Charles d'Avernas <[email protected]>
cdavernas
added
type: enhancement
New feature or request
priority: high
Indicates a high priority issue
weight: 5
An issue with a very high development impact
app: operator
Concerns the Operator
labels
Sep 5, 2024
…vents after handling each and every workflow and task operations Signed-off-by: Charles d'Avernas <[email protected]>
Updated the WorkflowExecutionContext to publish cloud events after handling each and every workflow and task operations
…atform, thus enabling container-based RunTask support Signed-off-by: Charles d'Avernas <[email protected]>
…support Fix the Runner to inject and configure an IContainerPlatform
Signed-off-by: Charles d'Avernas <[email protected]>
…bles Fix/rename/add environment variables
… thus resolving ASP.NET Core validation bugs related to non-nullable authentication properties when dealing with secret-based authentications Signed-off-by: Charles d'Avernas <[email protected]>
Update ServerlessWorkflow packages to latest version
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
…-tasks Handled conditional tasks in the dashboard graph
…efault implementation -, used to enqueue and publish events in a reliable, non-blocking fashion Signed-off-by: Charles d'Avernas <[email protected]>
…isher Add a new ICloudEventPublisher service
Signed-off-by: Charles d'Avernas <[email protected]>
… log and readme file Signed-off-by: Charles d'Avernas <[email protected]>
…and replacing it with DockerRuntime and KubernetesRuntime implementations Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Signed-off-by: Charles d'Avernas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app: operator
Concerns the Operator
priority: high
Indicates a high priority issue
type: enhancement
New feature or request
weight: 5
An issue with a very high development impact
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:
GenerateAppxPackageOnBuild
instead ofGeneratePackageOnBuild
tagAdditional Notes:
Closes #378