~pelpsi/launchpad:TestOpenIDApplication-does-not-fully-implement-ITestOpenIDApplication

Last commit made on 2023-03-20
Get this branch:
git clone -b TestOpenIDApplication-does-not-fully-implement-ITestOpenIDApplication https://git.launchpad.net/~pelpsi/launchpad
Only Simone Pelosi can upload to this branch. If you are Simone Pelosi please log in for upload directions.

Branch merges

Branch information

Name:
TestOpenIDApplication-does-not-fully-implement-ITestOpenIDApplication
Repository:
lp:~pelpsi/launchpad

Recent commits

c94e617... by Simone Pelosi

Moved test from DatabaseFunctionalLayer to FunctionalLayer

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
5083f0d... by Simone Pelosi

Added test case to check the correct implementation of ITestOpenIDApplication and fixed the TestOpenIDApplication class adding the title attribute\nLP: #837229

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
001da8f... by Colin Watson

Switch from pytz.UTC to datetime.timezone.utc

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

f2fa58a... by Simone Pelosi

Bzrsync.py was executable for no apparent reason

Fixed the permissions chmod -x bzrsync.py
and removed shebang line.

LP: #736619

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/439147

538abad... by Colin Watson

charm: Update ols-layers

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

e967227... by Colin Watson

charm: Update ols-layers

This pulls in a number of fixes, especially to `interface-pgsql`.

5fb068f... by Colin Watson

charm: Use admin database password for any database name

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

a919808... by Simone Pelosi

Merge branch 'bzrsync-is-executable-for-no-apparent-reason' of git+ssh://git.launchpad.net/~pelpsi/launchpad into bzrsync-is-executable-for-no-apparent-reason

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
25f42e6... by Simone Pelosi

Shebang removed and permission fixed
LP: #736619

a2fde21... by Colin Watson

charm: Use admin database password for any database name

This seems to work in practice (at least when relating directly to the
`postgresql` charm rather than via a proxy), and it makes it a lot
easier to handle database creation.