maas:master

Last commit made on 2024-09-13
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

5f6f9d6... by Jacopo Rota

feat(maasapiserver): add ability to create and/or queries in the v3 api

1fb1891... by Jacopo Rota

feat(maasapiserver): add rbac permission checks on v3 resource pools listing

1fadea8... by Dariusz Gadomski

fix: distro_series and osystem check based on node status

Resolves LP:2040324

a5de4ec... by Jacopo Rota

fixup: install maascommon in maas-common.install

e2b76c3... by Anton Troyanov

feat(dhcp): internal API to return DHCP service configuration

This change introduces new API handler that can return service configuration for specific MAAS Agent:
  GET /agents/{system_id}/services/{service_name}/config

This change will allow MAAS Agent fetching DHCP configuration over HTTP (instead of passing this data inside Temporal workflows/activities)

ce2bf20... by Alessandro Marcolini

feat(maasapiserver): retrieve RBAC permissions and attach them to the user in the request context

a2303a7... by Anton Troyanov

fix: lint-go-fix Makefile target

500b5ab... by Christian Grabowski

feat(agent): add configure dhcp via ompai activity

c8bf2c8... by Christian Grabowski

fix(provisioningserver): do not use comparison dependent on IO speed for incremental write tests

a083895... by Jacopo Rota

chore: create a new top-level package named maascommon. This module will exclusively house definitions and utility functions that can be shared across multiple components, such as the CLI, rack, and region. Enums, utilities, and models will be moved/added to this new module to remove the dependencies between the components (for example, the region is not going to import modules from the provisioningserver).