Commit Graph

2637 Commits

Author SHA1 Message Date
Jean-Christophe Amiel
3426aaee13
Update changelog 2024-07-02 09:10:55 +00:00
Jean-Christophe Amiel
fb96eb3163
Use slice in any_char function param. 2024-07-02 10:00:31 +02:00
hurl-bot
8a0b4aad48
Update crates 2024-07-02 03:01:44 +00:00
Jean-Christophe Amiel
b484ef8125
Some cosmetic changes on Reader. 2024-07-01 16:52:20 +02:00
Jean-Christophe Amiel
76b45a1ed1
Make Reader fields private. 2024-07-01 16:17:32 +02:00
Jean-Christophe Amiel
e7a6544494
Implement Reader::with_pos constructor. 2024-07-01 14:35:43 +02:00
Jean-Christophe Amiel
032a686422
Rename state: ReaderState to cursor: Cursor on reader.
There is no code change, only automatic refacto.
2024-07-01 13:54:55 +02:00
Jean-Christophe Amiel
42879603e2
Add reader test unit. 2024-07-01 13:54:55 +02:00
Jean-Christophe Amiel
e07470c326
Use combinator in jsonpath parser. 2024-07-01 13:54:24 +02:00
Fabrice Reix
89f7313ce6
Rename OutputFormat Variant to Plain 2024-07-01 13:13:56 +02:00
Jean-Christophe Amiel
8554f74bdd
Extract combinator from Hurl parser and use generic for Error. 2024-07-01 11:50:27 +02:00
hurl-bot
8507d11a7a
Update crates 2024-07-01 03:02:03 +00:00
Fabrice Reix
c49a89dd07
Move error_string to DisplaySourceError to_string 2024-06-30 08:42:55 +00:00
hurl-bot
07cb3514fa
Update crates 2024-06-30 03:01:51 +00:00
Fabrice Reix
0768ec8371
Add test with a tab in expected body 2024-06-29 16:36:29 +00:00
hurl-bot
db8511add2
Update crates 2024-06-29 03:01:52 +00:00
Jean-Christophe Amiel
b9342678a0
Delete unused Reader method. 2024-06-28 17:03:08 +02:00
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
Jean-Christophe Amiel
a96389f297
Update changelog. 2024-06-25 11:30:40 +02:00
Jean-Christophe Amiel
81762447b8
Update grammar. 2024-06-25 10:40:39 +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
Filipe PINTO
c1117b5391
Simplify install prerequisites scripts 2024-06-24 14:09:12 +02: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
9a03dece9c
Fix integ test 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
hurl-bot
fa1c1b22d6
Update crates 2024-06-21 03:01:45 +00:00
Jean-Christophe Amiel
a3d25d447d
Fix parallel output using per request standard output. 2024-06-20 12:00:28 +00:00
Jean-Christophe Amiel
06be6d4c3e
Update dev Python dependencies. 2024-06-20 13:23:04 +02:00
Jean-Christophe Amiel
20d9efe873
Update CHANGELOG. 2024-06-19 23:01:31 +02:00
Jean-Christophe Amiel
c2f4514a24
Add repeat option per request 2024-06-19 22:22:00 +02:00