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
jcamiel
3b3483a997
Add lang identifier to multiline.
2022-11-18 00:20:53 +01:00
jcamiel
a34480120e
Change choice parser function signature to take a slice as argument.
...
With a slice as argument, we can use a vec or an array. In Hurl code, we use choice with array only.
We also change the implementation to remove the recursive call (and unncessary clone)
2022-11-15 14:03:13 +01:00
jcamiel
4e41799623
Use HTTP instead of HTTP/* for any HTTP version match
2022-11-10 22:29:21 +01:00
GitHub Action
e455ebd685
Update hurl version to 1.9.0-SNAPSHOT
2022-11-07 13:11:48 +00:00
GitHub Action
1930fcf62b
Create 1.8.0 release
2022-11-07 12:39:14 +00:00
GitHub Action
802391d7ee
Update crates
2022-11-05 18:04:45 +00:00
Fabrice Reix
67d48bde22
Add filters urlEncode/urlDecode
2022-11-02 17:07:00 +01:00
Fabrice Reix
2653401819
Fix missing line in HTML output
2022-11-01 19:02:00 +01:00
jcamiel
f25c6b9129
Delete subquery dead code.
2022-10-31 11:04:49 +01:00
Fabrice Reix
8666229edf
Move filters outside query
2022-10-28 08:04:16 +02:00
Fabrice Reix
75f1d111d4
Add/Check copyright in source files
2022-10-25 15:55:53 +02:00
Fabrice Reix
89f4c123cd
Replace Subquery by Filter
2022-10-25 08:50:22 +02:00
jcamiel
debbeb250e
Add retry-max-count request option.
2022-10-20 13:06:27 +02:00
jcamiel
9e6f5088c6
Add retry-interval request option.
2022-10-20 13:06:27 +02:00
jcamiel
cec84ca811
Add retry request option.
2022-10-20 13:06:27 +02:00
Fabrice Reix
b912a6f06c
Add url query
2022-10-16 09:59:08 +02:00
Kian-Meng Ang
3a5ff7dcb2
Fix typos
...
Found via `codespell -S contrib,target -L crate,asser,te,pleas`
2022-10-01 18:48:18 +08:00
Fabrice Reix
0e3d1a3dc8
Update version to SNAPSHOT
2022-09-22 16:35:48 +02:00
Fabrice Reix
fce9e9daf7
Update version to 1.7.0
2022-09-15 12:56:36 +02:00
jcamiel
5d4d41a559
Be more restrictive on first char for url parsing.
2022-09-12 16:42:40 +02:00
jcamiel
c1684f60b3
Add support for strings comparison.
2022-09-09 16:54:28 +02:00
jcamiel
29babc8ebb
Hunts clones.
2022-09-08 22:34:59 +02:00
Fabrice Reix
cc820c6190
Accept expression in comparison predicate
2022-09-07 08:39:28 +02:00
Fabrice Reix
59d32dc46d
Add option variable in Hurl file
2022-09-06 13:53:15 +02:00
jcamiel
96ef0c7228
Add --compressed entry option.
2022-08-18 20:28:08 +02:00
jcamiel
6fc568a6f0
Rename init to new to be more conventionnal.
2022-08-17 09:24:30 +02:00
jcamiel
2a002f81a6
Add max-redirs entry option.
2022-08-16 12:09:33 +02:00
jcamiel
a2d3f87640
Add follow location entry option.
2022-08-16 10:20:25 +02:00
jcamiel
b08de3a19b
Add very-verbose entry option.
2022-08-15 18:01:35 +02:00
jcamiel
633500ebbd
Add verbose entry option.
2022-08-14 18:37:10 +02:00
jcamiel
aae808b0b0
Add support for cacert entry option.
2022-08-12 17:42:24 +02:00
jcamiel
b14e5bc31e
Parse option section.
2022-08-12 16:18:55 +02:00
jcamiel
2d0a6bc755
Update clippy for rust 1.63.0.
2022-08-11 19:55:24 +02:00
jcamiel
2698987cf5
Hunt clones and uses references as possible.
2022-08-10 21:13:16 +02:00
jcamiel
7f561566dc
Normalize acronym case in errors.
2022-08-08 18:42:57 +02:00
jcamiel
d5824a2bb0
Remove unnecessary prefix.
2022-08-01 17:15:08 +02:00
jcamiel
59a3e24c40
Rationalize log functions usages.
2022-08-01 15:19:09 +02:00
jcamiel
567ab70e0e
Update regex 1.6.0.
2022-07-06 17:43:02 +02:00
Fabrice Reix
487ab2ef53
Fix clippy is_digit_ascii_radix
2022-06-30 22:04:14 +02:00
Fabrice Reix
de79388be5
Support regex literal in query/subquery
2022-06-24 11:42:06 +02:00
Fabrice Reix
e239891ffc
Use Template type for cookie value
2022-06-12 21:35:12 +02:00
jcamiel
0e0b6697e7
Update dependencies.
2022-05-28 12:01:27 +02:00
jcamiel
16f501d2c3
Update to Rust edition 2021.
2022-05-09 15:37:04 +02:00
Fabrice Reix
19a4a6042b
Support @ for the username in [BasicAuth] section
2022-03-23 07:39:53 +01:00
Fabrice Reix
ce66121d03
Allow different types in JSON array
2022-03-10 15:54:40 +01:00
Fabrice Reix
5f1943bb99
Update crate regex to 1.5.5
2022-03-10 12:50:18 +01:00
jcamiel
349097ffb3
Fix clippy 1.59 warnings.
...
Mainly https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern .
2022-02-25 08:17:53 +01:00
Fabrice Reix
9bcc6f68af
Increment version to 1.7.0-snapshot
2022-02-10 14:22:16 +01:00
Fabrice Reix
b52bc56ea5
Create release 1.6.0
2022-02-10 14:22:16 +01:00
Fabrice Reix
c8eebcfd7b
Add additional characters in cookie value
2022-02-09 15:38:23 +01:00
jcamiel
fc661c6f68
Fix unit test.
2022-02-05 17:30:10 +01:00
jcamiel
0177dc1b43
Check that data file is a child of user provided context dir.
2022-02-05 17:30:10 +01:00
Fabrice Reix
b83bbf67ed
Add Regex predicate value
2022-01-29 15:59:55 +01:00
Fabrice Reix
c0b1acb5eb
Add square brackets in key-string
2022-01-25 17:14:07 +01:00
jcamiel
d90c891e47
Fix new clippy warnings on 1.58.
...
Mainly unnecessary calls to to_string on types that implements Display traits <https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args >.
2022-01-14 14:22:36 +01:00
jcamiel
a3a500baae
Update copyright for 2022
2022-01-12 17:14:40 +01:00
Fabrice Reix
82894a8a1a
Add BasicAuth section
2021-12-17 08:14:40 +01:00
Fabrice Reix
165e79054e
Report error on missing closing quote for quoted String
2021-12-10 09:01:47 +01:00
Fabrice Reix
9252ca5c83
Increment version to 1.6.0-snapshot
2021-12-09 16:17:54 +01:00
Fabrice Reix
2ecb4cc5af
Create release 1.5.0
2021-12-09 16:17:54 +01:00
jcamiel
ff817a45da
Delete extern crate
import.
2021-12-07 15:36:04 +01:00
Fabrice Reix
1154ea2e50
Fix clippy error redundant_closure
2021-12-02 21:00:53 +01:00