~troyanov/maas:move-to-maas-schema

Last commit made on 2023-08-21
Get this branch:
git clone -b move-to-maas-schema 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:
move-to-maas-schema
Repository:
lp:~troyanov/maas

Recent commits

a6c8201... by Anton Troyanov

refactor(db)!: change database schema to maas

BREAKING CHANGE: database schema is changed to `maas`

MAAS is using default PostgreSQL schema `public` which makes impossible to
introduce new components that should work in a isolation.

Isolation of severtal applications controlled by MAAS can be achieved by
using PostgreSQL schemas, but default `public` schema is available to
everyone who has access to the database, thats why all MAAS related
objects are migrated to a separate schema.

bb7b0f3... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 719e5252c
chore(deps): update dependency @testing-library/jest-dom to v6 (#5093)

Co-authored-by: Peter Makowski <email address hidden>

d297ea6... by Bill Wear

Update maas-offline-docs to aee894fb
test commit

93e13c5... by Bill Wear

Update maas-offline-docs to 54425ae2
remove failed test file

487f188... by Bill Wear

Update maas-offline-docs to 0c38142d
routine update from discourse version

28273c4... by Anton Troyanov

refactor: add struct tags, use underscore for wf

56bb018... by Anton Troyanov

fix: stop temporal worker before removing

4e57a3b... by Igor Brovtsin

Redirect nginx and squid to system journal

fdb2e06... by Anton Troyanov

refactor: move workerpool to a separate package

cfe8cf6... by Ubuntu <email address hidden>

Fix reverse order ip address

When controller's nic has several ip and virtual ip,
SQL collect them reverse order. this fixes it.