8000 Tags · deckerbd/conductor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: deckerbd/conductor

Tags

v3.10.3

Toggle v3.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Jxu/cassandra serde (Netflix#3144)

* Ignore empty field in json serialization

* Add afterburner module to optimize json serializers and deserializers

v3.10.2

Toggle v3.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump protobuf-java from 3.21.3 to 3.21.4 (Netflix#3140)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.3 to 3.21.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.21.3...v3.21.4)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.10.1

Toggle v3.10.1's commit message
during updateTask only the workflow is loaded, not all the tasks inside

v2.31.9

Toggle v2.31.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update start time in updateTask if it is unset (Netflix#3109)

* Update start time in updateTask if it is unset

Update start time in updateTask if it is unset.

* Update ExecutionDAOFacade.java

* Fix the import

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set size limit for task exec log and add metrics (Netflix#3096)

* Set size limit for task exec log and add metrics

* refactor

v3.9.2

Toggle v3.9.2's commit message
Added metrics for ExecutionLockService, DeciderService and WorkflowEx…

…ecutor#decide

v3.9.1

Toggle v3.9.1's commit message
DoWhile checks if all tasks in an iteration are terminal before movin…

…g onto the next

v3.9.1-rc.1

Toggle v3.9.1-rc.1's commit message
corrected JerseyRequestHandler initialization in ClientBase

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix/jointask output (Netflix#3055)

* re-throw TerminateWorkflowException for task update

* Add only non-empty task output for Join

v3.9.0-rc.1

Toggle v3.9.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Netflix#3024 from Netflix/client_requesthandler

Introducing RequestHandler in the client module, which encapsulates all HTTP operations
0