Commit Graph

2461 Commits

Author SHA1 Message Date
jcamiel
75a62c67f1
Update CHANGELOG. 2024-03-17 17:59:06 +01:00
jcamiel
f8437f26e5
Use PathBuf in some CliOptions fields 2024-03-17 16:17:17 +00:00
jcamiel
b05f70855f
Fix charset parsing logic of Content-Type header. 2024-03-17 16:32:58 +01:00
hurl-bot
dd6434e48d
Update crates 2024-03-17 03:01:51 +00: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
jcamiel
2cac54911e
Modify Logger constructor. 2024-03-15 10:48:46 +01:00
jcamiel
f46f469f8b
Implements Display for CliOptionsError. 2024-03-14 14:00:05 +01:00
jcamiel
ba76d82c6d
Update CHANGELOG 2024-03-14 13:32:49 +01:00
jcamiel
a749929a71
Use '-' to read Hurl file from standard input 2024-03-14 12:49:36 +01:00
jcamiel
a5120e9a25
Fix empty glob not always returning an error 2024-03-14 12:19:07 +01:00
jcamiel
5ed316d014
Use Path in ContextDir methods. 2024-03-14 09:45:02 +01:00
jcamiel
46e19d1024
Use PathBuf in Output enum. 2024-03-13 23:04:39 +01:00
jcamiel
8459db1bbf
Use PathBuf in FileWriteAccess error. 2024-03-13 18:35:28 +00:00
Fabrice Reix
ad4edc17de
Add hurl output in hurlfmt test export 2024-03-13 17:27:42 +00:00
Fabrice Reix
1da6e1c6d4
Add Missing quote in Hurl export 2024-03-13 17:27:41 +00:00
jcamiel
74d76db2a2
Use PathBuf in FileReadAccess error. 2024-03-13 16:29:01 +00:00
Filipe PINTO
8c4bf79c80
Delete update crates in check workflow 2024-03-13 16:46:19 +01:00
jcamiel
982f60858f
Move fs package to util. 2024-03-13 12:57:33 +01:00
jcamiel
3b83d5a8f0
Rename Options to CliOptions. 2024-03-13 07:43:39 +01:00
hurl-bot
ae0421c353
Update crates 2024-03-13 03:01:36 +00:00
jcamiel
4e153c1af2
Fix cargo doc errors. 2024-03-12 17:24:22 +01:00
Fabrice Reix
80809262d4
Add completion files in Linux/MacOS packages 2024-03-12 12:54:32 +00:00
jcamiel
314987918c
Creates Stdout struct (an indirection to sdtout that can be buffered or written immediately). 2024-03-12 09:52:49 +00:00
Fabrice Reix
2f28dc744f
Add integ test for hurlfmt --in-place 2024-03-12 09:08:40 +00:00
Fabrice Reix
b74bb8f7c7
Use input_format option (instead of deprecated format) 2024-03-12 09:08:39 +00:00
jcamiel
e2cf3f6526
Update changelog. 2024-03-12 09:19:02 +01:00
jcamiel
ad370cb62f
Fix --test progress bar not displayed when verbose is used 2024-03-11 18:10:40 +01:00
jcamiel
030a5bdca5
Add new method on Logger. 2024-03-11 15:10:06 +01:00
jcamiel
6d63b4dd00
Rename Term to Stderr and add method to manage progress string. 2024-03-11 14:06:29 +01:00
jcamiel
588443c849
Small refacto on output writing. 2024-03-11 11:48:13 +01:00
fpinto
62a0cfa419
Add package anatomy job to ci 2024-03-11 10:51:18 +01:00
fpinto
7eecbc3b30
Add packages anatomy files 2024-03-11 10:51:15 +01:00
fpinto
155f039cbd
Add package-anatomy.sh 2024-03-08 18:29:48 +01:00
hurl-bot
0a60a3ba6c
Update crates 2024-03-08 03:01:46 +00:00
zottelsheep
292287ddcd
Fix: File-Completion is displayed regardless of input 2024-03-07 21:03:12 +00:00
zottelsheep
ce2de53ca7
Format using black 2024-03-07 21:03:11 +00:00
zottelsheep
41c6ddf855
Update zsh completion to complete files, accept long/short form and respect multiple arguments 2024-03-07 21:03:10 +00:00
jcamiel
3bcf3a98ec
Implements buffered mode in Term. 2024-03-07 19:55:55 +01:00
jcamiel
624fd77e41
Split main in run package. 2024-03-07 13:22:22 +01:00
jcamiel
9b2601032a
Change CliError from struct to enum (and specify variant). 2024-03-07 10:41:39 +01:00
hurl-bot
27ce455005
Update crates 2024-03-07 03:01:30 +00:00
hurl-bot
76a0416ff7
Update crates 2024-03-06 17:58:15 +00:00
Fabrice Reix
0eb53bed0f
Update chrono crate
Replace deprecated methods
2024-03-06 17:03:07 +01:00
hurl-bot
63abdae807
Update crates 2024-03-05 03:01:54 +00:00
jcamiel
f5d65a06d9
Remove Logger instance from main.rs (use only BaseLogger). 2024-03-04 23:11:30 +01:00
jcamiel
0f457bd03b
Move clippy lint rules to Cargo.toml 2024-03-04 15:54:03 +01:00
jcamiel
3c4646dfdd
Create Term structure to manage immediate and buffered stdout/stderr. 2024-03-04 15:25:41 +01:00
hurl-bot
831dce6c8c
Update crates 2024-03-04 14:03:28 +00:00
hurl-bot
9f662f7c18
Update actions 2024-03-04 09:46:34 +00:00