~troyanov/maas:change-maas-agent-mod-name

Last commit made on 2023-08-17
Get this branch:
git clone -b change-maas-agent-mod-name 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:
change-maas-agent-mod-name
Repository:
lp:~troyanov/maas

Recent commits

437faed... by Anton Troyanov

refactor(agent)!: changes Go module name

BREAKING CHANGE: Go module import path is changed

`go get` doesn't play well with Launchpad (git) [0]
We incorrectly assumed that module will be available at:
  launchpad.net/maas/maas/src/maasagent

It seems that correct way to get the module is to use this URL:
  git.launchpad.net/~maas-committers/maas.git/src/maasagent

However there will be an import error:
  module declares its path as: launchpad.net/maas/maas/src/maasagent
          but was required as: git.launchpad.net/~maas-committers/maas.git/src/maasagent

In order to solve this error, this commit changes module name to match URL
where it is available and `go get`-able.

We introduce maas.io/core that handles ?go-get=1
query parameter and provides metadata for `go get` utility.

Now Go modules can be imported as `maas.io/core/src/maasagent`

[0]: https://github.com/golang/go/blob/master/src/cmd/go/internal/vcs/vcs.go

54a21e1... by Peter Makowski

Update maas-ui to 90031df6d
chore: upgrade vanilla v4 MAASENG-2086 (#5087)

* fix: stepper center align text
* update overview card top padding
* fix secondary navigation top padding

f2259c2... by Peter Makowski

Update maas-ui to 9469eb746
fix: use valid default formik form values MAASENG-2099 (#5096)

22e81a1... by Eline Maaike De Weerd

Redirection of bind and dhcpd logs to systemd journal using systemd-cat

7dec36e... by Peter Makowski

Update maas-ui to c13244676
update caniuse-lite (#5097)

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