Commit Graph

338 Commits

Author SHA1 Message Date
lepapareil
4a6959adcd
Add coverage report and badge to ci 2022-08-11 22:59:54 +02:00
jcamiel
2d0a6bc755
Update clippy for rust 1.63.0. 2022-08-11 19:55:24 +02:00
jcamiel
2698987cf5
Hunt clones and uses references as possible. 2022-08-10 21:13:16 +02:00
jcamiel
bb2faf8e4a
Change add_tokens(&mut tokens for tokens.append( 2022-08-10 17:01:12 +02:00
jcamiel
33ed1f4690
Pass client_options in execute and executes_with_redirect HTTP client methods. 2022-08-10 11:59:40 +02:00
jcamiel
f6e5b0a8df
Fix regression in chrono 0.4.20 https://github.com/chronotope/chrono/issues/755. 2022-08-09 17:44:36 +02:00
GitHub Action
8f8e3b89d2 Update crates 2022-08-09 14:48:23 +00:00
jcamiel
f8863cbac6
Display deprecated warning when using --progress and --summary option. 2022-08-08 18:58:14 +02:00
jcamiel
7f561566dc
Normalize acronym case in errors. 2022-08-08 18:42:57 +02:00
jcamiel
2cbb73a9c1
Support NO_COLOR env variable (https://no-color.org) 2022-08-08 14:54:08 +02:00
jcamiel
e02436d8cb
Make --test colored. 2022-08-05 20:28:09 +02:00
jcamiel
3fc7b7744b
Make verbose and very-verbose logs more colored. 2022-08-05 17:27:38 +02:00
jcamiel
eb9c46a9d4
Patches chrono 0.4.20 regression on ArchLinux / Alpine docker image. 2022-08-05 14:48:51 +02:00
jcamiel
3e33ef208f
Make error more colorfull. 2022-08-04 14:18:22 +02:00
GitHub Action
566c15d6b6 Update crates 2022-08-04 12:15:49 +00:00
jcamiel
74efc91da3
Create bas logger for basic error and logger for a run file. 2022-08-03 17:58:02 +02:00
jcamiel
919fdb6261
Uses references when possible. 2022-08-03 14:26:48 +02:00
jcamiel
d5824a2bb0
Remove unnecessary prefix. 2022-08-01 17:15:08 +02:00
jcamiel
c256e6bcd2
Use raw content instead of lines for high level api (run Hurl file etc...) 2022-08-01 17:15:08 +02:00
jcamiel
59a3e24c40
Rationalize log functions usages. 2022-08-01 15:19:09 +02:00
Fabrice Reix
34075bc8a9
Refacto workflow scripts 2022-07-31 09:59:10 +02:00
GitHub Action
ac75d2de15 Update crates 2022-07-30 08:23:08 +00:00
jcamiel
e15b431fed Log body request if very_verbose. 2022-07-29 14:10:16 +02:00
jcamiel
750e7e0e18 Modify variable name to be more specific (response_headers vs headers, request_body vs data, response_body vs body) 2022-07-29 14:10:16 +02:00
jcamiel
568b83266e
Fixes file access authorization. 2022-07-28 11:24:53 +02:00
GitHub Action
b0d004d266 Update crates 2022-07-26 15:51:41 +00:00
GitHub Action
d04a7c5e49 Update crates 2022-07-22 08:23:29 +00:00
jcamiel
eaabac843c
Use references when possible. 2022-07-21 18:12:25 +02:00
GitHub Action
f7e910da02 Update crates on 22/07/21 08:21 2022-07-21 08:21:09 +00:00
GitHub Action
53fc610d9f Update crates on 22/07/20 17:52 2022-07-20 17:52:58 +00:00
jcamiel
dbc51de167
Fix broken stdin. 2022-07-20 13:24:32 +02:00
GitHub Action
da7ad86f60 ˉᵇᵒᵗˉUpdate crates on 22/07/19 20:17 2022-07-19 20:17:27 +00:00
GitHub Action
0bdd778553 ˉᵇᵒᵗˉUpdate crates on 22/07/15 13:19 2022-07-15 13:19:41 +00:00
jcamiel
567ab70e0e
Update regex 1.6.0. 2022-07-06 17:43:02 +02:00
jcamiel
ed679bd6da
Fix #652.
Use multiple_values method instead of deprecated multiple_occurences method.
2022-07-02 14:38:58 +02:00
jcamiel
ae591ecdd9
Update serde 1.0.138. 2022-07-02 15:39:47 +02:00
Fabrice Reix
b5ddf8a9dc
Add filename in error message 2022-07-02 06:15:13 +02:00
Fabrice Reix
487ab2ef53
Fix clippy is_digit_ascii_radix 2022-06-30 22:04:14 +02:00
jcamiel
1705f30f72
Update clap 3.2.8. 2022-06-30 15:54:20 +02:00
Fabrice Reix
daa95ce619
Remove additional spaces in verbose mode 2022-06-30 15:34:18 +02:00
jcamiel
67ef7c75a7
Move method between Request / Response.
This is a preliminary work for issue #628.
2022-06-30 13:50:44 +02:00
jcamiel
038d23c2f7
Update serde-json 1.0.82. 2022-06-30 12:55:04 +02:00
jcamiel
e2805521a8
Update clap 3.2.7. 2022-06-28 17:29:00 +02:00
jcamiel
689fca2715
Updates READMEs. 2022-06-27 16:28:57 +02:00
Fabrice Reix
de79388be5 Support regex literal in query/subquery 2022-06-24 11:42:06 +02:00
jcamiel
451f6e8200 Create http::header module. 2022-06-22 18:53:03 +02:00
jcamiel
3b801a782a Update indexmap. 2022-06-22 13:52:51 +02:00
jcamiel
380c525d3a Update clap 3.2.6. 2022-06-21 20:17:38 +02:00
Fabrice Reix
99768edcff Encode string variable in JSON body 2022-06-21 15:15:21 +02:00
jcamiel
1c81471e45 Log response body if very verbose option is used. 2022-06-19 19:09:44 +02:00