Commit Graph

1114 Commits

Author SHA1 Message Date
jcamiel
2841a9459b
Change struct Bytes with tupple instead of anonymous struct. 2022-12-06 14:56:01 +01:00
jcamiel
6ea9d90841
Delete unused directory. 2022-12-06 14:54:43 +01:00
Filipe PINTO
c3526284a5
Fix print event issue title on accept workflow 2022-12-06 14:39:15 +01:00
jcamiel
0ab9fedafa
Change Template struct using delimiter: Option<char> field instead of quotes: bool. 2022-12-05 13:12:28 +01:00
hurl-bot
ae0c0ee6ab
Update crates 2022-12-05 08:23:32 +00:00
jcamiel
74cce8b994
Harden bom integration test. 2022-12-04 21:35:20 +01:00
jcamiel
3dcaa675bb
Modify one line string grammar for ``xxx`to x`. 2022-12-04 21:07:12 +01:00
jcamiel
bc32e4e84d
Fix error message case. 2022-12-04 18:27:42 +01:00
jcamiel
d924d88b42
Update all installation docs. 2022-12-03 23:28:05 +01:00
Rodrigo Osorio
8e1675c66e
Hurl is now available on FreeBSD
Signed-off-by: Rodrigo Osorio <rodrigo@osorio.me>
2022-12-03 23:01:27 +01:00
Fabrice Reix
ffd31a271c
Add toInt filter 2022-12-03 12:16:24 +01:00
jcamiel
45050a4aed
Update integration tests. 2022-12-01 15:32:12 +01:00
jcamiel
51b196ea88
Update variables hash while iterating and evaluating the capture section (instead of updating it once with all the variables). 2022-12-01 15:32:11 +01:00
Fabrice Reix
3eaa74ce11
Fix Parsing / compliant with grammar 2022-12-01 14:50:55 +01:00
jcamiel
44f43bcf73
Add support for LINK, UNLINK, PURGE, LOCK, UNLOCK, PROPFIND and VIEW HTTP method 2022-11-30 18:28:11 +01:00
jcamiel
e4bcf0b94f
Update grammar with more HTTP methods. 2022-11-30 18:24:06 +01:00
lepapareil
00e4b43d75
Fix hadolint warnings on Dockerfile 2022-11-30 16:46:43 +01:00
lepapareil
a7c2d21777
Add hadolint check 2022-11-30 16:43:02 +01:00
Filipe PINTO
8b2d7b758d
Use gitleaks from ghcr.io instead of docker.io 2022-11-30 15:48:14 +01:00
jcamiel
589c4c20c3
Update 1.9.0-SNAPSHOT to 2.0.0 due to major breaking change. 2022-11-29 15:51:29 +01:00
jcamiel
06bf7e6ba5
Add check for binary compatibility by building a small sample. 2022-11-29 15:51:28 +01:00
hurl-bot
3f2397e6eb
Update crates 2022-11-29 13:07:15 +00:00
hurl-bot
4582c5a4fc
Update crates 2022-11-29 08:24:13 +00:00
Tim Bart
04ebc958c6
This PR adds support for configuring the client cert and private key for establishing a mutual TLS connection to a server.
Example:
```
GET https://localhost:8443/
[Options]
cacert: out/HurlCA.crt
cert: out/client.crt
key: out/client.key

HTTP 200
```

outputs:
```
Request can be run with the following curl command:
* curl 'https://localhost:8443/' --cacert out/HurlCA.crt --cert out/client.crt --key out/client.key
```
2022-11-28 20:33:05 -08:00
Filipe PINTO
e2fd4405c3
Fix badges on generated README 2022-11-28 17:36:10 +01:00
Filipe PINTO
3f3f2f2844
Fix installation.md on update-branch-version.yml workflow 2022-11-28 16:26:16 +01:00
jcamiel
d5131dddd4
Fix release links instead of snapshots. 2022-11-28 13:37:24 +01:00
hurl-bot
de89ed043e
Update crates 2022-11-28 08:24:38 +00:00
jcamiel
ed3217c41f
Add support for GraphQL variables. 2022-11-25 11:34:03 +01:00
jcamiel
c15eecec88
Change "type": "multiline-string" for "type": "text" in JSON export. 2022-11-25 10:15:31 +01:00
hurl-bot
841f29a550
Update crates 2022-11-24 22:11:38 +00:00
jcamiel
0aa0568c91
Add application/json Content-Type header for GraphQL queries. 2022-11-24 16:14:44 +01:00
jcamiel
2242c8ba0d
Rename TextOneLine to OneLineText. 2022-11-24 15:10:13 +01:00
jcamiel
a0f7d3e278
Use real type Value instead of public alias JsonValue in implementation. 2022-11-24 13:37:05 +01:00
jcamiel
18d66a1971
Forbid dependencies that have GPL* licenses. 2022-11-23 15:21:10 +01:00
jcamiel
65350a71bb
Add GraphQL simple query support.
We add GraphQL query support. For the moment, variables are not supported.
2022-11-23 14:52:34 +01:00
hurl-bot
351fe21a93
Update crates 2022-11-22 07:10:46 +00:00
lepapareil
a1b937ea92
Fix test badge 2022-11-22 08:03:13 +01:00
lepapareil
bdfa935df8
Fix Dockerfile LABEL quotes 2022-11-21 15:29:39 +01:00
hurl-bot
e323006d1f
Update crates 2022-11-21 08:26:05 +00:00
jcamiel
5c7d2ea3ec
Remove HTML ast for HTML report generation. 2022-11-19 01:07:19 +01:00
Hurl Bot
13eb44f264
Add opencontainers labels to Dockerfile 2022-11-18 20:26:27 +01:00
jcamiel
80fb0fd5b3
Delete raw string wording everywhere. 2022-11-18 15:30:56 +01:00
lepapareil
ee83234225
Update Dockerfile to alpine:3.17 2022-11-18 14:45:45 +01:00
jcamiel
c7f6795f14
Add dependencies licenses check. 2022-11-18 11:20:33 +01:00
hurl-bot
23e66e0158
Update crates 2022-11-18 08:24:51 +00:00
jcamiel
3b3483a997
Add lang identifier to multiline. 2022-11-18 00:20:53 +01:00
hurl-bot
f3bf0b7618
Update crates 2022-11-17 22:55:05 +00:00
hurl-bot
c599f4765f
Update crates 2022-11-17 08:26:47 +00:00
lepapareil
4300733052
Reorder check ci 2022-11-16 14:57:12 +01:00