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.

lyt3ral and others added 4 commits August 18, 2025 01:29
- Upgraded various dependencies including `zod`, `@trycompai/db`, `@aws-sdk/client-s3`, and `next` to their latest versions for enhanced features and security.
- Modified Docker configuration to replace hardcoded environment variables with placeholders for better security practices.
- Improved middleware logic to streamline authentication checks and redirect flows based on user session and organization status.
- Enhanced Next.js configuration for better memory optimization and build performance.
- Updated Prisma schema to support additional binary targets for broader compatibility.
fix: Added Control property to task sidebar
@vercel
Copy link

vercel bot commented Aug 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
app (staging) Ready Ready Preview Comment Aug 19, 2025 4:46pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
portal (staging) Skipped Skipped Aug 19, 2025 4:46pm

- Removed hardcoded environment variables in `docker-compose.yml` and replaced them with placeholders for improved security.
- Updated the `Dockerfile` to use the latest Prisma schema from `@trycompai/db`.
- Enhanced authentication checks in the app and portal layouts to ensure proper session handling and redirection.
- Added a new `SELF_HOSTING.md` guide for easier setup and configuration of the application.
- Modified `.env.example` to clarify required and optional environment variables for better user guidance.
- Updated `docker-compose.yml` to utilize the `.env` file for environment variables, improving security and maintainability.
- Enhanced `SELF_HOSTING.md` to reflect changes in environment variable management and provide clearer setup instructions.
- Updated `bun.lock` to reflect new versions for various packages, including `@jridgewell/trace-mapping`, `@next/env`, and `browserslist`, enhancing compatibility and security.
- Modified `package.json` to specify a fixed version for `trigger.dev`, ensuring consistent deployment behavior.
- Enhanced `docker-compose.yml` for the PostgreSQL service by adding restart policies, environment variables, and logging options for better reliability and maintainability.
- Updated middleware logic to support both secure and fallback cookie names for session token retrieval, improving authentication reliability.
- Deleted the Dockerfiles for both the app and portal as they are no longer needed, streamlining the project structure.
- Changed the base image in the Dockerfile for both the app and portal from node:20-alpine to node:22-alpine, ensuring compatibility with the latest features and improvements.
…lity

- Upgraded `@trigger.dev/react-hooks`, `@trigger.dev/sdk`, and `@trigger.dev/build` to version 4 for enhanced features and compatibility.
- Updated various imports in the codebase to reflect the new SDK structure, ensuring consistent usage across the application.
- Modified `bun.lock` and `package.json` to align with the latest dependency versions, improving overall project stability.
Signed-off-by: Mariano Fuentes <marfuen98@gmail.com>
- Implemented server-side redirection for users accepting invitations, improving user experience by directing them to the appropriate organization page.
- Added logic to check for pending invitations in the layout and root page, ensuring users are redirected to the invite page if applicable.
- Updated the invite page to handle email mismatches, prompting users to switch accounts if their signed-in email does not match the invited email.
- Refactored the AcceptInvite component to utilize redirection after accepting an invitation, streamlining the flow for users.
- Refactored the invite page to enhance user experience by providing clear feedback for invalid or expired invitations.
- Introduced new components, `InviteStatusCard` and `InviteNotMatchCard`, to display relevant messages based on invitation status and email mismatches.
- Moved the `maskEmail` utility function to a separate file for better organization and reusability.
- Streamlined the redirection logic for users with mismatched emails, prompting them to sign out and sign back in with the correct account.
@vercel vercel bot temporarily deployed to staging – portal August 19, 2025 16:42 Inactive
@Marfuen Marfuen merged commit 3c933a4 into release Aug 19, 2025
10 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.

3 participants