~troyanov/maas:check-dmidecode

Last commit made on 2023-06-07
Get this branch:
git clone -b check-dmidecode https://git.launchpad.net/~troyanov/maas
Only Anton Troyanov can upload to this branch. If you are Anton Troyanov please log in for upload directions.

Branch merges

Branch information

Name:
check-dmidecode
Repository:
lp:~troyanov/maas

Recent commits

c9555e1... by Anton Troyanov

fixup! fix: raise ConfigurationError if dmidecode missing

2be6bcf... by Anton Troyanov

fix: raise ConfigurationError if dmidecode missing

Return meaningful ConfigurationError instead of a Traceback

aa1d0e8... by Alexsander de Souza

Prepare for 3.4.0 beta3 release

464a62b... by Anton Troyanov

ci(go): update golangci linter, enable zerologlint

e22cd99... by Peter Makowski

Update maas-ui to 75d2a9bad
ci: update test scripts (#4956)

2f4ad20... by Peter Makowski

Update maas-ui to a80fdbd7d
chore: upgrade to react v18 MAASENG-1800 (#4955)

chore: upgrade to react v18
upgrade @testing-library/react to v14.0.0
fix failing tests
upgrade formik

60a5e0c... by Alexsander de Souza

normalize request path used as prometheus label

using the original requested path effectively tracks metrics per database object, not per endpoint as intended. Additionally it leads to huge number of histograms in the prometheus database, exceeding the 2GB limit after some time.

fixes LP#1996204

83b123e... by Tiago Pasqualini da Silva

Fix incorrect hostname from interface name

    MAAS currently creates a DNS record for each interface in a host
    by simply using its interface name. Whenever an interface has the
    '_' character, the code uses it anyway, which is currently breaking
    bind as this character is not allowed on domain names.
    This patch fixes that by verifying it and replacing the incorrect
    character.

    LP: #1807725

b4df776... by Peter Makowski

Update maas-ui to f4701a1d2
chore: remove enzyme MAASENG-1801 (#4954)

*Begone, foul Enzyme, lord of poor testing practices! Leave the developers in peace!*

cea4046... by Nick De Villiers

Update maas-ui to 5a1a4882a
test: Migrate 4 small MachineList tests to RTL MAASENG-1734 (#4949)