📝 Add docstrings to cve#5
Merged
Merged
Conversation
Docstrings generation was requested by @Mouette03. * #4 (comment) The following files were modified: * `backend/src/routes/auth.ts` * `backend/src/routes/settings.ts` * `backend/src/routes/uploadRequests.ts` * `frontend/src/pages/ProfilePage.tsx` * `frontend/src/pages/SettingsPage.tsx`
Contributor
Author
|
Important Review skippedThis PR was authored by the user configured for CodeRabbit reviews. CodeRabbit does not review PRs authored by this user. It's recommended to use a dedicated user account to post CodeRabbit review feedback. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Mouette03
added a commit
that referenced
this pull request
Mar 25, 2026
* Update dependencies in package.json update CVE Signed-off-by: Damien <mouette03@yahoo.fr> * Update Fastify dependencies to latest versions Signed-off-by: Damien <mouette03@yahoo.fr> * Update caching strategy for Docker builds Signed-off-by: Damien <mouette03@yahoo.fr> * Modify package.json for engine versions and types Updated Node.js and npm engine requirements and upgraded nodemailer types. Signed-off-by: Damien <mouette03@yahoo.fr> * Update Node.js engine version requirement Signed-off-by: Damien <mouette03@yahoo.fr> * Add license scanning workflow for frontend and backend Signed-off-by: Damien <mouette03@yahoo.fr> * Rename licences check .yml to license-checker.yml Signed-off-by: Damien <mouette03@yahoo.fr> * Delete .github/workflows/license-checker.yml Signed-off-by: Damien <mouette03@yahoo.fr> * Limite upload logo avatar (#3) * Add avatar upload with size limit and streaming Implemented streaming upload for avatar with size limit. Signed-off-by: Damien <mouette03@yahoo.fr> * Update settings.ts Signed-off-by: Damien <mouette03@yahoo.fr> * Improve error handling for avatar upload Handle specific error cases for avatar upload. Signed-off-by: Damien <mouette03@yahoo.fr> * Improve error handling for logo upload Enhance error handling for logo upload by checking response status and code. Signed-off-by: Damien <mouette03@yahoo.fr> * Improve file upload size validation and error handling Refactor file upload handling to check size limits during write process and handle errors more gracefully. Signed-off-by: Damien <mouette03@yahoo.fr> --------- Signed-off-by: Damien <mouette03@yahoo.fr> * Update backend/src/routes/auth.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Damien <mouette03@yahoo.fr> * Update uploadRequests.ts Signed-off-by: Damien <mouette03@yahoo.fr> * Update uploadRequests.ts * Update settings.ts * 📝 Add docstrings to `cve` (#5) Docstrings generation was requested by @Mouette03. * #4 (comment) The following files were modified: * `backend/src/routes/auth.ts` * `backend/src/routes/settings.ts` * `backend/src/routes/uploadRequests.ts` * `frontend/src/pages/ProfilePage.tsx` * `frontend/src/pages/SettingsPage.tsx` Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Signed-off-by: Damien <mouette03@yahoo.fr> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
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
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.
Docstrings generation was requested by @Mouette03.
The following files were modified:
backend/src/routes/auth.tsbackend/src/routes/settings.tsbackend/src/routes/uploadRequests.tsfrontend/src/pages/ProfilePage.tsxfrontend/src/pages/SettingsPage.tsxThese file types are not supported
.github/workflows/docker.ymlbackend/package.jsonℹ️ Note