Adapt code to new repository
basebuild / goreleaser (push) Waiting to run

This commit is contained in:
T. R. Bernstein
2026-05-04 01:59:05 +02:00
parent 5a821ac520
commit 908641234a
17 changed files with 29 additions and 35 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"testing"
"github.com/golang-jwt/jwt/v5"
"github.com/pocketbase/pocketbase/tools/auth/internal/jwk"
"github.com/tabshift-gh/pocketbase/tools/auth/internal/jwk"
)
type publicKey interface {
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"sync"
"time"
"github.com/pocketbase/pocketbase/tools/routine"
"github.com/tabshift-gh/pocketbase/tools/routine"
)
// Cron is a crontab-like struct for tasks/jobs scheduling.
+1 -1
View File
@@ -3,7 +3,7 @@ package dbutils_test
import (
"testing"
"github.com/pocketbase/pocketbase/tools/dbutils"
"github.com/tabshift-gh/pocketbase/tools/dbutils"
)
func TestAliasOrIdentifier(t *testing.T) {
-6
View File
@@ -412,7 +412,6 @@ var inlineServeContentTypes = []string{
// manualExtensionContentTypes is a map of file extensions to content types.
var manualExtensionContentTypes = map[string]string{
<<<<<<< HEAD
// https://github.com/whatwg/mimesniff/issues/7
".svg": "image/svg+xml",
@@ -421,11 +420,6 @@ var manualExtensionContentTypes = map[string]string{
// https://github.com/pocketbase/pocketbase/issues/6597
".js": "text/javascript",
=======
".svg": "image/svg+xml", // (see https://github.com/whatwg/mimesniff/issues/7)
".css": "text/css", // (see https://github.com/gabriel-vasile/mimetype/pull/113)
".js": "text/javascript", // (see https://github.com/tabshift-gh/pocketbase/issues/6597)
>>>>>>> 795cd833 (adjust code to new repository)
".mjs": "text/javascript",
// https://github.com/pocketbase/pocketbase/discussions/7467
@@ -14,7 +14,7 @@ import (
"strings"
"sync"
"github.com/pocketbase/pocketbase/tools/routine"
"github.com/tabshift-gh/pocketbase/tools/routine"
"golang.org/x/sync/errgroup"
)
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"testing"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/search"
"github.com/tabshift-gh/pocketbase/tools/search"
)
func TestMultiMatchSubqueryBuild(t *testing.T) {