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,965
19.06.2017 00:40:17
25,200
516095a7ee151e451887d8f159c6cf9fae7fb10b
Work on body file extraction
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/LoggedResponseDefinitionTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/LoggedResponseDefinitionTransformer.java", "diff": "package com.github.tomakehurst.wirem...
Java
Apache License 2.0
tomakehurst/wiremock
Work on body file extraction
687,038
26.06.2017 23:40:18
0
5b0d397243b644a0389b62edfdb0a4433f2ffd93
obeying the charset specified in the content-type header
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/ContentTypes.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/ContentTypes.java", "diff": "@@ -90,7 +90,7 @@ public class ContentTypes {\nreturn substringAfterLast(lastPathSegment, \"...
Java
Apache License 2.0
tomakehurst/wiremock
obeying the charset specified in the content-type header
686,945
01.07.2017 06:54:02
-19,080
5350879c1df321b012e93ede17c4ef95bc77fd49
[Bala] Documentation typos & formatting
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/junit-rule.md", "new_path": "docs-v2/_docs/junit-rule.md", "diff": "@@ -65,7 +65,7 @@ public WireMockClassRule instanceRule = wireMockRule;\n## Accessing the stubbing and verification DSL from the rule\n-In addition the the static methods on the ...
Java
Apache License 2.0
tomakehurst/wiremock
[Bala] Documentation typos & formatting
687,038
03.07.2017 13:49:48
0
d1431b4fe397bc6455e42942277509af5a9ccda5
add tests to verify non-utf8 charset handling
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -351,6 +351,7 @@ task npmInstall(type: Exec) {\ncommandLine 'npm', 'i'\n}\n+/*\ntask generateApiDocs(type: Exec) {\ndependsOn npmInstall\nworkingDir 'docs-v2'\n@@ -358,6 +359,7 @@ task generateApiDocs(type...
Java
Apache License 2.0
tomakehurst/wiremock
add tests to verify non-utf8 charset handling
686,965
04.07.2017 17:09:33
25,200
331ba0a148ffd8e75f061c788c21ee692b36dd14
Make all parameters final in Snapshotspec and switch JsonNode arguments to Boolean
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "diff": "@@ -2,7 +2,6 @@ package com.github.tomakehurst.wiremock.admin.model;\nimport com.f...
Java
Apache License 2.0
tomakehurst/wiremock
Make all parameters final in Snapshotspec and switch JsonNode arguments to Boolean
686,965
04.07.2017 17:19:47
25,200
a47e65bda237d6dfff8506febd7e450900803732
Cleanup to have SnapshotSpec.getCaptureHeaders() just return the capture headers
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "diff": "@@ -15,7 +15,7 @@ public class SnapshotSpec {\n// Whitelist requests to generate S...
Java
Apache License 2.0
tomakehurst/wiremock
Cleanup to have SnapshotSpec.getCaptureHeaders() just return the capture headers
686,965
04.07.2017 18:15:00
25,200
7c36645fd4c6288a80f47ab9af709fce78aa4796
Refactoring for ServeEventRequestFilters: rename to ProxiedServeEventFilters and move proxy filtering logic over
[ { "change_type": "RENAME", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ServeEventRequestFilters.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ProxiedServeEventFilters.java", "diff": "@@ -11,15 +11,20 @@ import java.util.List;\nimport java.ut...
Java
Apache License 2.0
tomakehurst/wiremock
Refactoring for ServeEventRequestFilters: rename to ProxiedServeEventFilters and move proxy filtering logic over
686,965
04.07.2017 19:30:17
25,200
82f4f1243bc74098eb3647ce13f5a42a06f8f57e
Lots of cleanup: move post-processing logic out of SnapshotTask and into new class and make snapshot generation a bit more functional
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotRepeatedRequestHandler.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotRepeatedRequestHandler.java", "diff": "@@ -23,9 +23,9 @@ public class SnapshotRepeate...
Java
Apache License 2.0
tomakehurst/wiremock
Lots of cleanup: move post-processing logic out of SnapshotTask and into new class and make snapshot generation a bit more functional
686,965
04.07.2017 21:27:48
25,200
fc66370a402947ebf4c0d75057f75b0cb42459b9
Change output formats to return object with appropriate key instead of an array
[ { "change_type": "DELETE", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotOutputFormat.java", "new_path": null, "diff": "-package com.github.tomakehurst.wiremock.admin.model;\n-\n-import com.fasterxml.jackson.annotation.JsonCreator;\n-import com.github.tomakehurst.wir...
Java
Apache License 2.0
tomakehurst/wiremock
Change output formats to return object with appropriate key instead of an array
686,965
04.07.2017 21:40:37
25,200
25f17edcc63a72b7de6e46079dc78e4ef7b37503
Reduce some duplication in stub mapping transformer tests
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/SnapshotTransformerAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/SnapshotTransformerAcceptanceTest.java", "diff": "*/\npackage com.github.tomakehurst.wiremock;\n-import com.github...
Java
Apache License 2.0
tomakehurst/wiremock
Reduce some duplication in stub mapping transformer tests
686,965
05.07.2017 14:12:50
25,200
3a4421d463a79d42824dffbcd13301ee16a3fa32
Lots of small cleanup and refactoring
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/RequestPatternTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/RequestPatternTransformer.java", "diff": "@@ -14,7 +14,7 @@ import java.util.Map;\nimport static c...
Java
Apache License 2.0
tomakehurst/wiremock
Lots of small cleanup and refactoring
686,965
05.07.2017 15:45:51
25,200
ac4692e213f7090d10dc565c6b787b6c02f76aaf
Add more tests for ResponseDefinitionBodyMatcher
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/admin/ResponseDefinitionBodyMatcherTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/admin/ResponseDefinitionBodyMatcherTest.java", "diff": "package com.github.tomakehurst.wiremock.admin;\nimpo...
Java
Apache License 2.0
tomakehurst/wiremock
Add more tests for ResponseDefinitionBodyMatcher
686,965
06.07.2017 00:39:11
25,200
778781ba4278e637fb27daa0a47768aeac85b1aa
Refactoring to consolidate charset logic into Strings
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Strings.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Strings.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n+import java.nio.charset.Charset;\n+\nimport stat...
Java
Apache License 2.0
tomakehurst/wiremock
Refactoring to consolidate charset logic into Strings
686,965
07.07.2017 17:04:46
25,200
e6aa8ab31d7eec1155078e6ce127d9832fdc2438
Refactoring SnapshotRepeatedRequestHandler to split up the logic
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotRepeatedRequestHandler.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotRepeatedRequestHandler.java", "diff": "@@ -4,78 +4,81 @@ import com.github.tomakehurs...
Java
Apache License 2.0
tomakehurst/wiremock
Refactoring SnapshotRepeatedRequestHandler to split up the logic
686,965
07.07.2017 17:05:05
25,200
0f8c6a9977994cff151e019736ad3f4409cebc9f
Some more tests for ResponseDefinitionBodyMatcher
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ResponseDefinitionBodyMatcher.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ResponseDefinitionBodyMatcher.java", "diff": "@@ -6,6 +6,8 @@ import com.github.tomakehurst.wi...
Java
Apache License 2.0
tomakehurst/wiremock
Some more tests for ResponseDefinitionBodyMatcher
686,965
09.07.2017 20:29:20
25,200
e190c978ecb5bd19b569c5d5e5330f3bc178acbb
Refactoring: move UniqueFilenameGenerator.urlToPathParts() to Urls class
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotRepeatedRequestHandler.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotRepeatedRequestHandler.java", "diff": "package com.github.tomakehurst.wiremock.admin....
Java
Apache License 2.0
tomakehurst/wiremock
Refactoring: move UniqueFilenameGenerator.urlToPathParts() to Urls class
686,965
09.07.2017 23:04:34
25,200
5192a752fbcdce2ff3d6f1024f3f0159595fa814
Refactoring to extract URL path logic to a method This extracts some logic in UniqueFilenameGenerator for turning URL paths into a hyphen-delimited string over to a method in Urls. This makes it easier to test and will be necessary for PR since it also uses this logic.
[ { "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 com.githu...
Java
Apache License 2.0
tomakehurst/wiremock
Refactoring to extract URL path logic to a method This extracts some logic in UniqueFilenameGenerator for turning URL paths into a hyphen-delimited string over to a method in Urls. This makes it easier to test and will be necessary for PR #674, since it also uses this logic.
686,936
10.07.2017 16:54:48
-3,600
e4db43863bc951b231a950979bdd2ad52ae3ead5
Upgraded to Guava 20.0
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -47,7 +47,7 @@ dependencies {\ncompile \"org.eclipse.jetty:jetty-servlet:$versions.jetty\"\ncompile \"org.eclipse.jetty:jetty-servlets:$versions.jetty\"\ncompile \"org.eclipse.jetty:jetty-webapp:$versions....
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to Guava 20.0
686,936
10.07.2017 16:56:49
-3,600
e8e96f6fb0ef67395e76d8d7050c87565e487610
Upgraded to httpclient 4.5.3
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -51,7 +51,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.3
686,936
10.07.2017 16:57:57
-3,600
317023a7eab285878221da4235c8845f5eb0d5c5
Factored out a variable for xmlunit version in the build
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -35,7 +35,8 @@ def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')\ndef versions = [\njackson: '2.8.9',\n- jetty : '9.2.22.v20170606'\n+ jetty : '9.2.22.v20170606',\n+ xmlUnit: '2.3.0'\n]\nrepos...
Java
Apache License 2.0
tomakehurst/wiremock
Factored out a variable for xmlunit version in the build
686,936
10.07.2017 16:59:09
-3,600
881a3542dcda784d252e8bb032803dbe791e7b7b
Upgraded to JSONPath 2.4.0
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -55,7 +55,7 @@ dependencies {\ncompile \"org.apache.httpcomponents:httpclient:4.5.3\"\ncompile \"org.xmlunit:xmlunit-core:$versions.xmlUnit\"\ncompile \"org.xmlunit:xmlunit-legacy:$versions.xmlUnit\"\n- co...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to JSONPath 2.4.0
686,936
10.07.2017 17:00:32
-3,600
2731aaefead843792194609b656522a9810f4ccd
Upgraded to jopt-simple 5.0.3
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -57,7 +57,7 @@ dependencies {\ncompile \"org.xmlunit:xmlunit-legacy:$versions.xmlUnit\"\ncompile \"com.jayway.jsonpath:json-path:2.4.0\"\ncompile \"org.slf4j:slf4j-api:1.7.12\"\n- compile \"net.sf.jopt-sim...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to jopt-simple 5.0.3
686,936
10.07.2017 17:03:41
-3,600
ce74c429bd155447bfdd09450d5a7b1ed70a4b5c
Upgraded to commons-lang 3.6
[ { "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.5'\n+ compile 'org.apache.common...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to commons-lang 3.6
686,965
10.07.2017 22:53:35
25,200
901db8d6ea955b868eca9e7b19eba702569902ee
More refactoring for repeated request/scenario handling
[ { "change_type": "DELETE", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotRepeatedRequestHandler.java", "new_path": null, "diff": "-package com.github.tomakehurst.wiremock.admin.model;\n-\n-import com.github.tomakehurst.wiremock.common.Urls;\n-import com.github.tomake...
Java
Apache License 2.0
tomakehurst/wiremock
More refactoring for repeated request/scenario handling
686,965
10.07.2017 23:18:32
25,200
da6e0e721cce0e1b807e68db8747f55379e516f2
Change SnapshotAcceptanceTest to use a temp file root so it test persistence
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/AcceptanceTestBase.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/AcceptanceTestBase.java", "diff": "@@ -55,13 +55,17 @@ public class AcceptanceTestBase {\n}\npublic static void setupServerWithTe...
Java
Apache License 2.0
tomakehurst/wiremock
Change SnapshotAcceptanceTest to use a temp file root so it test persistence
686,936
11.07.2017 22:57:59
-3,600
d367d4d6699d3b6869c6a13f50ae9c027cc2524d
Added DSL support for specifying body file size criteria
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ResponseDefinitionBodyMatcher.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ResponseDefinitionBodyMatcher.java", "diff": "@@ -12,6 +12,10 @@ import java.util.Objects;\n//...
Java
Apache License 2.0
tomakehurst/wiremock
Added DSL support for specifying body file size criteria
686,936
11.07.2017 23:15:54
-3,600
6c3637138e4b1091ef6b13ed0bbb5201fe40495b
Added support for filtering by ID via the snapshot DSL
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpecBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpecBuilder.java", "diff": "package com.github.tomakehurst.wiremock.admin.model;\n+import com.gi...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for filtering by ID via the snapshot DSL
686,965
11.07.2017 21:41:01
25,200
91b05498bd244e2330a48d13223c343652fe1244
Add tests for SnapshotStubMappingPostProcessor
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotStubMappingPostProcessor.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotStubMappingPostProcessor.java", "diff": "@@ -48,23 +48,30 @@ public class SnapshotS...
Java
Apache License 2.0
tomakehurst/wiremock
Add tests for SnapshotStubMappingPostProcessor
686,936
12.07.2017 12:14:55
-3,600
e9205f01f13542fdc773e1b378233b42cfe1e969
Added DSL support and tests for scenario building. Fixed bug with scenario state setting and refactored scenario building code.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ScenarioProcessor.java", "diff": "+package com.github.tomakehurst.wiremock.admin.model;\n+\n+import com.github.tomakehurst.wiremock.common.Urls;\n+import com.github.tomakehurst.wiremock.m...
Java
Apache License 2.0
tomakehurst/wiremock
Added DSL support and tests for scenario building. Fixed bug with scenario state setting and refactored scenario building code.
686,936
12.07.2017 12:53:37
-3,600
7b55d023fdb73f98ff4acec6266824b56ed0d0b1
Fixed some serialisation problems and ensured DSL tests for snapshot spec features all go over the wire (thus testing two-way serialisation).
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ProxiedServeEventFilters.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ProxiedServeEventFilters.java", "diff": "@@ -14,8 +14,11 @@ import java.util.UUID;\n* A predicate t...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed some serialisation problems and ensured DSL tests for snapshot spec features all go over the wire (thus testing two-way serialisation).
686,936
12.07.2017 15:54:44
-3,600
9152458d5048dc80b13d46e5d9071b4b8ab57e0b
Added support for transformers and parameters in the snapshot DSL
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpecBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpecBuilder.java", "diff": "package com.github.tomakehurst.wiremock.admin.model;\n+import com.gi...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for transformers and parameters in the snapshot DSL
686,936
12.07.2017 15:58:52
-3,600
370ae9ddd1c7640483007a942c119531875a1647
Made scenario generation the default setting when snapshot recording
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "diff": "@@ -51,7 +51,7 @@ public class SnapshotSpec {\n}\npublic SnapshotSpec() {\n- this(...
Java
Apache License 2.0
tomakehurst/wiremock
Made scenario generation the default setting when snapshot recording
686,936
12.07.2017 16:02:06
-3,600
d1f953870afb3c046629acbad966054911119553
Made SnapshotSpec default constructor private for neatness
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/SnapshotSpec.java", "diff": "@@ -50,7 +50,7 @@ public class SnapshotSpec {\nthis.transformerParameters = transf...
Java
Apache License 2.0
tomakehurst/wiremock
Made SnapshotSpec default constructor private for neatness
686,936
12.07.2017 18:31:32
-3,600
4cf3584541640072821f754adcb5fa2f1af9999a
Modified captured headers behaviour when snapshot recording to use the header value received in the request rather than a pre-supplied value
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/CaptureHeadersSpec.java", "diff": "+package com.github.tomakehurst.wiremock.admin.model;\n+\n+import com.fasterxml.jackson.annotation.JsonProperty;\n+\n+public class CaptureHeadersSpec {\...
Java
Apache License 2.0
tomakehurst/wiremock
Modified captured headers behaviour when snapshot recording to use the header value received in the request rather than a pre-supplied value
686,936
12.07.2017 19:22:00
-3,600
073daa311bbfbe940cf4a3cf992a31b5abcf68f4
Added capture headers support to the snapshot DSL
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/RequestPatternTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/RequestPatternTransformer.java", "diff": "@@ -35,11 +35,13 @@ public class RequestPatternTransform...
Java
Apache License 2.0
tomakehurst/wiremock
Added capture headers support to the snapshot DSL
686,998
13.07.2017 20:38:39
25,200
e02b32ffd0b049e63baa312b4b866fea50249422
Update docs to extending docs to new getName method
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/extending-wiremock.md", "new_path": "docs-v2/_docs/extending-wiremock.md", "diff": "@@ -77,7 +77,7 @@ public static class ExampleTransformer extends ResponseDefinitionTransformer {\n}\n@Override\n- public String name() {\n+ public String getName(...
Java
Apache License 2.0
tomakehurst/wiremock
Update docs to extending docs to new getName method
687,000
14.07.2017 15:19:13
25,200
44d68e71470fa52aa5e90038448ba8744809fc35
Add absolute url in the RequestTemplateModel tomakehurst/wiremock#717
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/RequestTemplateModel.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/RequestTemplateModel.java", "diff": "@@ -13,6 +13,7 @@ import java.ut...
Java
Apache License 2.0
tomakehurst/wiremock
Add absolute url in the RequestTemplateModel tomakehurst/wiremock#717
686,936
17.07.2017 13:17:16
-3,600
592261588b6816bec254a3d848d856b4773ba394
Added JSON matching flags to snapshot recording
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/JsonMatchingFlags.java", "diff": "+package com.github.tomakehurst.wiremock.admin.model;\n+\n+import com.fasterxml.jackson.annotation.JsonProperty;\n+\n+public class JsonMatchingFlags {\n+...
Java
Apache License 2.0
tomakehurst/wiremock
Added JSON matching flags to snapshot recording
686,936
17.07.2017 16:26:54
-3,600
74ea12d1ecf3ee22f7dad1c622d7c2a334b3eea5
Added basics of start/stop recording
[ { "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": "@@ -382,6 +382,16 @@ public class WireMockServer implements Container, Stubbing, Admin {\nreturn wireM...
Java
Apache License 2.0
tomakehurst/wiremock
Added basics of start/stop recording
686,936
17.07.2017 17:25:02
-3,600
8c9271999379b7d4187d2aa253f532438a7cd377
Added start/stop recording via the remote DSL and added spec support
[ { "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": "@@ -387,6 +387,11 @@ public class WireMockServer implements Container, Stubbing, Admin {\nwireMockApp....
Java
Apache License 2.0
tomakehurst/wiremock
Added start/stop recording via the remote DSL and added spec support
686,936
17.07.2017 17:26:30
-3,600
a729a799dbc645d6c5cb95adcc909727f3f3301c
Renamed SnapshotSpec to RecordSpec
[ { "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": "@@ -36,8 +36,8 @@ import com.github.tomakehurst.wiremock.junit.Stubbing;\nimport com.github.tomakehurs...
Java
Apache License 2.0
tomakehurst/wiremock
Renamed SnapshotSpec to RecordSpec
686,936
17.07.2017 17:47:04
-3,600
c35a86b6519a09e3c9d96b18bee3f3fe9cb36639
Added direct DSL support for stop/start recording
[ { "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": "@@ -392,6 +392,11 @@ public class WireMockServer implements Container, Stubbing, Admin {\nwireMockApp....
Java
Apache License 2.0
tomakehurst/wiremock
Added direct DSL support for stop/start recording
686,936
17.07.2017 18:42:36
-3,600
05ee6496fdb4b81982eb1f5a67d08794632baf3b
Added a test case for starting/stopping recording via the API. Add a no-op when trying to start recording when already started.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "diff": "@@ -27,6 +27,10 @@ public class Recorder {\n}\npublic synchronized void startRecording(RecordS...
Java
Apache License 2.0
tomakehurst/wiremock
Added a test case for starting/stopping recording via the API. Add a no-op when trying to start recording when already started.
686,936
17.07.2017 19:29:24
-3,600
7916bda9884f0503487ed8d92005af69120d8881
Added recording status API/DSL call
[ { "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": "@@ -35,6 +35,7 @@ import com.github.tomakehurst.wiremock.http.StubRequestHandler;\nimport com.github.t...
Java
Apache License 2.0
tomakehurst/wiremock
Added recording status API/DSL call
686,936
18.07.2017 15:55:41
-3,600
33febb15ee4ddaefd9c70cc945f50cbf00cd940c
Now sends a client error response/throws exception when attempting to stop recording when not started
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/StopRecordingTask.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/StopRecordingTask.java", "diff": "package com.github.tomakehurst.wiremock.admin;\nimport com.github.tomakehurst.wiremo...
Java
Apache License 2.0
tomakehurst/wiremock
Now sends a client error response/throws exception when attempting to stop recording when not started
686,936
18.07.2017 21:44:06
-3,600
8508d5236ab8d8bfc97f04511d6de61521c4c5d9
Added log messages for start and stop recording
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "diff": "package com.github.tomakehurst.wiremock.recording;\n+import com.github.tomakehurst.wiremock.co...
Java
Apache License 2.0
tomakehurst/wiremock
Added log messages for start and stop recording
686,936
18.07.2017 22:19:28
-3,600
e35a8aed87710e3dce246bb80a412db0ba2bfbd9
Fixed behaviour of persist flag when recording. Fixed scenario flag serialisation.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/RecordSpec.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/RecordSpec.java", "diff": "package com.github.tomakehurst.wiremock.recording;\nimport com.fasterxml.jackson.annotatio...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed behaviour of persist flag when recording. Fixed scenario flag serialisation.
686,936
19.07.2017 09:53:45
-3,600
82aec54d8902416b97169b61eef29b76230ed7fd
Added basic validation of record spec on start recording (just checking existence of base URL)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/StartRecordingTask.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/StartRecordingTask.java", "diff": "package com.github.tomakehurst.wiremock.admin;\nimport com.github.tomakehurst.wire...
Java
Apache License 2.0
tomakehurst/wiremock
Added basic validation of record spec on start recording (just checking existence of base URL)
686,936
19.07.2017 09:56:20
-3,600
f7ce1ca4645e25ebfc3a041534848e548487d3b1
Removed redundant equals and hashCode from Recorder.State
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "diff": "@@ -184,20 +184,5 @@ public class Recorder {\nreturn finishingServeEventId;\n}\n- @Override\n-...
Java
Apache License 2.0
tomakehurst/wiremock
Removed redundant equals and hashCode from Recorder.State
686,936
19.07.2017 12:14:07
-3,600
e9ab585f83cf467eca850eebd90d7b1a1970f2aa
Fixed - request body not send gzipped via the proxy when original request was gzipped
[ { "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": "@@ -20,6 +20,7 @@ import com.github.tomakehurst.wiremock.common.ProxySettings;...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #542 - request body not send gzipped via the proxy when original request was gzipped
686,936
19.07.2017 15:38:33
-3,600
9fa0cba0b9a135257c9f3a4e07e36aa7d4aee3f7
Split out bump patch and minor version build tasks
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -387,34 +387,76 @@ task 'set-release-dir' << {\n}\n}\n-task 'bump-version' << {\n- def baseVersion = '2.6'\n+task 'bump-patch-version' << {\ndef filesWithVersion = [\n- 'build.gradle' : { \"version = '${ba...
Java
Apache License 2.0
tomakehurst/wiremock
Split out bump patch and minor version build tasks
686,936
19.07.2017 15:47:54
-3,600
874c4edf8e12cbb2f0694d5fa432d1bc4f4046cf
Removed some redundant code from the build file
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -449,16 +449,6 @@ int getPatchVersion() {\nInteger.valueOf(project.version.substring(project.version.lastIndexOf('.') + 1))\n}\n-String getBaseVersion() {\n- project.version.substring(0, project.version.la...
Java
Apache License 2.0
tomakehurst/wiremock
Removed some redundant code from the build file
686,936
19.07.2017 17:18:05
-3,600
16081001faa336365200ee335b7055013e6fc95c
Recorder now sets the stub name to one made safe from the URL path
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/SafeNames.java", "diff": "+package com.github.tomakehurst.wiremock.common;\n+\n+import org.apache.commons.lang3.StringUtils;\n+\n+import java.text.Normalizer;\n+import java.util.Locale;\n+impo...
Java
Apache License 2.0
tomakehurst/wiremock
Recorder now sets the stub name to one made safe from the URL path
686,936
19.07.2017 17:46:15
-3,600
cb5fd165e6d5b188614e0955839a8276e83f8074
Mappings source now generates filenames based on stub name and ID, or URL and ID if no name present
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/SafeNames.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/SafeNames.java", "diff": "package com.github.tomakehurst.wiremock.common;\n+import com.github.tomakehurst.wiremock.stubbing....
Java
Apache License 2.0
tomakehurst/wiremock
Mappings source now generates filenames based on stub name and ID, or URL and ID if no name present
686,936
19.07.2017 17:51:05
-3,600
3598c1cb65b796014bd2c735bcf6fcf7d562b5a5
Added safe filename generation for the case where a stub mapping matches any URL
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/SafeNames.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/SafeNames.java", "diff": "package com.github.tomakehurst.wiremock.common;\n+import com.github.tomakehurst.wiremock.matching....
Java
Apache License 2.0
tomakehurst/wiremock
Added safe filename generation for the case where a stub mapping matches any URL
686,936
19.07.2017 19:43:22
-3,600
0f0a59f9bfbefc9312789b315ca06d9138972ae3
Recorded body files are now given the same name as the stub mapping (with the appropriate extension)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/Recorder.java", "diff": "package com.github.tomakehurst.wiremock.recording;\nimport com.github.tomakehurst.wiremock.com...
Java
Apache License 2.0
tomakehurst/wiremock
Recorded body files are now given the same name as the stub mapping (with the appropriate extension)
686,936
20.07.2017 16:56:02
-3,600
d373555a471c148c611ceab97191a656242c7790
Added documentation for the new recorder
[ { "change_type": "ADD", "old_path": null, "new_path": "docs-v2/_docs/record-playback-legacy.md", "diff": "+---\n+layout: docs\n+title: Record and Playback (Legacy)\n+toc_rank: 71\n+description: Recording HTTP exchanges with other APIs and playing them back as stubs - the old way.\n+---\n+\n+**WireMo...
Java
Apache License 2.0
tomakehurst/wiremock
Added documentation for the new recorder
686,936
20.07.2017 17:15:40
-3,600
4dc9c8ff62233e601d8a29ccca716f5bed41418b
Excluded transfer-encoding response header during recording (as this is calculated)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/LoggedResponseDefinitionTransformer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/LoggedResponseDefinitionTransformer.java", "diff": "@@ -18,15 +18,30 @@ package com.github.t...
Java
Apache License 2.0
tomakehurst/wiremock
Excluded transfer-encoding response header during recording (as this is calculated)
686,936
20.07.2017 18:08:04
-3,600
24610f2c7e066b552d657cf31f0868eba8e9b711
Fixed handling of gzipped responses in the new recorder
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Gzip.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Gzip.java", "diff": "@@ -20,10 +20,13 @@ import com.google.common.io.ByteStreams;\nimport java.io.ByteArrayInputStream;\nimport j...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed handling of gzipped responses in the new recorder
686,936
20.07.2017 18:31:34
-3,600
e59fa382e6254178bbea35ba3a87cb094397a07b
Now defaults to always writing binary response body files when recording (regardless of size) and writing text files over 10kb
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/ResponseDefinitionBodyMatcher.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/ResponseDefinitionBodyMatcher.java", "diff": "@@ -28,8 +28,8 @@ import java.util.Objects;\n@JsonDe...
Java
Apache License 2.0
tomakehurst/wiremock
Now defaults to always writing binary response body files when recording (regardless of size) and writing text files over 10kb
686,936
20.07.2017 18:39:13
-3,600
c642dfb0c470fb203427a7d9bb7e1771bf067287
Removed record snapshot methods from the Stubbing interface for consistency (now they're just present on Admin)
[ { "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": "@@ -372,17 +372,6 @@ public class WireMockServer implements Container, Stubbing, Admin {\nreturn wireM...
Java
Apache License 2.0
tomakehurst/wiremock
Removed record snapshot methods from the Stubbing interface for consistency (now they're just present on Admin)
686,936
20.07.2017 19:06:54
-3,600
7d14269e8b2eb4148ba1e2032f0a7842e395bee4
Updated the RAML spec with new recording APIs
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/resources/raml/examples/record-spec.example.json", "diff": "+{\n+ \"targetBaseUrl\" : \"http://example.mocklab.io\",\n+ \"filters\" : {\n+ \"urlPathPattern\" : \"/api/.*\",\n+ \"method\" : \"GET\"\n+ },\n+ \"captureHeaders\" : {\n+ \"Ac...
Java
Apache License 2.0
tomakehurst/wiremock
Updated the RAML spec with new recording APIs
686,936
20.07.2017 19:36:17
-3,600
6826ae39bc7f49e3c6b9c6baa930eb6bdc69ca46
Documented case-insensitive equality matching. Added links to some new external resources.
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -193,6 +193,34 @@ JSON:\n}\n```\n+### Case-insensitive equality\n+\n+Deems a match if the entire attribute value equals the expected value, ignoring case.\n+\n+Jav...
Java
Apache License 2.0
tomakehurst/wiremock
Documented case-insensitive equality matching. Added links to some new external resources.
686,965
23.07.2017 22:24:35
25,200
15cb88d70309ede723f3ce7364a855a058bb6868
Add some tests for SnapshotStubMappingBodyExtractor
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/SnapshotStubMappingBodyExtractor.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/SnapshotStubMappingBodyExtractor.java", "diff": "@@ -17,7 +17,8 @@ package com.github.tomakehur...
Java
Apache License 2.0
tomakehurst/wiremock
Add some tests for SnapshotStubMappingBodyExtractor
686,965
24.07.2017 19:00:43
25,200
b52a0800d9e4cfd70fa5b00e191a0f692cbbe7cd
Move ScenarioProcessorTest.java and SnapshotRecordResultDeserialiserTest.java to the right package
[ { "change_type": "RENAME", "old_path": "src/test/java/com/github/tomakehurst/wiremock/admin/model/ScenarioProcessorTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/recording/ScenarioProcessorTest.java", "diff": "* See the License for the specific language governing permissions ...
Java
Apache License 2.0
tomakehurst/wiremock
Move ScenarioProcessorTest.java and SnapshotRecordResultDeserialiserTest.java to the right package
686,965
25.07.2017 21:35:14
25,200
bb4c907414fe50a28bab1952478016d24ad15345
Remove now-unused idGenerator from JsonFileMappingsSource
[ { "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": "@@ -30,12 +30,10 @@ import static com.google.common.collect.Iter...
Java
Apache License 2.0
tomakehurst/wiremock
Remove now-unused idGenerator from JsonFileMappingsSource
686,965
25.07.2017 21:54:30
25,200
5b1e23a65430f40d1257a1e449bf2301c0c4786a
Couple minor corrections to record-playback.md
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/record-playback.md", "new_path": "docs-v2/_docs/record-playback.md", "diff": "@@ -336,7 +336,7 @@ is reached, the last response will continue to be returned.\n### Transforming generated stubs\n-If need even more control over how your recorded stu...
Java
Apache License 2.0
tomakehurst/wiremock
Couple minor corrections to record-playback.md
686,965
25.07.2017 22:31:11
25,200
079a13ca496a7944c70681f9cf4bdd86468fa1d1
Minor code cleanup (mostly comments)
[ { "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": "@@ -46,8 +46,6 @@ import static com.github.tomakehurst.wiremock.common.Exceptions.thro...
Java
Apache License 2.0
tomakehurst/wiremock
Minor code cleanup (mostly comments)
686,965
26.07.2017 00:54:19
25,200
095d38d6b8879d1ba72513b75d2baa7277f90d45
Add hack to use AnythingPattern in RequestBodyAutomaticPatternFactory for multipart/form
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/RequestBodyAutomaticPatternFactory.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/RequestBodyAutomaticPatternFactory.java", "diff": "@@ -17,12 +17,8 @@ package com.github.toma...
Java
Apache License 2.0
tomakehurst/wiremock
Add hack to use AnythingPattern in RequestBodyAutomaticPatternFactory for multipart/form
686,965
26.07.2017 01:05:16
25,200
43e84c5f7a87989424da0e49192ae728a5a69bb2
Add another hack to use AnythingPattern for binary bodies
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/recording/RequestBodyAutomaticPatternFactory.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/recording/RequestBodyAutomaticPatternFactory.java", "diff": "@@ -20,6 +20,8 @@ import com.fasterxml.jac...
Java
Apache License 2.0
tomakehurst/wiremock
Add another hack to use AnythingPattern for binary bodies
686,936
26.07.2017 12:18:59
-3,600
33024344f292e3a5867368a3392205709bd62681
Tweaked record spec DSL
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/record-playback.md", "new_path": "docs-v2/_docs/record-playback.md", "diff": "@@ -171,7 +171,7 @@ startRecording(\n.ignoreRepeatRequests()\n.transformers(\"modify-response-header\")\n.transformerParameters(Parameters.one(\"headerValue\", \"123\")...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaked record spec DSL
686,936
27.07.2017 12:28:24
-3,600
b4fd12e46a9650b865ba5a044e89ce3ddebd500d
Added binary request body equality matching
[ { "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": "@@ -86,7 +86,7 @@ class BasicMappingBuilder implements ScenarioMappingBuilder ...
Java
Apache License 2.0
tomakehurst/wiremock
Added binary request body equality matching
686,936
27.07.2017 14:44:39
-3,600
edbe9fcec03bbc763cc2321c921e7c915e27321d
Recorder now uses the new binary equality operator when binary request bodies are captured
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/BinaryEqualToPattern.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/BinaryEqualToPattern.java", "diff": "@@ -41,5 +41,8 @@ public class BinaryEqualToPattern extends ContentPatte...
Java
Apache License 2.0
tomakehurst/wiremock
Recorder now uses the new binary equality operator when binary request bodies are captured
686,936
27.07.2017 15:07:33
-3,600
7610d003720e1b39c994f95dcd36b3e3e48b9b9b
Updated the docs with details of the new binary equality matcher
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -221,6 +221,34 @@ JSON:\n}\n```\n+### Binary Equality\n+\n+Deems a match if the entire binary attribute value equals the expected value. Unlike the above equalTo o...
Java
Apache License 2.0
tomakehurst/wiremock
Updated the docs with details of the new binary equality matcher
686,936
31.07.2017 13:48:09
-3,600
4e7d5256437d9e546ca66d136f36813078e2eae3
Removed dependency on Jetty's HttpStatus class due to reports that this breaks when used with Spring Boot
[ { "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": "@@ -24,6 +24,7 @@ import com.github.tomakehurst.wiremock.core.Options;\nimport com.git...
Java
Apache License 2.0
tomakehurst/wiremock
Removed dependency on Jetty's HttpStatus class due to reports that this breaks when used with Spring Boot
686,948
07.08.2017 21:27:41
-7,200
ccef888b120013d88980d0038d061a64dcaac35d
added wiremock exclusive handlebars helpers: wmXml: allows to search body content via xPath wmSoap: is the same as wmXml but just with prefix /Envelope/Body wmJson: allows to search body content via JsonPath added com.jayway.jsonpath:json-path:2.2.0 to dependencies which allows the JsonPath implementation
[ { "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.jayway.jsonpath:json-path:2.2.0'\ntestCompile \"org.hamcrest...
Java
Apache License 2.0
tomakehurst/wiremock
added wiremock exclusive handlebars helpers: -wmXml: allows to search body content via xPath -wmSoap: is the same as wmXml but just with prefix /Envelope/Body -wmJson: allows to search body content via JsonPath -added com.jayway.jsonpath:json-path:2.2.0 to dependencies which allows the JsonPath implementation
686,948
08.08.2017 21:23:06
-7,200
99ae293b349aff933fc7b08508c6460e00231550
added more tests catch JsonPathException to handle all possible exceptions from JsonPath.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonHelper.java", "diff": "@@ -3,6 +3,7 @@ ...
Java
Apache License 2.0
tomakehurst/wiremock
-added more tests -catch JsonPathException to handle all possible exceptions from JsonPath.
686,936
11.08.2017 13:30:20
-3,600
212d5880a087bc901974317eb58b90207a46c580
Tweaked error messaging and tests for xpath and jsonpath handlebars helpers
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -66,7 +66,6 @@ dependencies {\ncompile 'com.github.jknack:handlebars:4.0.6', {\nexclude group: 'org.mozilla', module: 'rhino'\n}\n- compile 'com.jayway.jsonpath:json-path:2.2.0'\ntestCompile \"org.hamcrest...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaked error messaging and tests for xpath and jsonpath handlebars helpers
686,936
11.08.2017 13:39:15
-3,600
0d2b2af60784c1264584942736b65c791c103fc3
Added support for extracting JSON objects and arrays from request bodies via helpers
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonHelper.java", "diff": "package com.gith...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for extracting JSON objects and arrays from request bodies via helpers
686,936
21.08.2017 23:33:06
-7,200
b810a24b363da144147278fba4814b9bfb3ff3ca
Upgraded Gradle. Added openjdk8 to travis config. Added --stacktrace to travis command.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -3,9 +3,10 @@ jdk:\n- oraclejdk8\n- oraclejdk7\n- openjdk7\n+ - openjdk8\ninstall:\n- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abb...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded Gradle. Added openjdk8 to travis config. Added --stacktrace to travis command.
686,936
21.08.2017 23:40:31
-7,200
8896029264f9d0bdb056af8a44d7e47232b8a769
Fixed a copyright header. Added --no-daemon to Travis build command.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -8,5 +8,5 @@ jdk:\ninstall:\n- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 6...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed a copyright header. Added --no-daemon to Travis build command.
686,936
22.08.2017 08:34:38
-7,200
27171feb2e750991dffec6e5f39c4ef82f141ff2
Re-removed openjdk8 from the Travis build as this seems not to work with the precise build
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -5,7 +5,6 @@ jdk:\n- oraclejdk8\n- oraclejdk7\n- openjdk7\n- - openjdk8\ninstall:\n- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbr...
Java
Apache License 2.0
tomakehurst/wiremock
Re-removed openjdk8 from the Travis build as this seems not to work with the precise build
686,936
24.08.2017 11:31:33
-7,200
3850c26fdba2560e7faf714078fa497d24de451a
Added support for rendering XML fragments in response templates via the xpath Handlebars helper
[ { "change_type": "RENAME", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonPathHelper.java", "diff": "@@ -9,7 +9,7...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for rendering XML fragments in response templates via the xpath Handlebars helper
686,936
26.08.2017 10:50:52
-3,600
b50eafc8376d5091672f4bc40b69cf9d3b953628
Added docs for xpath and jsonpath handlebars helpers
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -25,8 +25,6 @@ to being served.\nOtherwise the transformer will need to be specified on each stub mapping by its name `response-template`:\n-Command line par...
Java
Apache License 2.0
tomakehurst/wiremock
Added docs for xpath and jsonpath handlebars helpers
686,936
28.08.2017 22:11:00
-3,600
1e8521a105208c1fd6bee16641c03cfbbfcd94ef
Added Spring Boot doc page
[ { "change_type": "ADD", "old_path": null, "new_path": "docs-v2/_docs/spring-boot.md", "diff": "+---\n+layout: docs\n+title: 'Spring Boot'\n+toc_rank: 116\n+description: Running WireMock with Spring Boot.\n+---\n+\n+The team behind Spring Cloud Contract have created a library to support running WireM...
Java
Apache License 2.0
tomakehurst/wiremock
Added Spring Boot doc page
686,936
29.08.2017 09:42:56
-3,600
a9c20e5cfb1f513d4c841dc5ab07bb9691072609
Added an acceptance test for proxy trailing slash stripping
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ProxyAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ProxyAcceptanceTest.java", "diff": "@@ -389,6 +389,19 @@ public class ProxyAcceptanceTest {\n.withRequestBody(equalTo(\"gzipped ...
Java
Apache License 2.0
tomakehurst/wiremock
Added an acceptance test for proxy trailing slash stripping
686,936
30.08.2017 12:42:10
-3,600
87957dae97f0940324b083472b7cfd4c110e8205
Added a test for find requests with multi-valued headers
[ { "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,14 @@ package com.github.tomakehurst.wiremock;\nimport com.githu...
Java
Apache License 2.0
tomakehurst/wiremock
Added a test for find requests with multi-valued headers
686,936
01.09.2017 12:41:24
-3,600
31fd990bd989b88c2b09e08f0bcf32b94806e3f6
Added advanced JSONPath and XPath matching
[ { "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": "@@ -179,6 +179,10 @@ public class WireMock {\nreturn new MatchesJsonPathPattern(value);\n}\n+ public...
Java
Apache License 2.0
tomakehurst/wiremock
Added advanced JSONPath and XPath matching
686,936
01.09.2017 13:32:37
-3,600
3d4e34d549c28aa2c012423c9e552304019f340f
Added docs for advanced JSONPath and XPath matching
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -527,6 +527,72 @@ Request body example:\n{ \"things\": [ { \"name\": \"RequiredThing\" } ] }\n```\n+#### Nested value matching\n+\n+The JSONPath matcher can be com...
Java
Apache License 2.0
tomakehurst/wiremock
Added docs for advanced JSONPath and XPath matching
686,936
01.09.2017 13:43:36
-3,600
c79398418caa425d3569c45a6cababa828760e87
Added test and docs for advanced XPath matching against complex elements
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -700,6 +700,35 @@ JSON:\n}\n```\n+If multiple nodes are returned from the XPath query, all will be evaluated and the returned match will be the one with the shorte...
Java
Apache License 2.0
tomakehurst/wiremock
Added test and docs for advanced XPath matching against complex elements
687,061
03.09.2017 23:51:17
14,400
95489ff4ac57a0958db6acc5b45012333063c8de
Added overload which calls main constructor
[ { "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": "@@ -74,6 +74,10 @@ public class HttpAdminClient implements Admin {\nthis(scheme, host,...
Java
Apache License 2.0
tomakehurst/wiremock
Added overload which calls main constructor
686,966
07.09.2017 21:48:16
-3,600
3ead9eb702ea081eff31f4ef8c31b99c82a548aa
Add convenience WireMockServer.url builder method
[ { "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": "@@ -188,6 +188,18 @@ public class WireMockServer implements Container, Stubbing, Admin {\nreturn httpS...
Java
Apache License 2.0
tomakehurst/wiremock
Add convenience WireMockServer.url builder method
687,030
11.09.2017 11:01:01
-36,000
90252893378459a0f7dd0b104b50c2e01b361dcd
Wire up stop timeout for embedded Jetty server
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockConfiguration.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockConfiguration.java", "diff": "@@ -72,6 +72,7 @@ public class WireMockConfiguration implements Options {\npri...
Java
Apache License 2.0
tomakehurst/wiremock
Wire up stop timeout for embedded Jetty server
686,936
25.09.2017 11:56:50
-3,600
228da0a74c19453ee17206dd0f6efdd0b9f52775
Added consulting link to top nav on the website
[ { "change_type": "MODIFY", "old_path": "docs-v2/_data/navigation.yml", "new_path": "docs-v2/_data/navigation.yml", "diff": "@@ -23,6 +23,9 @@ main:\n- title: \"External Resources\"\nurl: /external-resources/\n+ - title: \"Consulting Services\"\n+ url: http://consulting.wiremock.org\n+\n- title: \"Mo...
Java
Apache License 2.0
tomakehurst/wiremock
Added consulting link to top nav on the website
686,936
26.09.2017 12:11:36
-3,600
f95e9cdb534238be3c0e097628bf3f43f4019e53
Added some additional external resources to the docs
[ { "change_type": "MODIFY", "old_path": "docs-v2/external-resources/index.md", "new_path": "docs-v2/external-resources/index.md", "diff": "@@ -31,18 +31,28 @@ request body into the response:<br>\nIn a similar vein, Adam York has written a response transformer utilising Velocity templates:<br>\n[https...
Java
Apache License 2.0
tomakehurst/wiremock
Added some additional external resources to the docs
686,936
26.09.2017 12:14:56
-3,600
1735e8603efbdc34e10efe51541571ad3de0db51
Added GA event to Consulting Services link in docs
[ { "change_type": "MODIFY", "old_path": "docs-v2/_includes/footer.html", "new_path": "docs-v2/_includes/footer.html", "diff": "_gaq.push(['_trackEvent', 'primary_nav', 'mocklab_clicked', 'MockLab clicked', 1]);\n});\n+ $(\"a[title='Consulting Services']\").click(function() {\n+ _gaq.push(['_trackEven...
Java
Apache License 2.0
tomakehurst/wiremock
Added GA event to Consulting Services link in docs
686,936
27.09.2017 11:57:31
-3,600
0ef7acfb1e47144ce513bdb8a28a422071706516
Tweaked Consulting link text in docs
[ { "change_type": "MODIFY", "old_path": "docs-v2/_data/navigation.yml", "new_path": "docs-v2/_data/navigation.yml", "diff": "@@ -23,7 +23,7 @@ main:\n- title: \"External Resources\"\nurl: /external-resources/\n- - title: \"Consulting Services\"\n+ - title: \"Support & Consulting\"\nurl: http://consul...
Java
Apache License 2.0
tomakehurst/wiremock
Tweaked Consulting link text in docs
686,951
02.10.2017 21:21:17
-10,800
351c7b24486acf606fb2a35da8648d9d1218da10
changes 'failOnUnmatchedStubs' to 'failOnUnmatchedRequests' like intended. Fixes
[ { "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": "@@ -43,20 +43,20 @@ public class VerificationException extends AssertionEr...
Java
Apache License 2.0
tomakehurst/wiremock
changes 'failOnUnmatchedStubs' to 'failOnUnmatchedRequests' like intended. Fixes #676.
686,936
04.10.2017 09:34:06
-3,600
5d29c98a3a68dab875d4142c582afe8ddcbc7ac1
Another attempt at getting the new Travis machine image and openjdk8 to work
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "language: java\n-dist: precise\njdk:\n- oraclejdk8\n- oraclejdk7\n- openjdk7\n+ - openjdk8\ninstall:\n- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git...
Java
Apache License 2.0
tomakehurst/wiremock
Another attempt at getting the new Travis machine image and openjdk8 to work
686,936
04.10.2017 09:49:27
-3,600
a8b4e1f04c07fc7125c6dd8fd13f41e2c4943f4f
Remove Oracle JDK7 from Travis build as no longer supported. Add workaround for Gradle wrapper download problem.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -2,12 +2,12 @@ language: java\njdk:\n- oraclejdk8\n- - oraclejdk7\n- openjdk7\n- openjdk8\ninstall:\n- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `g...
Java
Apache License 2.0
tomakehurst/wiremock
Remove Oracle JDK7 from Travis build as no longer supported. Add workaround for Gradle wrapper download problem.