Skip to content

Commit

Permalink
feat(kuma-cp) new GUI build for 0.5.0 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryn St. Pierre authored May 12, 2020
1 parent 360adb1 commit 8309619
Show file tree
Hide file tree
Showing 72 changed files with 320 additions and 336 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,25 +192,25 @@ protoc/plugins:

# Notice that this command is not include into `make generate` by intention (since generated code differes between dev host and ci server)
generate/kumactl/install/k8s/control-plane:
go generate ./app/kumactl/pkg/install/k8s/control-plane/...
GOFLAGS='${GOFLAGS}' go generate ./app/kumactl/pkg/install/k8s/control-plane/...

# Notice that this command is not include into `make generate` by intention (since generated code differes between dev host and ci server)
generate/kumactl/install/k8s/kuma-cni:
go generate ./app/kumactl/pkg/install/k8s/kuma-cni/...
GOFLAGS='${GOFLAGS}' go generate ./app/kumactl/pkg/install/k8s/kuma-cni/...

# Notice that this command is not include into `make generate` by intention (since generated code differes between dev host and ci server)
generate/kumactl/install/k8s/metrics:
go generate ./app/kumactl/pkg/install/k8s/metrics/...
GOFLAGS='${GOFLAGS}' go generate ./app/kumactl/pkg/install/k8s/metrics/...

# Notice that this command is not include into `make generate` by intention (since generated code differes between dev host and ci server)
generate/kumactl/install/k8s/tracing:
go generate ./app/kumactl/pkg/install/k8s/tracing/...
GOFLAGS='${GOFLAGS}' go generate ./app/kumactl/pkg/install/k8s/tracing/...

generate/kuma-cp/migrations:
go generate ./pkg/plugins/resources/postgres/migrations/...
GOFLAGS='${GOFLAGS}' go generate ./pkg/plugins/resources/postgres/migrations/...

generate/gui: ## Generate go files with GUI static files to embed it into binary
go generate ./app/kuma-ui/pkg/resources/...
generate/gui: ## Generate gGOFLAGSo files with GUI static files to embed it into binary
GOFLAGS='${GOFLAGS}' go generate ./app/kuma-ui/pkg/resources/...

fmt: fmt/go fmt/proto ## Dev: Run various format tools

Expand Down

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion app/kuma-ui/data/resources/css/chunk-0190f2b0.f205f69d.css

This file was deleted.

1 change: 0 additions & 1 deletion app/kuma-ui/data/resources/css/chunk-0b9e1000.a3778310.css

This file was deleted.

1 change: 0 additions & 1 deletion app/kuma-ui/data/resources/css/chunk-165e0028.15670cca.css

This file was deleted.

1 change: 1 addition & 0 deletions app/kuma-ui/data/resources/css/chunk-165e0028.3e7aea3b.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/kuma-ui/data/resources/css/chunk-2175eaf4.ec93aed5.css

This file was deleted.

1 change: 0 additions & 1 deletion app/kuma-ui/data/resources/css/chunk-236cabf6.b0166932.css

This file was deleted.

1 change: 1 addition & 0 deletions app/kuma-ui/data/resources/css/chunk-325081c4.46cb3a1d.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/kuma-ui/data/resources/css/chunk-32c480d8.61e092f9.css

This file was deleted.

Loading

0 comments on commit 8309619

Please sign in to comment.