author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
686,936
04.10.2017 10:15:32
-3,600
26ea1af44d908debcc7f0ac29ea2f1de4106ae1f
Added missing type parameter to List in method signature in VerificationException
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/VerificationException.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/VerificationException.java", "diff": "@@ -54,7 +54,7 @@ public class VerificationException extends AssertionErro...
Java
Apache License 2.0
tomakehurst/wiremock
Added missing type parameter to List in method signature in VerificationException
686,936
05.10.2017 16:50:27
-3,600
8a7e0d1eba28a1d499adf17fff69377bb3bc2361
Refactored scenarios code and added API for retrieving scenario metadata
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java", "diff": "@@ -374,6 +374,11 @@ public class WireMockServer implements Container, Stubbing, Admin {\nreturn wireM...
Java
Apache License 2.0
tomakehurst/wiremock
Refactored scenarios code and added API for retrieving scenario metadata
686,985
05.10.2017 17:18:22
-3,600
bdf5dc6639df66e53b1f0cffa1707ef1c5f696ca
added an endpoint to edit body files
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/AdminRoutes.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/AdminRoutes.java", "diff": "@@ -69,6 +69,8 @@ public class AdminRoutes {\nrouter.add(PUT, \"/mappings/{id}\", EditStubMappin...
Java
Apache License 2.0
tomakehurst/wiremock
added an endpoint to edit body files
686,936
05.10.2017 18:53:56
-3,600
e424d20f146512c85f869501d9785cacc5e72d3b
Switched scenario GET API to return a list. Added names and UUIDs to scenarios.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/GetScenariosResult.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/GetScenariosResult.java", "diff": "@@ -4,18 +4,19 @@ import com.fasterxml.jackson.annotation.JsonCreator;...
Java
Apache License 2.0
tomakehurst/wiremock
Switched scenario GET API to return a list. Added names and UUIDs to scenarios.
686,936
05.10.2017 18:59:03
-3,600
5fcf214006e17ca061d8a18fa3844a8dda827c19
Allow non-master local publishing
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -332,7 +332,7 @@ task checkReleasePreconditions << {\nassert System.getProperty('java.runtime.version').startsWith('1.7'), \"Must release with Java 7 to avoid collection bug\"\ndef currentGitBranch = 'git ...
Java
Apache License 2.0
tomakehurst/wiremock
Allow non-master local publishing
686,936
09.10.2017 13:42:20
-3,600
b636a540af1656d91bff5b40bd9a12125570b183
Fixed bug with new scenarios view - now removes a scenario from the collection if a stub has its scenario name changed. Fixed test case with port number fixed to 8080.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/InMemoryStubMappings.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/InMemoryStubMappings.java", "diff": "@@ -97,7 +97,7 @@ public class InMemoryStubMappings implements StubMappi...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed bug with new scenarios view - now removes a scenario from the collection if a stub has its scenario name changed. Fixed test case with port number fixed to 8080.
686,936
09.10.2017 14:38:33
-3,600
3e39d3350339dcf0621abb64d7bf1e8975636750
Fixed bug allowing duplicate states to be added to Scenario.possibleStates
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenario.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenario.java", "diff": "@@ -19,16 +19,15 @@ import com.fasterxml.jackson.annotation.JsonCreator;\nimport com.fasterxml.j...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed bug allowing duplicate states to be added to Scenario.possibleStates
686,936
10.10.2017 09:59:33
-3,600
e47de0c1807db80fd7d51302fe35608095d70b6c
Fixed formatting in standalone doc page
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/running-standalone.md", "new_path": "docs-v2/_docs/running-standalone.md", "diff": "@@ -109,6 +109,7 @@ com.mycorp.HeaderTransformer,com.mycorp.BodyTransformer. See extending-wiremock.\n`--print-all-network-traffic`: Print all raw incoming and ou...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed formatting in standalone doc page
686,936
10.10.2017 10:06:14
-3,600
61e6cabf955a7ea58fc3a109fabe278c6c3c5481
Added get scenarios API doc section
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/stateful-behaviour.md", "new_path": "docs-v2/_docs/stateful-behaviour.md", "diff": "@@ -108,8 +108,39 @@ The JSON equivalent for the above three stubs is:\n}\n```\n-## Scenarios reset\n+## Getting scenario state\n+\n+The names, current state and ...
Java
Apache License 2.0
tomakehurst/wiremock
Added get scenarios API doc section
686,936
10.10.2017 11:18:41
-3,600
dbbf8b74391750ec4965843d0c5dc6db3f607af5
Added get scenarios to RAML spec
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/resources/raml/examples/scenarios.example.json", "diff": "+{\n+ \"scenarios\" : [ {\n+ \"id\" : \"c8d249ec-d86d-48b1-88a8-a660e6848042\",\n+ \"name\" : \"my_scenario\",\n+ \"state\" : \"Started\",\n+ \"possibleStates\" : [ \"Started\", ...
Java
Apache License 2.0
tomakehurst/wiremock
Added get scenarios to RAML spec
686,936
11.10.2017 12:06:04
-3,600
b68a5afc35dac57690050c3c45630fc5981208b9
Added HTTP Basic authenticators
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/HttpAdminClient.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/HttpAdminClient.java", "diff": "@@ -33,6 +33,7 @@ import com.github.tomakehurst.wiremock.recording.SnapshotRecordResul...
Java
Apache License 2.0
tomakehurst/wiremock
Added HTTP Basic authenticators
686,936
11.10.2017 14:04:30
-3,600
f254a4ab7d9e2fa47c9733eef1d066f3d2610282
Added support for requiring HTTPS on the admin API
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMockBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMockBuilder.java", "diff": "package com.github.tomakehurst.wiremock.client;\nimport com.github.tomakehurst.wiremoc...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for requiring HTTPS on the admin API
686,936
11.10.2017 14:21:04
-3,600
76231f6e6484b6a53840ccddefe57fe6528f1272
Added CLI options for requiring HTTPS and basic auth on admin API
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "diff": "@@ -42,6 +42,7 @@ import com.github.tomakehurst.wiremock.http.HttpServer...
Java
Apache License 2.0
tomakehurst/wiremock
Added CLI options for requiring HTTPS and basic auth on admin API
686,934
11.10.2017 15:47:39
-7,200
4f54bde5fb2718b23bdbc55c81a52eee0ed7f3e8
Add test to prove issue
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/WireMockServerTests.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/WireMockServerTests.java", "diff": "@@ -19,7 +19,11 @@ import com.github.tomakehurst.wiremock.common.ProxySettings;\nimport com....
Java
Apache License 2.0
tomakehurst/wiremock
Add test to prove issue #691
686,934
13.10.2017 11:31:10
-7,200
930132307eb72431e7ea1babe899c3c51988388f
Fix issue with nullpointer.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/EqualToJsonPattern.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/EqualToJsonPattern.java", "diff": "@@ -144,6 +144,11 @@ public class EqualToJsonPattern extends StringValuePatt...
Java
Apache License 2.0
tomakehurst/wiremock
Fix issue with nullpointer. #691
686,936
15.10.2017 11:41:41
-3,600
4e7bc0853569c05a44a422846f987043c9f2d8cf
Restored HttpAdminClient constructor overload accidentally removed
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/HttpAdminClient.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/HttpAdminClient.java", "diff": "@@ -85,6 +85,16 @@ public class HttpAdminClient implements Admin {\nthis(scheme, host,...
Java
Apache License 2.0
tomakehurst/wiremock
Restored HttpAdminClient constructor overload accidentally removed
687,058
16.10.2017 11:26:26
-7,200
4ce3faaaae7b47bcdc75022567ddce53528a83b8
Document the usage of RequestMatcherExtension with WireMock.verify
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/extending-wiremock.md", "new_path": "docs-v2/_docs/extending-wiremock.md", "diff": "@@ -218,6 +218,18 @@ wireMockServer.stubFor(requestMatching(new RequestMatcherExtension() {\n}).willReturn(aResponse().withStatus(422)));\n```\n+\n+To use it in a...
Java
Apache License 2.0
tomakehurst/wiremock
Document the usage of RequestMatcherExtension with WireMock.verify
686,936
17.10.2017 12:49:56
-3,600
46c9a6b6dc801042edf35481a22776c6df861ca7
Added test case for verification with a custom matcher
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/VerificationAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/VerificationAcceptanceTest.java", "diff": "@@ -17,12 +17,11 @@ package com.github.tomakehurst.wiremock;\nimport com.githu...
Java
Apache License 2.0
tomakehurst/wiremock
Added test case for verification with a custom matcher
686,936
18.10.2017 17:16:36
-3,600
827e7ccb3edcb15bb78e68add74adee536e921b2
Added support for multi-valued cookies
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -104,7 +104,9 @@ The model of the request is supplied to the header and body templates. The follo\n`request.headers.<key>.[<n>]`- nth value of a header (zero...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for multi-valued cookies
686,936
18.10.2017 20:30:52
-3,600
00b2255524b44eb9e7d0a1437d7d93276fdf96d3
Corrected verification via custom matcher doc
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/extending-wiremock.md", "new_path": "docs-v2/_docs/extending-wiremock.md", "diff": "@@ -221,9 +221,9 @@ wireMockServer.stubFor(requestMatching(new RequestMatcherExtension() {\nTo use it in a verification :\n```java\n-WireMock.verify(RequestPatter...
Java
Apache License 2.0
tomakehurst/wiremock
Corrected verification via custom matcher doc
686,936
19.10.2017 16:22:44
-3,600
9086dad7953eca09a3c7f2ef1398773537ae077e
Replaced recording-based test for JSON equality NPE bug with unit tests
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/WireMockServerTests.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/WireMockServerTests.java", "diff": "@@ -31,6 +31,7 @@ import org.junit.rules.TemporaryFolder;\nimport java.io.IOException;\nimpo...
Java
Apache License 2.0
tomakehurst/wiremock
Replaced recording-based test for JSON equality NPE bug with unit tests
686,965
21.10.2017 23:57:13
25,200
b8a921500fd69007671df903791bf0d8149df403
Fix ResponseDefinitionBuilder.like() to copy transformerParameters When ResponseDefinitionBuilder.like() was called with a ResponseDefinition that had transformer parameters, it just copied the reference. This means subsequent calls to "withTransformerParameter()" would modify the original object.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java", "diff": "@@ -68,7 +68,9 @@ public class ResponseDefinitionBuilder {\nbuilde...
Java
Apache License 2.0
tomakehurst/wiremock
Fix ResponseDefinitionBuilder.like() to copy transformerParameters When ResponseDefinitionBuilder.like() was called with a ResponseDefinition that had transformer parameters, it just copied the reference. This means subsequent calls to "withTransformerParameter()" would modify the original object.
686,936
22.10.2017 19:21:39
-3,600
41545ee3d0a4aba11e628d40e3534243cce4d038
Added weighting to match aggregation and a high weighting to URLs when matching requests
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MatchResult.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MatchResult.java", "diff": "@@ -18,7 +18,9 @@ package com.github.tomakehurst.wiremock.matching;\nimport com.fasterxml....
Java
Apache License 2.0
tomakehurst/wiremock
Added weighting to match aggregation and a high weighting to URLs when matching requests
686,936
22.10.2017 20:09:09
-3,600
6ac811e2cf9e6c70e6c1c2a77c6cce8ed674e290
Added operator names to header and cookie lines in the not matched text rendered view
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/Diff.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/Diff.java", "diff": "@@ -28,6 +28,8 @@ import com.google.common.base.Function;\nimport com.google.common.co...
Java
Apache License 2.0
tomakehurst/wiremock
Added operator names to header and cookie lines in the not matched text rendered view
686,965
22.10.2017 21:18:05
25,200
870bea08105bb52b862e1d0df42cb83daf400023
Better fix for deleting/writing files in subdirectories
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "diff": "@@ -23,6 +23,8 @@ import java.io.File;\nimport java.io.FileFilter;\nimport java....
Java
Apache License 2.0
tomakehurst/wiremock
Better fix for deleting/writing files in subdirectories
687,054
26.10.2017 16:19:06
-3,600
2076c4fbf67231b3fc8925ebd77dbae0c6faa50b
Adds chunked dribble delay feature
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/simulating-faults.md", "new_path": "docs-v2/_docs/simulating-faults.md", "diff": "@@ -150,6 +150,47 @@ To use, instantiate a `new UniformDistribution(15, 25)`, or via JSON:\n}\n```\n+## Chunked Dribble Delay\n+\n+In addition to fixed and random d...
Java
Apache License 2.0
tomakehurst/wiremock
Adds chunked dribble delay feature
686,965
28.10.2017 20:07:37
25,200
06a5de1096eb2adb0bd20dcd3c487372adb15dc4
Allow equalToJson to accept unencoded JSON This allows setting "equalToJson" to a raw JSON value when submitting a request matcher to the API. I updated the serialization code so it will write an unencoded string if the original was unencoded.
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -347,7 +347,7 @@ JSON:\n\"request\": {\n...\n\"bodyPatterns\" : [ {\n- \"equalToJson\" : \"{ \\\"total_results\\\": 4 }\"\n+ \"equalToJson\" : { \"total_results\":...
Java
Apache License 2.0
tomakehurst/wiremock
Allow equalToJson to accept unencoded JSON This allows setting "equalToJson" to a raw JSON value when submitting a request matcher to the API. I updated the serialization code so it will write an unencoded string if the original was unencoded.
687,054
30.10.2017 14:11:50
0
bc43a1053150a764557cb4efaf459b849a9925ea
Fix issue where chunked dribble delay was not copied over when using ResponseDefinitionBuilder.like()
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java", "diff": "@@ -60,6 +60,7 @@ public class ResponseDefinitionBuilder {\nbuilde...
Java
Apache License 2.0
tomakehurst/wiremock
Fix issue where chunked dribble delay was not copied over when using ResponseDefinitionBuilder.like()
687,054
30.10.2017 14:13:07
0
f95e9d08d9e5c0c831fbfe99009fadea9e09d6a0
Adds missing license information to new chunked dribble delay files
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/ChunkedDribbleDelay.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/ChunkedDribbleDelay.java", "diff": "+/*\n+ * Copyright (C) 2011 Thomas Akehurst\n+ *\n+ * Licensed under the Apache Li...
Java
Apache License 2.0
tomakehurst/wiremock
Adds missing license information to new chunked dribble delay files
686,936
31.10.2017 10:20:14
0
fc967019ed608f401f14bc714ead4dcd5ce71305
Added a test showing a failure case for the byte dribbling feature
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDribbleAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDribbleAcceptanceTest.java", "diff": "@@ -22,6 +22,7 @@ import org.apache.commons.io.IOUtils;\nimport org.apac...
Java
Apache License 2.0
tomakehurst/wiremock
Added a test showing a failure case for the byte dribbling feature
686,961
07.11.2017 13:53:40
0
4394028d6fccc3751f87bda076088a96916f3aee
Switched base64 encoding library to better performing native Java 8 (http://java-performance.info/base64-encoding-and-decoding-performance/)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Encoding.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Encoding.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n-import com.google.common.io.BaseEncoding;\n+im...
Java
Apache License 2.0
tomakehurst/wiremock
Switched base64 encoding library to better performing native Java 8 (http://java-performance.info/base64-encoding-and-decoding-performance/)
686,961
08.11.2017 09:58:30
0
06c18a35657fe6cf2df5140a14aa62750b7e2248
Made base64 encoding improvements compatible with Java 7
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Encoding.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Encoding.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n-import java.util.Base64;\n+import javax.xml.bi...
Java
Apache License 2.0
tomakehurst/wiremock
Made base64 encoding improvements compatible with Java 7
686,936
09.11.2017 21:45:26
0
256a4388ad5715708751e21570fba157c168d11b
Fixed - unable to define a stub in a scenario with no required state
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenarios.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenarios.java", "diff": "@@ -60,7 +60,7 @@ public class Scenarios {\nfinal String scenarioName = mapping.getScenarioNam...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #797 - unable to define a stub in a scenario with no required state
686,936
10.11.2017 09:44:32
0
797c6d1707d47b6662a16f3f3d4a4323d250481d
Suppressed InterruptedException when client times out during response dribbling. Modified test case to show timing peculiarity.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java", "diff": "@@ -130,8 +130,8 @@ public class ResponseDefinitionBuilder {\nretu...
Java
Apache License 2.0
tomakehurst/wiremock
Suppressed InterruptedException when client times out during response dribbling. Modified test case to show timing peculiarity.
686,936
10.11.2017 11:14:30
0
8a738ad0a8ffa690c28bdeba9bb8073364321c4d
Tweaked dribble delay doc. Amended dribble delay tests to better measure timings.
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/simulating-faults.md", "new_path": "docs-v2/_docs/simulating-faults.md", "diff": "@@ -157,18 +157,18 @@ This is useful for simulating a slow network and testing deterministic timeouts.\nUse `#withChunkedDribbleDelay` on the stub to pass in the de...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaked dribble delay doc. Amended dribble delay tests to better measure timings.
686,936
10.11.2017 16:35:54
0
e0ba2d9c4be0f2ebca97983a51526b3978f473c1
Added support for Jetty 9.4 in fault injection code
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyFaultInjector.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyFaultInjector.java", "diff": "@@ -20,6 +20,7 @@ import static com.github.tomakehurst.wiremock.jetty9.JettyUtil...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for Jetty 9.4 in fault injection code
686,936
10.11.2017 20:39:26
0
adf81e2caa681d4d10e2d193ed56f7e5b46c2a30
Documented the CONNECTION_RESET_BY_PEER fault
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/simulating-faults.md", "new_path": "docs-v2/_docs/simulating-faults.md", "diff": "@@ -209,6 +209,9 @@ close the connection.\n`RANDOM_DATA_THEN_CLOSE`: Send garbage then close the connection.\n+`CONNECTION_RESET_BY_PEER`: Close the connection, set...
Java
Apache License 2.0
tomakehurst/wiremock
Documented the CONNECTION_RESET_BY_PEER fault
687,017
12.11.2017 14:26:00
0
ec01189b44136b3bde6a43427c683a747e40c30f
Allow custom Handlebars instance to be used so that e.g. escaping of single quotes can be disabled
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "diff": "@@ -56,20 +56,24 @...
Java
Apache License 2.0
tomakehurst/wiremock
Allow custom Handlebars instance to be used so that e.g. escaping of single quotes can be disabled
686,985
12.11.2017 14:40:38
0
7a5fc88b1e436f66d0a0cf51c79a969813fe4443
Sometimes you might want to provide the rootPath relative to the current directory, for example ../external/wiremock-files-root. I have made that possible now.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "diff": "@@ -123,7 +123,7 @@ public abstract class AbstractFileSource implements FileSour...
Java
Apache License 2.0
tomakehurst/wiremock
Sometimes you might want to provide the rootPath relative to the current directory, for example ../external/wiremock-files-root. I have made that possible now.
687,017
12.11.2017 19:29:04
0
ded69bba88589d11732412bf91e67aa2955d4b1e
Preserve trailing slashes if the original request had them. The original issue in was a misunderstanding of how curl behaves.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/ProxyResponseRenderer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/ProxyResponseRenderer.java", "diff": "@@ -97,10 +97,7 @@ public class ProxyResponseRenderer implements ResponseRende...
Java
Apache License 2.0
tomakehurst/wiremock
Preserve trailing slashes if the original request had them. The original issue in #655 was a misunderstanding of how curl behaves.
686,951
19.11.2017 16:20:29
-7,200
7897936fc05a3e7dd226722539596df21bae4c4f
update vagrantfile to something that can be used to build wiremock, fixes
[ { "change_type": "MODIFY", "old_path": "Vagrantfile", "new_path": "Vagrantfile", "diff": "-# -*- mode: ruby -*-\n-# vi: set ft=ruby :\n+def windows?\n+ (/cygwin|mswin|mingw|bccwin|wince|emx/ =~ RUBY_PLATFORM) != nil\n+end\n-Vagrant.configure(2) do |config|\n- config.vm.box = \"https://cloud-images.u...
Java
Apache License 2.0
tomakehurst/wiremock
update vagrantfile to something that can be used to build wiremock, fixes #357
687,009
21.11.2017 11:42:00
-7,200
d1d0f45eceac648522edc643ccfd12f89d9dc2aa
Fixed typo in _docs/extending-wiremock maxLemgth -> maxLength
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/extending-wiremock.md", "new_path": "docs-v2/_docs/extending-wiremock.md", "diff": "@@ -261,7 +261,7 @@ public class BodyLengthMatcher extends RequestMatcherExtension {\nThen define a stub with it:\n```java\n-stubFor(requestMatching(\"body-too-lo...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed typo in _docs/extending-wiremock maxLemgth -> maxLength
686,936
21.11.2017 18:04:06
0
e7757ba3202ac0d488390b1024ebe2256e32b0be
Fixed bug causing NPE in not matched renderer
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/PlainTextDiffRenderer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/PlainTextDiffRenderer.java", "diff": "@@ -126,7 +126,8 @@ public class PlainTextDiffRender...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed bug causing NPE in not matched renderer
686,969
23.11.2017 11:27:47
0
479074e90e431cf43415aa44df2b2dce44f76715
Fixed - Move delay logic so that request is received by RequestJournal before delay happens
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/Response.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/Response.java", "diff": "@@ -31,6 +31,7 @@ public class Response {\nprivate final boolean configured;\nprivate final Fault fault;...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #574 - Move delay logic so that request is received by RequestJournal before delay happens
686,936
30.11.2017 13:43:05
0
ea2f1b8e17690050f5e7b7cf631be91dc92c96e4
Added assertion to relative root path test
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/common/SingleRootFileSourceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/common/SingleRootFileSourceTest.java", "diff": "@@ -20,11 +20,14 @@ import org.junit.Test;\nimport java.io.File;\nim...
Java
Apache License 2.0
tomakehurst/wiremock
Added assertion to relative root path test
686,985
04.12.2017 15:56:50
0
bf01453ba11c88ba3a576ae77e459187f3204a10
added an endpoint for deleting body files and listing all body files
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/AdminRoutes.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/AdminRoutes.java", "diff": "@@ -69,7 +69,9 @@ public class AdminRoutes {\nrouter.add(PUT, \"/mappings/{id}\", EditStubMappin...
Java
Apache License 2.0
tomakehurst/wiremock
added an endpoint for deleting body files and listing all body files
686,985
04.12.2017 16:23:12
0
c2cca1d3c7cf9a0b07469196ada929d0b893a88a
fixing the travis build
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/AdminApiTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/AdminApiTest.java", "diff": "@@ -57,12 +57,14 @@ public class AdminApiTest extends AcceptanceTestBase {\n}\nprivate void deleteAllBodyF...
Java
Apache License 2.0
tomakehurst/wiremock
fixing the travis build
686,936
04.12.2017 18:55:13
0
06012ff3feb52177db360efdaa4de0277997b6ff
Added Google Optimize to analytics tags
[ { "change_type": "MODIFY", "old_path": "docs-v2/_config.yml", "new_path": "docs-v2/_config.yml", "diff": "@@ -58,6 +58,7 @@ analytics:\nprovider : google\ngoogle:\ntracking_id : 'UA-36386229-2'\n+ optimize_id : 'GTM-WQTGSSM'\n# Google AdSense\ngoogle_ad_client :\n" }, { "change_type": "MODIF...
Java
Apache License 2.0
tomakehurst/wiremock
Added Google Optimize to analytics tags
686,936
05.12.2017 11:11:07
0
efcba1a908fb2d21b061fdb40ddee63ddfa2798b
Suppress the mocklab pop-over when on the page containing the homepage section
[ { "change_type": "MODIFY", "old_path": "docs-v2/_includes/footer.html", "new_path": "docs-v2/_includes/footer.html", "diff": "_gaq.push(['_trackEvent', 'primary_nav', 'consulting_services_clicked', 'Consulting Services clicked', 1]);\n});\n- if (!document.cookie.includes('mocklab_notification_seen')...
Java
Apache License 2.0
tomakehurst/wiremock
Suppress the mocklab pop-over when on the page containing the homepage section
686,936
06.12.2017 19:19:07
0
14a0dc677829f34b3299cf6a7a93bdc16b64f222
Tweaked UTM parameters on homepage CTAs to distinguish paths
[ { "change_type": "MODIFY", "old_path": "docs-v2/a/index.html", "new_path": "docs-v2/a/index.html", "diff": "@@ -39,8 +39,8 @@ description: WireMock is a flexible API mocking tool for fast, robust and compre\n</p>\n<div class=\"mocklab-section__cta\">\n- <a href=\"http://get.mocklab.io/?utm_source=wi...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaked UTM parameters on homepage CTAs to distinguish paths
686,936
07.12.2017 13:38:16
0
318258f01080d864654ef0b36d812c45c41c4e3d
Moved GA scripts to the right place and added appropriate events to links clicked
[ { "change_type": "MODIFY", "old_path": "docs-v2/_includes/footer.html", "new_path": "docs-v2/_includes/footer.html", "diff": "window.onload = function () {\n$(\"a[title='MockLab']\").click(function() {\n- _gaq.push(['_trackEvent', 'primary_nav', 'mocklab_clicked', 'MockLab clicked', 1]);\n+ ga('send...
Java
Apache License 2.0
tomakehurst/wiremock
Moved GA scripts to the right place and added appropriate events to links clicked
686,985
14.11.2017 11:27:41
0
3574925d2564846175449bde18da2be8ad07918f
Fixing path issues on Windows. The issue was that for a URI "file:/c:/bob" on windows a call to uri.getSchemeSpecificPart() would have returned an incorrect Windows path /c:/bob which was then passed around Wiremock codebase and used as a filename, and resulted in file not found issues further down the line.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/TextFile.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/TextFile.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n+import java.io.File;\nimport java.net.URI;\nim...
Java
Apache License 2.0
tomakehurst/wiremock
Fixing path issues on Windows. The issue was that for a URI "file:/c:/bob" on windows a call to uri.getSchemeSpecificPart() would have returned an incorrect Windows path /c:/bob which was then passed around Wiremock codebase and used as a filename, and resulted in file not found issues further down the line.
686,936
07.12.2017 18:32:02
0
e56f2b430b2b6a4e4c8b296670422ec75a8f8da7
Fixed all but one Windows-specific test failure. Mostly related to string formatting differences due to line break characters.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/PlainTextDiffRenderer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/PlainTextDiffRenderer.java", "diff": "@@ -4,12 +4,15 @@ import com.github.tomakehurst.wire...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed all but one Windows-specific test failure. Mostly related to string formatting differences due to line break characters.
686,936
07.12.2017 19:23:12
0
2052106603fce69a83504139eb5300b231ef2e74
Admitted defeat and added a platform-specific test fork for non-match formatting
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/verification/diff/PlainTextDiffRendererTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/verification/diff/PlainTextDiffRendererTest.java", "diff": "package com.github.tomakehurst.wiremock.veri...
Java
Apache License 2.0
tomakehurst/wiremock
Admitted defeat and added a platform-specific test fork for non-match formatting
686,993
08.12.2017 10:38:58
0
f7579e6271419b4e703ce10599ea073cd2bdca8d
Add ThreadPoolFactory to enable custom ThreadPool for Jetty.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/core/Options.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/core/Options.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.core;\n-import com.github.tomakehurst.wiremock.common.*;\n+imp...
Java
Apache License 2.0
tomakehurst/wiremock
Add ThreadPoolFactory to enable custom ThreadPool for Jetty.
686,993
08.12.2017 13:26:59
0
6cc964d7dbd51fa1e8114274ef19dd8e010d2d31
Instantiate directly QueuedThreadPoolFactory.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "diff": "@@ -42,6 +42,7 @@ import com.github.tomakehurst.wiremock.http.CaseInsens...
Java
Apache License 2.0
tomakehurst/wiremock
Instantiate directly QueuedThreadPoolFactory.
686,967
05.12.2017 21:37:19
-3,600
26e1dbfbac5d5e06fa982422a9eab832cb396cfe
768 - asynchronous wiremock
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/AsynchronousResponseSettings.java", "diff": "+package com.github.tomakehurst.wiremock.common;\n+\n+public class AsynchronousResponseSettings {\n+\n+ private final boolean enabled;\n+ private f...
Java
Apache License 2.0
tomakehurst/wiremock
768 - asynchronous wiremock
686,936
12.12.2017 11:18:27
0
00c9a367f31827d54123c65d6e92df9e9598a6a0
Ignore bind address tests when no additional network adapter is available to test against
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/BindAddressTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/BindAddressTest.java", "diff": "@@ -20,6 +20,7 @@ import static com.github.tomakehurst.wiremock.core.WireMockConfiguration.wireMoc\n...
Java
Apache License 2.0
tomakehurst/wiremock
Ignore bind address tests when no additional network adapter is available to test against
686,936
13.12.2017 14:16:55
0
6e216aeb54e11609b07c7def9c68c0fe3adaeff0
Added query parameters to diff reports. Fixed bug with cookie matching in diff reports - was previously reporting matching cookies as non-matching.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/Diff.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/verification/diff/Diff.java", "diff": "package com.github.tomakehurst.wiremock.verification.diff;\nimport com.github.tomakehu...
Java
Apache License 2.0
tomakehurst/wiremock
Added query parameters to diff reports. Fixed bug with cookie matching in diff reports - was previously reporting matching cookies as non-matching.
686,936
13.12.2017 15:01:45
0
61fce7d223ad92b83470b8020de07b7afd9c50a2
ASCII diff reports are now written to the log when a request is not matched (rather than the JSON representation of request and closest stub)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java", "diff": "@@ -32,6 +32,7 @@ import com.github.tomakehurst.wiremock.stubbing.ServeEvent;\nimport com.github.t...
Java
Apache License 2.0
tomakehurst/wiremock
ASCII diff reports are now written to the log when a request is not matched (rather than the JSON representation of request and closest stub)
686,936
15.12.2017 11:01:40
0
6995434019d142793ee3f18b70208428bbd80cf6
Promoted homepage variant a to main (mocklab section). Added a b variant with 'Try it now'.
[ { "change_type": "MODIFY", "old_path": "docs-v2/_includes/footer.html", "new_path": "docs-v2/_includes/footer.html", "diff": "document.cookie = \"mocklab_notification_seen=true;expires=\" + expiresDate.toGMTString() + \";path=/\";\n}\n+ function sendNavigatedToMockLabEvent(location) {\n+ ga('send', ...
Java
Apache License 2.0
tomakehurst/wiremock
Promoted homepage variant a to main (mocklab section). Added a b variant with 'Try it now'.
686,936
24.12.2017 15:55:12
0
ffd3b14f1cf474f849c0c43a0b4da187e2bdea43
Added extra tests and tweaked some formatting in the async delays feature.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHandlerDispatchingServlet.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHandlerDispatchingServlet.java", "diff": "@@ -28,7 +28,6 @@ import javax.servlet.http.Http...
Java
Apache License 2.0
tomakehurst/wiremock
Added extra tests and tweaked some formatting in the async delays feature.
686,936
24.12.2017 17:41:27
0
275c36dceb33f8b6e22b204babe5b174693a339d
Tweaked async delay test to reduce likelihood of CI server failure
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAsynchronousAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAsynchronousAcceptanceTest.java", "diff": "@@ -63,26 +63,26 @@ public class ResponseDelayAsynch...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaked async delay test to reduce likelihood of CI server failure
686,936
24.12.2017 17:46:21
0
e0c544c777689e3f9cff5575caa3b7ba465c7fa7
Reduced precision of async delay tests to avoid spurious CI failures
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAsynchronousAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAsynchronousAcceptanceTest.java", "diff": "@@ -22,7 +22,6 @@ import com.google.common.base.Stop...
Java
Apache License 2.0
tomakehurst/wiremock
Reduced precision of async delay tests to avoid spurious CI failures
686,936
24.12.2017 17:27:31
0
0a496d94aba3172e700c57fb4631ee6b4c94c742
Additional test case, formatting and other minor tweaks to multipart feature.
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -811,3 +811,4 @@ JSON:\n}\n}\n```\n+\n" }, { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MultipartValu...
Java
Apache License 2.0
tomakehurst/wiremock
Additional test case, formatting and other minor tweaks to multipart feature.
687,021
25.12.2017 10:39:23
-3,600
06cc489afed197c35cb7d0ec6553333aba7c1426
Decoupled javax.servlet.http.Part from Request interface Docs: request-matching.md. Acceptance stub testing with Multipart requests
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -87,6 +87,8 @@ dependencies {\ntestCompile 'org.scala-lang:scala-library:2.11.12'\ntestCompile 'org.littleshoot:littleproxy:1.1.2'\n+ testCompile 'org.apache.httpcomponents:httpmime:4.5'\n+\ntestRuntime 'o...
Java
Apache License 2.0
tomakehurst/wiremock
Decoupled javax.servlet.http.Part from Request interface Docs: request-matching.md. Acceptance stub testing with Multipart requests
686,936
30.12.2017 14:24:13
0
d84a2722a32f3213f47f448d6a63d555f670b38a
Promoted homepage variant b to be the baseline, with 'Try it now' in addition to 'Learn more'
[ { "change_type": "MODIFY", "old_path": "docs-v2/index.html", "new_path": "docs-v2/index.html", "diff": "@@ -38,13 +38,11 @@ description: WireMock is a flexible API mocking tool for fast, robust and compre\nGet immediate access to all of WireMock's features, without the hassle of configuring servers,...
Java
Apache License 2.0
tomakehurst/wiremock
Promoted homepage variant b to be the baseline, with 'Try it now' in addition to 'Learn more'
686,967
25.12.2017 21:00:58
-3,600
ec2c987470e12695ee9bdfed0c3b744e5e160dfb
786 - asynchronous wiremock documentation updated
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/configuration.md", "new_path": "docs-v2/_docs/configuration.md", "diff": "@@ -54,6 +54,12 @@ Typically it is only necessary to tweak these settings if you are doing performa\n// Set the size of Jetty's header buffer (to avoid exceptions when very...
Java
Apache License 2.0
tomakehurst/wiremock
786 - asynchronous wiremock documentation updated
686,936
02.01.2018 10:55:42
0
16332045eb356bb12bb6566150dc2104e67a5487
Tweaked the wording of async configuration option
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/configuration.md", "new_path": "docs-v2/_docs/configuration.md", "diff": "@@ -55,7 +55,7 @@ Typically it is only necessary to tweak these settings if you are doing performa\n// Set the size of Jetty's header buffer (to avoid exceptions when very ...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaked the wording of async configuration option
686,936
02.01.2018 13:03:53
0
8ec60d4c3815d00b902ca7579cd23ada2e682c67
Refactored multipart support to make better use of existing classes. Made multipart headers match on a single pattern rather than a collection, for consistency with top-level header matching and to simplify JSON.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/Body.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/Body.java", "diff": "@@ -17,6 +17,7 @@ package com.github.tomakehurst.wiremock.http;\nimport com.fasterxml.jackson.databind.JsonNode;...
Java
Apache License 2.0
tomakehurst/wiremock
Refactored multipart support to make better use of existing classes. Made multipart headers match on a single pattern rather than a collection, for consistency with top-level header matching and to simplify JSON.
686,936
02.01.2018 13:06:28
0
477d5a53d3705968b188dde2f606a89e78823fb5
Updated docs to reflect changes to multipart matching API
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -67,13 +67,13 @@ JSON:\n} ],\n\"multipartPatterns\" : [ {\n\"matchingType\" : \"ANY\",\n- \"multipartHeaders\" : {\n- \"Content-Disposition\" : [ {\n+ \"headers\" ...
Java
Apache License 2.0
tomakehurst/wiremock
Updated docs to reflect changes to multipart matching API
686,936
02.01.2018 14:23:02
0
040503909fa604b1d15e786946939be197d113d8
Moved HTTP client multipart body support class to the testsupport package and renamed
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/StubbingAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/StubbingAcceptanceTest.java", "diff": "@@ -17,7 +17,7 @@ package com.github.tomakehurst.wiremock;\nimport com.github.tomakehu...
Java
Apache License 2.0
tomakehurst/wiremock
Moved HTTP client multipart body support class to the testsupport package and renamed
686,936
03.01.2018 19:15:16
0
922fb1a9952331202d13bfa56e4e49775594e7fb
Added ability to set the console width when rendering ascii diff reports via a header
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -29,7 +29,7 @@ apply plugin: 'com.github.johnrengelman.shadow'\nsourceCompatibility = 1.7\ntargetCompatibility = 1.7\ngroup = 'com.github.tomakehurst'\n-version = '2.13.0'\n+version = '2.14.0'\ndef shouldP...
Java
Apache License 2.0
tomakehurst/wiremock
Added ability to set the console width when rendering ascii diff reports via a header
687,035
05.01.2018 17:45:06
-7,200
e5817c759c849d62ea785b8445753919ead49c45
Replace the usage of Path and Paths with File for backward compatibility issues with android API before 26
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "diff": "@@ -23,8 +23,6 @@ import java.io.File;\nimport java.io.FileFilter;\nimport java....
Java
Apache License 2.0
tomakehurst/wiremock
Replace the usage of Path and Paths with File for backward compatibility issues with android API before 26
687,005
07.01.2018 13:37:07
-3,600
fc047275ea7eda1f2bbe900edb163f6a5780894f
add runtime switch for base64 encoder
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Base64Encoder.java", "diff": "+package com.github.tomakehurst.wiremock.common;\n+\n+interface Base64Encoder {\n+ String encode(byte[] content);\n+ byte[] decode(String base64);\n+}\n" }, {...
Java
Apache License 2.0
tomakehurst/wiremock
add runtime switch for base64 encoder
686,936
11.01.2018 13:05:44
0
342c36d372f19c21d1e2615d7ff0966b0f32788f
Now includes the insertion index of stub mappings in the 'private' view, which is used when saving to the file system. This is to ensure that insertion order is preserved when re-loading files from disk.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Json.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Json.java", "diff": "package com.github.tomakehurst.wiremock.common;\nimport com.fasterxml.jackson.annotation.JsonInclude;\n-impo...
Java
Apache License 2.0
tomakehurst/wiremock
Now includes the insertion index of stub mappings in the 'private' view, which is used when saving to the file system. This is to ensure that insertion order is preserved when re-loading files from disk.
686,936
11.01.2018 13:51:56
0
61de619e7486f20157588d824a5360dd32b1e5fe
Added a test case for deserialisation of insertion index on stub mappings
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/stubbing/StubMappingTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/stubbing/StubMappingTest.java", "diff": "@@ -6,6 +6,7 @@ import org.junit.Test;\nimport static com.github.tomakehurst.wirem...
Java
Apache License 2.0
tomakehurst/wiremock
Added a test case for deserialisation of insertion index on stub mappings
686,936
12.01.2018 15:41:25
0
957185267af4dc81b2a03bf609e3239990f6e72a
Removed use of java.nio.Paths for compatibilty with older Android releases. Tweaked copyright messages.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/tasks/DeleteStubFileTask.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/tasks/DeleteStubFileTask.java", "diff": "/*\n- * Copyright (C) 2017 Wojciech Bulaty\n+ * Copyright (C) 2011 Tho...
Java
Apache License 2.0
tomakehurst/wiremock
Removed use of java.nio.Paths for compatibilty with older Android releases. Tweaked copyright messages.
686,936
12.01.2018 16:20:10
0
6395d759fee402b08d2b73cbeef41b7df8d05484
Added a doc note indicating that CONNECTION_RESET_BY_PEER fault doesn't work on Windows
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/simulating-faults.md", "new_path": "docs-v2/_docs/simulating-faults.md", "diff": "@@ -210,7 +210,8 @@ close the connection.\n`RANDOM_DATA_THEN_CLOSE`: Send garbage then close the connection.\n`CONNECTION_RESET_BY_PEER`: Close the connection, sett...
Java
Apache License 2.0
tomakehurst/wiremock
Added a doc note indicating that CONNECTION_RESET_BY_PEER fault doesn't work on Windows
686,936
12.01.2018 17:30:38
0
d6dbd7e966447157ebbe0fe54c09e8745c1549c9
XML pretty printing function now attempts to explicitly load the Sun TransformerFactoryImpl, falling back on the default behaviour if that isn't available. This fixes where having Xalan on the classpath causes an exception to be thrown.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Xml.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Xml.java", "diff": "@@ -41,7 +41,7 @@ public class Xml {\npublic static String prettyPrint(String xml) {\ntry {\nDocument doc = re...
Java
Apache License 2.0
tomakehurst/wiremock
XML pretty printing function now attempts to explicitly load the Sun TransformerFactoryImpl, falling back on the default behaviour if that isn't available. This fixes #849 where having Xalan on the classpath causes an exception to be thrown.
686,936
24.01.2018 10:32:23
0
ad096aabc6daf6a1e5017a843cc65a363cc317b2
Fixed - delays not working with proxy stub responses
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java", "diff": "@@ -136,8 +136,8 @@ public class WireMockApp implements StubServer, Admin {\noptions.proxyVia(),\n...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #853 - delays not working with proxy stub responses
686,936
24.01.2018 10:36:21
0
88446a22325bc1c089f73d216aa42f4c057381b8
Moved delay test cases from StubbingAcceptanceTest to ResponseDelayAcceptanceTest
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAcceptanceTest.java", "diff": "@@ -19,6 +19,8 @@ import com.github.tomakehurst.wiremock.core.Options;\nimpo...
Java
Apache License 2.0
tomakehurst/wiremock
Moved delay test cases from StubbingAcceptanceTest to ResponseDelayAcceptanceTest
686,936
26.01.2018 15:30:26
0
def8a6932283dbd83807f846b003a9f842a30f0f
Added chunked dribble delay support to proxied responses
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/ProxyResponseRenderer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/ProxyResponseRenderer.java", "diff": "@@ -81,6 +81,7 @@ public class ProxyResponseRenderer implements ResponseRender...
Java
Apache License 2.0
tomakehurst/wiremock
Added chunked dribble delay support to proxied responses
686,936
26.01.2018 16:52:51
0
315e3f853386441797676131450117262459f5a9
Modified response template JSONPath helper model so that output can be passed into e.g. the each helper
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonPathHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonPathHelper.java", "diff": "@@ -39,1...
Java
Apache License 2.0
tomakehurst/wiremock
Modified response template JSONPath helper model so that output can be passed into e.g. the each helper
686,936
30.01.2018 12:37:54
0
9991b850abcfbb0d2066166aefacf651d6d9fa3f
Fixed - equalToXml matches are now eagerly validated and a 422 returned to the client if they are invalid.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Errors.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Errors.java", "diff": "@@ -41,6 +41,10 @@ public class Errors {\nreturn new Errors(singletonList(new Error(code, title)));\n}\n...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #850 - equalToXml matches are now eagerly validated and a 422 returned to the client if they are invalid.
686,936
01.02.2018 16:46:32
0
cd29035c84c03e52a953d9129a5704703bf14d83
Fixed - improved error detail when standalone fails to start due to malformed mapping JSON file
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/JsonFileMappingsSource.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/JsonFileMappingsSource.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.standalone;\n-import...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #831 - improved error detail when standalone fails to start due to malformed mapping JSON file
686,936
01.02.2018 16:56:39
0
e0288c190a35c34ffd0d48c4e2cd5692ceab1285
Added missing file intended for previous commit
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/MappingFileException.java", "diff": "+package com.github.tomakehurst.wiremock.standalone;\n+\n+public class MappingFileException extends RuntimeException {\n+\n+ public MappingFileExceptio...
Java
Apache License 2.0
tomakehurst/wiremock
Added missing file intended for previous commit
686,936
01.02.2018 17:04:14
0
ce29416c1725201578ab9dafd7e39d44b8bcc9b9
Fixed test case failing due to absolute path in assertion text
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/StandaloneAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/StandaloneAcceptanceTest.java", "diff": "@@ -27,6 +27,7 @@ import com.google.common.io.Files;\nimport org.apache.commons.io...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed test case failing due to absolute path in assertion text
686,936
05.02.2018 09:48:59
0
6ef9b6d0c0c1f154251302f77f52216e942d7ad1
Fixed - global response templating transformer throws an NPE when a binary body is present
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "diff": "@@ -92,7 +92,8 @@ ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #863 - global response templating transformer throws an NPE when a binary body is present
686,936
06.02.2018 10:08:37
0
8eddc1800d776507711a94bb66a12a3885672a58
Fixed - incorrect check for presence of ignoreArrayOrder when evaluating ignoreExtraElements in equalToJson matcher
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/EqualToJsonPattern.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/EqualToJsonPattern.java", "diff": "@@ -78,7 +78,7 @@ public class EqualToJsonPattern extends StringValuePattern...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #871 - incorrect check for presence of ignoreArrayOrder when evaluating ignoreExtraElements in equalToJson matcher
686,936
11.02.2018 17:26:49
0
678e0352eb3ac859507a1b6dd262a97c129dc04c
Added test assertion to ensure NPE not thrown by NearMiss.toString()
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/verification/NearMissTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/verification/NearMissTest.java", "diff": "@@ -27,6 +27,7 @@ import static com.github.tomakehurst.wiremock.http.RequestMeth...
Java
Apache License 2.0
tomakehurst/wiremock
Added test assertion to ensure NPE not thrown by NearMiss.toString()
686,944
20.02.2018 13:30:16
-3,600
7b9e61edf629d4cf633ab8935dc30a7d4185dc72
Fixed - transformerParameters are applied to template
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "diff": "@@ -40,6 +40,7 @@ ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #880 - transformerParameters are applied to template
686,944
20.02.2018 14:26:29
-3,600
d3e63a57b4b5106efa4ca451a2e1ede605a0d6cd
Fixed - place transformerParameters under a top-level key called parameters
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformer.java", "diff": "@@ -92,7 +92,7 @@ ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #880 - place transformerParameters under a top-level key called parameters
687,048
23.02.2018 10:43:17
28,800
09543051c0176ffdd8df9a85232394cb7797f13a
Using streams for building responses.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/StreamSource.java", "diff": "+package com.github.tomakehurst.wiremock.common;\n+\n+import java.io.InputStream;\n+\n+public interface StreamSource {\n+ InputStream getStream();\n+}\n" }, { ...
Java
Apache License 2.0
tomakehurst/wiremock
Using streams for building responses.
686,936
12.02.2018 10:16:56
0
831aec84b553fa10927f6df6ddaf03701c35b13c
Now prevents reading and writing files via a SingleRootFileSource (or any that extends AbstractFileSource) that are not under the root
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/AbstractFileSource.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n+import com.github.tomakehu...
Java
Apache License 2.0
tomakehurst/wiremock
Now prevents reading and writing files via a SingleRootFileSource (or any that extends AbstractFileSource) that are not under the root
686,936
23.02.2018 18:49:48
0
c755fdc7479b441bfa4d628d7c06f10c199a4edf
Randomised ports in test cases defaulting to 8080
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAsynchronousAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAsynchronousAcceptanceTest.java", "diff": "@@ -54,6 +54,7 @@ public class ResponseDelayAsynchro...
Java
Apache License 2.0
tomakehurst/wiremock
Randomised ports in test cases defaulting to 8080
687,021
17.02.2018 15:37:01
-3,600
52975f6cf9ad990ae60c12458cc1956391caf62e
Update gradle 4.5.1 and parallelize builds
[ { "change_type": "ADD", "old_path": null, "new_path": "gradle.properties", "diff": "+org.gradle.jvmargs=-Xmx3g\n+org.gradle.parallel=true\n+org.gradle.workers.max=4\n" }, { "change_type": "MODIFY", "old_path": "gradle/wrapper/gradle-wrapper.properties", "new_path": "gradle/wrapper/gr...
Java
Apache License 2.0
tomakehurst/wiremock
Update gradle 4.5.1 and parallelize builds
686,936
25.02.2018 19:04:57
0
4368d316ec239bac305f1faadedab24765bbe4b6
Added a note to the Jetty version in the build to deter PRs upgrading it
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -35,7 +35,7 @@ def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')\ndef versions = [\njackson: '2.8.9',\n- jetty : '9.2.22.v20170606',\n+ jetty : '9.2.22.v20170606', // Please don't raise PRs up...
Java
Apache License 2.0
tomakehurst/wiremock
Added a note to the Jetty version in the build to deter PRs upgrading it
686,936
02.03.2018 12:41:30
0
3c635706bbe7945386b6a65db18b0fee469084e6
Added a GitHub issue teplate
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/ISSUE_TEMPLATE.md", "diff": "+# Issue guidelines\n+\n+If you're asking a question, rather than reporting a bug or requesting a feature, **please post your question on the [mailing list](https://groups.google.com/forum/#!forum/wiremock-us...
Java
Apache License 2.0
tomakehurst/wiremock
Added a GitHub issue teplate
687,025
05.03.2018 13:44:07
21,600
6045de537c7dbc76b23e6a93829222a30735a11d
Use a InheritableThreadLocal for WireMock so that new threads are created with existing WireMock configuration
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMock.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMock.java", "diff": "@@ -59,7 +59,7 @@ public class WireMock {\nprivate final Admin admin;\nprivate final GlobalSettingsH...
Java
Apache License 2.0
tomakehurst/wiremock
Use a InheritableThreadLocal for WireMock so that new threads are created with existing WireMock configuration