Skip to content

Conversation

@gmazoyer
Copy link
Contributor

@gmazoyer gmazoyer commented Aug 27, 2025

Summary by CodeRabbit

  • Chores
    • Upgraded infrahub-testcontainers to 1.4.0 across runtime and development dependencies for improved compatibility and maintenance.
  • Style
    • Minor lint configuration formatting adjustment (comment spacing) with no behavioral impact.

No user-facing changes in this release; functionality remains the same while keeping dependencies current and tooling consistent.

@coderabbitai
Copy link

coderabbitai bot commented Aug 27, 2025

Warning

Rate limit exceeded

@gmazoyer has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 17 minutes and 38 seconds before requesting another review.

⌛ 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.

📥 Commits

Reviewing files that changed from the base of the PR and between cd7279f and 53a867b.

⛔ Files ignored due to path filters (1)
  • poetry.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pyproject.toml (2 hunks)

Walkthrough

The pull request updates pyproject.toml to bump the infrahub-testcontainers dependency from ^1.2.5 to ^1.4.0 in both [tool.poetry.dependencies] and [tool.poetry.group.dev.dependencies]. It also adjusts a comment’s spacing in [tool.ruff.lint.per-file-ignores] for the UP007 entry targeting infrahub_sdk/ctl/**/*.py. No public or exported entity declarations are modified.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch gma-20250827-upgrade-testcontainer

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary or Summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 27, 2025

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 53a867b
Status: ✅  Deploy successful!
Preview URL: https://8ad34be5.infrahub-sdk-python.pages.dev
Branch Preview URL: https://gma-20250827-upgrade-testcon.infrahub-sdk-python.pages.dev

View logs

@codecov
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@           Coverage Diff           @@
##           stable     #516   +/-   ##
=======================================
  Coverage   75.74%   75.74%           
=======================================
  Files         100      100           
  Lines        8846     8846           
  Branches     1732     1732           
=======================================
  Hits         6700     6700           
  Misses       1670     1670           
  Partials      476      476           
Flag Coverage Δ
integration-tests 34.67% <ø> (ø)
python-3.10 48.21% <ø> (ø)
python-3.11 48.21% <ø> (ø)
python-3.12 48.19% <ø> (ø)
python-3.13 48.19% <ø> (ø)
python-3.9 46.86% <ø> (-0.03%) ⬇️
python-filler-3.12 25.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gmazoyer gmazoyer marked this pull request as ready for review August 27, 2025 13:19
@gmazoyer gmazoyer requested a review from a team August 27, 2025 13:19
Copy link
Contributor

@dgarros dgarros left a comment

Choose a reason for hiding this comment

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

I think we should fix it in stable

@gmazoyer gmazoyer force-pushed the gma-20250827-upgrade-testcontainer branch from cd7279f to c55e5d1 Compare August 27, 2025 15:00
@gmazoyer gmazoyer changed the base branch from develop to stable August 27, 2025 15:00
@gmazoyer gmazoyer force-pushed the gma-20250827-upgrade-testcontainer branch from c55e5d1 to 53a867b Compare August 27, 2025 15:01
@gmazoyer gmazoyer merged commit 11cf607 into stable Aug 27, 2025
49 of 51 checks passed
@gmazoyer gmazoyer deleted the gma-20250827-upgrade-testcontainer branch August 27, 2025 22:26
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.

2 participants