Skip to content
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

Feat/44/validation middleware #54

Merged
merged 5 commits into from
Nov 15, 2024
Merged

Conversation

juancwu
Copy link
Contributor

@juancwu juancwu commented Nov 14, 2024

Did not move the currently implemented body validation in routes since the migrations PR is almost ready meaning a mass change to use the middleware.

Once this merges, we should start using the middleware.

@juancwu juancwu requested a review from aidantrabs November 14, 2024 06:17
@juancwu juancwu self-assigned this Nov 14, 2024
Copy link

github-actions bot commented Nov 14, 2024

Test Results ✅

Status: success
Coverage: 15.5%
OS: Linux

Test Details
  • Triggered by: @juancwu
  • Commit: da4deb7
  • Branch: refs/pull/54/merge
  • Workflow: Run Tests

found out that go doesn't like it when formatting directives are used
when the function signature is not fmt.Printf or Namef
internal/middleware/req_validator.go Outdated Show resolved Hide resolved
@juancwu juancwu merged commit f2addc0 into main Nov 15, 2024
1 check passed
@juancwu juancwu deleted the feat/44/validation-middleware branch November 15, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

BE: Request Validation Middleware
2 participants