~troyanov/maas:temporal-logs

Last commit made on 2023-07-25
Get this branch:
git clone -b temporal-logs 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:
temporal-logs
Repository:
lp:~troyanov/maas

Recent commits

e3d0413... by Anton Troyanov

feat(temporal): write logs to file

4259117... by Jacopo Rota

Refactoring machine list tests with maasapiserver

1c9ad3f... by Alexsander de Souza

update grafana-agent sample configuration

also updates the `prometheus_enabled` configuration key description to reflect its function more accurately.

fixes LP:2028132

7b4dd31... by Anton Troyanov

chore(maasagent): go get -u

2815de0... by Alberto Donato

apiserver: add middleware and endpoint to track prometheus metrics

6d2c926... by Anton Troyanov

feat(temporal): add check IPs workflow

Change netmon.Scan signature

Scan will be mostly called from Temporal Activity.
Passing slice of args as (args ...interface{}) requires extra copying,
so instead signature of Scan is changed from variadic args to accept
slice.

Changing return type from slice of pairs to a map also makes searching
results easier with O(1) lookup.

bcff25e... by Alberto Donato

add middleware to capture queries count and latency

19843e4... by Peter Makowski

Update maas-ui to c0f923256
fix: cache zones list requests (#5078)

426cd89... by Peter Makowski

Update maas-ui to 46042bbec
add eslint-plugin-playwright (#5074)

- add missing await
- add comment explaining no-force override

10f9795... by Adam Collard

[make] Move download of golangci-lint to install-dependencies

Quieten the sub-makes