maas:master

Last commit made on 2024-10-10
Get this branch:
git clone -b master https://git.launchpad.net/maas
Members of MAAS Committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:maas

Recent commits

5005a1b... by Alexsander de Souza

refactor: move away from deprecated method

3e16a16... by Alexsander de Souza

refactor: add django4 compatibility to dbupgrade

5449497... by Alexsander de Souza

refactor: don't use both args and kwargs to initialise a model

when the model is loaded from the DB, all fields are initialised using args, and any keyword argument becomes redundant and ambiguous.

Resolves MAASENG-3842

b0829ec... by Jacopo Rota

refactor(temporalworker): let msm workflows use the servicelayer to retrieve the machines statistics

ae859ee... by Nick De Villiers

              Update maas-ui to 5f0f63e12
              feat(machines): Add kernel crash dump checkbox to deploy form MAASENG-3759 (#5539)

Resolves [MAASENG-3759](https://warthogs.atlassian.net/browse/MAASENG-3759)

afc0df8... by Jacopo Rota

refactor(temporalworker): let maastemporalworker use the service layer to update the status of a node.

5896ed4... by Jacopo Rota

refactor(temporalworker): inject ServiceCollectionV3 in maastemporalworker when a transaction is opened in the activites.

This MP already migrate the temporalworker to use the SecretsService from the ServiceCollectionV3.

We still have to migrate some queries from the temporal worker to the service layer

96fe17d... by Anton Troyanov

fix(agent): custom un/marshal for the Host type

Instead of omapi.Host use dhcp.Host for un/marshal

1ec5834... by MAAS Lander

Update initial SQL

e640cd9... by Jacopo Rota

fix: include the 20-maas-03-machine-resources script result in order to enable HW sync for machines deployed with MAAS 2.x.

Resolves LP:2081224