Prod fix#68
Merged
Merged
Conversation
Syncing main to development
Feat/infra housekeeping
Feat/middleware-wiring-webhook-setup
* added user calibration endpoints and schema"
- Added user_calibration migration
- Added sqlc queries for calibration CRUD operations
- added /api/users/me/calibration endpoints: GET, POST, DELETE
- me endpoint now fetches user from clerk id using middleware, enhancing security
- removed GET methods for user (GET /{id}, GET /)
* Fixed line endings
* Fixed time formatting in handler
* Added NOT NULL constrain to updated_at, created_at in db table
switch go dev container port to correct mapping (8080)
fixed variable typo in middleware_auth.go
---------
Co-authored-by: NicolaSavino <nick.savino@arcurve.com>
Co-authored-by: NicolaSavino <nick.savino@arcurve.com>
* Implemented workout and calibration schema with included sqlc queries. Updated makefile and seeding files * Regenerated SQLC to match new queries and models (workout type + workout session) * Added workout session service * Added Workout Handler Endpoint * Addressed PR comments - fixed syntax error in makefile - Fixed migration schema - fixed seeding script - added /service/helps/helpers.util file - renamed Dtos to match go standards, (Id -> ID) * Updated API endpoints * updated dtos to match casing convention. updated workout_session logic * Added functionality for workout sets and reps. (services, handlers, migrations, queries) * Addressed PR comments * Addressed PR comments --------- Co-authored-by: NicolaSavino <nick.savino@arcurve.com>
* fix: added clerk webhook secret * updated CRLF line endings to LF
* fix: added clerk webhook secret * updated CRLF line endings to LF * fix
…pment # Conflicts: # scripts/ci/deploy_via_ssm.sh
Review Summary by QodoNormalize shell script line endings with gitattributes
WalkthroughsDescription• Normalize line endings in shell script to LF • Add Git attributes configuration for consistent line endings Diagramflowchart LR
A["deploy_via_ssm.sh<br/>CRLF line endings"] -- "normalize to LF" --> B["deploy_via_ssm.sh<br/>LF line endings"]
C["Add .gitattributes"] -- "enforce LF for *.sh" --> D["Consistent shell scripts"]
File Changes1. scripts/ci/deploy_via_ssm.sh
|
Code Review by Qodo
1. No newline in gitattributes
|
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.
No description provided.