Commit Graph

3290 Commits

Author SHA1 Message Date
Marcin Grzejszczak
dfee248b0f Fixed nested lists etc. 2015-02-22 13:58:01 +01:00
Marcin Grzejszczak
3ca2cd35cb Fixed header generation (someone can review this code later ;) ) 2015-02-22 10:50:27 +01:00
Marcin Grzejszczak
5506edb643 Added regex helper method instead of calling static Pattern.compile 2015-02-22 09:45:17 +01:00
Marcin Grzejszczak
078774c517 Fixed body with equalTo request section 2015-02-21 23:47:45 +01:00
Marcin Grzejszczak
a908d2e3f2 Converted request body to a equalTo matcher 2015-02-21 23:33:15 +01:00
Marcin Grzejszczak
f8fd03288f Introduced Dsl DslProperty with String or Pattern passing 2015-02-21 22:50:24 +01:00
Marcin Grzejszczak
b40128d319 Added more logging 2015-02-21 22:33:57 +01:00
Marcin Grzejszczak
f7b6c8ad23 Fixed issues with missing passing of input to task 2015-02-21 22:33:27 +01:00
Jakub Kubrynski
6905e39dcc Fixed plugin configuration properties 2015-02-21 21:28:10 +01:00
Jakub Kubrynski
a39d7f6fa8 Add proper section for the gradle plugin - fix #26 2015-02-21 21:25:07 +01:00
Marcin Grzejszczak
ed7e7e1a30 Added javadocs for extension parameters 2015-02-21 21:15:42 +01:00
Jakub Kubrynski
40a9534d74 Renamed directories properties in plugin configuration 2015-02-21 21:09:44 +01:00
Jakub Kubrynski
dd4635fe95 Removed server side stubs generation 2015-02-21 21:02:39 +01:00
Jakub Kubrynski
be552a28b8 Next development version 2015-02-21 18:15:23 +01:00
Jakub Kubrynski
c09d520c5d Release version 0.4.0 2015-02-21 18:13:58 +01:00
Jakub Kubrynski
5713fd15bf Extended sample groovy dsl with placeholders 2015-02-21 18:02:29 +01:00
Jakub Kubrynski
1af2964d2e Genrating server tests from Groovy DSL 2015-02-21 17:49:36 +01:00
Jakub Kubrynski
52622fd992 Body refactoring 2015-02-21 17:08:12 +01:00
Jakub Kubrynski
71789a6031 Body object now extends DslProperty 2015-02-21 16:51:53 +01:00
Jakub Kubrynski
e7d1b4501f Next development version 2015-02-21 15:32:36 +01:00
Jakub Kubrynski
d19425cfc4 Release version 0.3.1 2015-02-21 15:31:14 +01:00
Jakub Kubrynski
672cad956c Request now contains body 2015-02-21 15:29:40 +01:00
Jakub Kubrynski
845f121a0c Extracted class naming configuration to framework enum 2015-02-21 14:21:18 +01:00
Jakub Kubrynski
bb360c95e9 Fixed body parsing - support for lists 2015-02-21 14:14:45 +01:00
Jakub Kubrynski
614f5438a8 Fix #24 - GroovyDSL -> JSON - issue with new lines 2015-02-21 13:16:04 +01:00
Jakub Kubrynski
4a5efff48c Code formatting 2015-02-21 12:49:49 +01:00
Jakub Kubrynski
e521511e00 Extracted framework configuration to enum 2015-02-21 12:48:31 +01:00
Jakub Kubryński
3cd8525160 Merge pull request #25 from 4finance/topic/22-pluginConverters
Topic/22 plugin converters
2015-02-21 12:23:17 +01:00
Marcin Zajaczkowski
10fb15190b [#22] Rework generate server tests task 2015-02-21 12:15:13 +01:00
Marcin Zajaczkowski
4dc4f1d37c [#22] Add generateWiremockClientStubs task 2015-02-20 16:02:13 +01:00
Marcin Zajaczkowski
442c3abe40 [#22] Dsl to Wiremock converters - clean up 2015-02-19 16:48:52 +01:00
Marcin Zajaczkowski
468547c561 [#22] Dsl to Wiremock converters 2015-02-19 16:42:48 +01:00
konrad.dobrzynski
88dc228a41 [#15] Added exclusion for folders and files 2015-02-19 12:22:13 +01:00
konrad.dobrzynski
be79983892 TravisCI added 2015-02-19 11:59:08 +01:00
Marcin Grzejszczak
8f3697a0a3 Merge pull request #17 from 4finance/fromDslToWiremock
From Wiremock to DSL
2015-02-16 12:41:03 +01:00
Marcin Grzejszczak
36280bab7d [#10] Added conversion from Wiremock Stub to Groovy DSL 2015-02-16 11:32:05 +01:00
Marcin Grzejszczak
ca4cceaa5b [#5] Added possibility of providing a GString as Body with Client / Server values 2015-02-16 10:24:06 +01:00
Marcin Zajaczkowski
103c2d5cbf Add test class suffix generation
No tests due to broken windows theory...
2015-02-15 22:41:48 +01:00
Marcin Grzejszczak
e0f72ab6ab [#10] Working Wiremock To Dsl Converter - fixed character escaping and other minor bugs
Still we have to know how to escape special characters that JSON doesn't recognize
2015-02-13 17:48:23 +01:00
Marcin Grzejszczak
a6b1cef2e8 [#10] Working Wiremock To Dsl Converter 2015-02-13 15:18:28 +01:00
Marcin Grzejszczak
6c60e0dc82 [#10] Fixed header creation for requests 2015-02-13 12:31:14 +01:00
Marcin Grzejszczak
5e3d1ca9b2 Merge pull request #12 from 4finance/groovyDsl
[#5] Groovy DSL and Wiremock conversion
2015-02-13 00:21:02 +01:00
Marcin Grzejszczak
e88c81ca5e Merge pull request #1 from 4finance/wiremockToGroovyDslIssue10
[#10] Added initial version of Wiremock -> GroovyDsl
2015-02-13 00:20:07 +01:00
Marcin Zajaczkowski
71757e1ec8 [#5] Minor enhancements 2015-02-13 00:11:00 +01:00
Marcin Grzejszczak
4e02962525 [#10] Added initial version of Wiremock -> GroovyDsl 2015-02-12 17:21:45 +01:00
Marcin Grzejszczak
e5d218a2d2 [#5] Minor refactoring 2015-02-12 16:01:22 +01:00
Marcin Grzejszczak
88537c139e [#5] Changed the approach to use $(), value() instead of closures with client and server 2015-02-12 15:48:55 +01:00
Marcin Grzejszczak
4898470613 [#5] Implemented Request and Response with headers and body (not yet fully though ;) ) 2015-02-12 00:33:22 +01:00
Marcin Grzejszczak
759e9a163d Minor refactoring - changed class name and added immutability on the headers set 2015-02-11 15:12:10 +01:00
Marcin Zajaczkowski
c9eb699bc3 [#5] Simplify tests for Response 2015-02-05 12:45:38 +01:00