Activity
Merge branch 'main' into rebuild-server
Merge branch 'main' into rebuild-server
force light theme only
force light theme only
Pull request merge
set custom validation messages for register req body validation
set custom validation messages for register req body validation
add util to check is no rows error
add util to check is no rows error
setup go-valkit validation for echo server
setup go-valkit validation for echo server
replace internal validator with go-valkit
replace internal validator with go-valkit
Force push
replace internal validator with go-valkit
replace internal validator with go-valkit
add documentation for validator pkg
add documentation for validator pkg
handle better field parsing for nested fields in validator
handle better field parsing for nested fields in validator
handle deeply nested fields and arrays in validator
handle deeply nested fields and arrays in validator
add password custom validator and refactor validator code
add password custom validator and refactor validator code
handle nested structs when validating
handle nested structs when validating
refactor ValidationErrors formatting
refactor ValidationErrors formatting
set validator in cmd/server/main.go
set validator in cmd/server/main.go
remove GlobalErrorHandler from validator
remove GlobalErrorHandler from validator
remove old middleware readme
remove old middleware readme
change test script in gopack.json
change test script in gopack.json
implement new request validator
implement new request validator
add command to run sqlc generate
add command to run sqlc generate
fix import path in server/api/routes/routes.go
fix import path in server/api/routes/routes.go
fix import issue in cmd/server/main.go
fix import issue in cmd/server/main.go