Commit Graph

13 Commits

Author SHA1 Message Date
60544f1449 Update Go module path from Gitea to GitHub
Change module path from:
  gitea.engen.priv.no/klauvsteinen/unifi-network-operator
To:
  github.com/vegardengen/unifi-network-operator

This fixes the module path mismatch error in GitHub Actions.

Changes:
- Updated go.mod module declaration
- Updated all import statements in Go files
- Updated kustomization and ko config files
- Ran go mod tidy to update dependencies

This is required for the project to build correctly on GitHub.
2025-10-25 22:10:03 +02:00
8765a94893 Rename
Some checks failed
Lint / Run on Ubuntu (push) Failing after 7s
E2E Tests / Run on Ubuntu (push) Failing after 3s
Tests / Run on Ubuntu (push) Failing after 3s
2025-06-24 00:12:16 +02:00
c2ffce2d4d Do a few less updates 2025-06-04 18:29:26 +02:00
c63d52bb46 Firewall rule API, including needed changes in other APIs 2025-04-18 23:59:19 +02:00
625e8e0423 Add tracking only network APi 2025-04-15 10:03:07 +02:00
3f59db13f0 Use reauthentication 2025-04-14 17:47:26 +02:00
46d5e2ce2a Fix configmap role 2025-04-14 15:13:09 +02:00
7b2acb168a Add namespace 2025-04-14 15:07:49 +02:00
c61a555d8a Add OperatorConfig to all controllers 2025-04-14 13:58:49 +02:00
c681a0c987 Tracking only Firewall Zone API done 2025-04-14 10:38:29 +02:00
2485002584 formatting 2025-04-10 00:28:40 +02:00
e4c5b5fdd7 Some initial work 2025-04-09 13:09:05 +02:00
d8219b786b Initial commit 2025-04-08 11:52:58 +02:00