Pinned
780 contributions in the last year
Less
More
Contribution activity
July 2021
Created 7 commits in 4 repositories
Created 1 repository
Opened 4 pull requests in 2 repositories
go-kratos/kratos
1
closed
2
merged
gorilla/schema
1
open
Reviewed 21 pull requests in 3 repositories
go-kratos/kratos 18 pull requests
- ci(github action): use golangci-lint to replace the deprecated golint
- feat(config): support Resolver for config variable placeholders
- docs: added a list of acknowledgments that influence on kratos's design.
- fix DefaultRequestDecoder Request is nil return error
- fix(cmd/run): fix the problem of looking for the cmd directory outside the project
- examples: add echo example
- chore(examples/blog): add ent tracing, and print the original SQL
- add form for codec
- refactor(config/reader): add readValue function
- fix(cmd/run): fixed a problem that did not run correctly on windows
- fix(cmd): fixed a problem where prefix could not be matched in some cases
- add url for docs
- kratos run command support to find the cmd directory from the parent directory
- feat(cmd): add kratos run command and clean code
- docs: update readme, add conventional commits #1096
- feat(cmd): add kratos changelog command
- add form encoding
- feat(examples): add benchmark example