Skip to content

Commit 454e093

Browse files
grokifyclaude
andcommitted
refactor: rename module from dashforge to uiforge
Update go.mod module path and all Go import paths across ent generated code, datasource providers, integration channels, internal server, multiapp, and schema packages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a29e465 commit 454e093

167 files changed

Lines changed: 928 additions & 870 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

datasource/providers/mysql/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"time"
1010

11-
"github.com/plexusone/dashforge/datasource"
11+
"github.com/plexusone/uiforge/datasource"
1212
)
1313

1414
// Connection implements datasource.Connection for MySQL.

datasource/providers/mysql/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
_ "github.com/go-sql-driver/mysql" // MySQL driver
1313

14-
"github.com/plexusone/dashforge/datasource"
14+
"github.com/plexusone/uiforge/datasource"
1515
)
1616

1717
func init() {

datasource/providers/postgres/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"time"
1010

11-
"github.com/plexusone/dashforge/datasource"
11+
"github.com/plexusone/uiforge/datasource"
1212
)
1313

1414
// Connection implements datasource.Connection for PostgreSQL.

datasource/providers/postgres/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
_ "github.com/lib/pq" // PostgreSQL driver
1414

15-
"github.com/plexusone/dashforge/datasource"
15+
"github.com/plexusone/uiforge/datasource"
1616
)
1717

1818
func init() {

ent/alert.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/alert/where.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/alert_create.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/alert_delete.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/alert_query.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/alert_update.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)