mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #878] [MERGED] Update REST Admin interface to support "Get Mapping(s) as C# Code" #1128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/878
Author: @StefH
Created: 1/26/2023
Status: ✅ Merged
Merged: 1/29/2023
Merged by: @StefH
Base:
master← Head:to-code📝 Commits (8)
7b4ff08Add /__admin/mappings/code endpoint1883d86api43ffb39fixb54de06.aefca3afix748f6e7.a1895bd.5aa222a.📊 Changes
45 files changed (+934 additions, -482 deletions)
View changed files
📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+12 -1)📝
src/WireMock.Net.Abstractions/IRequestMessage.cs(+5 -0)📝
src/WireMock.Net.Abstractions/Server/IWireMockServer.cs(+220 -205)📝
src/WireMock.Net.RestClient/IWireMockAdminApi.cs(+17 -0)📝
src/WireMock.Net/Constants/WireMockConstants.cs(+1 -0)📝
src/WireMock.Net/IMappingBuilder.cs(+17 -0)📝
src/WireMock.Net/MappingBuilder.cs(+40 -4)📝
src/WireMock.Net/RequestMessage.cs(+5 -1)📝
src/WireMock.Net/Serialization/MappingConverter.cs(+1 -1)📝
src/WireMock.Net/Server/RespondWithAProvider.cs(+1 -1)📝
src/WireMock.Net/Server/WireMockServer.Admin.cs(+98 -28)📝
src/WireMock.Net/Server/WireMockServer.cs(+14 -0)📝
test/WireMock.Net.Tests/.filenesting.json.old(+0 -0)📝
test/WireMock.Net.Tests/MappingBuilderTests.GetMappings.verified.txt(+2 -3)📝
test/WireMock.Net.Tests/MappingBuilderTests.ToJson.verified.txt(+2 -3)📝
test/WireMock.Net.Tests/MappingBuilderTests.cs(+9 -10)📝
test/WireMock.Net.Tests/Serialization/LogEntryMapperTests.LogEntryMapper_Map_LogEntry_Check_BodyTypeBytes.verified.txt(+0 -0)📝
test/WireMock.Net.Tests/Serialization/LogEntryMapperTests.LogEntryMapper_Map_LogEntry_Check_ResponseBodyTypeFile.verified.txt(+0 -0)📝
test/WireMock.Net.Tests/Serialization/LogEntryMapperTests.LogEntryMapper_Map_LogEntry_WhenFuncIsUsed_And_DoNotSaveDynamicResponseInLogEntry_Is_True_Should_NotSave_StringResponse.verified.txt(+0 -0)📝
test/WireMock.Net.Tests/Serialization/LogEntryMapperTests.LogEntryMapper_Map_LogEntry_WithFault.verified.txt(+0 -0)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.