Skip to content

Conversation

@fthankac
Copy link

Pull Request type

  • Feature

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

aravindanr and others added 30 commits July 2, 2021 14:02
fix for retrying subworkflows within dynamic fork join
* 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
…ent_failures

SubWorkflow task will be auto-retried on BACKEND_ERROR
…BackAfterSeconds

Add callbackAfterSeconds for python client
* 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
dependabot bot and others added 17 commits March 7, 2022 22:34
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.