Skip to content

Tags: aminelaadhari/cadence

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
mysql: bug fixes (uber#1195)

v0.3.15

Toggle v0.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix: timer queue active processor missing return err (uber#1000)

v0.3.14

Toggle v0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle deletion of task during failover (uber#976)

* Adding failover info persistence struct
* Adding awareness of failover info during transfer / timer task cleanup

Note: missing persistence to database, the persistence to database of
failover cursor should be done along with balk failover for performance.

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V0.3.12 patch (uber#829)

* make transfer / timer / replication persistence layer accept page token

* get task API on the cassandra side should use page size, not limit

* apply pagination token to timer ack manager

* move duplicated transfer code to one place

* modify test to force pagination

* bugfix: queue ack manager should call processor's complete task fn

* do not keep the lock when doing query

v0.3.12

Toggle v0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix, reset mutable state empty UUID (uber#784)

* add .vscode to .gitignore

* bugfix: empty uuid in reset mutable state

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bugfix: mutable state should be reset if the operation is not success… (

uber#667)

v0.3.10

Toggle v0.3.10's commit message
hotfix issue uber#658

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update docker image with latest cadence release (uber#614)

Fix config template to include new required config changes to bring up
the Cadence server.

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "history service should do event reordering making sure corres…

…ponding … (uber#601)" (uber#611)

This reverts commit 6164b73.

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bugfix: parent workflow, when signaling child workflow, can experienc… (

uber#607)

* bugfix: parent workflow, when signaling child workflow, can experience deadlock, if child workflow, at the same time, is completed.

* bugfix: handling workflow using decision to cancel itself.