Commit Graph

1821 Commits

Author SHA1 Message Date
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
Josh Soref
554f6b7206
spelling: parser
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:14 +02:00
Josh Soref
b8906b5ded
spelling: number
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Josh Soref
b19a6c9820
spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Josh Soref
a10c86285b
spelling: neither
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Josh Soref
9b43b01735
spelling: javascript
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Josh Soref
330fbae207
spelling: immediately
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Josh Soref
f6baa2a6b9
spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Josh Soref
e843b00bb5
spelling: duration
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:12 +02:00
Josh Soref
740e288799
spelling: deactivate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:12 +02:00
Josh Soref
99b2c285f5
spelling: cheaper
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:12 +02:00
Josh Soref
b8c6c17a30
spelling: can
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:11 +02:00
hurl-bot
1c028dd598
Update crates 2023-09-29 03:01:45 +00:00
Guilherme Puida
90576a9620
Use get_non_default_options to filter logs
This uses the previously created get_non_default_options instead of
inline logic when logging runner options.

Also fixes integration tests.
2023-09-28 15:11:44 -03:00
Guilherme Puida
b076266635
Extract log filtering logic to a separate function 2023-09-28 14:39:39 -03:00
Guilherme Puida
ff366b581e
Log only non-default options in verbose mode
This patch alters the logging of options to only display non-default
options when running with --verbose. The behavior of --very-verbose
is not affected.

This commit also fixes all integration tests that were broken with
the change to the logger output.
2023-09-27 20:14:41 -03:00
jcamiel
cbb98d7cf5
Fix images in README.md 2023-09-26 21:00:49 +00:00
hurl-bot
5e646b8827
Update crates 2023-09-26 16:24:17 +00:00
hurl-bot
4dac6e09f4
Update crates 2023-09-26 03:01:41 +00:00
Ikko Eltociear Ashimine
c800c2e2e5
Fix typo in markdown.py
colum -> column
2023-09-24 09:28:26 +02:00
hurl-bot
e584bd6bf5
Update crates 2023-09-24 03:01:46 +00:00
jcamiel
c55d9b1bcf
Update Hurl sample for 4.1.0. 2023-09-22 17:28:01 +02:00
jcamiel
8263316bc8
Update npm package. 2023-09-22 11:40:23 +02:00
Filipe PINTO
38880ad1d6
Fix multiplatform build contrib 2023-09-21 17:13:00 +02:00
jcamiel
07845377f4
Use generic GitHub release link in installation instructions. 2023-09-21 13:26:18 +00:00
Filipe PINTO
ca47196a58
Fix winget contrib 2023-09-21 15:16:22 +02:00
hurl-bot
6870aaa5f5
Update hurl version to 4.2.0-SNAPSHOT 2023-09-21 12:08:40 +00:00
hurl-bot
b12b761921
Create 4.1.0 release 2023-09-21 10:56:10 +00:00
Fabrice Reix
8d147942a8
Update CHANGELOG 2023-09-21 11:50:50 +02:00
Fabrice Reix
fdf38febb2
Update CHANGELOG 2023-09-21 10:15:10 +02:00
Fabrice Reix
3a158a815f
Add Breaking Change issues to the CHANGELOG 2023-09-21 10:15:10 +02:00