forked from Netflix/conductor
-
Notifications
You must be signed in to change notification settings - Fork 3
Ft ciscom31 merge 10 mar2022 #75
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
fthankac
wants to merge
545
commits into
master
Choose a base branch
from
ft_ciscom31_merge_10Mar2022
base: master
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 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
…eue queries faster
fix for retrying subworkflows within dynamic fork join
acquire lock when creating workflow
* Separate database service into separate compose file * Separating database service helps provide flexibility to preferred database. * Downside with this is `docker-compose.yaml` cannot be used as is as the database service is detached. * `README.md` is updated with new set of instructions to include database related docker compose file. * This commit separates `dynomite` and `postgres` only. More can be extended in future. * Separate database service into separate compose file * Separating database service helps provide flexibility to preferred database. * Downside with this is `docker-compose.yaml` cannot be used as is as the database service is detached. * `README.md` is updated with new set of instructions to include database related docker compose file. * This commit separates `dynomite` and `postgres` only. More can be extended in future. * Update README.md Co-authored-by: Venka Gade <vgade@vmware.com>
…formance-fix-3.x add descending priority index to combo_queue_message index to make queue queries faster - 3.x
…llUnacks for Postgres - for 3.x (Netflix#2350) * dont use string manipulation on parameter for processUnacks, processAllUnacks - for 3.x * add Query.java, not sure what happened to that file in 3.x * change imports for new file locations * change imports for new file locations * change imports for new file locations * change imports for new file locations * use the Query class that was in the util package Co-authored-by: u447 <rick.fishman@bcbsfl.com>
Co-authored-by: Moderne <team@moderne.io> Co-authored-by: Moderne <team@moderne.io>
disabled httptasktest; cleaned up WorkflowMonitor
…hich allows the task to be retried
…SystemTaskExecutor
…ent_failures SubWorkflow task will be auto-retried on BACKEND_ERROR
…BackAfterSeconds Add callbackAfterSeconds for python client
…o use project 'Schedule Conductor Workflows: https://github.com/jas34/scheduledwf'
* add postgres missing dependency * support datadog * update datadog conditional property
Netflix#2256 Updated faq.md for answer on scheduling. Suggestion is to use p…
…meter_name_for_daoeventrequests Rename dao event requests meter name to prevent duplicates
Bumps org.sonarqube from 3.1.1 to 3.3. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.15 to 0.8.18. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](google/protobuf-gradle-plugin@v0.8.15...v0.8.18) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…tflix.nebula-gradle-extra-configurations-plugin-7.0.0 Bump gradle-extra-configurations-plugin from 5.0.3 to 7.0.0
Bumps [javapoet](https://github.com/square/javapoet) from 1.11.+ to 1.13.0. - [Release notes](https://github.com/square/javapoet/releases) - [Changelog](https://github.com/square/javapoet/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/javapoet/commits/javapoet-1.13.0) --- updated-dependencies: - dependency-name: com.squareup:javapoet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.18 to 1.4.19. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) --- updated-dependencies: - dependency-name: com.thoughtworks.xstream:xstream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.5.1 to 3.19.4. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.5.1...v3.19.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…narqube-3.3 Bump org.sonarqube from 3.1.1 to 3.3
Bumps io.spring.dependency-management from 1.0.9.RELEASE to 1.0.11.RELEASE. --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ogle.protobuf-protobuf-gradle-plugin-0.8.18 Bump protobuf-gradle-plugin from 0.8.15 to 0.8.18
…ogle.protobuf-protobuf-java-3.19.4 Bump protobuf-java from 3.5.1 to 3.19.4
…oughtworks.xstream-xstream-1.4.19 Bump xstream from 1.4.18 to 1.4.19
…ing.dependency-management-1.0.11.RELEASE Bump io.spring.dependency-management from 1.0.9.RELEASE to 1.0.11.RELEASE
* Add previousStatus filed to WorkflowModel * Add check to only update previousStatus if status changed * Update dependency lock files
…ductor into ft_ciscom31_merge_10Mar2022
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.
Pull Request type
Changes in this PR
Describe the new behavior from this PR, and why it's needed
Issue #
Alternatives considered
Describe alternative implementation you have considered