Skip to content

Conversation

@github-actions
Copy link
Contributor

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.

- 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
@vercel
Copy link

vercel bot commented Jul 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app (staging) ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2025 5:53pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
portal (staging) ⬜️ Skipped (Inspect) Jul 31, 2025 5:53pm

[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
claudfuen and others added 3 commits July 31, 2025 13:45
- 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
@vercel vercel bot temporarily deployed to staging – portal July 31, 2025 17:47 Inactive
[dev] [Marfuen] mariano/qa-endpoint
@Marfuen Marfuen merged commit c5455a5 into release Jul 31, 2025
10 of 11 checks passed
@claudfuen
Copy link
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants