Commit Graph

1759 Commits

Author SHA1 Message Date
Fabrice Reix
5dbff0ef32
Add test integ for jsonpath example from https://goessner.net/articles/JsonPath/ 2023-09-16 09:28:27 +02:00
Fabrice Reix
8b322b9784
Add test integ for predicates on number 2023-09-16 09:28:26 +02:00
Fabrice Reix
0dca370068
Rename files 2023-09-16 09:28:26 +02:00
hurl-bot
50c20d3863
Update crates 2023-09-16 03:01:42 +00:00
hurl-bot
078e557640
Update crates 2023-09-15 03:01:39 +00:00
jcamiel
e4bb60f4c7
Improve Markdown tables generation. 2023-09-14 18:04:12 +02:00
jcamiel
8829b393b3
Update docs. 2023-09-14 16:18:20 +02:00
Fabrice Reix
e875db097f
Update man with report-tap option 2023-09-14 08:12:21 +02:00
hurl-bot
989603c545
Update crates 2023-09-14 03:01:59 +00:00
Fabrice Reix
11628d4766
Add delay CLI option 2023-09-13 16:18:28 +02:00
hurl-bot
0d79aa9e71
Update crates 2023-09-13 03:01:44 +00:00
lepapareil
1867c410ac
Use active toolchain to set release packages names 2023-09-12 17:09:46 +02:00
Filipe PINTO
8d9b7fc36f
Make ci scripts compatible with cross compilation 2023-09-12 17:09:41 +02:00
jcamiel
f82ed05d9a
Refacto for XML parsing.
Previously, the parser was rather raw: we processed the buffer bytes by bytes, checking if the buffer was a valid XML file.
Now, we use libxml SAX parser to detect the end of the XML.
2023-09-12 12:15:35 +00:00
hurl-bot
b1bb431772
Update crates 2023-09-12 03:01:49 +00:00
Fabrice Reix
7ed25baac9
Improve jsonpath parser coverage with integ tests 2023-09-11 20:00:48 +02:00
jcamiel
b41f17be2b
Update CHANGELOG. 2023-09-11 13:43:45 +02:00
jcamiel
d48dc7e296
Fix typo. 2023-09-11 13:31:55 +02:00
jcamiel
336ab101c8
Remove unused enum variant. 2023-09-11 11:32:25 +02:00
Fabrice Reix
915f539a4e
Fix parsing jsonpath slice 2023-09-11 09:00:26 +00:00
hurl-bot
91af068cb2
Update crates 2023-09-11 03:01:52 +00:00
hurl-bot
d831425555
Update crates 2023-09-09 03:01:40 +00:00
jcamiel
b457ea8f30
Remove static lifetimes from parsing functions. 2023-09-08 15:43:34 +02:00
jcamiel
30657d84a9
Add more tests units on XML parser. 2023-09-08 13:50:57 +02:00
jcamiel
c2342b90cb
Use operator for equals predicate in tests. 2023-09-08 11:12:09 +02:00
Filipe PINTO
965246f063
Add contrib for generic arm64 linux binary cross compile 2023-09-08 08:02:12 +00:00
jcamiel
35beab2c18
Fix deprecated calls. 2023-09-08 09:25:17 +02:00
hurl-bot
2eb22da885
Update crates 2023-09-08 03:02:02 +00:00
jcamiel
c56bc1380e
Print host architecture with --version 2023-09-07 15:45:52 +02:00
jcamiel
ffa4052f32
Specify resolver version.
This solves the build warnings:
```
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
``
2023-09-06 16:04:15 +00:00
hurl-bot
025a453b97
Update crates 2023-09-06 03:01:56 +00:00
lepapareil
e3bc7a2c64
Add docker multiplatform buildx contrib 2023-09-05 20:51:57 +00:00
hurl-bot
7d8cc1edac
Update crates 2023-09-04 03:02:09 +00:00
Fabrice Reix
b1e2e1624c
Split test aws_sig test into ok/failed 2023-09-02 10:44:37 +02:00
Fabrice Reix
715a56a208
Add integ test for delay 2023-09-01 09:13:49 +02:00
hurl-bot
20c228db19
Update crates 2023-09-01 03:01:51 +00:00
Fabrice Reix
06275ff775
Generate file in build/ directory 2023-08-31 13:48:49 +02:00
Fabrice Reix
9e3a9ae3b2
Fix typos 2023-08-31 12:11:00 +02:00
Fabrice Reix
da233dbd7a
Fix clippy warnings 2023-08-31 11:36:52 +02:00
Fabrice Reix
1ddda4c86b
Update Rust to 1.72 2023-08-31 11:27:36 +02:00
hurl-bot
a1ddd2f82b
Update crates 2023-08-31 03:01:55 +00:00
Filipe PINTO
22e6fe62be
Add docker arm64 build 2023-08-29 07:51:01 +00:00
hurl-bot
7aaf70ddac
Update crates 2023-08-29 03:02:38 +00:00
Philipp Paulweber
a5b71ea61d
Update crates 2023-08-27 16:43:04 +02:00
Philipp Paulweber
66d0daf4a2
Formatter: fixed missing delayy option kind 2023-08-27 16:15:37 +02:00
Philipp Paulweber
902652421d
Runner: provided request delay logic 2023-08-27 16:15:37 +02:00
Philipp Paulweber
bcaf19f842
Parser: support 'delay' options to define milliseconds request delays 2023-08-27 16:15:37 +02:00
apparentorder
7e476a44ae
Update crates (again) 2023-08-26 07:24:57 +02:00
apparentorder
12f8bcd5ea
Update crates (again) 2023-08-25 21:27:06 +02:00
apparentorder
bbb8b48af0
check only for correct header format instead of exact signature value 2023-08-25 14:52:28 +02:00