Commit Graph

2670 Commits

Author SHA1 Message Date
Jean-Christophe Amiel
e15dba8128
Move Input to hurl_core and use Input in hurlfmt. 2024-07-10 17:05:31 +02:00
Jean-Christophe Amiel
b58bdca4e9
Refacto on lint error display in hurlfmt. 2024-07-10 16:16:37 +02:00
Jean-Christophe Amiel
497e9cae0f
Refacto on parse error display in hurlfmt. 2024-07-10 13:37:20 +02:00
Jean-Christophe Amiel
f1c123655a
Add Logger to hurlfmt 2024-07-10 11:58:51 +02:00
Jean-Christophe Amiel
4a6262f9b1
Update changelog. 2024-07-10 09:53:51 +02:00
hurl-bot
8c62d1a04f
Update crates 2024-07-10 03:01:48 +00:00
Jean-Christophe Amiel
b57b0b606b
Disables SSL on keepalive tests for libcurl < 8.2.0. 2024-07-09 18:16:21 +02:00
Jean-Christophe Amiel
733afabcf0
Get SSL certificates info on reused connections, from a cache 2024-07-09 16:24:51 +02:00
Jean-Christophe Amiel
52e13da9fc
Update README with Fedora build instructions. 2024-07-09 07:59:16 +00:00
hurl-bot
0b885028dc
Update crates 2024-07-09 07:30:27 +00:00
abdulalalalalala
6b4dd61657
add build instructions for fedora 2024-07-09 06:40:42 +00:00
Jean-Christophe Amiel
690c2c7852
Sort import. 2024-07-08 12:21:23 +02:00
Jean-Christophe Amiel
18b545885f
Use Duration type instead of u128/u64 types in results. 2024-07-08 07:57:24 +00:00
hurl-bot
f62811cc29
Update crates 2024-07-08 03:01:53 +00:00
hurl-bot
5483230064
Update actions 2024-07-07 11:01:21 +00:00
hurl-bot
6e120c042d
Update crates 2024-07-07 03:01:59 +00:00
Jean-Christophe Amiel
1cdc491867
Unify Retry and Repeat types with Count. 2024-07-06 23:02:51 +02:00
Jean-Christophe Amiel
25d6716145
Improve coverage on options section. 2024-07-06 21:52:41 +02:00
Jean-Christophe Amiel
97f1a05000
Update certifi to 2024.7.4 2024-07-06 13:18:16 +02:00
hurl-bot
a95c89e876
Update crates 2024-07-06 03:02:39 +00:00
Jean-Christophe Amiel
76effdd2c7
Cached JSON parsing across queries. 2024-07-05 15:22:07 +02:00
Fabrice Reix
a58e020a3e
Use DisplaySourceError to_string in hurlfmt 2024-07-05 10:25:02 +02:00
Fabrice Reix
2551b89080
Add test integ for diff 2024-07-05 08:52:07 +02:00
Fabrice Reix
6913ce92e2
Display text body assert errors as diff 2024-07-05 08:52:02 +02:00
Jean-Christophe Amiel
17a1dd0a81
Add XPath body cache 2024-07-04 17:24:25 +02:00
Jean-Christophe Amiel
e68fd335f6
Rename integration test. 2024-07-04 16:17:51 +02:00
Jean-Christophe Amiel
3141e344cd
Simplify response body decoding when there is no content encoding. 2024-07-04 13:20:48 +02:00
hurl-bot
1ed0b4e29c
Update crates 2024-07-04 03:01:56 +00:00
Jean-Christophe Amiel
decac0a685
Remove some unncessary clones. 2024-07-03 16:32:02 +02:00
Jean-Christophe Amiel
aed9addcb5
Splits XPath evaluation in parsing then eval. 2024-07-03 10:57:07 +00:00
hurl-bot
4f4d0417a8
Update crates 2024-07-03 03:01:53 +00:00
Jean-Christophe Amiel
46f2fd7806
Add integration test to check query cache (not implemented yet). 2024-07-02 17:05:28 +02:00
Jean-Christophe Amiel
841ccabe07
Add function docs on query.rs 2024-07-02 09:57:09 +00:00
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