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
dependabot[bot]
f444ebdb11
Bump urllib3 from 1.26.15 to 1.26.17 in /bin
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.15 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.17 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 03:17:20 +00:00
jcamiel
cc5da56802
Update copyright year.
2023-10-02 15:34:33 +02:00
jcamiel
67eee892fb
Credits all hard work maintainers.
2023-10-02 10:27:26 +02:00
jcamiel
c9056d613f
Add comment explaining why we don't upgrade indexmap.
2023-10-02 10:26:54 +02:00
jcamiel
fef53861ae
Change HTTP version enum from response/Version to core/HttpVersion.
...
The new enum implements now Copy, and has a HTTP3 variant.
2023-10-02 05:45:35 +00:00
hurl-bot
f4243b6b1f
Update crates
2023-10-01 20:49:25 +00:00
hurl-bot
f30f559ad0
Update crates
2023-10-01 03:02:12 +00:00
jcamiel
cf5d404fa3
Remove strict feature from Cargo toml.
...
See bdd4ff7b14
2023-09-30 10:03:11 +00:00
hurl-bot
2867cbd19d
Update crates
2023-09-30 09:26:56 +00:00
hurl-bot
81235e7542
Update crates
2023-09-30 03:01:45 +00:00
jcamiel
9f6fdf2c9b
Rename aws_sigv4 integration test to aws_sigv4_option.
...
By convention, the integration test are named `foo` when a command line option is used, and `foo_option when an `[Options]` is prefered.
2023-09-29 13:39:15 +02:00
jcamiel
f0c1982ced
Fix some case.
2023-09-29 13:29:47 +02:00
Josh Soref
8d9291ac64
reword url ParseResult comment
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:15 +02:00
Josh Soref
a22eb36c53
spelling: the
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:14 +02:00
Josh Soref
aeea28e857
spelling: reproduce
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:14 +02:00
Josh Soref
fe6699cd6c
spelling: registry
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:14 +02:00
Josh Soref
6137a6b69a
spelling: previously
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:14 +02:00
Josh Soref
4b654d66f4
spelling: prerequisites
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:14 +02:00