~troyanov/maas:fix-http-restart

Last commit made on 2023-08-08
Get this branch:
git clone -b fix-http-restart 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:
fix-http-restart
Repository:
lp:~troyanov/maas

Recent commits

534701f... by Anton Troyanov

fix(http): yield service_monitor call

a15c68d... by Anton Troyanov

feat(temporal): read config settings from agent

Add MAAS_AGENT_CONFIG ENV var pointing to agent.yaml
Template agent.yaml configuration file from rackd
Enable Payload encoding for Temporal client

95010da... by Christian Grabowski

lookup subnet for reverse record zone generation

54e0890... by Peter Makowski

Update maas-ui to 236e9165b
fix: AppSidePanel not closing on route change (#5088)

- add more thorough e2e tests
- update side panel test id

76d8942... by Anton Troyanov

chore(encryptor): move out from internal

We want to help users to build their own Temporal Codec Servers.
Therefore, we must allow them to import our codec package.

839075e... by Anton Troyanov

fix(rackd): add missing maas-agent for deb package

This fixes an issue introduced in da08c8bd922b0ea37d1220b4b010e17168f9d28c

Co-authored-by: Christian Grabowski <email address hidden>

9d07634... by Peter Makowski

Update maas-ui to 9074ea68b
feat: tag management panel MAASENG-1427 (#5051)

  - remove .l-aside visibility workaround
  - refactor AppSidePanel
  - update node action menu dropdown styles
  - remove eslint-disable-next-line cypress/no-force comments as we disable the rule globally due to vanillaframework implementation of form elements

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

Update maas-ui to 1a846b040
chore(deps): update dependency eslint-plugin-unused-imports to v3 (#5059)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

6150984... by Alberto Donato

apiserver: disable remote access to the /machines endpoint

da08c8b... by Anton Troyanov

feat(temporal): maas-agent with temporal worker

Add worker pool with control plane for dynamic registration of Temporal workers.
Add adapter for zerolog that allows usage of custom logger for Temporal client.
Add snap and deb packaging for maas-agent

Co-authored-by: Christian Grabowski <email address hidden>