Marcin Grzejszczak
113d4e2a4d
Migrated to new docs
2017-08-29 15:39:55 +02:00
WhyINeedToFillUsername
08f20afd91
Updated description of byType testMatcher ( #394 )
...
fixes #393
2017-08-28 16:27:03 +02:00
Marcin Grzejszczak
49df7bf472
Wrong assertion type is picked for Iterables
...
without this change in the generated test when SpringCloudContractAssertions are used the compiler is picking an invalid type of Assertj Assertions.
with this change we're explicitly casting to the appropriate interface so that the SpringCloudContractAssertions methods are picked
fixes #381
2017-08-28 16:09:51 +02:00
Marcin Grzejszczak
4c82cf1b58
Revert "Wrong assertion type is picked for Iterables"
...
This reverts commit 8d2549fecf .
2017-08-28 16:04:13 +02:00
Marcin Grzejszczak
8d2549fecf
Wrong assertion type is picked for Iterables
...
without this change in the generated test when SpringCloudContractAssertions are used, we're casting the read element of the JSON to a Collection class whereas we should be casting to an Iterable.
fixes #381
2017-08-28 15:39:34 +02:00
Marcin Grzejszczak
1c0d4e56cf
Added more documentation to the byCommand assertion; #299
2017-08-28 10:02:13 +02:00
Marcin Grzejszczak
b99bf95ff9
Bumping versions to 1.1.4.BUILD-SNAPSHOT after release
2017-08-21 12:33:24 +02:00
Marcin Grzejszczak
237ee85dc3
Going back to snapshots
2017-08-21 12:33:24 +02:00
Marcin Grzejszczak
b81bb2a489
Update SNAPSHOT to 1.1.3.RELEASE
2017-08-21 12:28:10 +02:00
Marcin Grzejszczak
1cebf3f450
Add documentation that matchers are removing only part of request / response
...
fixes #383
2017-08-18 18:04:17 +02:00
Marcin Grzejszczak
7f22c14371
Lowered number of elements in toc
2017-08-07 17:07:35 +02:00
Marcin Grzejszczak
2dd22d6646
Added 1.1.x to whitelisted branches
2017-08-07 16:37:07 +02:00
Marcin Grzejszczak
c32da1a96e
Updated the documentation layout and style
2017-08-07 16:34:42 +02:00
Marcin Grzejszczak
e4af835b8e
Going back to snapshots
2017-07-21 14:30:45 +02:00
Marcin Grzejszczak
85f458e34c
Update SNAPSHOT to 1.1.2.RELEASE
2017-07-21 14:06:43 +02:00
Marcin Grzejszczak
28abd6fdce
Added username and password for Gradle contract downloading
...
without this change you can't generate tests when working with Gradle that is to download contracts from an external repo
fixes #333
2017-07-13 18:59:20 +02:00
Dmitri Karpovich
f0f6a26d04
fixed wrong path of the contracts in documentation
2017-07-04 13:19:39 +02:00
Dmitri Karpovich
06a3a5ff2d
fixed typo
2017-07-04 13:12:36 +02:00
Marcin Grzejszczak
8c96a21abf
Fixed caching of downloaded contracts in Gradle
...
without this change when using a daemon, for snapshot versions of downloaded contracts allways the same folder is returned
with this change we cache only non snapshot artifacts; also there's a switch you can set to disable caching at all
fixes #343
2017-07-03 12:52:48 +02:00
Marcin Grzejszczak
99deaad17e
Contracts path cannot be overriden
...
without this change there's no way to change the default path of the path to the contracts when trying to execute the convert / generateTests task for another project
with this change we're setting properly the `spring.cloud.contract.verifier.contractsDirectory` for both tasks
fixes #338
2017-06-28 14:45:33 +02:00
Marcin Grzejszczak
4631ab6ea8
Adds support for execute in request body
...
fixes #313
2017-06-01 17:50:10 +02:00
Marcin Grzejszczak
8979b79c56
Added examples of multipart support
...
fixes #304
2017-05-31 15:40:35 +02:00
Marcin Grzejszczak
464e886bb8
Added versions
2017-05-26 22:03:29 +02:00
Marcin Grzejszczak
5a82609e41
Added docs for byCommand and execute
...
without this there's no knowledge of what type should the method in byCommand and execute
fixes #299
2017-05-26 21:30:34 +02:00
Marcin Grzejszczak
f599a8d745
Updated versions
2017-05-26 20:34:29 +02:00
Marcin Grzejszczak
9ffd9d8f6a
Added stream doc updates
2017-05-26 19:37:41 +02:00
Marcin Grzejszczak
3c8b8ac81d
Added workshops to the docs
2017-05-26 14:51:32 +02:00
Marcin Grzejszczak
e0ea1b27f0
Bumping versions to 1.1.2.BUILD-SNAPSHOT after release
2017-05-22 23:57:24 +02:00
Marcin Grzejszczak
82f68347fa
Going back to snapshots
2017-05-22 23:57:23 +02:00
Marcin Grzejszczak
7a10b3bf34
Update SNAPSHOT to 1.1.1.RELEASE
2017-05-22 23:51:18 +02:00
Marcin Grzejszczak
205bced50c
Polish
2017-05-10 10:35:18 +02:00
Marcin Grzejszczak
6853faa648
Polish
2017-05-10 10:31:52 +02:00
Tomasz Kopczynski
3d23964dca
Remove unnecessary host entry from Spring REST Docs contract generation
2017-05-08 19:21:12 +02:00
Marcin Grzejszczak
4c4a18ed22
Bumped versions after release
2017-05-05 12:31:03 +02:00
Marcin Grzejszczak
e9306448f9
Going back to snapshots
2017-05-05 12:23:41 +02:00
Marcin Grzejszczak
bd67bb2f26
Update SNAPSHOT to 1.0.5.RELEASE
2017-05-05 12:12:38 +02:00
Marcin Grzejszczak
ec65d1b69f
Updated docs
2017-05-05 11:42:59 +02:00
Marcin Grzejszczak
f435201a90
Merge branch '1.0.x'
2017-05-05 11:42:22 +02:00
Tomasz Kopczynski
1851aaf2b0
Additional linking between sections in REST Docs integration documentation ( #291 )
2017-05-05 11:42:07 +02:00
Marcin Grzejszczak
15ef2cab35
Merge branch '1.0.x'
2017-05-05 11:41:39 +02:00
Marcin Grzejszczak
a85ece38f3
Updated docs
2017-05-04 16:49:50 +02:00
Tomasz Kopczynski
d301f547f6
Spring REST Docs integration docs fix ( #288 )
...
I believe this was meant to enumerate Spring REST Docs supported technologies. If so, then it should be Rest Assured here.
2017-04-28 18:12:29 +02:00
Marcin Grzejszczak
c9538548fd
Adds an option to use StubRunner from classpath ( #284 )
...
without this change there's no option to use Stub Runner to pick stubs from classpath
with this change we're adding that option. It's enough for the user not to provide neither the `repositoryRoot` nor `workOffline`. If that's the case then Classpath scanning will take place.
fixes #282
2017-04-27 17:13:15 +02:00
Marcin Grzejszczak
a804894c9a
Updated code and docs
2017-04-26 12:42:33 +02:00
Marcin Grzejszczak
0552560345
Polish
2017-04-25 07:52:00 +02:00
Marcin Grzejszczak
221b88044d
Merge branch 'master' into features/docs-tuning
2017-04-25 07:42:33 +02:00
Dave Syer
225e83d025
Merge branch '1.0.x'
2017-04-21 16:10:30 +01:00
Dave Syer
235281ce9f
Add @AutoConfigureHttpClient for SSL validation error handling
...
For tests only users can add this annotation to make the rest template
in their app ignore SSL validation.
2017-04-21 16:09:08 +01:00
jkubrynski
b600b85908
Polish documentation
2017-04-18 21:41:09 +02:00
Marcin Grzejszczak
1a22c00359
Merge branch '1.0.x'
2017-04-14 17:10:17 +02:00