Commit Graph

2338 Commits

Author SHA1 Message Date
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
fpinto
39467466d2
Use latest curl on macOS 2024-04-04 11:09:39 +02:00
fpinto
e0dc2939f2
Add health check on unix_socket/server.py start 2024-04-04 10:14:38 +02:00
jcamiel
547565465a
Add out file for parallel integration test. 2024-04-04 09:27:33 +02:00
hurl-bot
ec70270fa2
Update crates 2024-04-04 03:01:55 +00:00
jcamiel
9012ce717e
Remove unnecessary exit in integration test. 2024-04-03 18:09:54 +02:00
jcamiel
0267ee28f7
Add parallel integration test with a lot of files. 2024-04-03 17:45:16 +02:00
jcamiel
b980b898fb
Update changelog 2024-04-03 09:42:08 +02:00
hurl-bot
08b7e386cb
Update crates 2024-04-03 03:02:00 +00:00
jcamiel
e727e0b826
Prevent raw binary response to be displayed on standard ouput 2024-04-02 16:31:25 +00:00
fpinto
c8c3cf425f
Fix $PATH for python3 venv and brewed curl 2024-04-02 17:46:59 +02:00
fpinto
57850c8135
Add verbose to environment.ps1 2024-04-02 17:26:47 +02:00
fpinto
e387e8226f
Add verbose to environment.sh 2024-04-02 17:26:47 +02:00
jcamiel
f6d2e6cdbe
Update CHANGELOG 2024-04-02 11:34:31 +02:00
jcamiel
0aef9956ab
Add integration test for --max-filesize 2024-04-01 21:37:31 +02:00
jcamiel
bb0008bfcb
Remove unnecessary clone. 2024-04-01 21:36:50 +02:00
baerwang
7787d711a3
feat: File size limits 2024-04-01 20:49:19 +02:00
hurl-bot
72967570a8
Update crates 2024-04-01 20:18:23 +02:00
jcamiel
4532ddf235
Remove delete.sh integration test (covert by method.sh) 2024-03-31 18:20:23 +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
e65c66b40b
Some refacto on results output (parallel and sequential). 2024-03-31 13:32:07 +02:00
jcamiel
f927008c52
Add integration test for parallel run with max-workers=1. 2024-03-30 16:04:59 +01:00
jcamiel
b8783d365b
Fix various typos. 2024-03-30 15:19:30 +01:00
hurl-bot
56c7aa7e79
Update crates 2024-03-30 03:01:46 +00:00
jcamiel
4adf90ebbe
Workers use a thread pool instead of spawing new thread for each job. 2024-03-29 17:58:52 +01:00
jcamiel
d306a38e1e
Add standard output for parallel run. 2024-03-29 15:43:54 +01:00
Anas Elgarhy
8253dca1cc
fix(imports): rm duplicated imports 2024-03-29 10:46:22 +00:00
hurl-bot
9bf8084430
Update crates 2024-03-29 03:01:35 +00:00
jcamiel
3355adbff6
Refacto response output to take a stdout in parameter. 2024-03-28 18:46:12 +01:00
jcamiel
7a25ae4a9b
Output standard error in parallel mode. 2024-03-28 17:25:55 +01:00
jcamiel
531b42c6de
Update Rust to 1.77. 2024-03-28 16:54:50 +01:00
jcamiel
bc1303552a
Add isNumber predicate 2024-03-28 11:12:30 +01:00
jcamiel
f1ece5c9ef
Use Input struct in HurlRun. 2024-03-28 10:16:40 +01:00
hurl-bot
1860ba4c49
Update actions 2024-03-28 08:46:40 +00:00
hurl-bot
7af2276e0b
Update crates 2024-03-28 03:01:53 +00:00
jcamiel
169f0f9849
Run Hurl files in parallel (WIP). 2024-03-27 17:59:43 +00:00
hurl-bot
278cd6f3e3
Update crates 2024-03-27 03:01:42 +00:00
jcamiel
067c84e09b
Update CHANGELOG 2024-03-26 17:20:31 +01:00
jcamiel
1292ceaa8c
Update auth integration test with --user option. 2024-03-26 17:15:51 +01:00
jcamiel
32a73ce7a4
Support --user option per request 2024-03-26 15:54:14 +01:00
jcamiel
fe15411ffe
Don't import function without module namespace.
This way is much more idiomateic. Unfortunately, I haven't find any clippy rules to enforce it.
2024-03-26 09:40:43 +00:00
jcamiel
68f37b23be
Fix case in error message. 2024-03-26 09:31:33 +01:00
hurl-bot
a50f128599
Update crates 2024-03-26 03:01:46 +00:00
jcamiel
3f5316d5f9
Remove unnecessary Box. 2024-03-25 14:12:01 +01:00