user
user copied to clipboard
The users microservice.
Fixed credit card numbers to use valid numbers that pass the Luhn Algorithm. I generated and verified all new numbers with https://www.validcreditcardnumber.com/
There is no `build` in Makefile, but `make build` in README.md
- Read the contribution guidelines - Include a reference to a related issue in this repository - A description of the changes proposed in the pull request
Force complete rebuild rm glide.lock docker-compose build vendor/github.com/weaveworks/common/user/grpc.go:11: undefined: metadata.FromContext vendor/github.com/weaveworks/common/user/grpc.go:31: undefined: metadata.FromContext vendor/github.com/weaveworks/common/user/grpc.go:47: undefined: metadata.NewContext Looks like a problem with your common library.
- Add labels appropriate to the issue I'm running the application in my IDE in a local environment, but when I'm trying to get the customers with the curl command...
- update golang version from '1.7' to '1.17.7'
- Panic - If I sent `Credit Card` form from the front end. With short `card number` and `cvv` I will get panic in PostCard middleware. - HTTP request for...
Trying to build in a local dev environment, but I always have an error ` No DB selected`. I have tried building and running directly on the command line as...
Add info regarding - database type and address - approximation for queries results size What db traces looked like before enrichment:  How they look like ~~now~~ (see https://github.com/microservices-demo/user/pull/56#issuecomment-347187263): ...