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
687,046
02.03.2018 15:43:07
25,200
efc6b7a8914046dc839189c95a96ea25e2d68b97
Added multiple query parameters stubbing capability
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java", "diff": "@@ -85,6 +85,13 @@ class BasicMappingBuilder implements ScenarioMappingBuilder...
Java
Apache License 2.0
tomakehurst/wiremock
Added multiple query parameters stubbing capability
687,046
02.03.2018 16:04:20
25,200
ed679ecb38691d2a78e919f629656964767a6ad3
Added test cases for withQueryParameters function
[ { "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,6 +17,7 @@ package com.github.tomakehurst.wiremock;\nimport com.github.tomakehu...
Java
Apache License 2.0
tomakehurst/wiremock
Added test cases for withQueryParameters function
687,028
08.03.2018 12:39:31
-3,600
6f3f1ec32b7dd38dceae176c39d12cf69587ab48
Show the resulting port number instead of 0
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/running-standalone.md", "new_path": "docs-v2/_docs/running-standalone.md", "diff": "@@ -26,7 +26,7 @@ $ java -jar wiremock-standalone-{{ site.wiremock_version }}.jar\nThe following can optionally be specified on the command line:\n-`--port`: Set ...
Java
Apache License 2.0
tomakehurst/wiremock
#898 Show the resulting port number instead of 0
686,936
23.03.2018 12:26:02
0
4c6dfde82a5ee91c5f47bf353f5099d11692db39
Disabled downloading of externally referenced DTDs during XML parsing and XPath evaluation
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/ClientError.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/ClientError.java", "diff": "@@ -22,6 +22,7 @@ public class ClientError extends RuntimeException {\nprivate final Errors er...
Java
Apache License 2.0
tomakehurst/wiremock
Disabled downloading of externally referenced DTDs during XML parsing and XPath evaluation
686,936
23.03.2018 12:33:17
0
d36516bb76b3b7b8fb84fe2254fc2597b3fce11c
Added some extra tests around XML handling
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/XmlHandlingAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/XmlHandlingAcceptanceTest.java", "diff": "@@ -93,4 +93,40 @@ public class XmlHandlingAcceptanceTest {\nexternalDtdServer.v...
Java
Apache License 2.0
tomakehurst/wiremock
Added some extra tests around XML handling
686,936
27.03.2018 16:31:37
-3,600
e63d62b6c3634775ae0dcaa652cbeb4a52553959
Tweaks to body file streaming - BinaryFile is now an InputStreamSource. This allows construction of the stream to be abstracted behind FileSource, allowing e.g. S3 file sources in future.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/BinaryFile.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/BinaryFile.java", "diff": "@@ -21,7 +21,9 @@ import java.io.IOException;\nimport java.io.InputStream;\nimport java.net.URI;...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaks to body file streaming - BinaryFile is now an InputStreamSource. This allows construction of the stream to be abstracted behind FileSource, allowing e.g. S3 file sources in future.
686,936
27.03.2018 17:14:01
-3,600
b91514902df7b2451940ab62add5b12087c1a228
Refactored async response executor setup so that it happens outside the servlet and is injected, rather than the servlet constructing the scheduler
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "diff": "@@ -45,9 +45,11 @@ import javax.servlet.DispatcherType;\nimport java.net.Socket;\nimpo...
Java
Apache License 2.0
tomakehurst/wiremock
Refactored async response executor setup so that it happens outside the servlet and is injected, rather than the servlet constructing the scheduler
686,936
28.03.2018 11:45:26
-3,600
f006fed840eabf12e7d7d8cf6f69de65f4fc1005
Fixed - 500 error when using multipart matchers and an empty multipart body is sent
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MultipartValuePattern.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MultipartValuePattern.java", "diff": "@@ -38,6 +38,7 @@ import com.github.tomakehurst.wiremock.http.Request;...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #909 - 500 error when using multipart matchers and an empty multipart body is sent
686,936
28.03.2018 12:51:11
-3,600
5f487bdbd1324fde15323e02cec6ea7e320a8c9d
Performance improvement - avoid encoding/decoding base64 request body every time a LoggedRequest is constructed
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/verification/LoggedRequest.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/verification/LoggedRequest.java", "diff": "@@ -68,8 +68,7 @@ public class LoggedRequest implements Request {\nImmutableMa...
Java
Apache License 2.0
tomakehurst/wiremock
Performance improvement - avoid encoding/decoding base64 request body every time a LoggedRequest is constructed
686,986
11.04.2018 09:58:51
-7,200
e85d3f95f38ddb9eb0d87cc7872b5845e1deac35
Update httpclient to fix hostname verification On some cases it's not possible to record using HTTPS, because of BUG in httpclient, see
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -52,7 +52,7 @@ dependencies {\ncompile \"com.fasterxml.jackson.core:jackson-core:$versions.jackson\",\n\"com.fasterxml.jackson.core:jackson-annotations:$versions.jackson\",\n\"com.fasterxml.jackson.core:ja...
Java
Apache License 2.0
tomakehurst/wiremock
Update httpclient to fix hostname verification On some cases it's not possible to record using HTTPS, because of BUG in httpclient, see https://issues.apache.org/jira/browse/HTTPCLIENT-1836
686,936
16.04.2018 11:26:26
-3,600
c4b388ce7b94c4dca0ab5a7ec19d094b293ae702
Fix - Avoid trying to set indent-number on XML TransformerFactory unless we know it is the Java version (and not e.g. Saxon)
[ { "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": "@@ -51,7 +51,6 @@ public class Xml {\npublic static String prettyPrint(Document doc) {\ntry {\nTransformerFact...
Java
Apache License 2.0
tomakehurst/wiremock
Fix #915 - Avoid trying to set indent-number on XML TransformerFactory unless we know it is the Java version (and not e.g. Saxon)
686,936
16.04.2018 11:30:26
-3,600
f12a4a4110e98e1b051ca437dc80211362e29265
Added additional constructor to LoggedResponse, avoiding the need to encode then re-decode the body as base64 (and avoiding the associated performance penalty)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/LoggedResponse.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/LoggedResponse.java", "diff": "@@ -37,9 +37,13 @@ public class LoggedResponse {\n@JsonProperty(\"bodyAsBase64\") String bod...
Java
Apache License 2.0
tomakehurst/wiremock
Added additional constructor to LoggedResponse, avoiding the need to encode then re-decode the body as base64 (and avoiding the associated performance penalty)
686,936
16.04.2018 12:47:11
-3,600
0830021377e3ecb040e525a9a9d936a48a514e10
Added a random values template helper. Added the Handlebars assign and number helpers.
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -66,6 +66,7 @@ dependencies {\ncompile 'com.github.jknack:handlebars:4.0.6', {\nexclude group: 'org.mozilla', module: 'rhino'\n}\n+ compile 'com.github.jknack:handlebars-helpers:4.0.6'\ntestCompile \"org.h...
Java
Apache License 2.0
tomakehurst/wiremock
Added a random values template helper. Added the Handlebars assign and number helpers.
686,936
16.04.2018 14:17:22
-3,600
646f85df7aec0132e3c09cede7804b3c9c0ce948
Added Handlebars helper for rendering the current date, optionally with an offset
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/DateOffset.java", "diff": "+package com.github.tomakehurst.wiremock.extension.responsetemplating.helpers;\n+\n+import java.util.Calendar;\n+import java.util.Date;...
Java
Apache License 2.0
tomakehurst/wiremock
Added Handlebars helper for rendering the current date, optionally with an offset
686,936
16.04.2018 17:06:49
-3,600
675775494f6d036cc73a595b939cdfcc371e805b
Upgraded to Jackson 2.8.11 (2.9.x not easily doable due to removal of support for in constructors)
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -34,7 +34,7 @@ version = '2.17.0'\ndef shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')\ndef versions = [\n- jackson: '2.8.9',\n+ jackson: '2.8.11',\njetty : '9.2.22.v20170606', // Please don't r...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to Jackson 2.8.11 (2.9.x not easily doable due to removal of support for @JsonUnwrapped in constructors)
686,936
16.04.2018 17:36:28
-3,600
56504161d14a9da9480742852ffb36b979524ee2
Upgraded to zjsonpatch 0.4.4
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -62,7 +62,7 @@ dependencies {\nexclude group: \"org.hamcrest\", module: \"hamcrest-core\"\n}\ncompile 'org.apache.commons:commons-lang3:3.6'\n- compile 'com.flipkart.zjsonpatch:zjsonpatch:0.3.0'\n+ compile...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to zjsonpatch 0.4.4
686,936
16.04.2018 17:52:33
-3,600
5c296c8c496192cbc5403dfbf547ef59bfa6428c
Upgraded to XMLUnit 2.5.1
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -36,7 +36,7 @@ def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')\ndef versions = [\njackson: '2.8.11',\njetty : '9.2.22.v20170606', // Please don't raise PRs upgrading this to the latest versi...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to XMLUnit 2.5.1
686,936
16.04.2018 17:54:00
-3,600
56383a49c75cfb8a73cd09f40dd7f78d675c093b
Upgraded to commons-lang 3.7
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -61,7 +61,7 @@ dependencies {\ncompile(\"junit:junit:4.12\") {\nexclude group: \"org.hamcrest\", module: \"hamcrest-core\"\n}\n- compile 'org.apache.commons:commons-lang3:3.6'\n+ compile 'org.apache.common...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to commons-lang 3.7
686,936
16.04.2018 18:00:28
-3,600
d6ffe4bd5eb424e283c5cc74004cf193ff3a8e86
Upgraded to Jetty 9.2.24.v20180105
[ { "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.11',\n- jetty : '9.2.22.v20170606', // Please don't raise PRs upgrading this to the latest ver...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to Jetty 9.2.24.v20180105
686,936
16.04.2018 18:56:32
-3,600
8e70abf0a636ee69f057da4408a275dfa5eceba2
Added docs for new handlebars helpers
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -123,6 +123,24 @@ are available e.g.\n{% endraw %}\n+## Number and assignment helpers\n+Variable assignment and number helpers are available:\n+\n+{% raw %}\...
Java
Apache License 2.0
tomakehurst/wiremock
Added docs for new handlebars helpers
686,936
18.04.2018 18:18:34
-3,600
b1f93f1c9334980d8a9d5ee3b888ff54c8e7b1e4
Added unix epoch time as an available date format in the handlebars helper
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -231,6 +231,14 @@ A helper is present to render the current date/time, with the ability to specify\n```\n{% endraw %}\n+Pass `epoch` as the format to render ...
Java
Apache License 2.0
tomakehurst/wiremock
Added unix epoch time as an available date format in the handlebars helper
686,936
18.04.2018 18:25:25
-3,600
b540c0f8b4351f4b6030f8ceb528053de913ec1a
Switched to new Jetty GZip implementation
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.jetty9;\n-import com.github.tomakehurst.wi...
Java
Apache License 2.0
tomakehurst/wiremock
Switched to new Jetty GZip implementation
687,016
21.04.2018 09:34:11
-7,200
1e83f9c225becf797e9f50de5611a4e30d686446
Add user authentication for proxy via
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/ProxySettings.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/ProxySettings.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n-import com.google.common.base.Precon...
Java
Apache License 2.0
tomakehurst/wiremock
Add user authentication for proxy via
687,016
21.04.2018 12:10:57
-7,200
0cce20c610f680a15cddc7c01ab80eaa8c73b372
ProxyVia url parsing refactored
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/ProxySettings.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/ProxySettings.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n+import static com.github.tomakehurst...
Java
Apache License 2.0
tomakehurst/wiremock
ProxyVia url parsing refactored
686,965
21.04.2018 20:58:11
25,200
979a2060aa6b62bc3c80c9def9e3795f039eb06a
Add proper API specs for recordings API endpoints Both /__admin/recordings/start and /__admin/recordings/snapshot were using the same API spec (record-spec.schema.json), but they take different parameters. This changes record-spec.schema.json to only contain the common parameters, and adds separate schemas that extend it with the endpoint-specific parameters.
[ { "change_type": "MODIFY", "old_path": "src/main/resources/raml/schemas/record-spec.schema.json", "new_path": "src/main/resources/raml/schemas/record-spec.schema.json", "diff": "{\n\"type\": \"object\",\n\"properties\": {\n- \"targetBaseUrl\": {\n- \"type\": \"string\"\n- },\n\"captureHeaders\": {\n...
Java
Apache License 2.0
tomakehurst/wiremock
Add proper API specs for recordings API endpoints Both /__admin/recordings/start and /__admin/recordings/snapshot were using the same API spec (record-spec.schema.json), but they take different parameters. This changes record-spec.schema.json to only contain the common parameters, and adds separate schemas that extend it with the endpoint-specific parameters.
686,965
21.04.2018 20:52:26
25,200
c8c9e1c97a82bdde3e2567e6a45044552e82d250
Add API schema for /_admin/settings This adds an API schema for the /__admin/settings endpoint, and splits off the delay distribution schema into a separate file, since it's now referenced by both the new schema and response-definition.schema.json.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/resources/raml/schemas/delay-distribution.schema.json", "diff": "+{\n+ \"type\": \"object\",\n+ \"oneOf\": [\n+ {\n+ \"description\": \"Log normal randomly distributed response delay.\",\n+ \"properties\": {\n+ \"type\": {\n+ \"type\": ...
Java
Apache License 2.0
tomakehurst/wiremock
Add API schema for /_admin/settings This adds an API schema for the /__admin/settings endpoint, and splits off the delay distribution schema into a separate file, since it's now referenced by both the new schema and response-definition.schema.json.
686,965
21.04.2018 20:55:57
25,200
c49acf25556b3e6142515e71322446356180d2ba
Add API schema for /__admin/near-misses/request
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/resources/raml/schemas/logged-request.schema.json", "diff": "+{\n+ \"type\": \"object\",\n+ \"properties\": {\n+ \"url\": {\n+ \"description\": \"The path and query to match exactly against\",\n+ \"type\": \"string\"\n+ },\n+ \"absolute...
Java
Apache License 2.0
tomakehurst/wiremock
Add API schema for /__admin/near-misses/request
687,016
22.04.2018 19:53:35
-7,200
e41faa9f38fecf987e1d58410994e7297ccd2eb7
remove username and password since should be put in url
[ { "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": "*/\npackage com.github.tomakehurst.wiremock.standalone;\n-import static ...
Java
Apache License 2.0
tomakehurst/wiremock
remove username and password since should be put in url
686,943
23.04.2018 10:36:40
-7,200
de10bb7b56835a0daa8570a8cf2c8aa38542e638
SSL truststore tries to load from classpath
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/KeyStoreSettings.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/KeyStoreSettings.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n-import java.io.FileInputStream...
Java
Apache License 2.0
tomakehurst/wiremock
SSL truststore tries to load from classpath
686,936
26.04.2018 16:30:54
-3,600
907c7d561303c75edb2f9c171cf64a2945ef6920
Added baseUrl to the requestLine template model
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/RequestLine.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/RequestLine.java", "diff": "@@ -64,6 +64,18 @@ public class RequestLine {\nret...
Java
Apache License 2.0
tomakehurst/wiremock
Added baseUrl to the requestLine template model
686,936
07.05.2018 18:20:29
-3,600
2e28bac2a8303acffc32b6d6ffdd4f7ab1cfa3c0
Fixed - EqualToXmlPattern was returning an exact match when element names differed
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/EqualToXmlPattern.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/EqualToXmlPattern.java", "diff": "@@ -18,49 +18,28 @@ package com.github.tomakehurst.wiremock.matching;\nimport ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #934 - EqualToXmlPattern was returning an exact match when element names differed
686,936
10.05.2018 09:23:21
-3,600
393c1f866598fc030a8f9b311c56fb6dc351c852
Renamed now helper to date to avoid clashing with the existing StringHelpers.now. Added a parseDate Handlebars helper.
[ { "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": "@@ -26,7 +26,7 @@ ...
Java
Apache License 2.0
tomakehurst/wiremock
Renamed now helper to date to avoid clashing with the existing StringHelpers.now. Added a parseDate Handlebars helper.
686,936
15.05.2018 07:24:12
-3,600
f52855a33dc64e5eef9097624420e8289e86b83a
Added support for adjusting to timezones in the date Handlebars helper
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsCurrentDateHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsCurrentDateHelper.java", "diff": "@@...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for adjusting to timezones in the date Handlebars helper
686,936
27.04.2018 09:03:32
-3,600
8c30eaf6e48b255d146e41289cb3749b6d832fc5
Added 'allowNonProxied' filter parameter to record spec, to enable "teaching" via non-matched, non-proxied requests
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/ProxiedServeEventFilters.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/ProxiedServeEventFilters.java", "diff": "@@ -36,23 +36,27 @@ public class ProxiedServeEventFilters impl...
Java
Apache License 2.0
tomakehurst/wiremock
Added 'allowNonProxied' filter parameter to record spec, to enable "teaching" via non-matched, non-proxied requests
686,936
16.05.2018 20:49:54
-10,800
4f7d3416fc775acf1eec416156c6bc53a9538961
Added docs for additional response template model URL elements and new date functions/parameters
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -90,13 +90,23 @@ The model of the request is supplied to the header and body templates. The follo\n`request.url` - URL path and query\n-`request.path` - URL ...
Java
Apache License 2.0
tomakehurst/wiremock
Added docs for additional response template model URL elements and new date functions/parameters
686,936
16.05.2018 22:31:48
-3,600
de922f85ff8511b703c647b58b525d568b2bfd60
Added a performance test sub-project
[ { "change_type": "ADD", "old_path": null, "new_path": "perf-test/.gitignore", "diff": "+# Compiled source #\n+###################\n+*.com\n+*.class\n+*.dll\n+*.exe\n+*.o\n+*.so\n+*.pyc\n+\n+# Logs and databases #\n+######################\n+*.log\n+*.sql\n+*.sqlite\n+\n+# OS generated files #\n+#####...
Java
Apache License 2.0
tomakehurst/wiremock
Added a performance test sub-project
686,936
17.05.2018 15:02:12
-3,600
52564c0de11f614761f02eec679f74e221f20222
Added a doc page for stub metadata
[ { "change_type": "ADD", "old_path": null, "new_path": "docs-v2/_docs/stub-metadata.md", "diff": "+---\n+layout: docs\n+title: 'Stub Metadata'\n+toc_rank: 117\n+description: Associating and using metadata with stubs\n+---\n+\n+It is possible to attach arbitrary metadata to stub mappings, which can be...
Java
Apache License 2.0
tomakehurst/wiremock
Added a doc page for stub metadata
686,936
25.05.2018 14:38:52
-3,600
092bb15f4926d3903f31573dcf59e032002bf5b8
Select the Jetty GZip wrapper class dynamically so that it works with Jetty 9.2 and 9.4
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "diff": "@@ -35,12 +35,12 @@ import org.eclipse.jetty.http.MimeTypes;\nimport org.eclipse.jetty...
Java
Apache License 2.0
tomakehurst/wiremock
Select the Jetty GZip wrapper class dynamically so that it works with Jetty 9.2 and 9.4
686,936
28.05.2018 18:18:35
-3,600
40a6c4623388f68d26e22f5efb33c19c3877c776
Excluded the now helper from StringHelpers in Handlebars and aliased the WireMock now helper to date, with docs indicating that date is the form to use when passing a date
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -233,11 +233,11 @@ A helper is present to render the current date/time, with the ability to specify\n{% raw %}\n```\n-{{date}}\n-{{date offset='3 days'}}\n-{...
Java
Apache License 2.0
tomakehurst/wiremock
Excluded the now helper from StringHelpers in Handlebars and aliased the WireMock now helper to date, with docs indicating that date is the form to use when passing a date
686,936
25.05.2018 14:00:43
-3,600
63f495e84e52dd946f86e6d4bd9736ebf85e130e
Added RAML definitions for the new find and remove by metadata API endpoints
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -82,12 +82,10 @@ dependencies {\ntestCompile \"org.skyscreamer:jsonassert:1.2.3\"\ntestCompile 'com.toomuchcoding.jsonassert:jsonassert:0.4.12'\ntestCompile 'org.awaitility:awaitility:2.0.0'\n-\ntestCompil...
Java
Apache License 2.0
tomakehurst/wiremock
Added RAML definitions for the new find and remove by metadata API endpoints
686,936
28.05.2018 19:24:42
-3,600
a6fbe1206d858556492af6aa633d14ab51b682b2
Updated RAML to include metadata field on stub mapping
[ { "change_type": "MODIFY", "old_path": "src/main/resources/raml/schemas/stub-mapping.schema.json", "new_path": "src/main/resources/raml/schemas/stub-mapping.schema.json", "diff": "\"description\": \"A map of the names of post serve action extensions to trigger and their parameters.\",\n\"type\": \"o...
Java
Apache License 2.0
tomakehurst/wiremock
Updated RAML to include metadata field on stub mapping
686,936
28.05.2018 19:40:24
-3,600
fd9f71cf7a729f5319937126825d05f65dc68840
Updated RAML spec to document allowNonProxied flag in record spec
[ { "change_type": "MODIFY", "old_path": "src/main/resources/raml/schemas/record-spec.schema.json", "new_path": "src/main/resources/raml/schemas/record-spec.schema.json", "diff": "{\n\"type\": \"object\",\n\"properties\": {\n+ \"targetBaseUrl\": {\n+ \"type\": \"string\",\n+ \"description\": \"The bas...
Java
Apache License 2.0
tomakehurst/wiremock
Updated RAML spec to document allowNonProxied flag in record spec
686,946
12.06.2018 23:42:05
-19,080
8a25659f2f854531b673db73937d60785609d5c6
fix for - supporting handlebars templates in body file paths
[ { "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": "@@ -111,7 +111,9 @...
Java
Apache License 2.0
tomakehurst/wiremock
fix for #950 - supporting handlebars templates in body file paths
686,936
23.06.2018 12:42:51
-3,600
d421d8f0d0c049a2d88774468cdbac4447ee864b
Added environment parameterisation to perf test
[ { "change_type": "MODIFY", "old_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "new_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "diff": "@@ -7,12 +7,13 @@ import scala.concurrent.duration._\nclass StubbingAndVerifyingSimula...
Java
Apache License 2.0
tomakehurst/wiremock
Added environment parameterisation to perf test
686,936
23.06.2018 13:01:22
-3,600
7392e049e0190c7d61d49626157b2eefd824361c
Fixes to parameterisation of perf test
[ { "change_type": "ADD", "old_path": "perf-test/gradle/wrapper/gradle-wrapper.jar", "new_path": "perf-test/gradle/wrapper/gradle-wrapper.jar", "diff": "Binary files /dev/null and b/perf-test/gradle/wrapper/gradle-wrapper.jar differ\n" }, { "change_type": "ADD", "old_path": null, "new_...
Java
Apache License 2.0
tomakehurst/wiremock
Fixes to parameterisation of perf test
686,936
23.06.2018 15:30:37
-3,600
a8aa9f84a1dbcf4dc784761dcc2534301ea0733f
Added a conf file to the perf test to shorten some timeouts
[ { "change_type": "ADD", "old_path": null, "new_path": "perf-test/src/gatling/resources/conf/gatling.conf", "diff": "+gatling {\n+ http {\n+ enableGA = false\n+\n+ ahc {\n+ connectTimeout = 5000 # Timeout when establishing a connection\n+ handshakeTimeout = 5000 # Timeout when performing TLS hashshak...
Java
Apache License 2.0
tomakehurst/wiremock
Added a conf file to the perf test to shorten some timeouts
686,936
23.06.2018 16:27:15
-3,600
aa8b99bc30743ff8a6cdd9d159283d4537fcf7bf
Added a many GETs load test scenario
[ { "change_type": "MODIFY", "old_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "new_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "diff": "@@ -13,7 +13,8 @@ class StubbingAndVerifyingSimulation extends Simulation {\nbefore {\...
Java
Apache License 2.0
tomakehurst/wiremock
Added a many GETs load test scenario
686,936
24.06.2018 08:49:50
-3,600
48109cdd26ad2f0beb12c6e07128bb17e8a955b8
Added checking of 404s in the many GETs perf test scenario
[ { "change_type": "MODIFY", "old_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "new_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "diff": "@@ -73,6 +73,10 @@ class StubbingAndVerifyingSimulation extends Simulation {\n.get(ses...
Java
Apache License 2.0
tomakehurst/wiremock
Added checking of 404s in the many GETs perf test scenario
686,936
24.06.2018 08:57:07
-3,600
d0a9c7771814860bd2be95996b784340b47b1b38
Added a better label to perf test scenario step
[ { "change_type": "MODIFY", "old_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "new_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "diff": "@@ -73,7 +73,7 @@ class StubbingAndVerifyingSimulation extends Simulation {\n.get(sess...
Java
Apache License 2.0
tomakehurst/wiremock
Added a better label to perf test scenario step
686,936
24.06.2018 09:46:44
-3,600
e4f9d218379d07e1c48ab1464df466d613234f4f
Added default 404 stub to perf test setup
[ { "change_type": "MODIFY", "old_path": "perf-test/src/main/java/wiremock/LoadTestConfiguration.java", "new_path": "perf-test/src/main/java/wiremock/LoadTestConfiguration.java", "diff": "@@ -84,6 +84,10 @@ public class LoadTestConfiguration {\nExecutorService executorService = Executors.newFixedThrea...
Java
Apache License 2.0
tomakehurst/wiremock
Added default 404 stub to perf test setup
686,936
24.06.2018 09:48:37
-3,600
cc49a1848e262cdbc328020715a0d815c37d4393
Dropped repeats in perf tests for more precise control of rate
[ { "change_type": "MODIFY", "old_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "new_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "diff": "@@ -27,7 +27,7 @@ class StubbingAndVerifyingSimulation extends Simulation {\nval mixed...
Java
Apache License 2.0
tomakehurst/wiremock
Dropped repeats in perf tests for more precise control of rate
686,936
03.07.2018 13:14:10
-3,600
ee596fe509b46f4ffd0890cb775c56b082570778
Minor fix to load test - avoid accidental 200s when should be 404
[ { "change_type": "MODIFY", "old_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "new_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "diff": "@@ -74,7 +74,7 @@ class StubbingAndVerifyingSimulation extends Simulation {\n.header(\...
Java
Apache License 2.0
tomakehurst/wiremock
Minor fix to load test - avoid accidental 200s when should be 404
686,936
13.07.2018 19:57:44
-3,600
7582794fc71d17b322ed91e828e551d87028863c
Added a link to the Paypal blog post on www.mocklab.io
[ { "change_type": "MODIFY", "old_path": "docs-v2/external-resources/index.md", "new_path": "docs-v2/external-resources/index.md", "diff": "@@ -101,3 +101,7 @@ the testing setup used by his team at Amex:<br>\nTom and Rob Elliot gave a join talk at Skillsmatter about patterns for readable and scalable ...
Java
Apache License 2.0
tomakehurst/wiremock
Added a link to the Paypal blog post on www.mocklab.io
686,936
25.07.2018 16:32:22
-3,600
91f81ca0185caa7c3c02be6afe114a6a9916248e
Updated MockLab homepage copy as per winning a/b variant
[ { "change_type": "MODIFY", "old_path": "docs-v2/index.html", "new_path": "docs-v2/index.html", "diff": "@@ -32,10 +32,12 @@ description: WireMock is a flexible API mocking tool for fast, robust and compre\n<div class=\"mocklab-section__copy\">\n<img src=\"/images/mocklab/Mocklab_Logo_4x.png\" title=...
Java
Apache License 2.0
tomakehurst/wiremock
Updated MockLab homepage copy as per winning a/b variant
686,936
29.07.2018 13:01:49
-3,600
1d1f03e6b91fc9ef855f13d861d88abeb9e264ce
Added a large stubs GET scenario
[ { "change_type": "ADD", "old_path": null, "new_path": ".ruby-version", "diff": "+2.1.10\n" }, { "change_type": "MODIFY", "old_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimulation.scala", "new_path": "perf-test/src/gatling/scala/wiremock/StubbingAndVerifyingSimu...
Java
Apache License 2.0
tomakehurst/wiremock
Added a large stubs GET scenario
687,034
03.08.2018 10:59:38
-7,200
d52f25dd845a45bd83a5ded5bb9195b9655ae77c
Do not fail in case of multipart/mixed requests. The underlying jetty code does only support multipart/form-data. Any other multipart content like multipart/mixed can not be used with the MultipartValuePattern!
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHttpServletRequestAdapter.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHttpServletRequestAdapter.java", "diff": "@@ -305,7 +305,7 @@ public class WireMockHttpSer...
Java
Apache License 2.0
tomakehurst/wiremock
Do not fail in case of multipart/mixed requests. The underlying jetty code does only support multipart/form-data. Any other multipart content like multipart/mixed can not be used with the MultipartValuePattern!
686,936
15.08.2018 13:10:51
-3,600
870ca8bd9a912bc9bb3efd95b228686da83e2809
Fixed path/pathSegments response templating documentation bug
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -92,7 +92,7 @@ The model of the request is supplied to the header and body templates. The follo\n`request.requestLine.path` - URL path\n-`request.requestLine...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed path/pathSegments response templating documentation bug
686,936
15.08.2018 13:24:42
-3,600
f965f055f54e17486d382de2bcbfba275d20d9d5
Added token authentication support
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/security/ClientTokenAuthenticator.java", "diff": "+package com.github.tomakehurst.wiremock.security;\n+\n+import com.google.common.net.HttpHeaders;\n+\n+public class ClientTokenAuthenticator extends ...
Java
Apache License 2.0
tomakehurst/wiremock
Added token authentication support
686,936
15.08.2018 17:40:41
-3,600
085b6f17423b019fd2d457f1d3279a31c7794e18
Fixed by upgrading to jackson-databind 2.8.11.2
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -35,6 +35,7 @@ def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')\ndef versions = [\njackson: '2.8.11',\n+ jacksonDatabind: '2.8.11.2',\njetty : '9.2.24.v20180105', // Please don't raise PRs up...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #974 by upgrading to jackson-databind 2.8.11.2
686,973
24.08.2018 06:51:37
-7,200
ae9f182f65078bfe4c4790523b50ef7fedbe962a
add base url method to wiremock server
[ { "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": "@@ -189,16 +189,21 @@ public class WireMockServer implements Container, Stubbing, Admin {\nreturn http...
Java
Apache License 2.0
tomakehurst/wiremock
add base url method to wiremock server
687,002
07.09.2018 10:09:26
14,400
087f69c55f7bb262f46d889004ef5c5b3c540749
docs(README): Fix maven-central badge The current badge link `https://maven-badges.herokuapp.com/maven-central/com.github.tomakehurst/wiremock` is redirecting to `https://search.maven.org`.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -2,7 +2,8 @@ WireMock - a web service test double for all occasions\n======================================================\n[![Build Status](https://travis-ci.org/tomakehurst/wiremock.svg?branch=master)](https:...
Java
Apache License 2.0
tomakehurst/wiremock
docs(README): Fix maven-central badge The current badge link `https://maven-badges.herokuapp.com/maven-central/com.github.tomakehurst/wiremock` is redirecting to `https://search.maven.org`.
686,936
08.09.2018 15:09:44
-3,600
d0440f47bbf5b8dbd4d687c49b6638fdbb860d16
Added timing data to serve events
[ { "change_type": "ADD", "old_path": null, "new_path": "docs-v2/.ruby-version", "diff": "+2.1.10\n" }, { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Timing.java", "diff": "+package com.github.tomakehurst.wiremock.common...
Java
Apache License 2.0
tomakehurst/wiremock
Added timing data to serve events
686,936
17.09.2018 18:25:48
-3,600
f6184d79876ab99006ac49d723fd7905f1cb1bde
Refactored renderers to take a ServeEvent, rather than ResponseDefinition, making stub name and ID accessible
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/AbstractRequestHandler.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/AbstractRequestHandler.java", "diff": "@@ -47,7 +47,7 @@ public abstract class AbstractRequestHandler implements Re...
Java
Apache License 2.0
tomakehurst/wiremock
Refactored renderers to take a ServeEvent, rather than ResponseDefinition, making stub name and ID accessible
686,936
17.09.2018 19:26:01
-3,600
b84568b4b68bdba38ac40597a31cc74eee1adb17
Added debug response headers Matched-Stub-Id and Matched-Stub-Name
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/StubResponseRenderer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/StubResponseRenderer.java", "diff": "@@ -20,11 +20,14 @@ import com.github.tomakehurst.wiremock.common.FileSource;\ni...
Java
Apache License 2.0
tomakehurst/wiremock
Added debug response headers Matched-Stub-Id and Matched-Stub-Name
686,936
18.09.2018 15:18:12
-3,600
535a20d0db1359a572c77fe78c89b6cda03341d4
Switched to a more efficient and slightly less leaky scenarios implementation
[ { "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": "@@ -99,13 +99,13 @@ public class InMemoryStubMappings implements StubMap...
Java
Apache License 2.0
tomakehurst/wiremock
Switched to a more efficient and slightly less leaky scenarios implementation
686,936
18.09.2018 17:18:49
-3,600
2946450d194e4a720a393998a699dd4f2d20c8a5
Fixed scenario bug where possible states could be removed even when stubs referring to them still exist
[ { "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": "@@ -18,14 +18,14 @@ package com.github.tomakehurst.wiremock.stubbing;\nimport com.fasterxml.jack...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed scenario bug where possible states could be removed even when stubs referring to them still exist
686,936
18.09.2018 19:36:06
-3,600
d14fed9da110b1ade49f04322e611eaab00f6b36
Fixed JSON name for mappings in Scenario
[ { "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": "@@ -27,8 +27,6 @@ import com.google.common.collect.Sets;\nimport java.util.*;\n-import static co...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed JSON name for mappings in Scenario
687,051
19.09.2018 16:15:22
-10,800
8cf81ab0e15464b85693ed9f8632ccb8b88db3d1
Implemented recording of multipart requests and fixed an incorrect import in MockRequestBuilder
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMappingJsonRecorder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMappingJsonRecorder.java", "diff": "@@ -19,12 +19,11 @@ import com.github.tomakehurst.wiremock.client....
Java
Apache License 2.0
tomakehurst/wiremock
Implemented recording of multipart requests and fixed an incorrect import in MockRequestBuilder
686,936
20.09.2018 16:48:05
-3,600
464ee3e2d9ea4f1436da25ba587eacb796ba4e66
Minor amendments to the docs package.json. Upgraded to Handlebars 4.0.7 - fixes
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -34,6 +34,7 @@ version = '2.19.0'\ndef shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')\ndef versions = [\n+ handlebars: '4.0.7',\njackson: '2.8.11',\njacksonDatabind: '2.8.11.2',\njetty : '9.2.2...
Java
Apache License 2.0
tomakehurst/wiremock
Minor amendments to the docs package.json. Upgraded to Handlebars 4.0.7 - fixes #971.
686,936
20.09.2018 17:55:43
-3,600
dec414502b1f2f57ff7f09e0049a2a14ffb7d733
Added a doc note about allowNonProxied. See
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/record-playback.md", "new_path": "docs-v2/_docs/record-playback.md", "diff": "@@ -190,7 +190,8 @@ POST /__admin/recordings/start\n\"targetBaseUrl\" : \"http://example.mocklab.io\",\n\"filters\" : {\n\"urlPathPattern\" : \"/api/.*\",\n- \"method\"...
Java
Apache License 2.0
tomakehurst/wiremock
Added a doc note about allowNonProxied. See #942.
686,936
20.09.2018 18:00:39
-3,600
80398a57e4671351c0bb0724b1372e1e00e8a9d7
Fixed - missing /reset from API docs
[ { "change_type": "MODIFY", "old_path": "src/main/resources/raml/wiremock-admin-api.raml", "new_path": "src/main/resources/raml/wiremock-admin-api.raml", "diff": "@@ -411,6 +411,17 @@ schemas:\n200:\ndescription: Settings successfully updated\n+/reset:\n+ description: Reset all\n+ post:\n+ descriptio...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #954 - missing /reset from API docs
686,936
20.09.2018 18:20:50
-3,600
5e3c1ed741996bed006ab16734bbe780f9aaccad
Documented body file templating
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -85,6 +85,39 @@ wm.stubFor(get(urlPathEqualTo(\"/templated\"))\n```\n{% endraw %}\n+\n+## Templated body file\n+\n+The body file for a response can be select...
Java
Apache License 2.0
tomakehurst/wiremock
Documented body file templating
687,036
04.10.2018 18:12:33
-7,200
10b9b763707855273bd7caca3e44387955da0f55
Add ConditionalHelpers support
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -157,6 +157,7 @@ The model of the request is supplied to the header and body templates. The follo\n## Handlebars helpers\nAll of the standard helpers (templa...
Java
Apache License 2.0
tomakehurst/wiremock
Add ConditionalHelpers support
686,936
10.10.2018 20:30:37
-3,600
674b3cbee2528c7043eee3c43612c0684579d5f9
Fixed - now ignores the presence of at the root of a stub mapping JSON document, so that this can be used in (primarily) VS Code
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMapping.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMapping.java", "diff": "package com.github.tomakehurst.wiremock.stubbing;\nimport com.fasterxml.jackson.annotation...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1006 - now ignores the presence of at the root of a stub mapping JSON document, so that this can be used in (primarily) VS Code
686,936
12.10.2018 10:06:09
-3,600
e53d85d3c1cdaa90f33664a8d919e6bc02afc7a9
Updated Travis config with JDK 10 builds
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "language: java\njdk:\n- - oraclejdk8\n- openjdk7\n+ - oraclejdk8\n- openjdk8\n+ - oraclejdk10\n+ - openjdk10\ninstall:\n- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm &&...
Java
Apache License 2.0
tomakehurst/wiremock
Updated Travis config with JDK 10 builds
686,974
24.10.2018 22:12:03
-28,800
5d2e6cbff50e716d136ab362e1f32d3f5fb871b5
Add more info to admin request log
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/AbstractRequestHandler.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/AbstractRequestHandler.java", "diff": "@@ -72,7 +72,7 @@ public abstract class AbstractRequestHandler implements Re...
Java
Apache License 2.0
tomakehurst/wiremock
Add more info to admin request log
686,974
26.10.2018 23:07:25
-28,800
5ddff2c2b53b7fea887e1b7154e8afde44c3b986
Add unit test for admin request log change
[ { "change_type": "ADD", "old_path": null, "new_path": "src/test/java/com/github/tomakehurst/wiremock/http/AdminRequestHandlerTest.java", "diff": "+/*\n+ * Copyright (C) 2011 Thomas Akehurst\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file exc...
Java
Apache License 2.0
tomakehurst/wiremock
Add unit test for admin request log change
686,974
26.10.2018 23:08:52
-28,800
82acb55af6ba8252b95386ba7f186d21f61d7d95
remove redundant println in test
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/http/AdminRequestHandlerTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/http/AdminRequestHandlerTest.java", "diff": "@@ -72,7 +72,6 @@ public class AdminRequestHandlerTest {\nwithHeader(postH...
Java
Apache License 2.0
tomakehurst/wiremock
remove redundant println in test
686,974
29.10.2018 23:08:57
-28,800
47ce27105ac2d27b1d558b244b6184429ccf62b0
refine test with jMock
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/http/AdminRequestHandlerTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/http/AdminRequestHandlerTest.java", "diff": "@@ -17,25 +17,29 @@ package com.github.tomakehurst.wiremock.http;\nimport ...
Java
Apache License 2.0
tomakehurst/wiremock
refine test with jMock
686,936
29.10.2018 19:19:14
0
b4a9a2f1b095c98d640d1ea91b4e513719a784e5
Fixed - multipart request body parsing fails with Jetty 9.4+
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHttpServletRequestAdapter.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHttpServletRequestAdapter.java", "diff": "@@ -36,6 +36,7 @@ import java.io.IOException;\ni...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1007 - multipart request body parsing fails with Jetty 9.4+
686,936
31.10.2018 06:14:21
0
64f7f786aee499bf9135fbcacafe8f12cd6fccd6
Extended timeout in PostServeActionExtensionsTest in order to improve CI stability
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/PostServeActionExtensionTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/PostServeActionExtensionTest.java", "diff": "@@ -83,7 +83,7 @@ public class PostServeActionExtensionTest {\nclient.get(...
Java
Apache License 2.0
tomakehurst/wiremock
Extended timeout in PostServeActionExtensionsTest in order to improve CI stability
686,936
31.10.2018 06:45:46
0
b79e7f67d27988ac885b665f18f91149b0810596
Attempt at fixing race condition in PostServeActionExtensionTest
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/PostServeActionExtensionTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/PostServeActionExtensionTest.java", "diff": "@@ -83,7 +83,7 @@ public class PostServeActionExtensionTest {\nclient.get(...
Java
Apache License 2.0
tomakehurst/wiremock
Attempt at fixing race condition in PostServeActionExtensionTest
686,936
31.10.2018 07:46:50
0
865c32d043dc44b084e9165f7e19cf36eaa1fc3b
Extended a test delay to improve CI stability
[ { "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": "@@ -47,7 +47,7 @@ public class ResponseDelayAcceptanceTest {\nprivate static...
Java
Apache License 2.0
tomakehurst/wiremock
Extended a test delay to improve CI stability
686,936
31.10.2018 17:54:47
0
b8c89542c24dc9c2782039705411bb53bc77a6f5
Fixed - files root incorrectly passed to response transformers
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/StubResponseRenderer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/StubResponseRenderer.java", "diff": "@@ -77,7 +77,7 @@ public class StubResponseRenderer implements ResponseRenderer ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1019 - files root incorrectly passed to response transformers
687,023
01.11.2018 11:49:38
-19,080
14db079e673e3a522962ea09f5c8a1aae7ee8455
Resolve scenario name conflict restricting to two node parts
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Urls.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Urls.java", "diff": "@@ -68,9 +68,8 @@ public class Urls {\nreturn nodeCount > 0 ?\nJoiner.on(\"-\")\n- .join(from(uriPathNodes)\...
Java
Apache License 2.0
tomakehurst/wiremock
Resolve scenario name conflict restricting to two node parts
686,936
01.11.2018 09:17:42
0
1fea7878d19a79f2fdd3554a259e6303fdc5e7d5
Modified URL to name conversion logic used in filename and recorded scenario name generation to use an unlimited number of path nodes, to avoid scenario name duplicates with complex URL structures. Adjusted filename generation logic to truncate names with URL parts longer than 150 chars.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/UniqueFilenameGenerator.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/UniqueFilenameGenerator.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n+import org.apach...
Java
Apache License 2.0
tomakehurst/wiremock
Modified URL to name conversion logic used in filename and recorded scenario name generation to use an unlimited number of path nodes, to avoid scenario name duplicates with complex URL structures. Adjusted filename generation logic to truncate names with URL parts longer than 150 chars.
686,936
05.11.2018 19:26:51
0
72ea24aa1e4bd48852ac9229b7c29e5c23203fe1
Set the async timeout to 5 minutes to avoid breaking stubs with longer delays (default was 30s)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "diff": "@@ -58,6 +58,10 @@ public class JettyHttpServer implements HttpServer {\nprivate stati...
Java
Apache License 2.0
tomakehurst/wiremock
Set the async timeout to 5 minutes to avoid breaking stubs with longer delays (default was 30s)
687,024
05.11.2018 15:05:36
21,600
a06e4a1d6c700bcbe345f987a59872bad8217fd8
[fix_typos_in_request_matching] Fix docs typos Fix two typos in request-matching documenation
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -185,7 +185,7 @@ JSON:\n## Matching other attributes\n-All request attributes other the the URL can be matched using the following set of operators.\n+All request ...
Java
Apache License 2.0
tomakehurst/wiremock
[fix_typos_in_request_matching] Fix docs typos Fix two typos in request-matching documenation
686,936
05.11.2018 21:05:50
0
7fd45b0de7d4bda61306b458cc5544865391c427
Excluded an unneeded transient dependency. Shaded a Google dependency.
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -68,7 +68,9 @@ dependencies {\ncompile \"com.github.jknack:handlebars:$versions.handlebars\", {\nexclude group: 'org.mozilla', module: 'rhino'\n}\n- compile \"com.github.jknack:handlebars-helpers:$versions...
Java
Apache License 2.0
tomakehurst/wiremock
Excluded an unneeded transient dependency. Shaded a Google dependency.
687,042
22.11.2018 19:13:44
-3,600
744f381d86e86ef9ad082116b36fb00f165ff050
Informative error when ZipEntry not found
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/ClasspathFileSource.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/ClasspathFileSource.java", "diff": "@@ -25,7 +25,6 @@ import java.io.File;\nimport java.net.URI;\nimport java.net....
Java
Apache License 2.0
tomakehurst/wiremock
Informative error when ZipEntry not found #1039
686,936
26.11.2018 19:26:48
0
e2b5763186a4e2804ee02b82cf1df33f23caf4a4
Fixed - should not match empty objects or arrays in equal to json when ignoreExtraElements is false
[ { "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": "@@ -103,17 +103,14 @@ public final class Json {\nreturn 0;\n}\n- int acc = 0;\n+ int acc = 1;\nif (node.isCo...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #632 - should not match empty objects or arrays in equal to json when ignoreExtraElements is false
686,953
29.12.2018 15:07:01
-19,080
395bd9cf3546808ce158a42dadf27cc6770ac7f1
edited the usage of --https-port option
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/running-standalone.md", "new_path": "docs-v2/_docs/running-standalone.md", "diff": "@@ -28,7 +28,7 @@ The following can optionally be specified on the command line:\n`--port`: Set the HTTP port number e.g. `--port 9999`. Use `--port 0` to dynamic...
Java
Apache License 2.0
tomakehurst/wiremock
edited the usage of --https-port option
686,936
04.01.2019 16:13:06
0
90d031fea47a4e1b94cbf75548fb979b7a8c362a
Tidied up doc note about HTTP/HTTPS port numbers in standalone
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/running-standalone.md", "new_path": "docs-v2/_docs/running-standalone.md", "diff": "@@ -28,7 +28,8 @@ The following can optionally be specified on the command line:\n`--port`: Set the HTTP port number e.g. `--port 9999`. Use `--port 0` to dynamic...
Java
Apache License 2.0
tomakehurst/wiremock
Tidied up doc note about HTTP/HTTPS port numbers in standalone
686,936
04.01.2019 16:14:45
0
aeb0b26c907cbd3790ce41f586710b153af4743c
Added a test case for conditional Handlebars helpers
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformerTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformerTest.java", "diff": "@@ -251,6 ...
Java
Apache License 2.0
tomakehurst/wiremock
Added a test case for conditional Handlebars helpers
686,936
04.01.2019 16:23:42
0
7fbf74fd4d7c5accbac2b85281540054a16ed2ec
Fixed - added missing copied fields in ProxyResponseDefinitionBuilder constructor
[ { "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": "@@ -195,6 +195,7 @@ public class ResponseDefinitionBuilder {\npubl...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1044 - added missing copied fields in ProxyResponseDefinitionBuilder constructor
686,936
04.01.2019 17:19:29
0
2ace35b0e27b019af473475c6b6cc7d65f2a2254
Commented out the Google page hiding snippet to avoid loading delays in the presence of ad blockers
[ { "change_type": "MODIFY", "old_path": "docs-v2/_includes/analytics-providers/google.html", "new_path": "docs-v2/_includes/analytics-providers/google.html", "diff": "<!-- Google Analytics -->\n<style>.async-hide { opacity: 0 !important} </style>\n-<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' ...
Java
Apache License 2.0
tomakehurst/wiremock
Commented out the Google page hiding snippet to avoid loading delays in the presence of ad blockers
686,936
04.01.2019 17:49:43
0
50c07ef33ad44307b645e71557c14b79b8287d4b
Added XML transformer loading optimisations suggested by in
[ { "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": "package com.github.tomakehurst.wiremock.common;\nimport com.sun.org.apache.xerces.internal.jaxp.DocumentBuilde...
Java
Apache License 2.0
tomakehurst/wiremock
Added XML transformer loading optimisations suggested by @philippe-granet in #1048
686,936
04.01.2019 20:00:21
0
78040510a6bb3e740c4959c277354aa9341f99bd
Upgraded Jetty to version 9.2.26.v20180806
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -37,7 +37,7 @@ def versions = [\nhandlebars: '4.0.7',\njackson: '2.8.11',\njacksonDatabind: '2.8.11.2',\n- jetty : '9.2.24.v20180105', // Please don't raise PRs upgrading this to the latest version as it d...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded Jetty to version 9.2.26.v20180806
686,936
04.01.2019 20:03:46
0
3dc43890b56ae73a0a684d3b13147a7ba44231bd
Upgraded to Jackson Databind 2.8.11.3
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -36,7 +36,7 @@ def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')\ndef versions = [\nhandlebars: '4.0.7',\njackson: '2.8.11',\n- jacksonDatabind: '2.8.11.2',\n+ jacksonDatabind: '2.8.11.3',\nje...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to Jackson Databind 2.8.11.3
686,936
04.01.2019 20:05:04
0
a05ce9f549d8041552183f33b27ca978ac635e41
Upgraded to httpclient 4.5.6
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -54,7 +54,7 @@ dependencies {\ncompile \"com.fasterxml.jackson.core:jackson-core:$versions.jackson\",\n\"com.fasterxml.jackson.core:jackson-annotations:$versions.jackson\",\n\"com.fasterxml.jackson.core:ja...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to httpclient 4.5.6