Merged
Conversation
Coverage Report
File CoverageNo changed files found. |
itbruno
added a commit
that referenced
this pull request
Jan 13, 2026
* chore: upgrade version to 0.5.0 * feat: create factories for all use cases (#14) * User authenticate controller (#15) * chore: install zod package * feat: update error handling to catch zod error instances * feat: create env file with zod validation * feat: update prisma seed * feat: update env var from prisma instance * feat: add and update user authentication controller and route * feat: remove unused imports * chore: remove uneeeded auth controller * feat: update seed and password min length * chore: add supertest package to E2E tests * test: add authenticate test * chore: configure environment for integration test * chore: add prisma generate for env test * chore: update the e2e action * feat: remove uneeded migrate execution * chore: update github action to e2e test * shore: reorganize actions * chore: update actions * chore: update actions * chore: remove coverage from e2e * chore: update actions * feat: remove uneeded custom env for vitest * Users controllers (#16) * feat: add create user controller * feat: fix returning from user create controller and add test * feat: update auth test to add the create controller * feat: update use case variable name from create user controller * feat: add update user controller and update auth middleware * chore: rename test case * feat: add controller to delete user; update create and update controllers; * feat: add test to update user and update another tests * chore: just update test emails to keep most readable * feat: Add controller to get profile user info * chore: update vitest e2e test config to run at single thread * feat: remove unused imports * chore: update vite config to remove fileParallelism * feat: refact pages controller (#17) * feat: refact pages controller * feat: update tests cases * feat: add new use case and cnotroller to get links from specific page * feat: refact links controllers and create tests cases (#18) * chore: update readme with new specs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description