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

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

Branch merges

Branch information

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

Recent commits

73940fe... by wenquan xing <email address hidden>

Try fix buildkite docker

35d285c... by wenquan xing <email address hidden>

Patch 1.2.3

709d7b7... by wenquan xing <email address hidden>

Pick #1187

7d23b1c... by wenquan xing <email address hidden>

Release 1.2.2

cce7686... by wxing1292 <email address hidden>

Remove forced namespace cache refresh (#1014)

* Remove forced namespace cache refresh
* Make SQL insert into history tree idempotent

NOTE: Previously, if a namespace is newly created and not loaded
in cache, the namespace cache can do forced cache refresh reducing
the wait time for caller. This forced cache refreshment may able
to trigger a new callback for failover. Now, if a task with deleted
namespace is processed, namespace cache will trigger the above
cache refreshment and causing a deadlock. The only solution now is
to remove the namespace cache forced refreshment logic.

2efc2ef... by wxing1292 <email address hidden>

Release 1.2.1 (#908)

c87f156... by wxing1292 <email address hidden>

Bugfix SQL 1.1 schema change (#907)

e92adc0... by wxing1292 <email address hidden>

Release 1.2.0 (#899)

1eafb88... by mastermanu <email address hidden>

Fixes Dynamic Configuration bug where TaskType Constraint match always failed (#898)

c45ad91... by Sergey Bykov <email address hidden>

Add an option to tctl to override server name for TLS host verification (#889)

* Add an option to tctl to override server name for TLS host verification

* Enable host verification if server name is provided