Commit Graph

277 Commits

Author SHA1 Message Date
Jean-Christophe Amiel
75ab681cbe
Initialize report-json option. 2024-05-19 14:50:53 +02:00
Haoyu Cheng
4e588e9bbf
format code and sort filter in order 2024-05-15 06:50:14 +00:00
Haoyu Cheng
1ea8936c42
add ToFloat filter 2024-05-15 06:50:13 +00:00
David Delassus
9ec4d06233
Fix installation instruction with precompiled binaries on Linux 2024-05-14 16:32:05 +02:00
David Delassus
42dea4c829
Add proxy option documentation 2024-05-14 12:23:17 +02:00
Jean-Christophe Amiel
651144541a
Update generated files. 2024-05-07 08:33:38 +00:00
Jean-Christophe Amiel
860585afaa
Update Archlinux installation. 2024-04-30 13:26:50 +02:00
jcamiel
e3732fc703
Fix sample typo for --user. 2024-04-24 15:29:10 +00:00
hurl-bot
733e6a2426
Update hurl version to 5.0.0-SNAPSHOT 2024-04-24 14:48:27 +00:00
jcamiel
244971fa15
Fix docs sample. 2024-04-23 18:32:12 +02:00
hurl-bot
733dd76b4a
Create 4.3.0 release 2024-04-23 11:50:35 +00:00
jcamiel
f8ed01af7b
Fix typo in --parallel description. 2024-04-17 13:15:16 +02:00
jcamiel
2feb8d78df
Expose experimental --parallel / --jobs options. 2024-04-16 13:58:20 +02:00
jcamiel
faef79453a
Fix --file-root documentation. 2024-04-15 13:54:56 +00:00
jcamiel
76394943ce
Add doc for isNumber predicate. 2024-04-10 12:11:33 +00:00
jcamiel
d1b593b4aa
Update docs with max-filesize cli only. 2024-04-08 11:59:05 +02:00
jcamiel
8dbd6f67e7
Update doc for 4.3.0. 2024-04-04 17:22:04 +02:00
Manse
4b7661226e
Generated grammar.md file 2024-04-04 11:24:45 -03:00
Manse
e2af10ba43
Removed unnecessary parenthesis 2024-04-04 11:12:04 -03:00
Pedro Manse
af54a25a92
Removed deprecated predicate functions
Removed deprecated 'equals', 'notEquals', 'greaterThan',
'greaterThanOrEquals', 'lessThan' & 'lessThanOrEquals' in favor of '==',
'!=', '>', '>=', '<' & '<=' from grammar and generated .md file
2024-04-04 10:47:13 -03:00
Pedro Manse
748dc373ce
singular/plural agreement 'Query and predicate value are equal' instead of 'equal' 2024-04-04 10:45:47 -03:00
Pedro Manse
5e2de6f958
replace the deprecated 'equals' predicate function with '==' 2024-04-04 10:45:08 -03:00
baerwang
7787d711a3
feat: File size limits 2024-04-01 20:49:19 +02:00
jcamiel
59f785974f
Fix parallel integration tests. 2024-03-31 18:11:04 +02:00
jcamiel
bf472937f9
Rename workers option 2024-03-31 14:46:16 +02:00
jcamiel
b8783d365b
Fix various typos. 2024-03-30 15:19:30 +01:00
jcamiel
32a73ce7a4
Support --user option per request 2024-03-26 15:54:14 +01:00
Fabrice Reix
1b3943168b
Update parser implem for filename with password 2024-03-23 09:44:37 +01:00
jcamiel
750f7120ea
Update documentation for isIsoDate. 2024-03-22 10:47:47 +01:00
Fabrice Reix
9a07bf4993
Update Grammar for filename with optional password 2024-03-22 08:18:47 +00:00
jcamiel
dcd534a912
Add --from-entry option to execute a file from a given entry 2024-03-19 19:02:16 +01:00
jcamiel
88b7c04ed5
Add experimental max-workers option. 2024-03-16 12:00:22 +01:00
jcamiel
0931c32510
Add experimental parallel flag. 2024-03-15 16:56:55 +01:00
Fabrice Reix
80809262d4
Add completion files in Linux/MacOS packages 2024-03-12 12:54:32 +00:00
fpinto
7eecbc3b30
Add packages anatomy files 2024-03-11 10:51:15 +01:00
Fabrice Reix
87adca80f5
Add spec for error messages 2024-03-02 10:32:40 +00:00
Fabrice Reix
accc2fc3a2
Tag options not available yet in the Hurl file as cli-only 2024-02-29 19:18:06 +01:00
Fabrice Reix
6b927465fa
Add cli-only info in option doc 2024-02-29 14:39:56 +00:00
Filipe PINTO
4795e5453f
Fix deb installation doc 2024-02-16 18:33:22 +01:00
jcamiel
62a4a4dd0a
Update parallel doc. 2024-02-08 13:23:40 +01:00
jcamiel
f9300c6d22
Update parallel doc. 2024-02-04 12:08:21 +01:00
Fabrice Reix
dc32d25e24
Update man for hurlfmt 2024-02-01 18:29:40 +01:00
Fabrice Reix
404c022074
Update generated option files 2024-01-24 20:59:44 +01:00
jcamiel
e060cf7db5
Update parallel design doc. 2024-01-23 15:43:12 +00:00
Fabrice Reix
e6c44a002e
Add conflict attribute for netrc* options 2024-01-23 16:01:04 +01:00
Fabrice Reix
286f143fc4
Use space as separator 2024-01-23 15:19:58 +01:00
Teodorescu Robert-Andrei
c6bc18570d
Add --netrc, --netrc-file and --netrc-optional options
This is a feature provided by cURL that allows it to retrieve the
username and password for a host from a .netrc file.

https://curl.se/docs/manpage.html#-n
2024-01-23 12:32:14 +00:00
Fabrice Reix
5ed85d5b63
Generate/Check files from option files 2024-01-23 11:41:18 +00:00
Fabrice Reix
2a26671edf
Update options generator scripts 2024-01-22 11:29:38 +00:00
Fabrice Reix
cda3770092
Generate hurlfmt options source/doc from spec 2024-01-22 11:29:37 +00:00