Skip to content

Commit

Permalink
Merge pull request #30 from jupyter-naas/1295-as-administrator-i-can-…
Browse files Browse the repository at this point in the history
…invite-a-user-to-a-workspace-without-them-having-to-confirm-account-with-card

feat: Create errors.proto
  • Loading branch information
Dr0p42 authored Jul 18, 2024
2 parents bacdff8 + 5359f0c commit 4d4a8ef
Show file tree
Hide file tree
Showing 23 changed files with 2,492 additions and 1,134 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ generate: clean python go build submodules
docker-compose run --rm -it python
cd python/naas_models && sed -i.bak 's/import validate_pb2/import naas_models.validate_pb2/g' *.py && rm *.bak
cd python/naas_models/pydantic && sed -i.bak 's/common_p2p/naas_models.pydantic.common_p2p/g' *.py && rm *.bak
cd python/naas_models/pydantic && sed -i.bak 's/errors_p2p/naas_models.pydantic.errors_p2p/g' *.py && rm *.bak

build:
docker-compose build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ services:
--python_out=../python/naas_models \
--go_out=../go \
--validate_out="lang=go:../go" \
space.proto registry.proto iam.proto aimodel.proto chat.proto credit.proto secret.proto storage.proto workspace.proto asset.proto validate.proto common.proto
space.proto registry.proto iam.proto aimodel.proto chat.proto credit.proto secret.proto storage.proto workspace.proto asset.proto errors.proto validate.proto common.proto

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

Loading

0 comments on commit 4d4a8ef

Please sign in to comment.