Commit Graph

289 Commits

Author SHA1 Message Date
abdulalalalalala
6b4dd61657
add build instructions for fedora 2024-07-09 06:40:42 +00:00
Jean-Christophe Amiel
81762447b8
Update grammar. 2024-06-25 10:40:39 +02:00
Jean-Christophe Amiel
bde10d3102
Move Retry to core types. 2024-06-19 16:28:39 +02:00
Jean-Christophe Amiel
90bb395bae
Apply delay only once per entry, no matter how many retry. 2024-06-18 17:38:13 +02:00
Jean-Christophe Amiel
438fbf721a
Update docs for --delay. 2024-06-18 16:53:56 +02:00
Jean-Christophe Amiel
cd89bd30ed
Update run cycle svg. 2024-06-18 13:17:08 +02:00
Fabrice Reix
7c93f57c54
Add diff deletion/addition examples 2024-06-15 15:43:54 +02:00
Jean-Christophe Amiel
d785624efe
Update doc with current entry run cycle. 2024-06-15 13:07:14 +02:00
Jean-Christophe Amiel
fe7cba7003
Add --repeat option. 2024-06-10 10:12:08 +02:00
Jean-Christophe Amiel
ce856f92c9
Update docs with --parallel option. 2024-06-09 21:10:30 +02:00
Fabrice Reix
d75d2424a8
Update doc diff 2024-06-06 20:11:28 +00:00
Jean-Christophe Amiel
7b6527ff16
Update docs. 2024-05-31 09:44:39 +02:00
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