Commit Graph

  • 3e24e3452b Add Blogs Stef Heyenrath 2023-04-01 11:21:16 +02:00
  • 95bf8e31aa #912 add excluded params to proxy mapping (#914) Walid Haidari 2023-03-24 23:35:09 +08:00
  • 090989ea7f Update comments for models (#913) Stef Heyenrath 2023-03-24 09:20:23 +01:00
  • 651486f718 Make some classes internal + chnage some files to file-scoped namespaces Stef Heyenrath 2023-03-22 21:57:23 +01:00
  • 9dea577da1 1.5.21 1.5.21 Stef Heyenrath 2023-03-22 16:18:19 +01:00
  • 7ca4294de6 Fixed QueryStringParser for UrlEncoded values (#911) Stef Heyenrath 2023-03-22 16:15:50 +01:00
  • 66245409f9 RequestBuilder : add WithBodyAsJson and WithBody (with IJsonConverter) (#908) Stef Heyenrath 2023-03-22 15:47:58 +01:00
  • da6cb9fe0a 1.5.20 1.5.20 Stef Heyenrath 2023-03-19 10:23:24 +01:00
  • b30e4faab6 Fix issue with application/x-www-form-urlencoded and ExactMatcher (#907) Stef Heyenrath 2023-03-19 10:21:47 +01:00
  • 1221d52c69 Add DeserializeFormUrl Encoded to the settings (#905) Stef Heyenrath 2023-03-19 09:19:53 +01:00
  • 52d2109c7e packagereleasenotes 1.5.19 Stef Heyenrath 2023-03-17 17:16:35 +01:00
  • 30064b922b 1.5.19 Stef Heyenrath 2023-03-17 17:15:19 +01:00
  • 78b94d2ebc Add WithBody with IDictionary (form-urlencoded values) (#903) Stef Heyenrath 2023-03-17 17:08:45 +01:00
  • 19701f5260 Update Handlebars.Net.Helpers to 2.3.15 (#904) Stef Heyenrath 2023-03-15 18:30:34 +01:00
  • 1269fb178f 1.5.18 1.5.18 Stef Heyenrath 2023-03-09 19:49:29 +01:00
  • 7426bf76ee Add 'Data' to response which can be used during transforming the response (#893) Stef Heyenrath 2023-03-09 17:20:34 +01:00
  • 36c9d95abb Bump Microsoft.Owin in /examples/WireMock.Net.Service (#896) dependabot[bot] 2023-03-09 17:20:15 +01:00
  • 674fa89c3e ProxySettings : Add logic to not save some requests depending on HttpMethods (#900) Stef Heyenrath 2023-03-09 15:28:52 +01:00
  • 61cdc13fae Add extra test for WithCallback Stef Heyenrath 2023-03-01 12:10:03 +01:00
  • c344b73f45 Cleanup some code from JsonUtils.cs Stef Heyenrath 2023-02-27 21:23:43 +01:00
  • 2ac9ca207a 1.5.17 1.5.17 Stef Heyenrath 2023-02-25 12:53:41 +01:00
  • f099f3a288 AdminApiMappingBuilder (#890) Stef Heyenrath 2023-02-25 12:47:06 +01:00
  • 02b607cc95 Slow test (#882) Stef Heyenrath 2023-02-18 18:09:21 +01:00
  • 7ac89e85b7 Add WithBodyAsJson builder method with accepts a Func (#881) Stef Heyenrath 2023-02-06 20:50:11 +01:00
  • cc4cf27101 1.5.16 1.5.16 Stef Heyenrath 2023-02-01 20:47:32 +01:00
  • 6839b11d35 Add WithProxy(string proxyUrl, X509Certificate2 certificate) (#880) Stef Heyenrath 2023-02-01 10:42:35 +01:00
  • 1000f4409f 1.5.15 1.5.15 Stef Heyenrath 2023-01-29 10:27:53 +01:00
  • 7fe2c8af78 Update REST Admin interface to support "Get Mapping(s) as C# Code" (#878) Stef Heyenrath 2023-01-29 10:24:58 +01:00
  • 0fc664b404 1.5.14 1.5.14 Stef Heyenrath 2023-01-24 16:50:58 +01:00
  • 770a670e53 Generate C# code from Mapping (#842) Stef Heyenrath 2023-01-24 16:45:47 +01:00
  • b4c8779d68 Fix Self referencing loop detected for property 'Parent' with type 'System.Globalization.CultureInfo' (#875) eseneckiy 2023-01-23 21:07:06 +02:00
  • c85eaf1072 Add unit test example for Transformer Handlebars String.Append String.Join (#877) Stef Heyenrath 2023-01-20 08:21:59 +01:00
  • b2a8178161 Fix unsubscribe from LogEntriesChanged event handler (#872) Stef Heyenrath 2023-01-19 14:23:38 +01:00
  • 20eb37b0c8 Add MappingBuilder to build mappings in code and export to Models or JSON (#869) Stef Heyenrath 2023-01-06 19:11:56 +01:00
  • 742f1d1f0a Add UseWebhooksFireAndForget to Server ConvertMapping (#871) Gerhard Gradnig 2023-01-05 18:33:08 +01:00
  • d8927b88c8 Fix example projects Stef Heyenrath 2022-12-24 17:00:41 +01:00
  • 9fb30279bb Add NUnit test project nunit Stef Heyenrath 2022-12-19 19:16:16 +01:00
  • 7ab136557a Include="Nullable" Version="1.3.1" Stef Heyenrath 2022-12-14 17:11:45 +01:00
  • 3d17913f35 1.5.13 1.5.13 Stef Heyenrath 2022-12-11 21:13:36 +01:00
  • 9ed6a75384 Add client certificate support (#862) billybraga 2022-12-11 14:30:47 -05:00
  • 9606fee8cb Update Transformer functionality to return value instead of string (#858) Stef Heyenrath 2022-12-11 11:07:56 +01:00
  • 6b03dfaa8c Update WireMockServer.CreateClient/CreateClients to include handlers (#863) Stef Heyenrath 2022-12-10 12:25:49 +01:00
  • e2f3ffd33a Add UpdatedAt property to Mapping (#859) Stef Heyenrath 2022-12-09 14:18:50 +01:00
  • 080efe4fcb 1.5.12 1.5.12 Stef Heyenrath 2022-12-03 14:12:15 +01:00
  • 53adb17e07 Update some dependencies (#857) Stef Heyenrath 2022-12-03 11:45:44 +01:00
  • 795dcf42e2 Add .Net 7 (#853) Stef Heyenrath 2022-12-03 11:03:57 +01:00
  • be1cbc5a12 Fix logic for QueryParameterMultipleValueSupport (#854) Stef Heyenrath 2022-12-03 11:03:45 +01:00
  • 88ff2a72db select id, name, value from table where id in (1, 2, 3, 4, 5) stef-849 Stef Heyenrath 2022-11-30 18:53:50 +01:00
  • d5026e83b5 cf Stef Heyenrath 2022-11-30 15:39:09 +01:00
  • b6b17d80cc Merge branch 'master' into stef-849 Stef Heyenrath 2022-11-30 15:35:38 +01:00
  • c8ad9f49e4 Fix Stef Heyenrath 2022-11-30 15:23:36 +01:00
  • 0a4aca9ae9 cf Stef Heyenrath 2022-11-30 11:55:31 +01:00
  • e5ed6036ee fx Stef Heyenrath 2022-11-30 10:03:41 +01:00
  • 7b534635b9 fix tests Stef Heyenrath 2022-11-30 08:19:10 +00:00
  • 1562958172 Add more QueryParameterMultipleValueSupport NoComma tests Stef Heyenrath 2022-11-30 07:36:13 +00:00
  • 35d42a5c0d Fix Linux CI build + Fix opencover (#851) Stef Heyenrath 2022-11-25 18:13:02 +01:00
  • 429d6830ae 1.5.11 1.5.11 Stef Heyenrath 2022-11-24 21:47:56 +01:00
  • 38634ac65a Use try-catch when adding or removing logEntry (#848) Stef Heyenrath 2022-11-21 07:30:27 +01:00
  • 04cba25bdf Add extra unit tests stef-847-regex-questionmark Stef Heyenrath 2022-11-17 17:14:33 +01:00
  • ef5f988786 Add Settings.QueryParameterMultipleValueSupport (#836) Stef Heyenrath 2022-11-08 19:27:44 +01:00
  • 1e44f52ad6 1.5.10 1.5.10 Stef Heyenrath 2022-11-06 13:29:12 +01:00
  • 7fd1d30d0e Add WireMockNullLogger as valid commandline logger option (#845) Stef Heyenrath 2022-11-06 13:25:26 +01:00
  • 49b29d74dc Webhook: Use the transformed URL to create the HttpRequestMessage (#843) Gerhard Gradnig 2022-11-05 10:54:39 +01:00
  • 80931e9fb5 Update Azure.Storage NuGets 1.5.9 Stef Heyenrath 2022-10-29 14:06:43 +02:00
  • cce344ff83 1.5.9 Stef Heyenrath 2022-10-29 14:02:30 +02:00
  • 0972d2cb8f Add option to ProxySettings to append guid to mapping file (#838) Stef Heyenrath 2022-10-29 13:58:29 +02:00
  • a39b7fc633 Bump Microsoft.AspNetCore.Server.Kestrel.Core (#837) dependabot[bot] 2022-10-27 07:46:01 +02:00
  • 31298d281d Support deleting / resetting a single scenario (#834) Stef Heyenrath 2022-10-26 08:43:51 +02:00
  • b4c32dd66b WireMock.Net.WebApplication.NET6 Stef Heyenrath 2022-10-25 17:19:13 +02:00
  • 57115f1a3d Add setting to skip saving the string-response in the logging when using WithBody(Func...) (#828) Stef Heyenrath 2022-10-21 14:47:26 +02:00
  • 306c69f478 Fixes for WireMock.Net.FluentAssertions (callcount behaviour) (#832) Stef Heyenrath 2022-10-17 21:50:24 +02:00
  • fb8fec0376 Update funding.yml Stef Heyenrath 2022-10-16 09:17:41 +02:00
  • dd1a6fa508 1.5.8 1.5.8 Stef Heyenrath 2022-10-16 09:13:18 +02:00
  • 36037627bc WebHook - Transform Url (#824) Stef Heyenrath 2022-10-15 08:55:05 +02:00
  • 55afc8041f ExactMatcher : IgnoreCase (#817) Stef Heyenrath 2022-10-15 08:23:58 +02:00
  • b523ab9125 Some fixes to WireMock.Net.Assertions (#816) Stef Heyenrath 2022-10-15 08:21:48 +02:00
  • 14dd619763 1.5.7 1.5.7 Stef Heyenrath 2022-10-11 09:57:11 +02:00
  • 430c01a461 Add implicit operators to WireMockList (#823) Stef Heyenrath 2022-10-01 10:50:18 +02:00
  • f7b04f3234 Add UseDefinedRequestMatchers to ProxyAndRecordSettings (#821) Stef Heyenrath 2022-09-30 11:25:11 +02:00
  • c0b18631a3 Add option to run the server on http & https (#818) Stef Heyenrath 2022-09-26 14:24:45 +02:00
  • fd996ab4ed 1.5.6 1.5.6 Stef Heyenrath 2022-09-12 20:45:26 +02:00
  • a57626c63a 1.5.6 Stef Heyenrath 2022-09-12 20:38:45 +02:00
  • 98a0f2fa28 WebHook : UseFireAndForget + Delay (#803) Stef Heyenrath 2022-09-12 20:30:40 +02:00
  • 13a06b9b38 1.5.5 1.5.5 Stef Heyenrath 2022-09-03 08:57:30 +02:00
  • 74480c8ba9 Add support to use 'mapping' object in in reponse templating (#798) Stef Heyenrath 2022-09-03 08:52:05 +02:00
  • 862c04e722 Add assertions for request methods (#802) Rafael Moreira Fonseca 2022-09-03 03:49:39 -03:00
  • cd93422554 Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (#800) dependabot[bot] 2022-08-31 21:19:37 +02:00
  • 775c4fb2e3 1.5.4 1.5.4 Stef Heyenrath 2022-08-24 08:34:20 +02:00
  • 2d4f513753 Update some NuGet packages (#781) Stef Heyenrath 2022-08-24 08:26:35 +02:00
  • 3d29d7fb2f Add Response.WithBody with IJsonConverter (#790) Stef Heyenrath 2022-08-23 15:49:54 +02:00
  • f704de65d8 Fixes header match handling using RejectOnMatch behavior (#797) Florian 2022-08-23 07:52:45 +02:00
  • f0d6ed26bc Add check for duplicate Guids when posting multiple mappings in one request (#795) Stef Heyenrath 2022-08-22 20:05:52 +02:00
  • 330559b9fd Add support for PEM certificates (#787) Stef Heyenrath 2022-08-16 13:26:00 +02:00
  • e2bd56531d Add support for Matcher.Pattern in Pact Body mapping (#789) Stef Heyenrath 2022-08-15 09:28:16 +02:00
  • d2a1d0f069 Fix WithBody when using Pact and added more nullable annotations (#783) Stef Heyenrath 2022-08-11 10:57:33 +02:00
  • b1af37f044 Fix Proxying when StartAdminInterface=true (#778) Stef Heyenrath 2022-08-09 19:41:45 +02:00
  • be4b0addca 1.5.3 1.5.3 Stef Heyenrath 2022-07-29 13:21:22 +02:00
  • ae91ed2a79 Update Scriban.Signed to version 5.5.0 (#777) Stef Heyenrath 2022-07-29 13:18:23 +02:00
  • 968aa598e2 1.5.2 1.5.2 Stef Heyenrath 2022-07-24 16:03:30 +02:00
  • bdd421e128 JsonPartialMatcher - support Regex (#771) Stef Heyenrath 2022-07-24 15:54:53 +02:00