~clinton-fung/launchpad:architecture-diagram-update

Last commit made on 2023-11-30
Get this branch:
git clone -b architecture-diagram-update https://git.launchpad.net/~clinton-fung/launchpad
Only Clinton Fung can upload to this branch. If you are Clinton Fung please log in for upload directions.

Branch merges

Branch information

Name:
architecture-diagram-update
Repository:
lp:~clinton-fung/launchpad

Recent commits

cb3b246... by Clinton Fung

Update architecture diagrams to latest working copy

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
e587130... by Guruprasad

charm/codehosting: Fix a typo in the supermirror-pull cron job

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/456510

5e3cd65... by Guruprasad

charm/codehosting: Fix a typo in the supermirror-pull cron job

901ecb0... by Colin Watson

Upgrade Black's target Python version to 3.8

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/456431

1f4fb3c... by Colin Watson

Upgrade Black's target Python version to 3.8

7df3ca7... by Colin Watson

Fix a couple of type annotation errors

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/456427

11cbee4... by Colin Watson

Fix a couple of type annotation errors

439978a... by Colin Watson

charm: Run postgresql-extras push-backups under run-one

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/456086

126924e... by Colin Watson

Upgrade variable type annotations to 3.6+ style

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/456419

f19cac6... by Colin Watson

Upgrade variable type annotations to 3.6+ style

I haven't quite got as far as upgrading `flake8` since it reports a few
other issues, but this gets us pretty close.

I had to add `Optional` to a few more places since otherwise `mypy`
complained.