forked from Netflix/conductor
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ft conductor 16 dec2022 #141
Open
fthankac
wants to merge
453
commits into
commonbranch_q1cy22
Choose a base branch
from
ft_conductor_16Dec2022
base: commonbranch_q1cy22
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
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
Upgrade to Spring Boot 2.6.6
* Mark JOIN task which depends on an optional task that has COMPLETED_WITH_ERRORS with the same status (i.e. COMPLETED_WITH_ERRORS) * If subworkflow task is defined as optional in the parent workflow, the parent workflow status will not update even if the subworkflow is retried/rerun/restarted
Co-authored-by: Doug Sillars <[email protected]>
Also remove duplicated content in README.
Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.3.12.RELEASE to 2.6.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.3.12.RELEASE...v2.6.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps com.gradle.enterprise from 3.10 to 3.10.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…adle.enterprise-3.10.1 Bump com.gradle.enterprise from 3.10 to 3.10.1
* log workflow failures * change log level to info * Keep reason field as is and update log statement with workflow id Co-authored-by: Surafel Korse <[email protected]>
* Update Wait.java * Add support for waiting for time duration or until a specific date/time * add unit tests and SDK methods * formatting * Remove Guava dependency * Fix formatting * Wait task updates 1. Added validations at the time of workflow creation 2. Using commons lang StringUtils 3. Using TaskModel to store timeout 4. Update documentation * remove callbackafter * add the break * Fix readme * Move the date parsing to a util class * move DateTimeUtils to the common utils package
* Create ad-hoc task def on workflow execution if not exist
* Bump protobuf-java from 3.20.1 to 3.21.1 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.21.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.20.1...v3.21.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * updated locks Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anoop Panicker <[email protected]>
* Fix: Enable extra task fields in Java-SDK * Enables `Start Delay` field for a Task. * Enables `Optional` field for a Task.
…e JerseyRequestHandler is an implementation that uses the Jersey client.
ISICO-14209: excessive log messages are removed
Revert "ISICO-14209: excessive log messages are removed"
…oveCorrelatedWorkflows
ISICO-14340: retry for redis ping added
ISICO-14209: excessive log messages are removed
ISICO-14340: fixed test case failures
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.
No description provided.