user icon indicating copy to clipboard operation
user copied to clipboard

The users microservice.

Results 9 user issues
Sort by recently updated
recently updated
newest added

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/

- 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.

bug

- 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: ![selection_005](https://user-images.githubusercontent.com/1200033/33156095-1d5f7e08-cfd5-11e7-8dd6-8ee63469e92f.png) How they look like ~~now~~ (see https://github.com/microservices-demo/user/pull/56#issuecomment-347187263): ![selection_004](https://user-images.githubusercontent.com/1200033/33156098-23326e58-cfd5-11e7-921c-7491d7d1922e.png)...