Skip to content

Commit 654fc80

Browse files
authored
Merge pull request #550 from opsmill/pog-stable-to-develop-20250916
Merge 'stable' into 'develop' with resolved conflicts
2 parents c111658 + e7ed981 commit 654fc80

File tree

24 files changed

+753
-65
lines changed

24 files changed

+753
-65
lines changed

changelog/+escape-hfid.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed issue with improperly escaped special characters in `hfid` fields and other string values in GraphQL mutations by implementing proper JSON-style string escaping

changelog/529.added.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add `create_diff` method to create a diff summary between two timestamps
2+
Update `get_diff_summary` to accept optional time range parameters

changelog/535.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix branch handling in `_run_transform` and `execute_graphql_query` functions in Infrahubctl to use environment variables for branch management.

docs/docs/python-sdk/introduction.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
---
22
title: Python SDK
33
---
4+
import VideoPlayer from '../../src/components/VideoPlayer';
45

56
The Infrahub Python SDK greatly simplifies how you can interact with Infrahub programmatically.
67

8+
## Videos
9+
10+
<center>
11+
<VideoPlayer url='https://www.youtube.com/live/RbRz8_t0FBs?feature=shared' light />
12+
</center>
13+
714
## Blog posts
815

916
- [Querying Data in Infrahub via the Python SDK](https://www.opsmill.com/querying-data-in-infrahub-via-the-python-sdk/)

0 commit comments

Comments
 (0)