Commit Graph

126 Commits

Author SHA1 Message Date
dependabot[bot]
f444ebdb11
Bump urllib3 from 1.26.15 to 1.26.17 in /bin
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 03:17:20 +00:00
jcamiel
cc5da56802
Update copyright year. 2023-10-02 15:34:33 +02:00
jcamiel
c9056d613f
Add comment explaining why we don't upgrade indexmap. 2023-10-02 10:26:54 +02:00
jcamiel
cf5d404fa3
Remove strict feature from Cargo toml.
See bdd4ff7b14
2023-09-30 10:03:11 +00:00
Josh Soref
fe6699cd6c
spelling: registry
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:14 +02:00
Josh Soref
f6baa2a6b9
spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Ikko Eltociear Ashimine
c800c2e2e5
Fix typo in markdown.py
colum -> column
2023-09-24 09:28:26 +02:00
Fabrice Reix
3a158a815f
Add Breaking Change issues to the CHANGELOG 2023-09-21 10:15:10 +02:00
lepapareil
b39d642367
Fix published release packages names 2023-09-20 15:52:45 +02:00
jcamiel
e4bb60f4c7
Improve Markdown tables generation. 2023-09-14 18:04:12 +02:00
lepapareil
1867c410ac
Use active toolchain to set release packages names 2023-09-12 17:09:46 +02:00
Filipe PINTO
8d9b7fc36f
Make ci scripts compatible with cross compilation 2023-09-12 17:09:41 +02:00
Filipe PINTO
22e6fe62be
Add docker arm64 build 2023-08-29 07:51:01 +00:00
Fabrice Reix
31a8701172
Check that hurl has been built with libcurl dynamically 2023-08-14 09:58:06 +02:00
Fabrice Reix
73759aa84b
Add clippy check manual_string_new 2023-08-08 15:59:20 +00:00
jcamiel
bdd4ff7b14
Remove strict features flag (in favor of clippy check). 2023-08-03 18:21:33 +02:00
dependabot[bot]
80665ed23c
Bump certifi from 2022.12.7 to 2023.7.22 in /bin
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 09:12:30 +00:00
Filipe PINTO
36b57aa6ba
Fix servers check for macos test workflow 2023-07-17 18:36:41 +00:00
jcamiel
d04f11db65
Add 4.1.0 section in CHANGELOG.md 2023-07-07 11:51:21 +02:00
hurl-bot
0e1705b4f0
Update crates 2023-06-24 13:07:21 +02:00
jcamiel
23f0faedb3
Add README explaining integration tests. 2023-06-21 15:54:13 +02:00
Fabrice Reix
4500ad170a
hurlfmt failed tests 2023-06-18 18:52:14 +02:00
lepapareil
9ec8e4ece6
Fix netcat and pip install 2023-06-13 16:36:58 +02:00
Fabrice Reix
5e54b86719
hurlfmt Hurl files in tests_ok 2023-06-01 17:27:01 +02:00
dependabot[bot]
6c0ef44f2f
Bump requests from 2.28.1 to 2.31.0 in /bin
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 17:21:17 +02:00
jcamiel
47cc03a87d
Bump Flask to 2.3.2 2023-05-02 14:24:54 +02:00
Filipe PINTO
cc8ed0a9c5
Fix ad_hoc.sh comments 2023-04-14 14:47:12 +02:00
jcamiel
e539a903d6
Rebuild Python dependencies from removing mitm. 2023-04-11 13:20:29 +02:00
Filipe PINTO
453a99071d
Use squid instead of mitmproxy on ci 2023-04-09 14:03:14 +02:00
Fabrice Reix
d34730c968
Migrate integ test to unit scripts 2023-04-01 10:06:04 +02:00
Filipe PINTO
ae86a24b84
Enable ci cache to accelerate vcpkg install 2023-03-27 13:07:27 +02:00
Fabrice Reix
3541ae9498
Refactoring test integ
Encapsulate each integ test in its own shell script
2023-03-24 09:06:58 +01:00
Fabrice Reix
4594629a24
Check if current Rust version is below official latest version 2023-03-23 17:13:13 +01:00
Fabrice Reix
c2010b0168
Install Rust with explicit version 2023-03-12 14:56:03 +01:00
Fabrice Reix
f48cbf9f2b
Fix Typos 2023-03-07 15:54:56 +01:00
jcamiel
65f85f9e53
Clean package integration tests. 2023-03-03 17:54:20 +01:00
Fabrice Reix
492d4094b0
Update mitmproxy to 9.0.1 2023-02-24 10:05:49 +01:00
Fabrice Reix
f3459277f3
Display server log in case of error 2023-02-24 08:15:22 +01:00
jcamiel
498fca1da1
Update to curl-sys 0.4.60 2023-02-22 17:14:14 +01:00
fpinto
2ae11daed3
Do not read Cargo.toml comments in update_crates.sh 2023-02-21 10:41:22 +01:00
jcamiel
daa5e5ebd4
Update werkzeug from 2.0.3 to 2.2.3
This update solves security issue but bumps HTTP Flask version from HTTP/1.0 to HTTP/1.1.
2023-02-17 00:58:41 +01:00
jcamiel
49cf07212d
Fix https://www.hurl.dev to https://hurl.dev 2023-02-02 15:34:15 +01:00
Fabrice Reix
12fc9421c4
Update Check CHANGELOG 2023-01-25 13:36:37 +01:00
Fabrice Reix
4c2f2abe8d
Add log 2023-01-25 13:25:49 +01:00
jcamiel
42ef4125fe
Update docs for Hurl 2.0.0. 2023-01-25 11:26:30 +01:00
jcamiel
2339a3290d
Move .logs to build/ 2023-01-22 18:04:42 +01:00
Filipe PINTO
f15dc66a0a
Update vcpkg before installing libxml2 and curl 2023-01-17 10:09:56 +01:00
Fabrice Reix
18f4ba1afe
Add Test integ SSL client Authentication 2023-01-11 15:44:04 +01:00
Fabrice Reix
0543431490
Refacto Test integ SSL 2023-01-11 14:55:13 +01:00
fpinto
85967b853f
Fix update crates when removing from Cargo.lock 2023-01-10 14:38:27 +01:00