Skip to content

Merge develop into infrahub-develop#934

Open
infrahub-github-bot-app[bot] wants to merge 4 commits intoinfrahub-developfrom
develop
Open

Merge develop into infrahub-develop#934
infrahub-github-bot-app[bot] wants to merge 4 commits intoinfrahub-developfrom
develop

Conversation

@infrahub-github-bot-app
Copy link
Copy Markdown
Contributor

Merging develop into infrahub-develop after merging pull request #931.

BaptisteGi and others added 2 commits April 9, 2026 13:24
* Draft overview page sdk

* refresh sdk overview

* spelling

* Add product context

* Apply suggestion from @BaptisteGi
The get, create, update, and delete commands were registered at the
root of infrahubctl, which felt out of place next to unrelated
top-level commands like check, render, and transform. They naturally
belong under `infrahubctl object` alongside load and validate, since
they all operate on Infrahub objects. Tests updated accordingly.
@infrahub-github-bot-app infrahub-github-bot-app bot requested a review from a team as a code owner April 9, 2026 15:03
@github-actions github-actions bot added the type/documentation Improvements or additions to documentation label Apr 9, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 9, 2026

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 729e8ef
Status: ✅  Deploy successful!
Preview URL: https://390dbb79.infrahub-sdk-python.pages.dev
Branch Preview URL: https://develop.infrahub-sdk-python.pages.dev

View logs

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@                 Coverage Diff                  @@
##           infrahub-develop     #934      +/-   ##
====================================================
+ Coverage             82.56%   82.63%   +0.07%     
====================================================
  Files                   134      133       -1     
  Lines                 13194    13250      +56     
  Branches               2287     2306      +19     
====================================================
+ Hits                  10893    10949      +56     
  Misses                 1652     1652              
  Partials                649      649              
Flag Coverage Δ
integration-tests 44.91% <95.00%> (-0.01%) ⬇️
python-3.10 56.71% <100.00%> (+0.09%) ⬆️
python-3.11 56.71% <100.00%> (+0.10%) ⬆️
python-3.12 56.73% <100.00%> (+0.10%) ⬆️
python-3.13 56.73% <100.00%> (+0.10%) ⬆️
python-3.14 58.58% <100.00%> (+0.11%) ⬆️
python-filler-3.12 22.92% <0.00%> (+0.26%) ⬆️

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

Files with missing lines Coverage Δ
infrahub_sdk/ctl/cli_commands.py 71.95% <ø> (-1.07%) ⬇️
infrahub_sdk/ctl/object/__init__.py 44.44% <100.00%> (ø)
infrahub_sdk/ctl/object/create.py 92.00% <100.00%> (ø)
infrahub_sdk/ctl/object/delete.py 100.00% <100.00%> (ø)
infrahub_sdk/ctl/object/get.py 86.48% <100.00%> (ø)
infrahub_sdk/ctl/object/update.py 75.78% <100.00%> (ø)
infrahub_sdk/ctl/object/utils.py 98.14% <ø> (ø)

... and 1 file with indirect coverage changes

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

ogenstad and others added 2 commits April 9, 2026 17:07
Merge stable into develop
The CRUD command files (create, delete, get, update) and their shared
utilities lived in a generic "commands" directory that didn't convey
what they were for. Since they all belong to the "infrahubctl object"
subgroup, it makes sense to colocate them as an "object" package.

Test files follow the same restructuring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants