-
Notifications
You must be signed in to change notification settings - Fork 243
[comp] Production Deploy #1327
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 #1327
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
- 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
- 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.
[dev] [Marfuen] mariano/docker
- Updated middleware logic to support both secure and fallback cookie names for session token retrieval, improving authentication reliability.
[dev] [Marfuen] mariano/docker
- 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.
[dev] [Marfuen] mariano/docker
…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.
[dev] [Marfuen] mariano/docker
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.
[dev] [Marfuen] mariano/docker
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.