Commit Graph

2252 Commits

Author SHA1 Message Date
Marcin Grzejszczak
b7baea3dee Fixed a typo 2018-05-09 08:03:15 +02:00
Marcin Grzejszczak
c26934dca3 fixed not compiling code 2018-05-09 08:00:47 +02:00
Tim Ysewyn
13873f3481 A response header should be verified against an execution property (#649)
Fixes #628
2018-05-09 07:57:30 +02:00
Tim Ysewyn
8c5f2f5567 Updated documentation for generating Spring REST Docs snippets (#648)
* Updated documentation with examples how to generate Spring REST Docs snippets from the generated tests.

fixes gh-613
2018-05-09 07:57:13 +02:00
Marcin Grzejszczak
17327462ad Added better support for XML in RestDocs; fixes gh-647 2018-05-08 20:44:27 +02:00
Yura Nosenko
e5d844d4b7 Matchers documentation improvements (#644) 2018-05-08 10:05:12 +02:00
Marcin Grzejszczak
4ed8c44e0f Flakey test ignored 2018-05-07 20:52:25 +02:00
Marcin Grzejszczak
b30d53cbe7 Flakey test ignored 2018-05-07 20:41:10 +02:00
Marcin Grzejszczak
54bb355c57 Flakey test ignored 2018-05-07 20:38:13 +02:00
Tim Ysewyn
eb2809765b Credential properties for pact broker (#642)
* Fallback to `contractsRepositoryUsername` and `contractsRepositoryPassword` (maven) or `contractRepository.username` and `contractRepository.password` (gradle) in case the pact broker options for the username and password are not set.

Closes gh-636
2018-05-06 10:14:24 -04:00
Yura Nosenko
1078ae8072 snapshotCheckSkip javadoc enhancement (#634) 2018-05-03 07:32:06 -04:00
Marcin Grzejszczak
1541ae9486 Merge branch '1.2.x' 2018-05-02 10:40:42 -04:00
Marcin Grzejszczak
72f5ba2722 StubRunner config with role infra 2018-05-02 10:39:37 -04:00
Axel Hodler
87d6d9e4f1 Dont parse body if not specified in contract (#624) 2018-05-01 09:32:12 -04:00
Marcin Grzejszczak
db31e37944 Aligned versions 2018-04-26 13:25:48 +02:00
Marcin Grzejszczak
6856721ec2 Made stub runner executable jar; fixes gh-630 2018-04-26 13:25:36 +02:00
Marcin Grzejszczak
73ee7a78f3 Updated libs 2018-04-26 13:25:36 +02:00
Marcin Grzejszczak
0e51f97c2f Made stub runner executable jar; fixes gh-630 2018-04-26 13:23:32 +02:00
Marcin Grzejszczak
349f906544 Updated libs 2018-04-26 13:23:32 +02:00
buildmaster
7484fc339c Going back to snapshots 2018-04-23 15:16:20 +00:00
buildmaster
7a6037cafe Update SNAPSHOT to 2.0.0.RC1 2018-04-23 15:09:43 +00:00
Marcin Grzejszczak
0e2e4c1b87 Completely removed the text with SNAPSHOT 2018-04-23 16:52:23 +02:00
Marcin Grzejszczak
2e12e71f6e Completely removed the text with SNAPSHOT 2018-04-23 16:51:52 +02:00
Marcin Grzejszczak
131ba7b2b4 Skipping one test 2018-04-23 16:51:28 +02:00
Marcin Grzejszczak
d599c22ea6 Added missing deps 2018-04-23 14:39:02 +02:00
Marcin Grzejszczak
f186a3e14d Merge branch '1.2.x' 2018-04-19 09:12:20 +02:00
Tim Ysewyn
bfb5495ae7 Added the missing $() convenience method for messaging contracts (#623)
Fixes gh-619

(cherry picked from commit 4cf6e19)
2018-04-19 08:56:06 +02:00
Tim Ysewyn
5dbac1f210 Generated messaging tests could create compilation errors for certain regexes in headers (#622)
* Fixed an issue with the generation of messaging tests where the regex pattern was creating compilation errors

fixes gh-620

(cherry picked from commit f64feaf)
2018-04-19 08:54:27 +02:00
Tim Ysewyn
4cf6e199b9 Added the missing $() convenience method for messaging contracts (#623)
Fixes gh-619
2018-04-18 23:19:00 +02:00
Tim Ysewyn
f64feaf84d Generated messaging tests could create compilation errors for certain regexes in headers (#622)
* Fixed an issue with the generation of messaging tests where the regex pattern was creating compilation errors

fixes gh-620
2018-04-18 23:17:59 +02:00
Marcin Grzejszczak
25b6041036 Updated WireMock to 2.17.0; fixes gh-618 2018-04-17 15:58:57 +02:00
Marcin Grzejszczak
4010144136 Merge branch '1.2.x' 2018-04-12 16:32:15 +02:00
Marcin Grzejszczak
d467341427 Ensured that stub part of the body gets returned form WIreMock response, fixes gh-611 2018-04-12 15:49:18 +02:00
Marcin Grzejszczak
7de5c7c4dd Bumped JSON Assert to 0.4.12, fixes gh-610 2018-04-12 15:48:29 +02:00
Marcin Grzejszczak
6462ddd842 Fixed standalone gradle build 2018-04-11 17:12:08 +02:00
Marcin Grzejszczak
4be7c88f6b Added support for query parameters in rest docs; fixes gh-445 2018-04-11 17:06:36 +02:00
Marcin Grzejszczak
d7daa7a6c4 Fixed tests to use rest assured to test multipart 2018-04-11 16:39:28 +02:00
Marcin Grzejszczak
73d6032255 Fixed accidental commit 2018-04-11 16:03:49 +02:00
Marcin Grzejszczak
1be323d029 Merge branch '1.2.x' 2018-04-11 16:00:21 +02:00
Marcin Grzejszczak
264757d114 Fixed broken JaxRs cookie test 2018-04-11 16:00:08 +02:00
Marcin Grzejszczak
b965c49a7e Added support for multipart with content type, fixes gh-599 2018-04-11 15:37:13 +02:00
Marcin Grzejszczak
34f367e62b Merge branch '1.2.x' 2018-04-11 12:48:22 +02:00
Marcin Grzejszczak
6ace68284c Added docs 2018-04-11 12:34:23 +02:00
Marcin Grzejszczak
d203fe8dea Added tests, dsl -> yml cookies 2018-04-11 12:04:34 +02:00
Marcin Grzejszczak
ddbd097b39 Merge branch '1.2.x_cookies' of https://github.com/bertzzie/spring-cloud-contract into bertzzie-1.2.x_cookies 2018-04-11 10:41:28 +02:00
Alex Xandra Albert Sim
2068fdc8ca Added more tests to have better coverage 2018-04-11 14:47:17 +07:00
Alex Xandra Albert Sim
a181c6576f YAML cookie support 2018-04-11 14:47:00 +07:00
Marcin Grzejszczak
a0641790a9 Wiremock stubs with cookies + some tests 2018-04-11 10:05:43 +07:00
Marcin Grzejszczak
aed65162f2 Merge branch '1.2.x' 2018-04-10 17:01:19 +02:00
Marcin Grzejszczak
f771f00fbb Invalid equality check of messaging headers in input / output scenario
fixes gh-609
2018-04-10 16:47:46 +02:00