Andy Wilkinson
7a1a989765
Expand and update REST Assured compatibility testing
...
Closes gh-688
2020-07-13 10:53:28 +01:00
Andy Wilkinson
97ddf3dcec
Fix handling of empty querty string parameters
...
Previously empty parameters in a query string were handled
inconsistently such that they sometimes had a value of "" in a list
and sometimes were represented as an empty list. This inconsistency
lead to the parameter appearing twice in the cURL request snippet.
This commit removes the inconsistency by always using an empty string
to represent an empty query parameter value.
Fixes gh-647
2019-10-04 18:34:56 +01:00
Andy Wilkinson
4bbc5b37b5
Perform compatibility testing against REST Assured 4.0 and 4.1
...
Closes gh-640
2019-09-13 13:02:51 +01:00
Andy Wilkinson
3597ebc35a
Allow responses with non-standard status codes to be documented
...
Fixes gh-639
2019-09-12 17:03:21 +01:00
Andy Wilkinson
fce255695e
Polish "Improve diagnostics for null configuration"
...
See gh-583
2019-08-30 17:14:42 +01:00
Dmytro Nosan
b5f2454c00
Improve diagnostics for null configuration
...
See gh-583
2019-08-30 17:09:27 +01:00
Andy Wilkinson
cc22dbfe26
Merge branch '1.2.x'
2019-08-30 11:20:34 +01:00
Andy Wilkinson
508b3d6593
Upgrade to Spring Java Format 0.0.15
2019-08-30 11:07:04 +01:00
Andy Wilkinson
32c92bf885
Merge branch '1.2.x'
2019-03-26 12:11:10 +00:00
Andy Wilkinson
2dda908c7e
Polish "Use HTTPS for externals links where possible"
...
See gh-611
2019-03-26 12:00:27 +00:00
Spring Operator
cb5d7c2220
Use HTTPS for externals links where possible
...
See gh-611
2019-03-26 11:59:53 +00:00
Andy Wilkinson
c2c4ed7752
Merge branch '1.1.x' into 1.2.x
2019-03-26 11:45:06 +00:00
Andy Wilkinson
9444083b81
Polish "Use HTTPS for external links where possible"
...
See gh-610
2019-03-26 11:28:57 +00:00
Spring Operator
1fa4c293c6
Use HTTPS for external links where possible
...
See gh-610
2019-03-26 11:28:26 +00:00
Andy Wilkinson
09a4323ed5
Merge branch '1.2.x'
2019-03-19 11:42:23 +00:00
Andy Wilkinson
3282a798cb
Merge branch '1.1.x' into 1.2.x
2019-03-19 11:35:06 +00:00
Andy Wilkinson
f7e61013bb
Merge branch '1.0.x' into 1.1.x
2019-03-19 11:24:34 +00:00
Andy Wilkinson
fad2dff977
Merge branch '1.2.x'
2018-08-08 16:51:28 +01:00
Andy Wilkinson
244a734232
Adopt Spring Java Format for code formatting and style
2018-08-08 14:08:15 +01:00
Andy Wilkinson
ceb844183d
Merge branch '1.2.x'
2018-08-08 12:27:43 +01:00
Andy Wilkinson
7431426cf3
Update tests to use AssertJ
...
Closes gh-537
2018-08-08 11:22:57 +01:00
Andy Wilkinson
7ab94c4050
Merge branch '1.2.x'
2018-07-16 11:07:12 +01:00
Andy Wilkinson
920ced0755
Preserve cookies when preprocessing a request to modify its URIs
...
Closes gh-523
2018-07-16 10:48:50 +01:00
Andy Wilkinson
e7d2d44a05
Polish "Move UriModifyingOperationPreprocessor to core project"
...
Closes gh-493
2018-03-28 11:44:50 +01:00
Joe McCall
37f313c766
Move UriModifyingOperationPreprocessor to core project
...
This functionality does not rely on RestAssured, and could prove
useful to other Spring REST Docs extensions.
See gh-493
2018-03-28 11:38:30 +01:00
Andy Wilkinson
b150beb9be
Merge branch '1.2.x'
2018-03-27 14:30:19 +01:00
Pierre-Jean Vardanega
586de30212
Convert query parameters list as param=1¶m=2 instead of param=1,2
...
Closes gh-477
2018-03-27 14:25:33 +01:00
Andy Wilkinson
7f91d5f2e5
Merge branch '1.2.x'
2018-03-27 14:13:45 +01:00
Johnny Lim
da64c55fce
Add HTTP method option unconditionally in curl command
...
Closes gh-488
2018-03-27 14:07:47 +01:00
Andy Wilkinson
e84aa86171
Merge branch '1.2.x'
2018-03-27 13:01:20 +01:00
Andy Wilkinson
95c4234c99
Format core code with Eclipse Oxygen's formatter
2018-03-27 12:53:34 +01:00
Andy Wilkinson
eed90c0b9a
Polish "Add support for configuring default request and response preprocessors"
...
Closes gh-424
2017-10-27 12:09:56 +01:00
Filip Hrisafov
4f8b173836
Add support for configuring default request and response preprocessors
...
See gh-424
2017-10-27 12:09:56 +01:00
Andy Wilkinson
4e99df6b75
Merge branch '1.2.x'
2017-09-23 17:20:55 +01:00
Andy Wilkinson
7c6c2e7523
Polish
2017-09-23 17:20:03 +01:00
Andy Wilkinson
ab2dbb2b4c
Merge branch '1.2.x'
2017-07-01 16:06:51 +01:00
Andy Wilkinson
214c068ece
Remove Accept: */* header from REST Assured requests
...
Closes gh-404
2017-07-01 16:05:31 +01:00
Andy Wilkinson
6986cb75a8
Remove deprecated code
...
Closes gh-387
2017-05-19 09:27:06 +02:00
Andy Wilkinson
9f67eaab70
List REST Assured dependencies as optional in pom
...
Previously, the use of compileOnly meant that the REST Assured
dependencies were omitted from pom for spring-restdocs-restassured.
This commit correct thr problem by using the propdeps' plugin's
optional configuration instead.
Closes gh-372
2017-04-07 17:03:32 +01:00
Andy Wilkinson
704257e93b
Align generated Set-Cookie header with RFC 6265
...
Closes gh-378
2017-04-07 16:59:49 +01:00
Andy Wilkinson
78982cf515
Add support for REST Assured 3
...
Closes gh-262
2017-03-20 21:39:25 +00:00
Andy Wilkinson
a6d322007b
Polish "Provide more control of formatting of curl and HTTPie commands"
...
See gh-348
Closes gh-260
2017-03-20 20:11:31 +00:00
Tomasz Kopczynski
2cb9d36ef1
Line breaks in cURL and HTTPie snippets
...
Closes gh-260
2017-03-20 20:11:31 +00:00
Andy Wilkinson
1b5e75ff2c
Polish "Include cookies in the HTTP response snippet"
...
See gh-340
Closes gh-305
2017-03-13 20:46:05 +00:00
Tomasz Kopczynski
46190535f7
Include cookies in the HTTP response snippet
...
See gh-305
Closes gh-340
2017-03-13 20:44:33 +00:00
Andy Wilkinson
e9ceeacd66
Merge branch '1.1.x'
2017-03-04 21:05:07 +00:00
Andy Wilkinson
7cb91f9963
Remove use of Spring Boot from REST Assured module's integration tests
...
Closes gh-360
2017-03-04 20:40:42 +00:00
Andy Wilkinson
722048e20f
Introduce RequestCookie to avoid core depending on the Servlet API
...
Closes gh-345
2017-02-03 14:55:18 +00:00
Andy Wilkinson
a9c1e04081
Polish "Include cookies in request snippets"
...
See gh-336
Closes gh-302
Closes gh-303
Closes gh-304
2017-02-02 14:50:22 +00:00
Tomasz Kopczynski
25bc6c37da
Include cookies in request snippets
...
Closes gh-336
See gh-302, gh-303, gh-304
2017-02-02 14:49:45 +00:00