Stef Heyenrath
1df4502631
fix ( #414 )
2020-02-05 19:09:57 +01:00
Noah Lerner
5e76a82a21
Improved relative path checking based on file existence ( #411 )
...
* Improved relative path checking based on file existence
If the file exists at the relative path, then use it. If not, then use the path as is.
* Apply File.Exists logic to ReadResponseBodyAsString as well
* Make path handling more robust since path is user defined
* Unit tests for relative path feature
* Replace all back and forward slashes with system dependent DirectorySeparatorChar
* Attempt fix broken directory separator chars for Unix platforms
* Revert wrapping GetMappingFolder with CleanPath
* Move CleanPath logic to its own class
* Remove whitespace
* Remove more whitespace
* Improve CleanPath method
* Move PathUtils tests to separate class
Add another test to ResponseWithBodyFromFileTests
* Fix Response_ProvideResponse_WithBodyFromFile_InAdminMappingFolder
* Debug Linux CI build
* Debug Linux CI
* print all files from admin mappings folder
* Debug CleanPath
* Fix removed leading directory separator char in Linux breaks file path
Remove debugging statements
* Move combine to PathUtils
* PathUtils + PathUtilsTests
* Remove replicated (3x) tests throughout ResponseWithBodyFromFileTests
Co-authored-by: Stef Heyenrath <Stef.Heyenrath@gmail.com >
2020-02-02 13:49:34 +01:00
Stef Heyenrath
06ae9d72c3
1.1.6.0
1.1.6.0
2020-01-27 18:51:31 +01:00
Stef Heyenrath
307a89d324
AllowAnyHttpStatusCodeInResponse ( #407 )
...
* .
* ,
* PUBLISH_TESTRESULTS
* fix logging
* fix compile error
* codefactor fix
* Debug - Sonar + other things in csproj
2020-01-27 18:47:58 +01:00
Stef Heyenrath
6ae7fc1d75
<VersionPrefix>1.1.5</VersionPrefix>
2020-01-25 18:06:51 +01:00
Stef Heyenrath
29e86abe12
1.1.5.0
1.1.5.0
2020-01-25 17:58:44 +01:00
Stef Heyenrath
710fc8dcf6
Fixed StatusCode = null or < 0 ( #406 )
...
* .
* fix tests
* responseModel.StatusCode is int statusCodeAsInt && statusCodeAsInt > 0
* < 0
2020-01-25 17:51:38 +01:00
Stef Heyenrath
dfbfa5fd35
1.1.4.0
2020-01-25 15:28:43 +01:00
Stef Heyenrath
69bbd76ca4
Log Exception ( #405 )
2020-01-25 15:25:47 +01:00
Stef Heyenrath
bd0c5a83c9
WireMock.Net.Service
2020-01-25 13:54:09 +01:00
Stef Heyenrath
a08efe2f78
steps:
2020-01-25 12:39:36 +01:00
Stef Heyenrath
6e151098e5
azure-pipelines
2020-01-25 12:29:13 +01:00
Stef Heyenrath
43d481435c
1.1.3
1.1.3.0
2020-01-22 16:40:10 +01:00
Kashif Jamal Soofi
ea1be6641a
Fix for invalid cast exception ( #403 )
2020-01-22 14:27:44 +01:00
Stef Heyenrath
93613885c1
1.1.2.0
1.1.2.0
2020-01-09 20:18:07 +01:00
Vitaliy Davydiak
caee5895eb
ResponseModel.StatusCode is deserialized as either string or long. ( #399 )
2020-01-09 20:15:15 +01:00
Stef Heyenrath
101d755a00
1.1.1.0
1.1.1.0
2020-01-09 18:04:41 +01:00
Kashif Jamal Soofi
368fdd4c7d
Feature/xpath transformer ( #398 )
...
* XPath transformer, added handlerbars helper to select nodes using xpath and setting the outerxml value in response
* Added test to select attribute value and node text
* Removed extra empty lines
2020-01-09 17:51:44 +01:00
Stef Heyenrath
3f802c3948
1.1.0.0
1.1.0.0
2019-12-27 16:13:36 +01:00
Stef Heyenrath
d971144426
WireMock.Net version 1.1.x ( #363 )
...
* refactor
* rename api
* -preview-01
* logger
* move
* RandomDataGenerator.Net
* .
* ISettings
* renames...
* refactor CommandlineParser logic
* remove standalone
* Remove Interfaces
* Update tests
* WireMock.Net.StandAlone
* .
* fix
* .
* _settings
* Admin
* WireMock.Net.Abstractions
* fix build
* rename WireMockServer
* fix compile errors
2019-12-27 16:01:13 +01:00
Stef Heyenrath
368f0e13ac
1.0.43.0
1.0.43.0
2019-12-26 14:02:19 +01:00
Stef Heyenrath
120a808104
StatusCode as string ( #385 )
...
* StatusCode as string
* fix tests
* fix test
* ReplaceSingleNode
* <!--<DelaySign>true</DelaySign>-->
* Array
* add test
* Response_ProvideResponse_Handlebars_WithBodyAsJson_ResultAsHandlebarsString
* net461
* .
* fix
* target frame
* BodyAsJson
* Response_ProvideResponse_WithStatusCode
* fix build
* fix test
2019-12-26 13:57:35 +01:00
Stef Heyenrath
b5795713b1
1.0.42.0
1.0.42.0
2019-12-15 12:19:41 +01:00
Stef Heyenrath
a8c17ce311
#383 ( #391 )
2019-12-14 21:37:04 +01:00
Stef Heyenrath
7678e8fb70
1.0.41.0
1.0.41.0
2019-12-14 12:19:55 +01:00
Stef Heyenrath
8ae0abb023
. ( #392 )
2019-12-13 13:21:50 +01:00
Stef Heyenrath
b3c2af0c22
1.0.40.0 (changelog)
1.0.40.0
2019-12-09 17:32:47 +01:00
Stef Heyenrath
2dd30b4f14
1.0.40
2019-12-09 17:31:50 +01:00
Stef Heyenrath
45d8c0cc27
Fix QueryStringParser ( #389 )
...
* Fix QueryStringParser
* add extra test
2019-12-09 17:20:17 +01:00
Stef Heyenrath
178f2cf02f
1.0.39.0
1.0.39.0
2019-12-07 08:58:24 +01:00
Stef Heyenrath
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 Heyenrath
8bafd6a1ba
Transform body as file ( #388 )
...
* .
* fix
2019-12-06 06:52:08 +01:00
Stef Heyenrath
a47750c058
1.0.38
1.0.38.0
2019-11-30 08:54:10 +01:00
Stef Heyenrath
5bb10c3350
Use dotnet default development certificate for .NET Core 2.x ( #381 )
2019-11-29 14:51:03 +01:00
Stef Heyenrath
3a221f51b1
set handlebars dependency for .net 4.5.1 to fixed value ( #378 )
2019-11-25 18:56:01 +01:00
Noah Lerner
0ff23a3d15
Support int values for states and scenario naming ( #376 )
...
* Support int values for states and scenario naming
* fix remove added dependency
2019-11-21 12:01:20 +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
1.0.37.0
2019-11-08 17:26:08 +01:00
Stef Heyenrath
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 Heyenrath
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
1.0.36.0
2019-10-26 08:04:40 +02:00
Stef Heyenrath
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
1.0.35.0
2019-10-25 17:31:30 +02:00
Stef Heyenrath
f3d2452093
remove Obsolete ( #368 )
2019-10-25 08:40:40 +00:00