File tree Expand file tree Collapse file tree 23 files changed +32
-32
lines changed Expand file tree Collapse file tree 23 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
10
10
"time"
11
11
12
12
common_db "github.com/gitpod-io/gitpod/common-go/db"
13
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
14
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
13
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
14
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
15
15
"github.com/google/uuid"
16
16
"github.com/stretchr/testify/require"
17
17
"google.golang.org/grpc/codes"
Original file line number Diff line number Diff line change 9
9
"time"
10
10
11
11
common_db "github.com/gitpod-io/gitpod/common-go/db"
12
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
12
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
13
13
"github.com/google/uuid"
14
14
"github.com/stretchr/testify/require"
15
15
"gorm.io/gorm"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"time"
11
11
12
12
common_db "github.com/gitpod-io/gitpod/common-go/db"
13
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
13
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
14
14
"github.com/google/uuid"
15
15
"github.com/stretchr/testify/require"
16
16
"gorm.io/gorm"
Original file line number Diff line number Diff line change 9
9
"testing"
10
10
11
11
common_db "github.com/gitpod-io/gitpod/common-go/db"
12
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
12
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
13
13
"github.com/google/uuid"
14
14
"github.com/stretchr/testify/require"
15
15
"gorm.io/gorm"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package dbtest
7
7
import (
8
8
"database/sql"
9
9
"github.com/gitpod-io/gitpod/common-go/namegen"
10
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
10
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
11
11
"github.com/google/uuid"
12
12
"github.com/stretchr/testify/require"
13
13
"gorm.io/gorm"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"time"
12
12
13
13
common_db "github.com/gitpod-io/gitpod/common-go/db"
14
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
14
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
15
15
"github.com/google/uuid"
16
16
"github.com/stretchr/testify/require"
17
17
"gorm.io/gorm"
Original file line number Diff line number Diff line change 9
9
"strings"
10
10
"testing"
11
11
12
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
13
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
12
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
13
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
14
14
"github.com/google/uuid"
15
15
"github.com/stretchr/testify/require"
16
16
"gorm.io/gorm"
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
10
10
"time"
11
11
12
12
common_db "github.com/gitpod-io/gitpod/common-go/db"
13
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
14
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
13
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
14
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
15
15
"github.com/google/uuid"
16
16
"github.com/stretchr/testify/require"
17
17
)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ package db_test
6
6
7
7
import (
8
8
"context"
9
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
10
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
9
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
10
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
11
11
"github.com/google/uuid"
12
12
"github.com/stretchr/testify/require"
13
13
"testing"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
11
11
"time"
12
12
13
13
common_db "github.com/gitpod-io/gitpod/common-go/db"
14
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
15
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
14
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
15
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
16
16
"github.com/google/uuid"
17
17
"github.com/stretchr/testify/require"
18
18
)
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
10
10
common_db "github.com/gitpod-io/gitpod/common-go/db"
11
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
11
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
12
12
"github.com/stretchr/testify/require"
13
13
"gorm.io/gorm"
14
14
)
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
13
13
"github.com/gitpod-io/gitpod/usage/pkg/apiv1"
14
14
15
15
common_db "github.com/gitpod-io/gitpod/common-go/db"
16
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
17
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
16
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
17
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
18
18
"github.com/google/uuid"
19
19
"github.com/stretchr/testify/require"
20
20
)
Original file line number Diff line number Diff line change 9
9
"testing"
10
10
11
11
common_db "github.com/gitpod-io/gitpod/common-go/db"
12
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
13
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
12
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
13
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
14
14
"github.com/stretchr/testify/require"
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
common_db "github.com/gitpod-io/gitpod/common-go/db"
16
16
"github.com/gitpod-io/gitpod/common-go/log"
17
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
17
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
18
18
v1 "github.com/gitpod-io/gitpod/usage-api/v1"
19
19
"github.com/gitpod-io/gitpod/usage/pkg/stripe"
20
20
"github.com/google/uuid"
Original file line number Diff line number Diff line change 8
8
"context"
9
9
"testing"
10
10
11
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
12
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
11
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
12
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
13
13
"github.com/google/uuid"
14
14
"github.com/stretchr/testify/require"
15
15
)
Original file line number Diff line number Diff line change 8
8
"fmt"
9
9
"time"
10
10
11
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
11
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
12
12
)
13
13
14
14
const (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
common_db "github.com/gitpod-io/gitpod/common-go/db"
16
16
"github.com/gitpod-io/gitpod/common-go/log"
17
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
17
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
18
18
v1 "github.com/gitpod-io/gitpod/usage-api/v1"
19
19
"google.golang.org/grpc/codes"
20
20
"google.golang.org/grpc/status"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
13
13
14
14
"github.com/gitpod-io/gitpod/common-go/baseserver"
15
15
common_db "github.com/gitpod-io/gitpod/common-go/db"
16
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
17
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db/ dbtest"
16
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
17
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/dbtest"
18
18
v1 "github.com/gitpod-io/gitpod/usage-api/v1"
19
19
"github.com/google/uuid"
20
20
"github.com/stretchr/testify/require"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"github.com/gitpod-io/gitpod/common-go/baseserver"
21
21
common_db "github.com/gitpod-io/gitpod/common-go/db"
22
22
"github.com/gitpod-io/gitpod/common-go/log"
23
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
23
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
24
24
v1 "github.com/gitpod-io/gitpod/usage-api/v1"
25
25
"github.com/gitpod-io/gitpod/usage/pkg/apiv1"
26
26
"github.com/gitpod-io/gitpod/usage/pkg/stripe"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"time"
16
16
17
17
"github.com/gitpod-io/gitpod/common-go/log"
18
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
18
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
19
19
"github.com/stripe/stripe-go/v72"
20
20
"github.com/stripe/stripe-go/v72/client"
21
21
"google.golang.org/grpc/codes"
Original file line number Diff line number Diff line change 8
8
"fmt"
9
9
"testing"
10
10
11
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
11
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
12
12
13
13
"github.com/stretchr/testify/require"
14
14
)
Original file line number Diff line number Diff line change 8
8
"time"
9
9
10
10
"github.com/gitpod-io/gitpod/common-go/baseserver"
11
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
11
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
12
12
"github.com/gitpod-io/gitpod/usage/pkg/server"
13
13
"github.com/gitpod-io/gitpod/usage/pkg/stripe"
14
14
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
16
16
agentSmith "github.com/gitpod-io/gitpod/agent-smith/pkg/config"
17
17
"github.com/gitpod-io/gitpod/common-go/grpc"
18
- "github.com/gitpod-io/gitpod/components/gitpod-db/go-db/db "
18
+ "github.com/gitpod-io/gitpod/components/gitpod-db/go-db"
19
19
"github.com/gitpod-io/gitpod/ws-daemon/pkg/cpulimit"
20
20
corev1 "k8s.io/api/core/v1"
21
21
"k8s.io/apimachinery/pkg/api/resource"
You can’t perform that action at this time.
0 commit comments