~troyanov/maas:update-go-modules

Last commit made on 2023-07-24
Get this branch:
git clone -b update-go-modules 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:
update-go-modules
Repository:
lp:~troyanov/maas

Recent commits

d8236f5... 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

af65a40... by Alberto Donato

apiserver: add TransactionMiddleware to handle commit/rollback

This moves the logic from the db_connection dependency to the middleware, so
that the connection can also be used by other middlewares

71586d6... by Peter Makowski

Update maas-ui to 223e2af25
fix: machine editing details #5072 (#5073)

c020cce... by Bill Wear

Update maas-offline-docs to 76f13098
[metrics-reference-7268.md] replace-regexp didn't close last [/details] section, required manual closure