Skip to content

Commit 15284de

Browse files
authored
chore: remove entviz (#2436)
Signed-off-by: Miguel Martinez <[email protected]>
1 parent ab13801 commit 15284de

File tree

7 files changed

+1
-677
lines changed

7 files changed

+1
-677
lines changed

app/controlplane/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,3 @@ all:
8888
make config;
8989
make generate;
9090

91-
.PHONY: visualize-data-model
92-
# Visualize data model
93-
visualize-data-model:
94-
xdg-open pkg/data/ent/schema-viz.html

app/controlplane/pkg/data/ent/entc.go

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

app/controlplane/pkg/data/ent/entviz.go

Lines changed: 0 additions & 21 deletions
This file was deleted.

app/controlplane/pkg/data/ent/generate.go

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

app/controlplane/pkg/data/ent/schema-viz.html

Lines changed: 0 additions & 148 deletions
This file was deleted.

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ require (
3030
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
3131
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99
3232
github.com/hashicorp/vault/api v1.14.0
33-
github.com/hedwigz/entviz v0.0.0-20221011080911-9d47f6f1d818
3433
github.com/improbable-eng/grpc-web v0.15.0
3534
github.com/in-toto/in-toto-golang v0.9.0
3635
github.com/jedib0t/go-pretty/v6 v6.4.7

0 commit comments

Comments
 (0)