~bjornt/maas:sqlalchemy-in-django

Last commit made on 2023-07-05
Get this branch:
git clone -b sqlalchemy-in-django 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:
sqlalchemy-in-django
Repository:
lp:~bjornt/maas

Recent commits

4e888f2... by Björn Tillenius

Fix URL.

5ae6ef2... by Björn Tillenius

Add a method of getting a SQLAlchemy connection based on the Django one.

This can be used in order to make use of SQLAlchemy core within
the Django app, so that logic can be shared between maasapiserver
and maasserver.

c5f5c42... by Alberto Donato

add apiserver app

9719841... by Bill Wear

Update maas-offline-docs to e276cc13
[maas-documentation-6662.md] update about half the 404 entries

b19f198... by Bill Wear

Update maas-offline-docs to 674f42c2
Updated maas-documentation-6662.md to current discourse version

31f79ef... by Bill Wear

Update maas-offline-docs to c69025fb
[maas-documentation-6662.md] testing slight redirect fix

8de4203... by Peter Makowski

Update maas-ui to 7e018e2d7
refactor: machine request cache keys MAASENG-1905 (#5028)

- refactor: machine request cache keys MAASENG-1905
- drive-by fixes:
  - add explicit immer import (already imported as a peer dependency of redux toolkit)
  - fix machine list pagination not to rely on a re-render for the buttons to work
  - reduce duplication with enableCallIdMocks util

489b4f1... by Jacopo Rota

Add null valued properties in machine list response

a4071ee... by Alberto Donato

add maasapiserver package, some cleanups

9abcf9f... by Peter Makowski

Update maas-ui to 740c6b13a
replace optional machine properties with null (#5025)