Skip to content

Conversation

@Ivan-Feofanov
Copy link
Contributor

@Ivan-Feofanov Ivan-Feofanov commented Nov 17, 2025

Closes #271

Add support for optional appending unique operation ID suffixes to routes

Introduce the append_unique_op_id parameter to API controllers, defaulting to True, to allow control appending unique suffixes to operation IDs.
Updated documentation and tests to cover the new functionality.

…utes

Introduce the ` append_unique_op_id ` parameter to API controllers, defaulting to `True`, to allow control appending unique suffixes to operation IDs. Updated documentation and tests to cover the new functionality.
@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.98%. Comparing base (6a592c1) to head (c293f0b).
⚠️ Report is 44 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
- Coverage   98.01%   97.98%   -0.03%     
==========================================
  Files          68       67       -1     
  Lines        2770     2785      +15     
==========================================
+ Hits         2715     2729      +14     
- Misses         55       56       +1     

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

@eadwinCode eadwinCode merged commit 2ba70ad into eadwinCode:master Nov 20, 2025
23 checks passed
@Ivan-Feofanov Ivan-Feofanov deleted the optional-unique-operation-id-suffix branch November 20, 2025 13:29
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.

Randomly generated UUIDs in operation_id

3 participants