Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit54bf3a3

Browse files
committed
chore: reparent under experimental pkg
1 parent9aeb20f commit54bf3a3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

‎Makefile‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ GEN_FILES := \
641641
provisionersdk/proto/provisioner.pb.go\
642642
provisionerd/proto/provisionerd.pb.go\
643643
vpn/vpn.pb.go\
644-
aibridged/proto/aibridged.pb.go\
644+
enterprise/x/aibridged/proto/aibridged.pb.go\
645645
$(DB_GEN_FILES)\
646646
$(SITE_GEN_FILES)\
647647
coderd/rbac/object_gen.go\
@@ -690,7 +690,7 @@ gen/mark-fresh:
690690
provisionersdk/proto/provisioner.pb.go\
691691
provisionerd/proto/provisionerd.pb.go\
692692
vpn/vpn.pb.go\
693-
aibridged/proto/aibridged.pb.go\
693+
enterprise/x/aibridged/proto/aibridged.pb.go\
694694
coderd/database/dump.sql\
695695
$(DB_GEN_FILES)\
696696
site/src/api/typesGenerated.ts\
@@ -810,13 +810,13 @@ vpn/vpn.pb.go: vpn/vpn.proto
810810
--go_opt=paths=source_relative\
811811
./vpn/vpn.proto
812812

813-
aibridged/proto/aibridged.pb.go: aibridged/proto/aibridged.proto
813+
enterprise/x/aibridged/proto/aibridged.pb.go:enterprise/x/aibridged/proto/aibridged.proto
814814
protoc\
815815
--go_out=.\
816816
--go_opt=paths=source_relative\
817817
--go-drpc_out=.\
818818
--go-drpc_opt=paths=source_relative\
819-
./aibridged/proto/aibridged.proto
819+
./enterprise/x/aibridged/proto/aibridged.proto
820820

821821
site/src/api/typesGenerated.ts: site/node_modules/.installed$(wildcard scripts/apitypings/*)$(shell find ./codersdk$(FIND_EXCLUSIONS) -type f -name '*.go')
822822
# -C sets the directory for the go run command
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎coderd/aibridgedserver/aibridgedserver.go‎renamed to ‎enterprise/x/aibridgedserver/aibridgedserver.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import (
1818

1919
"cdr.dev/slog"
2020

21-
"github.com/coder/coder/v2/aibridged/proto"
2221
"github.com/coder/coder/v2/coderd/database"
2322
"github.com/coder/coder/v2/coderd/database/dbauthz"
2423
"github.com/coder/coder/v2/coderd/database/dbtime"
2524
"github.com/coder/coder/v2/coderd/externalauth"
2625
"github.com/coder/coder/v2/coderd/httpmw"
2726
codermcp"github.com/coder/coder/v2/coderd/mcp"
2827
"github.com/coder/coder/v2/codersdk"
28+
"github.com/coder/coder/v2/enterprise/x/aibridged/proto"
2929
)
3030

3131
var (
File renamed without changes.

‎coderd/aibridgedserver/aibridgedserver_test.go‎renamed to ‎enterprise/x/aibridgedserver/aibridgedserver_test.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ import (
2020
"google.golang.org/protobuf/types/known/structpb"
2121
"google.golang.org/protobuf/types/known/timestamppb"
2222

23-
"github.com/coder/coder/v2/aibridged/proto"
24-
"github.com/coder/coder/v2/coderd/aibridgedserver"
2523
"github.com/coder/coder/v2/coderd/database"
2624
"github.com/coder/coder/v2/coderd/database/dbmock"
2725
"github.com/coder/coder/v2/coderd/database/dbtime"
2826
"github.com/coder/coder/v2/coderd/externalauth"
2927
codermcp"github.com/coder/coder/v2/coderd/mcp"
3028
"github.com/coder/coder/v2/codersdk"
3129
"github.com/coder/coder/v2/cryptorand"
30+
"github.com/coder/coder/v2/enterprise/x/aibridged/proto"
31+
"github.com/coder/coder/v2/enterprise/x/aibridgedserver"
3232
"github.com/coder/coder/v2/testutil"
3333
)
3434

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp