chore: update repository references from uptime-industries to computeblade-community (#70)

* chore: update repository references from uptime-industries to compute-blade-community

chore: update repository references from uptime-industries to compute-blade-community for consistency and clarity across all files
fix: update links in CHANGELOG.md and README.md to point to the new repository location for accurate documentation
fix: update Dockerfile and systemd service file to reflect the new repository URL for proper source tracking
refactor: change import paths in Go files to use the new repository name for correct package referencing

* chore: Add CODEOWNERS

* feat: add auto-labeling

---------

Co-authored-by: Cedric Kienzler <cedric@specht-labs.de>
This commit is contained in:
Cedric Kienzler
2025-06-06 14:03:02 +02:00
committed by Cedric Kienzler
parent 27a87f3c0f
commit 631ddfedd4
44 changed files with 245 additions and 150 deletions

View File

@@ -13,12 +13,12 @@ import (
"syscall"
"time"
"github.com/compute-blade-community/compute-blade-agent/internal/agent"
"github.com/compute-blade-community/compute-blade-agent/internal/api"
"github.com/compute-blade-community/compute-blade-agent/pkg/log"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/spf13/pflag"
"github.com/spf13/viper"
"github.com/uptime-industries/compute-blade-agent/internal/agent"
"github.com/uptime-industries/compute-blade-agent/internal/api"
"github.com/uptime-industries/compute-blade-agent/pkg/log"
"go.uber.org/zap"
)