Commit Graph

305 Commits

Author SHA1 Message Date
Jean-Christophe Amiel c5b77cbedd
Update Python dev dependencies. 2025-12-10 06:41:21 +00:00
Jean-Christophe Amiel 2480304699
Update python dev dependencies. 2025-12-03 14:37:01 +01:00
Jean-Christophe Amiel c509a0504a
Use `std::process::ExitCode` in main instead of `std::process:exit` to fix valgrind errors.
See <https://github.com/jfrimmel/cargo-valgrind/issues/131>
2025-11-30 13:54:32 +01:00
Jean-Christophe Amiel 39986a9be2
Some refacto on RunContext to better manage color/no_color. 2025-11-10 16:00:25 +00:00
Jean-Christophe Amiel cacc94b53d
Add Caddy Hurl tests. 2025-11-04 17:24:18 +01:00
Jean-Christophe Amiel 3d91fb70cd
Add Hurl tutorial regression tests. 2025-11-04 17:24:17 +01:00
Jean-Christophe Amiel 4c080fc340
Add Python infra regression tests. 2025-11-04 17:24:16 +01:00
Filipe PINTO 2f54903dcd
Fix Windows build 2025-09-25 11:09:41 +00:00
Jean-Christophe Amiel 90c6150ffb
Remove software-properties-common dependencies. 2025-08-13 11:41:59 +02:00
Jean-Christophe Amiel f55326baac
Delete python3-distutils dependencies. 2025-08-13 11:34:21 +02:00
Jean-Christophe Amiel c6e38fe97b
POC with waitress as WGSI server for integration tests_ok/*. 2025-08-02 06:09:59 +00:00
Jean-Christophe Amiel 8b3b797992
Add token for check latest Rust version. 2025-07-21 13:00:59 +02:00
Jean-Christophe Amiel 29f4f8d05e
Display errors when trying to get the latest Rust version. 2025-07-21 11:26:07 +02:00
lepapareil b6a72f1006
Add robustness to zizmor.sh 2025-07-01 11:42:18 +02:00
Fabrice Reix 85aeff183c
Fix zsh completion 2025-06-30 19:21:16 +00:00
Filipe PINTO 33014ac3fa
Fix zizmor 2025-06-30 16:36:53 +02:00
Filipe PINTO 925d684189
Fix getting last crates versions in update_crates.sh 2025-06-30 14:26:48 +02:00
Jean-Christophe Amiel 17b89cdb23
Update Python dev dependencies. 2025-06-20 12:17:59 +00:00
Jean-Christophe Amiel 61159d9d34
Update Python dependencies (for test/dev). 2025-06-16 16:28:59 +02:00
Jean-Christophe Amiel 325c7630e0
Fix integration tests file. 2025-05-29 19:43:17 +02:00
Jean-Christophe Amiel e1f9919bc7
Fix integration tests file. 2025-05-29 16:17:57 +02:00
Fabrice Reix bc3bc2f4d0
Handle option defaults explictly 2025-05-26 13:36:29 +02:00
Jean-Christophe Amiel ef26155c33
Update README for docs and add script for updating all docs. 2025-05-20 11:09:23 +02:00
Jean-Christophe Amiel 092c1c9dec
Update to latest grcov 2025-05-16 08:36:59 +02:00
Jean-Christophe Amiel feaa22734c
Rollback grcov version for coverage.
See <https://github.com/mozilla/grcov/issues/1351>.
2025-05-15 10:16:53 +02:00
Jean-Christophe Amiel 4114c83f6b
Fix libxml build (requires bindgen for rust-libxml >= 0.3.4). 2025-05-09 13:38:16 +02:00
Jean-Christophe Amiel 63bc8f92e4
Downgrade Archlinux CI test to libxml 2.13.8 (2.14 can not be used with Hurl Linux build) 2025-05-04 15:25:12 +02:00
Jean-Christophe Amiel f1fa81b079
Remove lxml dev dependencies. 2025-05-04 14:33:30 +02:00
Jean-Christophe Amiel 6705c92ece
Accept depencies with ISC license <https://www.isc.org/download/> 2025-04-24 14:00:48 +00:00
Filipe PINTO 42aeeeb6ea
Update zizmor conf 2025-04-24 14:46:55 +02:00
Fabrice Reix 5034e510f1
Display version for valgrind/cargo-valgrind 2025-04-10 15:15:54 +02:00
lepapareil 0e5f8ec6a0
Add CRLF tests (non-blocking) 2025-03-18 12:47:31 +00:00
lepapareil 31d736242b
Add aarch64 deb package 2025-03-12 13:37:37 +01:00
Jean-Christophe Amiel f19778825d
Update docs for 6.1.0 2025-03-12 09:39:08 +01:00
Fabrice Reix 62109a41b9
Add Deprecations category in CHANGELOG 2025-03-07 20:28:10 +00:00
Jean-Christophe Amiel 7f8052a352
Update dev dependency Jinja 3.1.6 2025-03-07 14:01:23 +01:00
lepapareil 9b77d8d3c8
Fix package-anatomy.sh to work with ubuntu 22.04 deb packages 2025-03-04 20:04:07 +01:00
Filipe PINTO 936fc904f1
Disable package-anatomy.sh waiting for create_deb.sh fix 2025-03-04 19:22:59 +01:00
Filipe PINTO efc160efb1
Fix get_active_toolchain.sh 2025-03-04 17:11:26 +01:00
Fabrice Reix dece792fb3
Add bash file completion for hurl/hurlfmt 2025-02-25 15:48:55 +00:00
lepapareil 152460428d
Optimize hurl command diffs check 2025-02-25 15:48:54 +00:00
lepapareil 1fc5a6568f
Optimize hurl command diffs check 2025-02-25 07:37:46 +00:00
Fabrice Reix 27100e3ea3
Remove dependency to _init_completion
examples from https://devmanual.gentoo.org/tasks-reference/completion/index.html
2025-02-22 17:20:29 +00:00
Jean-Christophe Amiel 32640a9d32
Fix prerequisites Windows for libxml.
See <https://github.com/microsoft/vcpkg-tool/pull/1582>
2025-02-12 14:12:10 +01:00
Jean-Christophe Amiel 3d39ff0d5d
Run clippy on all targets. 2025-01-30 17:08:52 +01:00
Jean-Christophe Amiel 15e7100ef9
Update copyrights 2025 2025-01-27 14:06:31 +01:00
Filipe PINTO 2472aa90e9
Fix Zizmor 2025-01-21 08:45:25 +00:00
Filipe PINTO 07e2fc7edd
Disable Zizmor 2025-01-20 10:08:50 +01:00
lepapareil 6c49c9f74a
Add Zizmor to checks 2025-01-15 14:02:29 +01:00
Jean-Christophe Amiel 0051116908
Remove "python-pip" packages. 2025-01-02 15:33:17 +01:00