[PR #1362] [MERGED] Update ProxyUrlReplaceSettingsModel with TransformTemplate property #1361

Closed
opened 2025-12-29 16:19:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1362
Author: @StefH
Created: 9/30/2025
Status: Merged
Merged: 10/6/2025
Merged by: @StefH

Base: masterHead: stef-ProxyUrlReplaceSettings


📝 Commits (3)

  • 3669c25 Update ProxyUrlReplaceSettingsModel with TransformTemplate property + parse settings correctly
  • 992844a oldValue nullable
  • 84615b1 1.14.0-preview-01

📊 Changes

5 files changed (+111 additions, -8 deletions)

View changed files

📝 Directory.Build.props (+1 -1)
📝 src/WireMock.Net.Abstractions/Admin/Settings/ProxyUrlReplaceSettingsModel.cs (+15 -3)
📝 src/WireMock.Net.Minimal/Settings/WireMockServerSettingsParser.cs (+17 -4)
test/WireMock.Net.Tests/AdminApi/WireMockAdminApiTests.IWireMockAdminApi_GetMappingAsync_WithProxy_And_ProxyUrlReplaceSettings_And_TransformTemplate.verified.txt (+29 -0)
📝 test/WireMock.Net.Tests/AdminApi/WireMockAdminApiTests.cs (+49 -0)

📄 Description

No description provided


🔄 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/1362 **Author:** [@StefH](https://github.com/StefH) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-ProxyUrlReplaceSettings` --- ### 📝 Commits (3) - [`3669c25`](https://github.com/wiremock/WireMock.Net/commit/3669c2501e2648da95c1b41a53aa9ff1916fae37) Update ProxyUrlReplaceSettingsModel with TransformTemplate property + parse settings correctly - [`992844a`](https://github.com/wiremock/WireMock.Net/commit/992844ae909e5413ebc8a31e8829906882d3acc3) oldValue nullable - [`84615b1`](https://github.com/wiremock/WireMock.Net/commit/84615b1b13d8f920543fa0f24cc37be1614f290a) <Version>1.14.0-preview-01</Version> ### 📊 Changes **5 files changed** (+111 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Build.props` (+1 -1) 📝 `src/WireMock.Net.Abstractions/Admin/Settings/ProxyUrlReplaceSettingsModel.cs` (+15 -3) 📝 `src/WireMock.Net.Minimal/Settings/WireMockServerSettingsParser.cs` (+17 -4) ➕ `test/WireMock.Net.Tests/AdminApi/WireMockAdminApiTests.IWireMockAdminApi_GetMappingAsync_WithProxy_And_ProxyUrlReplaceSettings_And_TransformTemplate.verified.txt` (+29 -0) 📝 `test/WireMock.Net.Tests/AdminApi/WireMockAdminApiTests.cs` (+49 -0) </details> ### 📄 Description _No description provided_ --- <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 16:19:55 +01:00
adam closed this issue 2025-12-29 16:19:55 +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-wiremock#1361