Skip to content

feat(project): Add superuser settings endpoint - #1129

Open
vprashrex wants to merge 1 commit into
mainfrom
feat/1084-superuser-project-settings
Open

feat(project): Add superuser settings endpoint#1129
vprashrex wants to merge 1 commit into
mainfrom
feat/1084-superuser-project-settings

Conversation

@vprashrex

@vprashrex vprashrex commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Issue

Closes #1084

Summary

  • Before: No endpoint available for superuser settings updates.
  • Now: Added an endpoint to update superuser settings with validation.
  • Implemented validation for the input data.
  • Created the necessary route and controller logic.

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran fastapi run --reload app/main.py or docker compose up in the repository root and test.
  • If you've fixed a bug or added code that is tested and has test cases.

Notes

Please add here if any other information is required for the reviewer.

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review

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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: ae01b49d-3ba4-4a68-9b9a-46786ba5cffe

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

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.

@github-actions github-actions Bot changed the title feat(project): add superuser settings update endpoint with validation feat(project): Add superuser settings endpoint Aug 14, 2026
@vprashrex
vprashrex requested a review from Ayush8923 August 14, 2026 04:50
@github-actions

Copy link
Copy Markdown

OpenAPI changes   🟢 1 non-breaking change

Tip

Safe to merge from an API-contract perspective.

Full changelog  ·  1
Method Path Change
🟢 PATCH /api/v1/projects/{project_id}/settings endpoint added

main912781e3 · generated by oasdiff

@vprashrex vprashrex self-assigned this Aug 14, 2026
@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

Project Settings: Enable super user access

1 participant