Mikołaj Fejzer
|
ced19c2c8a
|
Add Multipart and NamedProperty
|
2015-11-30 15:56:34 +01:00 |
|
Jakub Kubryński
|
21ba54f861
|
Merge pull request #178 from RemboL/issues/177-multiline-non-json-body-breaks-the-generated-test
[#177] modified generation of test method body to allow for multiline body requests
|
2015-11-26 23:20:09 +01:00 |
|
Milosz Rembisz
|
7bffbf6c72
|
removed test with GroovyShell.evaluate in favor of simple string checking
|
2015-11-25 13:10:08 +01:00 |
|
Milosz Rembisz
|
545abbb9b5
|
modified generation of test method body to allow for multiline body requests
|
2015-11-25 10:31:47 +01:00 |
|
Olga Maciaszek-Sharma
|
4823658b24
|
Release version: 0.9.11
[ci skip]
|
2015-11-24 13:09:00 +01:00 |
|
Jakub Kubrynski
|
86118095a7
|
Fixes #14 - class name suffix is configurable via plugin settings
|
2015-11-23 23:31:16 +01:00 |
|
Jakub Kubrynski
|
093b28b79d
|
Fixes #176 - change also directory name
|
2015-11-23 22:54:31 +01:00 |
|
Jakub Kubrynski
|
88c9400868
|
Fixes #176 - fix incorrect merge
|
2015-11-23 16:33:04 +01:00 |
|
Jakub Kubrynski
|
41ffeaf9a9
|
Fixes #176 - replace dash with underscore when building package name from directory - fix tests
|
2015-11-20 13:33:49 +01:00 |
|
Jakub Kubrynski
|
d487312250
|
Fixes #176 - replace dash with underscore when building package name from directory
|
2015-11-20 12:34:54 +01:00 |
|
Mariusz Smykula
|
d8455cf6dd
|
Release version: 0.9.10
[ci skip]
|
2015-11-15 20:12:42 +01:00 |
|
Marcin Grzejszczak
|
d2431f4501
|
[#147] Converted big ints to small ints
|
2015-11-15 20:09:53 +01:00 |
|
Marcin Grzejszczak
|
ce24a99262
|
Merge pull request #175 from Codearte/issues/76-added-underscore-as-valid-char
[#76] Added underscore as valid char in filename. Fixes #76
|
2015-11-15 19:01:28 +00:00 |
|
Marcin Grzejszczak
|
7afd45805b
|
[#76] Added underscore as valid char in filename. Fixes #76
|
2015-11-15 19:51:00 +01:00 |
|
Marcin Grzejszczak
|
ea47105562
|
Merge pull request #174 from Codearte/issues/147-made-tests-use-random-ports
[#147] Made tests use random ports. Fixes #147
|
2015-11-15 18:32:08 +00:00 |
|
Marcin Grzejszczak
|
7c61c550dd
|
[#147] Made tests use random ports. Fixes #147
|
2015-11-15 19:12:01 +01:00 |
|
Marcin Grzejszczak
|
92f5a8c055
|
Merge pull request #173 from Codearte/issues/171-uppercase-jaxrs-method
[#171] Added upercase method for JaxRs, fixes #171
|
2015-11-13 17:24:36 +00:00 |
|
Marcin Grzejszczak
|
f6b716bad5
|
[#171] Added upercase method for JaxRs, fixes #171
|
2015-11-13 18:02:20 +01:00 |
|
Marcin Grzejszczak
|
ba42a63430
|
Merge pull request #172 from Codearte/issues/169-fixed-query-params
[#169] Query params - fixes #169 for JaxRs
|
2015-11-13 16:49:10 +00:00 |
|
Marcin Grzejszczak
|
91f0d2878b
|
[#169] Query params - fixes #169 for JaxRs
|
2015-11-13 16:55:10 +01:00 |
|
Marcin Grzejszczak
|
e962cd8166
|
Merge pull request #170 from Codearte/issues/169-fixed-query-params
[#169] Query params - fixes #169
|
2015-11-13 10:42:28 +00:00 |
|
Marcin Grzejszczak
|
12545af59c
|
[#169] Query params - fixes #169
|
2015-11-13 11:15:59 +01:00 |
|
Jakub Kubryński
|
c83fec708b
|
Merge pull request #168 from mzielinski/master
#166 - Directory structure of dsl groovy scripts should be used in generated specifications
|
2015-11-04 10:57:41 +01:00 |
|
Maciej Zielinski
|
d4c5942166
|
#168 fix bug when there is not subdirectories
|
2015-11-04 10:02:19 +01:00 |
|
Maciej Zielinski
|
9b6451cdbe
|
#168 add intends in "should create class with full package" test
|
2015-11-04 09:11:02 +01:00 |
|
Maciej Zielinski
|
6876f15670
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
accurest-core/src/main/groovy/io/codearte/accurest/TestGenerator.groovy
|
2015-11-04 09:08:38 +01:00 |
|
mzielinski
|
b409df8efd
|
Merge branch 'release/#166'
|
2015-11-03 23:27:42 +01:00 |
|
mzielinski
|
04721e13b1
|
#166 directory structure of dsl groovy scripts should be used in generated specifications
|
2015-11-03 23:07:26 +01:00 |
|
Olga Maciaszek-Sharma
|
943ff5b608
|
Release version: 0.9.9
[ci skip]
|
2015-11-03 13:34:30 +01:00 |
|
Mariusz Smykuła
|
4122bab9cf
|
Merge pull request #167 from adam-wojszczyk/feature/number-pattern
Feature/number pattern
|
2015-11-02 11:45:03 +01:00 |
|
Adam Wojszczyk
|
5f42368810
|
Add regex to match numbers (integers and decimals)
|
2015-11-02 11:38:58 +01:00 |
|
Adam Wojszczyk
|
7a852e1e33
|
Add regex to match numbers (integers and decimals)
|
2015-11-02 11:37:14 +01:00 |
|
Mariusz Smykula
|
dc90d82fd3
|
Release version: 0.9.8
[ci skip]
|
2015-10-15 11:00:21 +02:00 |
|
Marcin Grzejszczak
|
defdfa63d7
|
Merge pull request #165 from dstepanov/fix-encoding-more
Set UTF-8 default encoding to more file read/write operations
|
2015-10-15 10:49:00 +02:00 |
|
Denis Stepanov
|
e7a69c3d5b
|
Set UTF-8 default encoding
|
2015-10-15 10:32:26 +02:00 |
|
Marcin Grzejszczak
|
be20569e4a
|
Updated readme with requirements for wiremock
|
2015-10-15 10:23:26 +02:00 |
|
Mariusz Smykula
|
1d6fe22910
|
Release version: 0.9.7
[ci skip]
|
2015-10-13 15:55:57 +02:00 |
|
Marcin Grzejszczak
|
03cee4b19e
|
Merge pull request #164 from dstepanov/fix-encoding-missing-stuff
Add UTF-8 as Groovy DSL file format (Missing use of GroovyShell)
|
2015-10-13 15:20:01 +02:00 |
|
Denis Stepanov
|
25ce3d7f71
|
Add UTF-8 as Groovy DSL file format
|
2015-10-13 14:57:08 +02:00 |
|
Marcin Grzejszczak
|
934af8633c
|
Merge pull request #160 from dstepanov/fix-unicode-escape
Don't generate UTF8 escaping "\u041C\u043E\u0441\u043A\u0432\u0430" in tests
|
2015-10-09 17:16:57 +02:00 |
|
Denis Stepanov
|
68764b5b19
|
Merge remote-tracking branch 'upstream/master' into fix-unicode-escape
|
2015-10-09 16:58:54 +02:00 |
|
Denis Stepanov
|
bfd72c1275
|
Fix encoding issue
|
2015-10-09 16:57:36 +02:00 |
|
Mariusz Smykula
|
806ad6086f
|
Release version: 0.9.6
[ci skip]
|
2015-10-09 12:43:01 +02:00 |
|
Marcin Grzejszczak
|
5b1e4c9994
|
Merge pull request #161 from dstepanov/support-inner-map-and-list
Support inner map and list definitions
|
2015-10-09 12:32:52 +02:00 |
|
Denis Stepanov
|
cf8ee61eb3
|
Support inner map and list
|
2015-10-08 15:14:37 +02:00 |
|
Marcin Grzejszczak
|
f5da5c4278
|
Revert "Merge pull request #159 from Codearte/revert-158-encoding-fix2"
This reverts commit a85bb25b13, reversing
changes made to c7a066bb36.
|
2015-10-07 11:32:05 +02:00 |
|
Marcin Grzejszczak
|
a85bb25b13
|
Merge pull request #159 from Codearte/revert-158-encoding-fix2
Revert "Set UTF-8 encoding when loading stubs"
|
2015-10-07 11:29:31 +02:00 |
|
Marcin Grzejszczak
|
9d16cc051f
|
Revert "Set UTF-8 encoding when loading stubs"
|
2015-10-07 11:29:24 +02:00 |
|
Marcin Grzejszczak
|
c7a066bb36
|
Merge pull request #158 from dstepanov/encoding-fix2
Set UTF-8 encoding when loading stubs
|
2015-10-07 11:21:26 +02:00 |
|
Denis Stepanov
|
cbb39dbad6
|
Fix encoding issue
|
2015-10-07 11:11:15 +02:00 |
|