Skip to content

fix: utf-8 from project file#1989

Merged
cpvalente merged 1 commit intomasterfrom
fix-utf8-from-project-file
Mar 7, 2026
Merged

fix: utf-8 from project file#1989
cpvalente merged 1 commit intomasterfrom
fix-utf8-from-project-file

Conversation

@alex-Arc
Copy link
Copy Markdown
Collaborator

@alex-Arc alex-Arc commented Feb 28, 2026

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 28, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 13db0a80-b6db-4705-a1cb-ecc6776d9660

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-utf8-from-project-file

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cpvalente cpvalente requested a review from Copilot February 28, 2026 09:39
@alex-Arc alex-Arc force-pushed the fix-utf8-from-project-file branch from 8ba5d3a to 3d9a2a0 Compare February 28, 2026 09:40
@alex-Arc alex-Arc marked this pull request as draft February 28, 2026 09:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to address UTF-8 handling for uploaded project files by adjusting the server’s Multer upload configuration and updating the Multer dependency version.

Changes:

  • Add a Multer option (defParamCharset: 'utf8') for the project-file upload middleware.
  • Bump the multer dependency version in the server package.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
apps/server/src/api-data/db/db.middleware.ts Adds defParamCharset: 'utf8' to the project upload Multer configuration.
apps/server/package.json Updates multer dependency version to 2.1.0.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread apps/server/package.json
@alex-Arc alex-Arc force-pushed the fix-utf8-from-project-file branch from 3d9a2a0 to 074deaf Compare March 6, 2026 15:23
@alex-Arc alex-Arc marked this pull request as ready for review March 6, 2026 15:23
@alex-Arc alex-Arc requested a review from cpvalente March 6, 2026 15:26
@cpvalente cpvalente merged commit 9516ac2 into master Mar 7, 2026
3 checks passed
@cpvalente cpvalente deleted the fix-utf8-from-project-file branch March 7, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants