-
Notifications
You must be signed in to change notification settings - Fork 244
[comp] Production Deploy #1142
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 #1142
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
…kages - Bump version of @trycompai/db to 1.1.2 and @trycompai/ui to 1.3.2. - Adjust tsconfig paths to use @trycompai/tsconfig for consistency. - Add new scripts and update existing ones in the db package for better schema management. - Introduce new utility scripts for generating exports in the ui package. - Update dependencies and peerDependencies for better compatibility.
- Remove redundant "type" field from @comp/app package.json. - Reintroduce "prisma" in devDependencies and add peerDependencies in @trycompai/db package.json. - Consolidate dependencies and devDependencies in @trycompai/ui package.json, while ensuring proper module exports and types.
- Changed imports from '@prisma/client' to '@comp/db/types' across multiple files for consistency and to align with the new type structure. - This includes updates in actions, components, and forms related to risk and vendor management.
[dev] [Marfuen] claudio/infra-code
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- Changed BINARY_TARGET from 'linux-arm64-openssl-3.0.x' to 'debian-openssl-3.0.x' for improved compatibility with the deployment environment.
[dev] [Marfuen] claudio/infra-code
- Added informative echo statements to the Prisma client generation command for better visibility during execution. - Implemented checks for the existence of the generated Prisma client directory and added commands to copy the generated client to the standard location. - Included final checks for query engines in both the generated and client directories to ensure successful generation.
feat: enhance Prisma client generation process with detailed logging
- Added "@prisma/client" and "prisma" version 6.9.0 to package dependencies across multiple files. - Updated "@trycompai/db" dependency from "workspace:*" to "*" for better compatibility. - Removed the bunfig.toml file as it is no longer needed.
- Removed duplicate "prisma" entry from dependencies in package.json. - Ensured "prisma" version 6.9.0 remains as a single entry for clarity.
[dev] [Marfuen] claudio/infra-code
…g.ts - Bumped the @trycompai/db package version from 1.2.8 to 1.3.0 in trigger.config.ts for consistency with recent updates.
[dev] [Marfuen] mariano/finalize-aws
- Updated the PrismaExtension to walk up the directory tree to locate the Prisma schema in a monorepo setup. - Added logging to debug the workspace root and list contents of the @trycompai/db package directory. - Improved error handling for missing schema files.
[dev] [Marfuen] mariano/finalize-aws
- Added a new custom PrismaExtension to manage Prisma schema resolution and client generation. - Implemented options for schema path, client generator, and SQL file generation. - Enhanced error handling and logging for schema validation and file copying processes. - Supports both single schema files and directories containing multiple Prisma files.
[dev] [Marfuen] mariano/finalize-aws
- Added a timeout of 20 minutes to the deployment job in the GitHub Actions workflow. - Removed the outdated custom Prisma extension file to streamline the codebase. - Ensured the prebuild script is correctly set to generate the database schema before building.
[dev] [Marfuen] mariano/finalize-aws
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.