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

Tags: cody1115/conductor

Tags

v2.22.6-alpha

Toggle v2.22.6-alpha's commit message
Cleanup.

v2.24.2

Toggle v2.24.2'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#1484 from Netflix/api_fix

constrain reason string; fix api for so that new client does not rely on ack

v2.24.1

Toggle v2.24.1's commit message
reduce log level in tests

v2.24.0

Toggle v2.24.0's commit message
added a new metric to track client upgrades

v2.23.0

Toggle v2.23.0'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#1470 from Netflix/refactor_client

refactor java client to remove client-side queues

v2.22.6

Toggle v2.22.6's commit message
Upgrade Mockito to v3 (Netflix#1450)

* Bump mockito version to 3.1.0

 + Remove deprecated mockito-all dependency from grpc-server

* Migrate usages of deprecated Mockito imports

* Explicitly match null args; fix name mismatch in testStartWorkflow

* Update usage of non-null matchers in TaskCoordinator tests

* Sleep and assert ack is called before verifying noops

* Throw explicit RuntimeException and use long matchers when needed in TestWorkflowExecutor

* Loosen non-null matchers in failing core test stubs

* Use explicit null matcher in jersey skip task test

* Update lockfiles

* De-dupe System.currentTimeMillis() calls to fix flaky TaskTest failure

v2.22.5

Toggle v2.22.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing inputTemplate resolution bug. (Netflix#1456)

v2.22.5-alpha

Toggle v2.22.5-alpha's commit message
Cleanup to support generic queue implementations.

v2.22.4

Toggle v2.22.4's commit message
prevent termination of COMPLETED workflows

v2.22.3

Toggle v2.22.3'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#1437 from Netflix/summary_objects_equals_h…

…ashcode

added equals and hashcode to summary objects
0