Jean-Christophe Amiel
345e98c72c
Move hurl_core::ast::Pos to hurl_core::reader::Pos
2024-06-28 16:47:06 +02:00
Jean-Christophe Amiel
7743be6d0a
Move typing module.
2024-06-28 15:51:09 +02:00
Jean-Christophe Amiel
8c77f625f3
Reuse reader from core ni JSONPath parser.
2024-06-28 15:34:51 +02:00
Jean-Christophe Amiel
d026280b97
Rename jsonpath::parser::error::Error to jsonpath::parser::error::ParseError
2024-06-28 15:32:06 +02:00
Jean-Christophe Amiel
da4792b258
Remove try_literal method from JSONPath reader.
...
There is still a try_literal function in the parser.
2024-06-28 12:51:25 +02:00
Jean-Christophe Amiel
e8355a7e1d
Extract reader from parser module.
2024-06-28 12:50:56 +02:00
Jean-Christophe Amiel
257e9a8eac
Change param filters type to slice in eval_filters.
2024-06-28 11:22:47 +02:00
hurl-bot
c7bcd70966
Update crates
2024-06-28 03:02:09 +00:00
Jean-Christophe Amiel
95800e85ae
Add lifetimes name.
2024-06-26 13:50:09 +00:00
Fabrice Reix
4a67bd5cb0
Add actual value type in assert error message
2024-06-26 11:00:01 +00:00
hurl-bot
668dd36343
Update crates
2024-06-26 03:01:56 +00:00
Jean-Christophe Amiel
884019c090
Fix inconsistent case for fields queryString and httpVersion in --json
2024-06-25 14:12:43 +02:00
hurl-bot
7ea41a38e8
Update crates
2024-06-25 03:01:53 +00:00
Fabrice Reix
37d836388c
Fix empty JSON key parsing
2024-06-24 21:51:59 +02:00
Jean-Christophe Amiel
15579a457b
Fix error displayed in double with bad option.
2024-06-24 14:26:16 +00:00
Jean-Christophe Amiel
8aba7c2bef
Fix test progress bar for small screens.
2024-06-24 12:07:06 +02:00
Jean-Christophe Amiel
6546d11cf8
Add wrap method on StyleString to limit maximum width of lines.
2024-06-24 09:09:16 +02:00
hurl-bot
6b15baa1d3
Update crates
2024-06-24 03:01:52 +00:00
hurl-bot
38dff74115
Update crates
2024-06-22 03:01:45 +00:00
Jean-Christophe Amiel
0143e3e77a
Som refacto on progress bar.
2024-06-21 14:29:31 +00:00
Fabrice Reix
ef2a85d7e7
Use different error string output for Terminal and JSON
2024-06-21 12:53:13 +00:00
Fabrice Reix
9054a3434e
Include line number prefix in DisplaySourceError message
2024-06-21 12:53:12 +00:00
Jean-Christophe Amiel
57f465e3b1
Use StyledString in response_debug.rs
2024-06-21 14:19:06 +02:00
Jean-Christophe Amiel
34840a55dd
Use StyledString in base logger.
2024-06-21 11:16:40 +02:00
Jean-Christophe Amiel
a3d25d447d
Fix parallel output using per request standard output.
2024-06-20 12:00:28 +00:00
Jean-Christophe Amiel
c2f4514a24
Add repeat option per request
2024-06-19 22:22:00 +02:00
Jean-Christophe Amiel
dc6be76339
Move Repeat to core types.
2024-06-19 16:48:19 +02:00
Jean-Christophe Amiel
bde10d3102
Move Retry to core types.
2024-06-19 16:28:39 +02:00
Fabrice Reix
05fd81f8c3
Fix Clippy warnings
2024-06-19 11:01:03 +02:00
Fabrice Reix
0ddb0a9c1b
Update to Rust 1.79
2024-06-19 11:01:03 +02:00
hurl-bot
023f2ba76f
Update crates
2024-06-19 03:01:59 +00:00
Jean-Christophe Amiel
90bb395bae
Apply delay only once per entry, no matter how many retry.
2024-06-18 17:38:13 +02:00
Jean-Christophe Amiel
438fbf721a
Update docs for --delay.
2024-06-18 16:53:56 +02:00
Fabrice Reix
e67ffc0f88
Move message function to DisplaySourceError trait
2024-06-18 13:55:11 +00:00
baerwang
2ddea77f66
fix: date add equal and not equal
2024-06-17 06:05:02 +00:00
Fabrice Reix
33a8b67a9d
Update Diff API with hunks
2024-06-15 23:03:36 +02:00
Jean-Christophe Amiel
aceb5fc61e
Accept directory as Hurl arguments for processing file
2024-06-14 13:43:06 +02:00
Jean-Christophe Amiel
d51c275fc6
Fix Rust 1.79 warnings.
2024-06-14 10:21:36 +02:00
hurl-bot
2fb29f3633
Update crates
2024-06-13 03:02:09 +00:00
Jean-Christophe Amiel
1d6bec4c51
Expose request comments in --out json.
2024-06-12 17:02:54 +02:00
Jean-Christophe Amiel
8a67d77912
Truncate file then append it when dumping response with --output.
2024-06-12 15:24:55 +02:00
hurl-bot
d915b754e3
Update crates
2024-06-12 12:32:30 +00:00
baerwang
3d98c7caa6
fix: crash expires cookie attributes
2024-06-12 04:35:38 +00:00
Jean-Christophe Amiel
46482d3511
Small code refacto on ResponseCookie.
2024-06-11 16:16:10 +02:00
Jean-Christophe Amiel
123fd981c9
Remove too specific variant StatuslineIsMissing in favor of CouldNotParseResponse.
2024-06-11 13:23:25 +00:00
hurl-bot
fdb36cedde
Update crates
2024-06-11 03:01:58 +00:00
Jean-Christophe Amiel
54f3bf5b1a
Implement repeat for sequential runner.
2024-06-10 21:24:43 +02:00
Jean-Christophe Amiel
16f902a7e1
Delete test mode in sequential runner.
...
In test mode, the parallel runner is now always use, even if tests are run one-by-one (--jobs=1). The sequential runner don't need to report test progress.
2024-06-10 15:35:05 +02:00
Jean-Christophe Amiel
330d6041e5
Implement repeat option on parallel runner.
2024-06-10 10:12:09 +02:00
Jean-Christophe Amiel
fe7cba7003
Add --repeat option.
2024-06-10 10:12:08 +02:00