Skip to content

Commit

Permalink
Merge pull request #59 from buildbarn/build-ui
Browse files Browse the repository at this point in the history
Build and UI improvements
  • Loading branch information
mortenmj authored Nov 23, 2024
2 parents bb9a108 + da5238b commit 2c43d1c
Show file tree
Hide file tree
Showing 42 changed files with 1,526 additions and 987 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ npxgen:

.PHONY: test
test:
go test ./...
bazel test //...

.PHONY: update-schema
update-schema:
go generate ./...
bazel run //:gazelle
git restore pkg/proto/configuration/bb_portal/BUILD.bazel

.PHONY: update-tests
update-tests:
Expand Down
14 changes: 14 additions & 0 deletions ent/gen/ent/build.go

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

8 changes: 8 additions & 0 deletions ent/gen/ent/build/build.go

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

57 changes: 57 additions & 0 deletions ent/gen/ent/build/where.go

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

19 changes: 19 additions & 0 deletions ent/gen/ent/build_create.go

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

53 changes: 53 additions & 0 deletions ent/gen/ent/build_update.go

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

5 changes: 5 additions & 0 deletions ent/gen/ent/gql_collection.go

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

42 changes: 42 additions & 0 deletions ent/gen/ent/gql_where_input.go

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

1 change: 1 addition & 0 deletions ent/gen/ent/migrate/schema.go

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

Loading

0 comments on commit 2c43d1c

Please sign in to comment.