Commit Graph

301 Commits

Author SHA1 Message Date
jcamiel
b81ca8ab7e Update README. 2022-04-14 00:09:10 +02:00
Fabrice Reix
4b3b47841d Fix shell escape encoding for curl export 2022-04-12 07:51:35 +02:00
Fabrice Reix
2f1154fb02 Fix clippy 1.60 warnings 2022-04-10 06:48:23 +02:00
jcamiel
c67413bcef Update GitHub and crates.io README. 2022-04-01 14:43:20 +02:00
jcamiel
b34518674a Update brotli 3.3.4. 2022-04-01 13:50:14 +02:00
jcamiel
9bae7b9f43 Update indexmap 1.8.1. 2022-04-01 13:50:14 +02:00
jcamiel
33960bddcc Update libxml 0.3.1. 2022-03-28 18:04:50 +02:00
jcamiel
15e94828ee Fix panicking while processing expected Regex value. 2022-03-25 14:52:39 +01:00
jcamiel
4f5cfc0f1f Update libflate 1.2.0. 2022-03-25 14:22:17 +01:00
Fabrice Reix
6f7909b5b3 Add test for debugging 2022-03-24 14:10:45 +01:00
Fabrice Reix
19a4a6042b Support @ for the username in [BasicAuth] section 2022-03-23 07:39:53 +01:00
jcamiel
f461c19b7d Update curl 0.4.43. 2022-03-22 11:59:27 +01:00
jcamiel
890faa3a5d Add todo comments. 2022-03-21 20:08:29 +01:00
Jeff Leverenz
fa567a92a1 Generalize tests for curl timeout error codes 2022-03-21 19:10:58 +01:00
jcamiel
7dee6d89bc Fix format. 2022-03-14 17:18:37 +01:00
jcamiel
a3fe70b4c8 Add namespace support for XPath query against XML document. 2022-03-14 17:18:37 +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
jcamiel
68391e924f Update cc 1.0.73 2022-02-22 10:30:56 +01:00
jcamiel
becb581197 Update sha2 0.10.2 2022-02-22 10:30:56 +01:00
jcamiel
e5ea756fe4 Update GitHub and crates.io README. 2022-02-15 23:49:55 +01:00
jcamiel
558fea0324 Update crate README. 2022-02-15 10:31:10 +01:00
jcamiel
490e07cade Sort options alphabetically in -h/man. 2022-02-15 10:05:42 +01:00
jcamiel
51dedfed14 Split integration tests between tests_ok / tests_failed repository. 2022-02-14 16:24:39 +01:00
jcamiel
28dfd9ef94 Update serde_json 1.0.79. 2022-02-14 13:16:11 +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
bb44a06a86 Add missing copyrights. 2022-02-08 21:22:41 +01:00
jcamiel
fc661c6f68 Fix unit test. 2022-02-05 17:30:10 +01:00
jcamiel
35fbdb3d8e Fix format. 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
jcamiel
77193af6ed Delete deprecated html report options. 2022-02-02 09:12:50 +01:00
Fabrice Reix
b83bbf67ed Add Regex predicate value 2022-01-29 15:59:55 +01:00
Fabrice Reix
45b15e8b7f Remove warnings for Windows 2022-01-29 10:36:15 +01:00
jcamiel
dab0b66ec7 Use Path/PathBuf struct when appropriates.
We use PathBuf in ClientOptions, and RunnerOptions an &Path in functions if possible.
2022-01-28 10:46:46 +01:00
Fabrice Reix
39410eea0f Update crate serde to 1.0.136 2022-01-26 09:28:01 +01:00
Fabrice Reix
757043633b Update crate libflate to 1.1.2 2022-01-26 09:27:53 +01:00
Fabrice Reix
c0b1acb5eb Add square brackets in key-string 2022-01-25 17:14:07 +01:00
jcamiel
df9c081605 Update dependencies serde 1.0.135 et serde_json 1.0.78 2022-01-24 16:46:35 +01:00
jcamiel
e55030816f Use reference in eval_template_element. 2022-01-24 16:39:06 +01:00
jcamiel
96b861191e Use reference in eval_template. 2022-01-24 16:39:06 +01:00
jcamiel
771fc97dc3 Fix doc tests. 2022-01-21 18:35:19 +01:00
jcamiel
3ef65a59f8 Use default value for ClientOptions. 2022-01-21 18:35:19 +01:00
jcamiel
3c361d7e70 Remove unnecessary clone. 2022-01-21 18:35:19 +01:00
jcamiel
8b1fd13f90 Add optional user agent to executed request or default. 2022-01-21 18:35:19 +01:00
jcamiel
e47fd99191 Add user_agent field to CliOption. 2022-01-21 18:35:19 +01:00
jcamiel
2f16ab414c Update serde 1.0.134 2022-01-21 16:01:40 +01:00
jcamiel
77b1d30408 Delete unnecessary clone. 2022-01-19 09:56:28 +01:00
jcamiel
e9d2989369 Update serde_json 1.0.75 2022-01-16 19:44:56 +01:00
jcamiel
d48e3675ff Use reference and string slice in get_header_values. 2022-01-16 19:44:40 +01:00
jcamiel
df38771685 Use default value for ClientOptions initialisations in tests. 2022-01-15 20:57:29 +01:00
jcamiel
171bc5b9aa Use from_secs build function. 2022-01-15 20:57:29 +01:00
jcamiel
e129d8fbc1 Update brotli 3.3.3 2022-01-15 20:54:00 +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
Fabrice Reix
04ab5edadd Update crate curl to 0.4.42 2022-01-12 18:28:30 +01:00
Fabrice Reix
3f8d291857 Update crate indexmap to 1.8.0 2022-01-12 18:28:30 +01:00
Fabrice Reix
56f0a2c82b Display next request in Interactive mode 2022-01-12 18:15:54 +01:00
jcamiel
a3a500baae Update copyright for 2022 2022-01-12 17:14:40 +01:00
Fabrice Reix
e4742b11c9 Update crate sha2 to 0.10.1 2022-01-07 21:08:06 +01:00
Fabrice Reix
e12d0f1dd3 Update crate clap to 3.0.4 2022-01-07 21:08:06 +01:00
Fabrice Reix
ba3d600cc2 Update crate serde_json to 1.0.74 2022-01-07 21:08:06 +01:00
Fabrice Reix
035fbd0896 Update crate serde to 1.0.133 2022-01-07 21:08:06 +01:00
Fabrice Reix
4a4838448d Support filter with nested object in jsonpath expression 2021-12-20 21:02:25 +01:00
jcamiel
07f3fd432c Add tiny css improvments to html export. 2021-12-17 20:00:38 +01:00
Fabrice Reix
82894a8a1a Add BasicAuth section 2021-12-17 08:14:40 +01:00
Fabrice Reix
ce79951461 Update crate serde to 1.0.132 2021-12-16 20:38:41 +01:00
Fabrice Reix
a17370f9cb Use pure-Rust XML parsing/serializing for JUnit Report 2021-12-16 20:38:41 +01:00
jcamiel
85303854ea Update serde_json 1.0.73 2021-12-15 22:43:14 +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
Fabrice Reix
36361efa88 Update dependency crate serde to 1.0.131 2021-12-09 14:23:08 +01:00
jcamiel
5fbb8d051f Update with 1.5.0 man version. 2021-12-09 09:01:42 +01:00
jcamiel
36bd01089e Delete beta references. 2021-12-09 09:01:42 +01:00
jcamiel
eccd53eea8 Add crates.io specific README. 2021-12-09 09:01:42 +01:00
jcamiel
e6dd9014b1 Delete link between GitHub README and crates.io README. 2021-12-09 09:01:42 +01:00
jcamiel
39dbdbc51e Update sha2 to 0.10.0 2021-12-08 17:24:35 +01:00
jcamiel
ff817a45da Delete extern crate import. 2021-12-07 15:36:04 +01:00
jcamiel
7431c0d4d7 Add comment why we force verbose mode on libcurl. 2021-12-07 09:55:50 +01:00
Fabrice Reix
fba4357182 Adding --glob option 2021-12-06 16:56:04 +01:00
Fabrice Reix
5fd0751bd0 Update output command-line options 2021-12-03 21:39:51 +01:00
Fabrice Reix
2ae6e85f11 Update Junit Report
One testcase per Hurl file
Reuse exactly the same error message than command-line
2021-12-02 21:37:37 +01:00
Fabrice Reix
1154ea2e50 Fix clippy error redundant_closure 2021-12-02 21:00:53 +01:00
lepapareil
bdda072dda Update dependency crate clap 2021-11-30 16:58:08 +01:00
lepapareil
2eb68595a0 Add icon for exe and windows uninstall panel 2021-11-30 16:58:08 +01:00
Fabrice Reix
91cc14882a Update report 2021-11-26 21:06:03 +01:00
Fabrice Reix
6d7d9fe973 Fix Memory Allocation error (usize cast) 2021-11-26 11:30:29 +01:00
Fabrice Reix
c3718de9a3 Get libcurl version from http module 2021-11-25 21:48:25 +01:00
lepapareil
526fbd0258 Update dependency crate serde_json 2021-11-25 11:21:10 +01:00
Fabrice Reix
af6b60eec1 Using Floating-point for the Float Value 2021-11-21 21:51:09 +01:00
Fabrice Reix
00f6c78d29 Update dependency crate curl 2021-11-21 12:13:04 +01:00
Fabrice Reix
51b59fef18 Update dependency crate serde_json 2021-11-21 04:03:02 +01:00
Fabrice Reix
f26c2c57e4 Support invalid urls in curl export (verbose) 2021-11-17 14:09:20 +01:00
Fabrice Reix
d737d6075d Update dependency serde_json 2021-11-14 21:35:51 +01:00
lepapareil
6ed300b5fc Update dependency crate hex-literal 2021-11-12 14:33:29 +01:00
Fabrice Reix
809609a442 Set variables from HURL_ environment variables 2021-11-11 19:10:09 +01:00
Fabrice Reix
dd98920f80 Update output
Can now be on the following:
- Binary response body
- JSON
- Textual Summary
2021-11-11 18:24:48 +01:00
Fabrice Reix
359f153e63 Update dependency crate cc 2021-11-11 16:22:33 +01:00