~maas-committers/maas/+git/temporal:release/v1.5.x

Last commit made on 2021-04-07
Get this branch:
git clone -b release/v1.5.x https://git.launchpad.net/~maas-committers/maas/+git/temporal

Branch merges

Branch information

Name:
release/v1.5.x
Repository:
lp:~maas-committers/maas/+git/temporal

Recent commits

4c07a5c... by wenquan xing <email address hidden>

Release v1.5.8

ba04eed... by wenquan xing <email address hidden>

Fix DescribeMutableState proto encoding issue
* Fix issue that blob is mistakenly used as encoding type

eb7a8f1... by wenquan xing <email address hidden>

Release 1.5.7

8f68149... by wxing1292 <email address hidden>

Fix potential data race in task processing (#1386)

* Make sure task processing logic does not release lock while still holding a reference protected by the lock

Mutable state is protected by sync.Mutex against concurrent access.
Current implementation of task processing does not really respect the lock & date within the dock, e.g. after earlier release the lock, some logic will hold the reference to the execution info or child workflow

a061ef0... by wxing1292 <email address hidden>

Fix potential data race DescribeMutableState API (#1360)

* Rename mutable state `ToProto` function to `CloneProto`
* Make `CloneProto` function do deep copy of mutable state

07dd0f7... by wenquan xing <email address hidden>

Try fix buildkite docker

ab7013b... by wenquan xing <email address hidden>

Patch 1.5.6

74e6e46... by wenquan xing <email address hidden>

Pick #1187

598317d... by wenquan xing <email address hidden>

Release 1.5.5

a426aed... by Alex Shtin <email address hidden>

Copy visibilityAckLevel in copyShardInfo (#1287)