Commit Graph

2901 Commits

Author SHA1 Message Date
Zikani Nyirenda Mwase
f3091d9cb3
fix: add connect-timeout to options.lint.hurl 2024-10-18 08:51:43 +00:00
Zikani Nyirenda Mwase
ba9e5b5b46
chore: add connect-timeout to integration test file for hurlfmt and hurl.grammar 2024-10-18 08:51:43 +00:00
Zikani Nyirenda Mwase
d7fe2318c9
feat: add connect-timeout option per request
Added a connect-timeout option to allow users to specify a
connect-timeout for each request in a hurl file.

Closes #3163
2024-10-18 08:51:42 +00:00
hurl-bot
9f74004026
Update crates 2024-10-17 03:06:28 +00:00
Fabrice Reix
77c94004e8
Add test with --test and --repeat 2024-10-16 14:18:08 +02:00
hurl-bot
7f18216d7e
Update crates 2024-10-16 03:08:11 +00:00
fpinto
5a52728c8c
Fix powershell install in checks ci 2024-10-15 21:02:06 +02:00
fpinto
deeaf020c0
Fix python venv in checks ci 2024-10-15 20:40:18 +02:00
Filipe PINTO
12dc0cdaeb
Disable PAM for sudo in Fedora ci 2024-10-15 20:30:34 +02:00
hurl-bot
5dbce19ba4
Update crates 2024-10-11 03:05:13 +00:00
hurl-bot
893c2dc937
Update actions 2024-10-10 04:00:42 +00:00
hurl-bot
4cf44ffe0c
Update crates 2024-10-09 03:06:03 +00:00
hurl-bot
cb4206bef2
Update crates 2024-10-08 18:01:51 +00:00
hurl-bot
7e68faa1fb
Update actions 2024-10-08 04:00:35 +00:00
hurl-bot
a80a4645a9
Update crates 2024-10-07 03:08:15 +00:00
Fabrice Reix
069c533276
Add test for not-equal in jsonpath filter 2024-10-05 13:29:29 +02:00
sandeshbhusal
395c2bc7ec
chore: cargo fmt + clippy 2024-10-05 09:56:53 +00:00
sandeshbhusal
3b843238a2
feat: Added not equl operator in jsonpath predicate 2024-10-05 09:56:52 +00:00
hurl-bot
625a0a3aad
Update actions 2024-10-05 04:00:41 +00:00
fpinto
949963cfc8
Fix integration/README.md and CONTRIBUTING.md prerequisites 2024-10-04 18:35:35 +02:00
hurl-bot
a854201606
Update actions 2024-10-04 07:47:27 +00:00
hurl-bot
629c133762
Update crates 2024-10-04 03:06:08 +00:00
fpinto
edcb67734b
Reorg ssl tests certs 2024-10-03 15:25:25 +02:00
fpinto
3a0033cf51
Reorg unix_socket tests files 2024-10-02 17:56:03 +02:00
fpinto
250bd54157
Fix letsencrypt test 2024-10-02 17:56:02 +02:00
fpinto
545ef6eb40
Fix ssl tests diffs between sh and ps1 scripts 2024-10-02 17:55:57 +02:00
fpinto
9027540376
Reorg integration tests dirs 2024-10-01 17:27:55 +02:00
fpinto
13e1e5649c
Fix sh vs ps1 test files 2024-10-01 17:27:54 +02:00
fpinto
dd1c2ed5e2
Fix kebab case check 2024-10-01 17:27:53 +02:00
Filipe PINTO
1988aa817a
Add hurl commands check to diff sh and ps1 tests files 2024-10-01 17:27:48 +02:00
hurl-bot
8007988979
Update crates 2024-09-30 03:10:02 +00:00
hurl-bot
9d94720551
Update crates 2024-09-29 03:09:21 +00:00
Fabrice Reix
6957b9fa38
Update CHANGELOG 2024-09-28 19:29:31 +02:00
Fabrice Reix
b896ffb938
Fix filename parsing (used by cert option) 2024-09-28 18:09:15 +02:00
Fabrice Reix
e1100acbaf
Support case-insensitive Cookie Attributes 2024-09-28 14:14:03 +02:00
hurl-bot
d9535fba89
Update actions 2024-09-27 04:00:32 +00:00
hurl-bot
2a2e737a00
Update crates 2024-09-26 03:06:26 +00:00
Fabrice Reix
4c48d57c8b
Add test integ for jsonpath bool filter 2024-09-24 09:07:08 +02:00
Fabrice Reix
bd9678fbba
Update CHANGELOG 2024-09-24 09:07:07 +02:00
Jesús Vargas
cd7bb24c3b
feature(jsonpath): adding possibility to filter by boolean 2024-09-24 05:41:08 +00:00
hurl-bot
f2e1dd6f4f
Update crates 2024-09-21 03:02:36 +00:00
Jean-Christophe Amiel
860fbf4aa5
Update CHANGELOG. 2024-09-20 17:54:12 +02:00
Jean-Christophe Amiel
c92df5a3dc
Add additional check on maximum response size.
This insures that --max-filesize works even if libcurl < 8.4.0 (see https://curl.se/docs/manpage.html#--max-filesize)
2024-09-20 16:58:45 +02:00
Jean-Christophe Amiel
b0169379ae
Add additional check for --max-filesize integration test. 2024-09-20 15:50:31 +02:00
hurl-bot
07512a9cbf
Update crates 2024-09-20 03:03:38 +00:00
Jean-Christophe Amiel
3c1fbe572d
Implements short syntax for [Form], [Query], [Multipart]. 2024-09-19 10:08:18 +00:00
Jean-Christophe Amiel
087a45f208
Update grammar with [Query], [Form], [Multipart] 2024-09-19 10:08:17 +00:00
Mohammed Al Sahaf
55452d09cb
add mTLS options to Request documentation page 2024-09-19 12:15:53 +03:00
hurl-bot
7aeff6dae9
Update crates 2024-09-19 03:03:37 +00:00
Jean-Christophe Amiel
d8924d5b5c
Update READMEs 2024-09-18 16:17:56 +02:00