~jjqq/maas:machine-list-spike

Last commit made on 2023-02-25
Get this branch:
git clone -b machine-list-spike https://git.launchpad.net/~jjqq/maas
Only jjqq can upload to this branch. If you are jjqq please log in for upload directions.

Branch merges

Branch information

Name:
machine-list-spike
Repository:
lp:~jjqq/maas

Recent commits

d4981d9... by Björn Tillenius

Fix test failures related to row.ips.

64f5aa2... by Alberto Donato

drop unnecessary cast for macaddress in django handler

5dd9b5f... by Björn Tillenius

Fix plain sql handler to use new IP model.

91abba1... by Björn Tillenius

Make sqlalchemy handlers use new ip model.

346372b... by Björn Tillenius

Add an alternative model for IP addresses.

The old one is still available as well.

b652fbd... by Björn Tillenius

Remove boot_interface_cte from plain sql handler.

1780ec8... by Alberto Donato

correctly reset psycopg query metrics in the tracer

bb113a8... by Björn Tillenius

Allow boot_interface_id to be None in the sqlalchemy handlers.

4c3fbc4... by Alberto Donato

rework getting interfaces

6528f6e... by Alberto Donato

track query count and time for psycopg-based handlers too