Skip to content

Add GetCallbacksBySubscriptionIdAsync - webhook callback event history related to subscription ID#177

Open
AndriiYudaichev wants to merge 4 commits intodevelopfrom
callback-history-id
Open

Add GetCallbacksBySubscriptionIdAsync - webhook callback event history related to subscription ID#177
AndriiYudaichev wants to merge 4 commits intodevelopfrom
callback-history-id

Conversation

@AndriiYudaichev
Copy link
Contributor

By creating this pull request, I confirm the following:

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I updated the CHANGELOG.

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Link to issue (if exists):

Small description of changes:

Thanks

…history related to subscription ID with advanced filtering and sorting capabilities
 - update defaults - fetch-depth & shell
defaults:
run:
shell: pwsh
shell: bash
Copy link
Contributor

Choose a reason for hiding this comment

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

I've fixed publish to Nuget step syntax to powershell. Please doublecheck this shell with accordance to run pipeline of Publish Nuget Package step

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i have added shell: pwsh to Publish Nuget Package step, test dotnet nuget push on local folder => it is ok,
so action should work if no issue with secrets

<Project>
<PropertyGroup>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Just FYI - you may not care about version until new version publish. So, all your changes will looks like PR with code and updated changelog. Only when new release will be creating - in that case, publisher should care about bumping version.
Just omit this changes in future for feature pr fixes PR

 - ci/cd security issue
 - timeouts
 - detect new OS in runtime
 - add AGENTS.md
@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

❌ Patch coverage is 72.50000% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.50%. Comparing base (3c01582) to head (9e0191a).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #177      +/-   ##
===========================================
- Coverage    83.94%   83.50%   -0.45%     
===========================================
  Files           91       91              
  Lines         1383     1394      +11     
  Branches       167      174       +7     
===========================================
+ Hits          1161     1164       +3     
- Misses         185      187       +2     
- Partials        37       43       +6     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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