adjust code to new repository

This commit is contained in:
T. R. Bernstein
2025-10-09 21:02:10 +02:00
committed by T. R. Bernstein
parent 0cf34c475b
commit 795cd8335f
335 changed files with 803 additions and 802 deletions

View File

@@ -9,8 +9,8 @@ import (
"github.com/ganigeorgiev/fexpr"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/security"
"github.com/pocketbase/pocketbase/tools/store"
"github.com/tabshift-gh/pocketbase/tools/security"
"github.com/tabshift-gh/pocketbase/tools/store"
"github.com/spf13/cast"
)

View File

@@ -10,7 +10,7 @@ import (
"time"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/search"
"github.com/tabshift-gh/pocketbase/tools/search"
)
func TestFilterDataBuildExpr(t *testing.T) {

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"time"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/tabshift-gh/pocketbase/tools/types"
)
// note: used primarily for the tests

View File

@@ -8,8 +8,8 @@ import (
"strings"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/dbutils"
"github.com/pocketbase/pocketbase/tools/inflector"
"github.com/tabshift-gh/pocketbase/tools/dbutils"
"github.com/tabshift-gh/pocketbase/tools/inflector"
"golang.org/x/sync/errgroup"
)

View File

@@ -13,7 +13,7 @@ import (
"time"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/list"
"github.com/tabshift-gh/pocketbase/tools/list"
_ "modernc.org/sqlite"
)

View File

@@ -6,8 +6,8 @@ import (
"strings"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/inflector"
"github.com/pocketbase/pocketbase/tools/list"
"github.com/tabshift-gh/pocketbase/tools/inflector"
"github.com/tabshift-gh/pocketbase/tools/list"
)
type NullFallbackPreference int

View File

@@ -5,7 +5,7 @@ import (
"testing"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/search"
"github.com/tabshift-gh/pocketbase/tools/search"
)
func TestSimpleFieldResolverUpdateQuery(t *testing.T) {

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"testing"
"github.com/pocketbase/pocketbase/tools/search"
"github.com/tabshift-gh/pocketbase/tools/search"
)
func TestSortFieldBuildExpr(t *testing.T) {

View File

@@ -8,7 +8,7 @@ import (
"github.com/ganigeorgiev/fexpr"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/tools/security"
"github.com/tabshift-gh/pocketbase/tools/security"
)
func TestTokenFunctionsGeoDistance(t *testing.T) {