hurl-bot
277393700b
Create 3.0.0 release
2023-05-03 13:32:58 +00:00
jcamiel
7887248dca
Clean functions docs.
2023-04-28 11:14:14 +02:00
hurl-bot
d9fd713ab5
Update crates
2023-04-21 12:52:33 +00:00
hurl-bot
d88f79c468
Update crates
2023-04-21 03:02:21 +00:00
jcamiel
7d12f1890c
Fix multiline export when used as predicate value.
2023-04-17 14:13:50 +02:00
jcamiel
0b761c49ad
Remove uncessay span around : and =.
2023-04-17 13:05:34 +02:00
jcamiel
330dd3d111
Rework Hurl HTML export.
2023-04-17 10:54:21 +02:00
jcamiel
bd2a7f4e9a
Documents Reader and use idiomatic naming for methods.
2023-04-16 14:32:46 +02:00
jcamiel
28292ef114
Fix performance issue in Reader reamaining method.
2023-04-15 10:07:10 +02:00
Fabrice Reix
798d87979c
Parse empty JSON array
2023-04-13 12:44:46 +00:00
jcamiel
7dab729cdf
Add errors in HTML report.
2023-04-11 17:02:43 +02:00
hurl-bot
1b4d4fe5a5
Update crates
2023-03-25 08:06:24 +00:00
jcamiel
01578741bd
Improve HTML export.
2023-03-23 17:43:29 +01:00
hurl-bot
bba79ef930
Update crates
2023-03-22 08:06:37 +00:00
Fabrice Reix
b85bdc29e1
add daysAfterNow/DaysBeforeNow filters
2023-03-19 12:37:45 +01:00
Rached Mejri
48447ce744
Implement isEmpty predicate
...
Signed-off-by: Rached Mejri <rached.mejri@orange.com>
2023-03-13 10:11:47 +01:00
Fabrice Reix
f48cbf9f2b
Fix Typos
2023-03-07 15:54:56 +01:00
Fabrice Reix
591eb7087c
Add certificate query
2023-03-04 10:23:58 +01:00
jcamiel
3361aaaf24
Reorganize import.
2023-03-03 17:54:57 +01:00
jcamiel
55cd58b50a
Increment major version to 3.0.0 (compatibility break)
2023-02-25 11:39:18 +01:00
jcamiel
704aebc6b4
Work on run api.
2023-02-25 11:31:40 +01:00
Fabrice Reix
550c517149
Add Date value/filters
2023-02-02 13:00:40 +01:00
hurl-bot
8d470a51b6
Update hurl version to 2.1.0-SNAPSHOT
2023-02-02 09:37:39 +00:00
hurl-bot
0c737817e5
Create 2.0.1 release
2023-02-01 16:15:48 +00:00
hurl-bot
849b154e76
Update hurl version to 2.0.1-SNAPSHOT
2023-02-01 16:09:25 +00:00
jcamiel
3575aef1fa
Fix clippy 1.67
2023-01-26 18:14:41 +01:00
hurl-bot
7b080d3cc6
Update hurl version to 2.1.0-SNAPSHOT
2023-01-25 13:52:42 +00:00
hurl-bot
e7e00c632b
Create 2.0.0 release
2023-01-25 13:03:19 +00:00
jcamiel
79b2fcd099
Fixes various issues on HTML export.
2023-01-11 16:23:39 +01:00
jcamiel
e15deb5ca7
Add number class for nth filter argument in HTML format.
2023-01-11 10:10:08 +01:00
hurl-bot
79c624fa2e
Update crates
2023-01-10 13:40:04 +00:00
Fabrice Reix
b46c82ce0f
Add nth/replace/split filters
2023-01-07 18:12:39 +01:00
jcamiel
e9a92fa9f5
Update copyrights for 2023.
2023-01-02 13:56:34 +01:00
Fabrice Reix
0fc18e90ea
Fix Clippy warnings 1.66.0
2022-12-16 10:44:17 +01:00
jcamiel
93ad62d40c
Remove unnessary empty struct.
2022-12-12 13:20:19 +01:00
Fabrice Reix
bb7cf25a57
Fix key-string parser
2022-12-10 22:52:54 +01:00
jcamiel
00006eab74
Support new one line string format.
2022-12-08 13:15:32 +01:00
Luke Mondy
db486f9695
Add htmlEscape and htmlUnescape filters
...
These filters use the html_escape crate (inspired by the use of the percent_encoding crate) to escape and unescape html.
2022-12-07 08:17:21 +11:00
jcamiel
2841a9459b
Change struct Bytes with tupple instead of anonymous struct.
2022-12-06 14:56:01 +01:00
jcamiel
0ab9fedafa
Change Template struct using delimiter: Option<char> field instead of quotes: bool.
2022-12-05 13:12:28 +01:00
Fabrice Reix
ffd31a271c
Add toInt filter
2022-12-03 12:16:24 +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
589c4c20c3
Update 1.9.0-SNAPSHOT to 2.0.0 due to major breaking change.
2022-11-29 15:51:29 +01: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
jcamiel
ed3217c41f
Add support for GraphQL variables.
2022-11-25 11:34:03 +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
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
jcamiel
80fb0fd5b3
Delete raw string wording everywhere.
2022-11-18 15:30:56 +01:00