~bjornt/maas:fastapi-db-session-tests

Last commit made on 2023-07-14
Get this branch:
git clone -b fastapi-db-session-tests https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
fastapi-db-session-tests
Repository:
lp:~bjornt/maas

Recent commits

c5e5798... by Björn Tillenius

Add tests for the db_conn FastAPI dependency.

6897ffe... by Bill Wear

Update maas-offline-docs to 34b47c1e
update README

a45247a... by Anton Troyanov

feat(temporal): add temporal service

This commit adds Temporal service bundled with MAAS.
This feature is experimental and still in early stage, thus Temporal
settings do not force any authentication and default config with
in-memory sqlite storage is used.

191f6a1... by Alberto Donato

apiserver: rename auth cookie from session_id to sessionid

0a9ac75... by Anton Troyanov

fix: use original Host value when proxy_set_header

Resolves LP:2022926

8474151... by Adam Collard

LP:2019216 : Add debug information for flaky test

Mark get_testing_timeout as not being a test

d731674... by Anton Troyanov

feat: CheckIP without usage of external tools

This commit adds CheckIP implementation in pure Go without usage of
external tools like `ping` or `ip`.

However Rack Controller will continue to use existing approach until
other required changes will be made.

50ff19b... by Alberto Donato

apiserver: add ZoneHandler

e8d5445... by Alberto Donato

apiserver: expose via nginx under /MAAS/a/

bcac06e... by Björn Tillenius

Prevent commits in sqlalchemy based tests by default.

The check isn't perfect, but should catch most cases where the
allow_transactions marker wasn't used when it should have.