Commit Graph
100 Commits
Author SHA1 Message Date
Stef Heyenrath 7678e8fb70 1.0.41.0 2019-12-14 12:19:55 +01:00
Stef HeyenrathandGitHub 8ae0abb023 . (#392) 2019-12-13 13:21:50 +01:00
Stef Heyenrath b3c2af0c22 1.0.40.0 (changelog) 2019-12-09 17:32:47 +01:00
Stef Heyenrath 2dd30b4f14 1.0.40 2019-12-09 17:31:50 +01:00
Stef HeyenrathandGitHub 45d8c0cc27 Fix QueryStringParser (#389)
* Fix QueryStringParser

* add extra test
2019-12-09 17:20:17 +01:00
Stef Heyenrath 178f2cf02f 1.0.39.0 2019-12-07 08:58:24 +01:00
Stef HeyenrathandGitHub 1b326a54d6 Add WebProxySettings (use when proxying requests) (#370)
* webproxy part 1

* fixed

* Push to MyGet

* WebProxy standalone

* -n true

* nuget --- "-n true"

* AllowAutoRedirect

* .
2019-12-07 08:52:04 +01:00
Stef HeyenrathandGitHub 8bafd6a1ba Transform body as file (#388)
* .

* fix
2019-12-06 06:52:08 +01:00
Stef Heyenrath a47750c058 1.0.38 2019-11-30 08:54:10 +01:00
Stef HeyenrathandGitHub 5bb10c3350 Use dotnet default development certificate for .NET Core 2.x (#381) 2019-11-29 14:51:03 +01:00
Stef HeyenrathandGitHub 3a221f51b1 set handlebars dependency for .net 4.5.1 to fixed value (#378) 2019-11-25 18:56:01 +01:00
Stef Heyenrath 9b323ab388 example 2019-11-19 18:54:28 +01:00
Stef Heyenrath 9b3c750754 -n true 2019-11-08 17:39:46 +01:00
Stef Heyenrath a5d6061c2d 1.0.37.0 2019-11-08 17:26:08 +01:00
Stef HeyenrathandGitHub 395be3c583 WatchStaticMappingsInSubdirectories (#374)
* WatchStaticMappingsInSubdirectories

* 37

* IEnumerable<string> EnumerateFiles([NotNull] string path, bool includeSubdirectories);

* reloadStaticMappings
2019-11-07 15:31:43 +01:00
Stef Heyenrath ea6a8d3b73 Push to MyGet 2019-10-31 20:43:12 +01:00
Stef Heyenrath 4886ac6196 Push to MyGet 2019-10-31 20:34:23 +01:00
Stef HeyenrathandGitHub 0ca63eef66 RUN_SONAR (#373) 2019-10-31 07:15:23 +00:00
Stef Heyenrath c72487a748 Add images 2019-10-31 07:23:41 +01:00
Stef Heyenrath 79db955611 SaveMappingForStatusCodePattern 2019-10-29 19:02:59 +01:00
Stef Heyenrath 395f48a2bf 1.0.36.0 2019-10-26 08:04:40 +02:00
Stef HeyenrathandGitHub 596177d4e5 Add support for Faults (#360)
* FaultType - wip

* .

* copy fault

* tests

* code-factor

* more tests

* fix tests

* fixed

* remove RANDOM_DATA_THEN_CLOSE
2019-10-26 06:01:25 +00:00
Stef Heyenrath fc024678fa Doesn't push symbols (even if present). 2019-10-25 17:56:21 +02:00
Stef Heyenrath 2e78a04f3d 1.0.35.0 2019-10-25 17:31:30 +02:00
Stef HeyenrathandGitHub f3d2452093 remove Obsolete (#368) 2019-10-25 08:40:40 +00:00
Stef Heyenrath 92e693818a <PackageLicenseExpression>MIT</PackageLicenseExpression> 2019-10-22 21:24:22 +02:00
Stef HeyenrathandGitHub 9a1ae6a3f0 Do not build symbol NuGets anymore. (#367) 2019-10-22 19:19:53 +00:00
Stef Heyenrath e701566a1f 1.0.34.0 2019-10-22 21:09:48 +02:00
Stef HeyenrathandGitHub 84ad5a927e 2.x.x (#366) 2019-10-22 18:58:36 +00:00
Stef HeyenrathandGitHub 3250604b5a #352 (#354) 2019-10-22 18:53:30 +00:00
Stef Heyenrath 9e0536c54c 1.0.33.0 - changelog 2019-10-12 08:58:55 +02:00
Stef Heyenrath 676e973011 1.0.33 2019-10-12 08:56:29 +02:00
Stef HeyenrathandGitHub 31f3d77b38 Mark some classes and methods obsolete for version 1.1.0 (#335)
* Obsolete

* StandAloneApp - obsolete

* obs

* make Interface obsolete
2019-10-12 08:54:01 +02:00
Stef HeyenrathandGitHub 4a2d512f83 Add Proxy Setting for: SaveMappingForStatusCodePattern to only save the mapping when the status code matches the pattern (#357)
* proxy

* HttpStatusRangeParserTests

* test
2019-10-10 08:18:58 +02:00
Stef HeyenrathandGitHub 87534c35f5 fix jsonpath matcher (#311) 2019-10-09 13:08:02 +02:00
Stef HeyenrathandGitHub 7789f94737 Fix JsonMatcher (parsing DateTimeOffset) (#358)
* .

* JObject Parse

* JsonUtils.Parse

* fix code comments
2019-10-09 11:16:39 +02:00
Stef HeyenrathandGitHub b2167f85ae public event NotifyCollectionChangedEventHandler LogEntriesChanged (#355) 2019-10-08 09:50:59 +02:00
Stef HeyenrathandGitHub 3cc361e216 Fixed failing admin requests when content type includes a charset (based on idea from Paul Roub) (#353)
* .

* #350

* fix

* .
2019-10-05 17:20:10 +02:00
Stef HeyenrathandGitHub 0a9214ef47 Add CSharpCodeMatcher (#324)
* wip

* fix

* .

* windows-2019

* <Target Name="CheckIfShouldKillVBCSCompiler" />

* <!--https://github.com/aspnet/RoslynCodeDomProvider/issues/51-->

* AllowCSharpCodeMatcher

* CSharpCodeMatcher : IObjectMatcher

* TemplateForIsMatchWithDynamic

* RequestMessageBodyMatcher_GetMatchingScore_BodyAsJson_CSharpCodeMatcher

* fix

*  }

* Better Exception Handling
2019-09-28 17:55:07 +02:00
Stef Heyenrath 4afef3695b test utils 2019-09-28 10:55:24 +02:00
Stef Heyenrath 782b082949 Prerelease: '' 2019-09-21 11:34:00 +02:00
Stef Heyenrath 36325fe2c7 source 2019-09-21 11:27:49 +02:00
Stef Heyenrath 01171b9592 Fix Push to NuGet 2019-09-21 11:15:46 +02:00
Stef Heyenrath d6f44b2202 Add NuGet push 2019-09-21 10:58:12 +02:00
Stef Heyenrath a2b22d8b0c 1.0.32.0 2019-09-20 19:09:47 +02:00
Stef HeyenrathandGitHub 666992ef24 When posting new mapping, use DateParseHandling.None (#348)
* .

* OfType + test

* remove line
2019-09-20 13:44:19 +02:00
Stef Heyenrath 9cd16f726f 1.0.31.0 2019-09-19 18:03:15 +02:00
Stef HeyenrathandGitHub e1798fbb8e . (#339) 2019-09-17 18:13:01 +02:00
Stef HeyenrathandGitHub 5b8b588983 Fix CompareTo in RequestMatchResult (#345)
* Fix CompareTo in RequestMatchResult
#344

* fix test
2019-09-17 14:50:43 +02:00
Stef Heyenrath 8c9a51c46d release notes 2019-09-01 09:52:38 +02:00
Stef Heyenrath ebe3275079 1.0.30.0 2019-08-31 21:13:38 +02:00
Stef HeyenrathandGitHub c0a43ed204 remove MimeKitLite and use MediaTypeHeaderValue (#338) 2019-08-31 19:01:44 +00:00
Stef Heyenrath 7941894543 . 2019-08-30 22:03:08 +02:00
Stef Heyenrath ec0bfd7eed 1.0.29.0 2019-08-29 21:54:02 +02:00
Stef Heyenrath d885de1276 HandlebarsRegistrationCallback example 2019-08-25 18:40:54 +02:00
Stef HeyenrathandGitHub ccb2c51a39 JsonMatcher support IgnoreCase (#333)
* JsonMatcher - IgnoreCase - #332

* also rename property name

* Remove example project
2019-08-23 19:49:15 +00:00
Stef HeyenrathandGitHub 2e33bcc464 #327 (#328) 2019-08-23 11:38:29 +00:00
Stef Heyenrath 19ee3c6681 1.0.28 2019-08-20 21:28:55 +02:00
Stef HeyenrathandGitHub 0edf858caa Fix parsing Guid (#326) 2019-08-20 19:22:25 +00:00
Stef Heyenrath da8bb717f4 Remove coverlet folder 2019-08-18 17:07:07 +02:00
Stef HeyenrathandGitHub d55e2fb920 Refactor MappingConverter & MatcherMapper (#323) 2019-08-17 17:00:44 +00:00
Stef HeyenrathandGitHub 94f179ba17 Fix MappingMatcher in case of an exception in LinqMatcher. (#322)
* Fix MappingMatcher in case of an exception in LinqMatcher.

* update unit-tests
2019-08-17 16:24:14 +00:00
Stef HeyenrathandGitHub 0a5c9880bd Remove coverlet folder (#320) 2019-08-16 16:11:59 +00:00
Stef Heyenrath 6ee4a42f0a 1.0.27.0 2019-08-14 22:12:38 +02:00
Stef Heyenrath a6c6cfee42 1.0.26.0 2019-08-11 20:03:38 +02:00
Stef HeyenrathandGitHub 100291ea4b #313 (#314) 2019-08-11 19:56:07 +02:00
Stef HeyenrathandGitHub 65688ee7d3 Fix LogEntries: collection was modified exception (#309)
* _options.LogEntries.ToArray()

* .

* update error message
2019-08-10 16:46:53 +02:00
Stef Heyenrath 19dd9e113e 1.0.25.0 2019-07-23 18:13:13 +02:00
Stef HeyenrathandGitHub cb09d65f10 Support WithBody with multiple matchers (#304) 2019-07-23 18:02:46 +02:00
Stef Heyenrath 1402e14621 1.0.24.0 2019-07-22 18:39:17 +02:00
Stef HeyenrathandGitHub af46a490a5 MappingModels (#298)
* MappingModels

* WhiteSource Bolt

* 23
2019-07-16 22:05:36 +02:00
Stef Heyenrath c02b7ea5dc 1.0.22.0 2019-07-15 17:07:37 +02:00
Stef HeyenrathandGitHub 1db2bc7c89 FixNullRef (#295) (#297) 2019-07-15 17:00:52 +02:00
Stef Heyenrath 4bcc27ff01 1.0.21.0 2019-07-03 19:27:38 +02:00
Stef HeyenrathandGitHub 93682c9bbf Handlebars Extension (#286)
* wip

* HandlebarsRegistrationCallback

* HandlebarsContextFactoryTests

* 1.0.21.0

* fix sonar

* LocalFileSystemHandler

* readme

* Fix System.IO.IOException
2019-07-03 18:37:22 +02:00
Stef Heyenrath 653e03fcd9 MainApp 2019-07-03 18:32:52 +02:00
Stef Heyenrath 0ce26ab1a0 1.0.20.0 2019-06-17 20:37:10 +02:00
Stef HeyenrathandGitHub 7a4814e335 Add SaveToFile in the mapping (#284)
* savetofile

* fix !
2019-06-17 20:34:16 +02:00
Stef Heyenrath 561bb75f9f 1.0.19.0 2019-06-15 10:36:52 +02:00
Stef Heyenrath f764881622 QueryStringParserTests 2019-06-15 10:26:39 +02:00
Stef Heyenrath fdc433f0ce QueryStringParser 2019-06-15 10:22:28 +02:00
Stef Heyenrath c76bb94b4c 1.0.18.0 2019-06-10 17:52:05 +02:00
Stef HeyenrathandGitHub d7b6e03cb2 --WireMockLogger WireMockConsoleLogger (#282) 2019-06-10 17:46:04 +02:00
Stef Heyenrath 9031541b91 1.0.17.0 2019-06-05 16:05:26 +02:00
Stef HeyenrathandGitHub bd030594d5 Add support for HandleBars File (to read a file) (#278)
* HandleBarsFileFragment

* 1.0.17

* {{File}}
2019-06-05 16:00:25 +02:00
Stef Heyenrath eed73ee8b3 1.0.16.0 2019-05-16 14:30:53 +02:00
Stef HeyenrathandGitHub 8476e3c47f Sign Assembly (#274)
* sign

* Fix

* sign also test

* DynamicProxyGenAssembly2

* PublicSign Condition=

* remove delaysign
2019-05-16 13:09:00 +02:00
Stef Heyenrath a7fbc051c9 1.0.15.0 2019-05-04 10:41:42 +02:00
Stef HeyenrathandGitHub 6e45255c9e Dynamic response handlebars templating (2) (#273)
* Dynamic response files using Handlebars templating
(#270)

* * Response templating / transformation using Handlebars and extensions

* Add unit test for JsonPath and BodyAsFile mapping (#272)

* fix merge issue
2019-05-04 10:20:36 +02:00
Stef HeyenrathandGitHub 96e68ae2a0 Support Dynamic response files using Handlebars templating (#271)
* Dynamic response files using Handlebars templating
(#270)

* * Response templating / transformation using Handlebars and extensions
2019-05-04 10:02:09 +02:00
Stef Heyenrath b151a581cc 1.0.14.0 2019-04-20 10:49:37 +02:00
Stef HeyenrathandGitHub fdb58b757b Add JmesPath matcher (#269)
* JmesPathMatcher

* netstandard1.3

* update System.Linq.Dynamic.Core

* simplyfy `double IsMatch(object input)`
2019-04-20 10:44:13 +02:00
Stef Heyenrath dd115a69b7 1.0.13.0 2019-04-11 12:30:00 +02:00
Stef Heyenrath 6c32b9c31a 1.0.12.0 2019-04-05 15:15:22 +02:00
Stef HeyenrathandGitHub 3d845d5be5 Proxy : also save multipart as string in mapping file (#264)
* ExactObjectMatcher

* BytesEncodingUtils

* BodyParser

* Encoding.ASCII
2019-04-05 14:51:29 +02:00
Stef Heyenrath 409d55350f 1.0.11.0 2019-03-30 09:47:28 +01:00
Stef Heyenrath 47e599214f 1.0.10.0 2019-03-27 08:34:30 +01:00
Stef HeyenrathandGitHub b99e300acf Fix Response.Delay property serialization (#260)
* Fix Response.Delay property serialization issue

* Fix Response.Delay
2019-03-27 08:26:55 +01:00
Stef Heyenrath 482b05fc4a 1.0.9.0 2019-03-25 18:26:07 +01:00
Stef HeyenrathandGitHub 9e123fbbea Fixed Multi Param Match logic (#256)
* fix?

* 1.0.9

* <PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.11" />

* fix tests ?

* fix

* RequestMessageParamMatcher
2019-03-25 18:00:22 +01:00