-
Notifications
You must be signed in to change notification settings - Fork 244
[comp] Production Deploy #1184
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
Merged
[comp] Production Deploy #1184
Conversation
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
- Changed the S3 bucket name environment variable from AWS_BUCKET_NAME to APP_AWS_BUCKET_NAME for consistency with the new naming conventions. - Ensured that all required AWS environment variables are validated properly.
- Removed unnecessary comment from the output configuration in next.config.ts files for both app and portal. - Ensured consistency in configuration across both applications.
- Updated .gitignore to include playground directory and remove redundant entries. - Removed NEXT_PUBLIC_VERCEL_URL from environment variables in env.mjs as it is no longer needed.
- Replaced simple logger calls with structured logging methods (info, warn, error) for better clarity and debugging. - Refactored the uploadFile action to utilize the new logger and improved error handling. - Updated file upload logic in TaskBody and CommentItem components to use the new action client pattern, enhancing maintainability and readability. - Increased maximum file size limit from 5MB to 10MB for uploads.
[dev] [claudfuen] claudio/fix-height-issue
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
[dev] [claudfuen] claudio/cleanup-private-packages
[dev] [claudfuen] claudio/fix-file-upload
- Enhanced error logging in TaskBody and CommentItem components by adding console error messages for failed uploads. - Updated user feedback to include a note to check the console for details on upload failures.
- Modified the input structure for the audit log by excluding file data from client input, improving data privacy and clarity in logging. - Ensured that only relevant user and action information is captured in the audit log.
[dev] [claudfuen] claudio/fix-file-upload
- Updated logging in authActionClient and authActionClientWithoutOrg to exclude file data from client input, enhancing data privacy. - Improved clarity in logs by focusing on relevant user and action information while maintaining validation error logging.
- Implemented a new POST endpoint at /api/qa/delete-user to allow the QA team to delete users and their associated data. - Added error handling for authorization, missing userId, and user existence checks. - Returns appropriate success and error responses based on the request outcome.
[dev] [claudfuen] claudio/fix-file-upload
[dev] [Marfuen] mariano/qa-endpoint
Marfuen
approved these changes
Jul 31, 2025
Contributor
|
🎉 This PR is included in version 1.51.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.