Updated versionand remote

This commit is contained in:
2026-05-12 06:53:15 +00:00
parent 139c224a31
commit caa45ed603
36 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"net/http"
"time"
"github.com/jasper/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/config"
)
// discordTimeout caps how long a single webhook POST is allowed to
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"fmt"
"log"
"github.com/jasper/quptime/internal/checks"
"github.com/jasper/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/checks"
"git.cer.sh/axodouble/quptime/internal/config"
)
// Dispatcher fans an aggregator transition out to every alert listed
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"strings"
"time"
"github.com/jasper/quptime/internal/checks"
"github.com/jasper/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/checks"
"git.cer.sh/axodouble/quptime/internal/config"
)
// Message is the rendered notification ready to ship across any
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"strings"
"testing"
"github.com/jasper/quptime/internal/checks"
"github.com/jasper/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/checks"
"git.cer.sh/axodouble/quptime/internal/config"
)
func TestRenderDownTransition(t *testing.T) {
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"net/smtp"
"strings"
"github.com/jasper/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/config"
)
// sendSMTP delivers msg through the alert's SMTP relay. STARTTLS is