Marcin Grzejszczak
07961dc8a9
Merge branch '1.0.x'
...
fixes #122
2017-01-02 11:21:06 +01:00
Marcin Grzejszczak
7d739cc3bd
Updated info about Groovy plugins
...
fixes #122
2017-01-02 11:20:23 +01:00
Marcin Grzejszczak
cdd01021c1
Updated the readme
2016-12-29 14:15:59 +01:00
Marcin Grzejszczak
4abc36e311
Merge branch '1.0.x'
...
fixes #163
2016-12-29 14:15:17 +01:00
Marcin Grzejszczak
a57ac0a5ea
Updated the readme
2016-12-29 14:15:02 +01:00
Marcin Grzejszczak
fef078d2eb
Bumped up boot version in samples
2016-12-28 19:57:07 +01:00
Marcin Grzejszczak
fb134a473d
Merge branch '1.0.x'
...
fixes #179 #117
2016-12-28 19:40:42 +01:00
Marcin Grzejszczak
cb803320cd
Updated tests for the context path
...
without this change the explicit mode is broken and context path scenario can't be tested
with this change you can provide the EXPLICIT mode with which you can set the RestAssured to send real requests. That way you can set up your application to listen on a socket and have the context path setup. The contracts need to include the context path too since in real world you'll send a request to a URL that contains a context path element.
fixes #179 #117
2016-12-28 19:38:39 +01:00
Marcin Grzejszczak
2ecb426814
Merge branch '1.0.x'
...
fixes #167
2016-12-28 12:52:15 +01:00
Marcin Grzejszczak
60648f6203
Updated video in the docs
2016-12-27 19:54:05 +01:00
Marcin Grzejszczak
405ca0186b
Merge branch '1.0.x'
...
fixes #146
2016-12-23 14:38:57 +01:00
Marcin Grzejszczak
a509124976
Added info about WireMock exclusions to the docs
...
without this change if someone used the Spring Cloud BOM one could have some dependency related issues coming from exclusions of WireMock dependencies in SPring CLoud COntract
with this change we're informing the user about this
fixes #146
2016-12-23 14:38:46 +01:00
Marcin Grzejszczak
6963528a4a
Updated contract docs
2016-12-13 09:52:08 +01:00
Marcin Grzejszczak
faa18a69b1
Made stub downloading pluggable ( #165 )
...
* Added implementation for pluggable stub downloading
* Added docs and test for pluggable sub dowloader
fixes #165
2016-12-13 09:32:32 +01:00
Marcin Grzejszczak
eabb0f6724
Updated docs
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
ff4297dc0b
Added docs about stub runner
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
57bf619471
Polish
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
3e90c1ab9d
Polish
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
d69670db68
Bumped up version and polished
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
a328130418
WireMock done
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
148dc4effc
Added documentation to the new features
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
d8ff715527
Bumped up version to 1.1.0
2016-12-07 14:34:56 +01:00
Marcin Grzejszczak
545874c951
Issues #110 user pass ( #157 )
...
can now configure username and password authentication and a proxy for accessing stub repository
Fixes #110
2016-12-05 14:56:08 +01:00
Marcin Grzejszczak
7a347da55a
Going back to snapshots
2016-11-24 18:58:50 +01:00
Marcin Grzejszczak
c7883a0d97
Bumping version before release
2016-11-24 18:37:39 +01:00
Andy Wilkinson
72e165e4ae
Use spring-asciidoctor-extensions to provide tabbed code blocks ( #153 )
2016-11-21 17:15:33 +01:00
Dave Syer
475fa2a40b
Fix escaping of __
2016-11-21 13:56:14 +00:00
Marcin Grzejszczak
699c7d2121
Added Gradle / Maven tabs
...
with these changes if someone is not interested with one of those tools one won't see it until it gets clicked
fixes #152
2016-11-21 13:59:42 +01:00
Marcin Grzejszczak
49373eb160
Added docs on extending the DSL
...
with this change we're explaining how you can add your custom methods to the DSL
fixes #23
2016-11-21 11:46:01 +01:00
Dave Syer
e93d951d50
Add support for file root location in @AutoConfigureWireMock
2016-11-11 14:15:11 +00:00
Marcin Grzejszczak
293fa22bf4
Updated contract deps
2016-11-08 17:09:07 +01:00
Marcin Grzejszczak
a34e1973f8
Update introduction.adoc
2016-11-01 14:25:29 +01:00
Marcin Grzejszczak
8a9098c8b7
Updated docs with webinar info
2016-11-01 07:42:25 +01:00
Mathias Düsterhöft
49520d4c3d
Add support for spring-amqp annotated listener endpoints
...
without this change only explicit Spring AMQP support was present
with this change support for spring-amqp annotated listener endpoints was added
fixes #127
2016-10-31 14:23:56 +01:00
Mathias Düsterhöft
2b70b450b9
add spring-amqp/spring-rabbit support for message contracts ( #106 )
2016-10-20 12:43:31 +02:00
Marcin Grzejszczak
f4a6b4f4b1
Going back to snapshots
2016-10-17 12:22:17 +02:00
Marcin Grzejszczak
dd214f83f6
Bumping versions before release
2016-10-17 11:54:52 +02:00
dantwining
4779729ed9
Minor typo in README ( #108 )
2016-10-13 22:27:13 +02:00
Marcin Grzejszczak
b17238ff4e
Fixing missing context-path usage
...
without this change when the user adds context-path it gets ignored and WireMock fails to register stubs
with this change we update the WireMock instance to include the context path
fixes #99
2016-10-11 11:27:24 +02:00
Marcin Grzejszczak
e8031c0a65
Small updates of docs
2016-09-26 14:34:36 +02:00
Marcin Grzejszczak
b598518281
Added ignored to contracts
...
without this change the only way to ignore a contract was to provide it in the plugin's config
with this change you can also set it on the contract itself.
fixes #30
2016-09-26 14:32:01 +02:00
Marcin Grzejszczak
0694d5b6f6
Updated docs
2016-09-23 22:44:01 +02:00
Marcin Grzejszczak
6381362ad6
Going back to Snapshots
2016-09-23 21:04:10 +02:00
Marcin Grzejszczak
8ee2ef4b18
Bumping versions before release
2016-09-23 20:07:58 +02:00
Marcin Grzejszczak
3f6a1601ab
Updated docs
2016-09-23 16:02:27 +02:00
Marcin Grzejszczak
a3e67a1b34
Updated docs
2016-09-23 15:59:55 +02:00
Marcin Grzejszczak
186ac4762f
Updated docs
2016-09-23 15:56:11 +02:00
Marcin Grzejszczak
e8917940ec
Added option of multiple test base classes
...
without this change the user was forced to use a single base class for all of the generated tests. It could become problematic after some time.
With this change we provide a range of options of providing different base classes for different contracts.
fixes #16
2016-09-23 15:52:14 +02:00
Marcin Grzejszczak
f079b8e440
Updated docs
2016-09-23 10:56:52 +02:00
Marcin Grzejszczak
429cab76cc
Updated docs
2016-09-23 10:43:27 +02:00