Skip to content

Issue/510 rate limit demoapi#513

Merged
armanist merged 2 commits into
softberg:masterfrom
armanist:issue/510-rate-limit-demoapi
May 12, 2026
Merged

Issue/510 rate limit demoapi#513
armanist merged 2 commits into
softberg:masterfrom
armanist:issue/510-rate-limit-demoapi

Conversation

@armanist
Copy link
Copy Markdown
Member

Closes #510

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

Warning

Rate limit exceeded

@armanist has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 30 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 84be6c13-1d05-4a9f-8b47-8f9912aa4dd4

📥 Commits

Reviewing files that changed from the base of the PR and between a194236 and 84eedc6.

📒 Files selected for processing (27)
  • CHANGELOG.md
  • src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl
  • src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl
  • src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl
  • src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl
  • src/Module/Templates/DemoApi/src/Models/Comment.php.tpl
  • src/Module/Templates/DemoApi/src/Models/Post.php.tpl
  • src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl
  • src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl
  • src/Module/Templates/DemoApi/src/Services/PostService.php.tpl
  • src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl
  • src/Module/Templates/DemoApi/src/config/rate_limit.php.tpl
  • src/Module/Templates/DemoApi/src/routes/routes.php.tpl
  • src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl
  • src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl
  • src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl
  • src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl
  • src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl
  • src/Module/Templates/DemoWeb/src/Models/Post.php.tpl
  • src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl
  • src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl
  • src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl
  • src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl
  • src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl
  • src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl
  • src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl
  • src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@armanist armanist added enhancement New feature or request refactoring labels May 12, 2026
@armanist armanist added this to the 3.0.0 milestone May 12, 2026
@armanist armanist requested a review from andrey-smaelov May 12, 2026 17:43
@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.87%. Comparing base (a194236) to head (84eedc6).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #513   +/-   ##
=========================================
  Coverage     90.87%   90.87%           
  Complexity     3069     3069           
=========================================
  Files           263      263           
  Lines          8096     8096           
=========================================
  Hits           7357     7357           
  Misses          739      739           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@armanist armanist merged commit 47b3301 into softberg:master May 12, 2026
7 checks passed
@armanist armanist deleted the issue/510-rate-limit-demoapi branch May 12, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apply rate limiting defaults to Demo API module templates used by demo installation

2 participants