-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. benchmark has total_time and average_time spend on each task
fix fix fix add libs/grpc/generated to .git for workflow
…ts -> js via @protobuf-ts) 1. Generated files depends on ENV provided: TWIRP_GO_COMPILE, TWIRP_TS_COMPILE; 2. Instead of generating all files it would iter through Vec of `protos_name` which should be implicitly set t t t t t t fixed workflow
1. For filtering. As a result changed namespace in _test file; add pipe to do the thing in twirp.handler (getitems)
1. Was ~12 gb, rn <6gb, 3gb is separeted `libs` file which would be reused -> less space. For example in past `auth_backend` service was ~3gb rn it's <1gb, `gateway_twirp` was ~2.5gb, rn it's just 354.64mb). Build time also decreased from 5 to 10 times
there was type misunderstanding as /lib (for ts) used import alias (@makoto/grpc/generated) so for some reason when compiled .d.ts files resolved this import not the right way
1. The problem was that token from Headers wasn't read -> empty string in `Token` field at request -> if token == "" and it's token's type signIn -> attach from AuthorizationHeader
1. twirp and grpc communicates fine 2. test_url is http://localhost:4000/user/user.UserRPC/CreateUser with { "userId": "1"} and application/json header
1. new schema user_info and languages for future UserService
1. It actually means that Rust and Go services were succesfully linked!
1. in UserInfo model ID was redundant, replaced with user_id as primary key
…nService as middleware
1. fixed API update_user API 2. @makoto/tests/setupdb utils for test-database
1: add protoc plugins for Go in workflow
1. https and http are available (https says that connection is not secured as ssl certs are self-generated) 2. localhost:80 and localhost:443 (http / https)
docker fix (1) 1. libs for typescript fix fix removed pgadmin from docker-compose add login to dockerhub in github action remove web-server from docker-compose github action 💀 stage for gh actions stage for gh actions workflow fixed typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.