[PR #1046] [MERGED] Change FindRequestByMappingGuidAsync to return a collection of entries #1209

Closed
opened 2025-12-29 09:18:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1046
Author: @tlevesque-ueat
Created: 12/22/2023
Status: Merged
Merged: 12/23/2023
Merged by: @StefH

Base: masterHead: fix-findrequestbymappingguid


📝 Commits (1)

  • ac3d17e Change FindRequestByMappingGuidAsync to return a collection of entries

📊 Changes

3 files changed (+36 additions, -26 deletions)

View changed files

📝 src/WireMock.Net.RestClient/IWireMockAdminApi.cs (+3 -3)
📝 src/WireMock.Net/Server/WireMockServer.Admin.cs (+7 -11)
📝 test/WireMock.Net.Tests/WireMockAdminApiTests.cs (+26 -12)

📄 Description

  • Renamed FindRequestByMappingGuidAsync to FindRequestsByMappingGuidAsync and changed its return type to IList<LogEntryModel>
  • Changed the admin server implementation to return a list

Relates to #1039


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/1046 **Author:** [@tlevesque-ueat](https://github.com/tlevesque-ueat) **Created:** 12/22/2023 **Status:** ✅ Merged **Merged:** 12/23/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `fix-findrequestbymappingguid` --- ### 📝 Commits (1) - [`ac3d17e`](https://github.com/wiremock/WireMock.Net/commit/ac3d17e5f595397ff8b6c6d87ea5f1be997e5d05) Change FindRequestByMappingGuidAsync to return a collection of entries ### 📊 Changes **3 files changed** (+36 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.RestClient/IWireMockAdminApi.cs` (+3 -3) 📝 `src/WireMock.Net/Server/WireMockServer.Admin.cs` (+7 -11) 📝 `test/WireMock.Net.Tests/WireMockAdminApiTests.cs` (+26 -12) </details> ### 📄 Description - Renamed `FindRequestByMappingGuidAsync ` to `FindRequestsByMappingGuidAsync ` and changed its return type to `IList<LogEntryModel>` - Changed the admin server implementation to return a list Relates to #1039 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 09:18:54 +01:00
adam closed this issue 2025-12-29 09:18:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1209