hurl-bot
03ee2840db
Update crates
2023-10-17 03:01:54 +00:00
Fabrice Reix
089dd46132
Refacto eval_expression returning a Value rather than a String
2023-10-16 08:56:34 +02:00
hurl-bot
8ca0ca3768
Update crates
2023-10-16 03:02:10 +00:00
jcamiel
6a66b1dcd2
Remove unused url field in some errors structs
2023-10-14 23:33:52 +02:00
jcamiel
61fd37b2ae
Add error message for unsupported HTTP version.
2023-10-14 23:33:35 +02:00
Fabrice Reix
7429aea4e9
Update generated HTML grammar
2023-10-14 21:29:55 +00:00
Fabrice Reix
fe0bcd03ad
Support template in option value
2023-10-14 21:29:54 +00:00
Fabrice Reix
a45d806057
Add missing date-predicate
2023-10-14 21:29:53 +00:00
hurl-bot
efadd8d858
Update crates
2023-10-14 20:26:20 +00:00
Joe Taber
06b448053d
Fix deb install script: use brackets to delineate var before underscores
...
Without brackets, the shell reads `$VARIABLE_amd64` as a single variable name.
2023-10-14 12:43:17 -05:00
hurl-bot
897da088b8
Update crates
2023-10-13 06:32:25 +00:00
jcamiel
46e3bf2cfb
Use exit code 255 to signal skipped integration test.
2023-10-13 00:03:16 +02:00
jcamiel
9d5b611b9e
Adapt test excepted stderr to take libcurl multipart boundary size change in 8.4.0+.
...
See https://github.com/curl/curl/pull/11838/files where `define MIME_RAND_BOUNDARY_CHARS` has been changed from 16 to 22.
The new pattern on 'Content-Lenght' works for previsous and newer libcurl version.
2023-10-12 23:23:11 +02:00
jcamiel
d58ecce62b
Change field name.
2023-10-11 10:23:38 +02:00
jcamiel
4363aa9875
Force refreshing libcurl connections if HTTP version requested change
2023-10-11 09:13:44 +02:00
jcamiel
8c57a78f08
Introduce RequestedHttpVersion enum for specify the requested HTTP version.
2023-10-10 18:47:39 +02:00
Fabrice Reix
ecc1c1fc8b
Ignore libcurl library warning in the check itself
2023-10-10 14:07:38 +00:00
Fabrice Reix
b20813bc29
Generate test report in build/
2023-10-10 14:07:37 +00:00
jcamiel
e843dc7785
Remove unnecessary clone.
2023-10-10 15:04:19 +02:00
hurl-bot
3d79234674
Update crates
2023-10-10 03:01:48 +00:00
jcamiel
bbe36595e5
Add integration test for hurl --help.
2023-10-09 21:06:11 +02:00
jcamiel
4ae0465839
Add integration test for hurl --help.
2023-10-09 18:13:03 +02:00
Zac Pitones
f2e4023218
add timestamps to HTML reports
2023-10-09 09:58:43 -05:00
hurl-bot
b31a26f41d
Update crates
2023-10-09 14:14:06 +00:00
hurl-bot
fb1e9c51fd
Update crates
2023-10-09 03:01:47 +00:00
jcamiel
1986c0ca13
Add --http3 option.
2023-10-08 17:25:00 +02:00
jcamiel
473084aeb7
Add integration test for --http2 option.
2023-10-08 14:38:36 +00:00
jcamiel
b4e53f1489
Add --http2 option.
2023-10-08 14:38:35 +00:00
hurl-bot
fd568d0909
Update crates
2023-10-08 03:01:42 +00:00
jcamiel
50adeccdfa
Upgrade to Rust 1.73
2023-10-08 00:49:02 +02:00
Niklas Mollenhauer
6ec6a889d5
cargo fmt
2023-10-07 08:57:18 +00:00
Niklas Mollenhauer
d6d14cfec7
Fix report version marker
2023-10-07 08:57:17 +00:00
Niklas Mollenhauer
581e8865d8
Add support for TAP version header
...
TAPv13 states that there might be a version header:
https://testanything.org/tap-version-13-specification.html
This change is compatible with earlier TAP versions,
because they should ignore all output that does not start with `ok`/`not ok`
There are TAP consumers that require a TAP version to be present [1].
[1]: https://github.com/test-summary/action
2023-10-07 08:57:16 +00:00
hurl-bot
9a6f12e2fc
Update crates
2023-10-07 03:01:40 +00:00
jcamiel
ee98301902
Hide deprecated fail-at-end flag.
2023-10-06 17:24:33 +02:00
hurl-bot
8ab5503149
Update crates
2023-10-06 09:10:58 +00:00
Fabrice Reix
bbf7757cad
Update HTML class for captures/cookies
2023-10-06 10:18:52 +02:00
Fabrice Reix
aeca943cf7
Support template in keys
2023-10-06 10:18:52 +02:00
Filipe PINTO
af3f78e637
Fix chocolatey README contrib
2023-10-05 12:46:56 +00:00
Filipe PINTO
02d0ac3830
Forbid /accept on PR from master branch
2023-10-05 12:12:48 +00:00
Filipe PINTO
83843b577b
Reorganize docker contrib README.md
2023-10-05 14:10:56 +02:00
hurl-bot
5ecdad2925
Update crates
2023-10-05 03:01:42 +00:00
Jean-Christophe Amiel
d990877486
Fix delay field order.
2023-10-04 15:25:27 +00:00
lepapareil
85541a3e20
Add fork rebase feature to /accept workflow
2023-10-04 17:15:44 +02:00
jcamiel
9623b76409
Add http1.1 per request option.
2023-10-04 14:42:47 +02:00
Filipe PINTO
518238e49b
Dissociate generic package tests from generic package build
2023-10-04 10:52:44 +02:00
jcamiel
cf8dffba03
Reset libcurl handle at the start of the execute function.
...
Actually, we can exit from the `client::execute` function without reseting the libcurl handle.
It seems more cautious to reset the curl handle at the start of the function, prior to set everything.
2023-10-03 18:22:51 +02:00
jcamiel
411f0ed8f5
Add --http1.1 option
2023-10-03 13:41:58 +02:00
jcamiel
17ec6c8b1a
Add --http1.0 per request option.
2023-10-03 12:58:11 +02:00
jcamiel
2438905850
Add --http1.0 option
2023-10-03 09:33:35 +00:00