Commit Graph

1670 Commits

Author SHA1 Message Date
jcamiel
4072ea2c8a
Remove unnecessary empty structs. 2023-08-03 14:08:08 +02:00
hurl-bot
3a0795b4bc
Update crates 2023-08-03 03:01:44 +00:00
hurl-bot
f7d28c98e2
Update crates 2023-08-02 03:01:47 +00:00
hurl-bot
7aa3d0ed55
Update crates 2023-08-01 03:01:44 +00:00
Fabrice Reix
06c8da4d14
Fix Cookie Query Parsing error 2023-07-31 17:17:56 +02:00
hurl-bot
b2f9e35db8
Update crates 2023-07-31 03:01:50 +00:00
hurl-bot
953fe8b352
Update crates 2023-07-29 03:01:37 +00:00
hurl-bot
3a0fad3c40
Update crates 2023-07-28 03:01:42 +00:00
jcamiel
975fd95810
Delete countEquals predicate. 2023-07-27 14:37:33 +02:00
hurl-bot
128134fe3b
Update crates 2023-07-27 03:01:41 +00: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
jcamiel
8a47c81b1a
Add more tests on assert errors. 2023-07-26 04:54:20 +00:00
hurl-bot
e5de0807e0
Update crates 2023-07-26 03:01:48 +00:00
jcamiel
05567f65ff
Fix typo. 2023-07-25 15:37:03 +02:00
jcamiel
967f8b9e3e
Fix isEmpty predicates for objects. 2023-07-25 14:03:49 +02:00
jcamiel
5f6879e779
Refacto on function eval_predicate_func by splitting into multiple functions. 2023-07-25 11:33:42 +02:00
hurl-bot
4b821f6c7b
Update crates 2023-07-25 03:01:50 +00:00
hurl-bot
2db4084d85
Update crates 2023-07-24 03:01:26 +00:00
jcamiel
73ba56c735
Add non-default vendored-openssl feature flag. 2023-07-23 19:46:50 +00:00
hurl-bot
71f72f9c11
Update crates 2023-07-22 03:01:40 +00:00
jcamiel
30d241c1dd
Cosmetic update to the documentation. 2023-07-21 16:25:32 +02:00
hurl-bot
4e21b6e19e
Update crates 2023-07-21 13:47:31 +00:00
hurl-bot
0e5a810469
Update crates 2023-07-21 03:01:37 +00:00
hurl-bot
4b02276c13
Update crates 2023-07-20 03:01:44 +00:00
Filipe PINTO
9c167d9ae8
Add Windows and linux filetypes section in intellij contrib 2023-07-19 16:38:57 +02:00
hurl-bot
d65d4ee77c
Update crates 2023-07-19 03:34:36 +00:00
jcamiel
9898864416
Update Rust 1.71. 2023-07-18 10:36:49 +02:00
hurl-bot
4be43b3de8
Update crates 2023-07-18 03:09:48 +00:00
Filipe PINTO
36b57aa6ba
Fix servers check for macos test workflow 2023-07-17 18:36:41 +00:00
hurl-bot
43526ef4e1
Update crates 2023-07-17 17:23:34 +00:00
jcamiel
4ac825809c
Add empty sections integration test. 2023-07-17 13:59:23 +00:00
Filipe PINTO
e5167f30df
Check workflow steps are now independent 2023-07-17 15:30:19 +02:00
jcamiel
6dc0380fad
Update CHANGELOG 2023-07-17 11:28:17 +00:00
hurl-bot
ee6d01b150
Update crates 2023-07-17 09:46:23 +00:00
hurl-bot
4028d2a5dc
Update crates 2023-07-17 03:14:22 +00:00
jcamiel
7a6da599c5
Support RFC-7807 application/problem+json for response body logging as text. 2023-07-16 12:18:32 +02:00
jcamiel
c5be0a88ea
Split proxy.sh and proxy_option.sh 2023-07-16 11:47:28 +02:00
hurl-bot
9823bd48d8
Update crates 2023-07-16 03:16:15 +00:00
jcamiel
7076961308
Add connect-to per request option. 2023-07-15 13:38:35 +00:00
hurl-bot
8530b65782
Update crates 2023-07-15 03:14:38 +00:00
jcamiel
0efaacc12d
Refacto on request options. 2023-07-13 06:15:50 +00:00
hurl-bot
f315820280
Update crates 2023-07-13 03:12:41 +00:00
Fabrice Reix
f74cd405ef
Add TAP report 2023-07-12 12:28:52 +00:00
hurl-bot
f4da02e146
Update crates 2023-07-12 03:10:06 +00:00
Guilherme Puida
0357ee0386
Add isDate to existing integration tests 2023-07-11 13:31:58 +02:00
Guilherme Puida
e782ac286b
Implement isDate predicate
This mirrors the implementation of `isFloat/isInteger/...`.
2023-07-11 13:31:58 +02:00
jcamiel
80b220aca6
Update README 2023-07-11 13:07:43 +02:00
jcamiel
f2d2a6c7c8
Fix follow_redirect/follow_redirect_option curl command tests. 2023-07-11 10:59:49 +02:00
jcamiel
45bb522794
Make minor codes modification for method computing and add unit tests. 2023-07-11 10:59:49 +02:00
Matthias Seiffert
cef2e80c1a
Add integration test for 308 redirect 2023-07-11 10:59:49 +02:00