Commit Graph

319 Commits

Author SHA1 Message Date
Fabrice Reix
2b0a38846a Improve assert Error for bytearray 2021-06-17 22:20:06 +02:00
Fabrice Reix
b52df1b311
Merge pull request #205 from Orange-OpenSource/feature/improve-parse-error-for-hex
Add parsing error for odd number of hex digits
2021-06-17 22:08:03 +02:00
Fabrice Reix
5faea0811a Add parsing error for odd number of hex digits 2021-06-17 21:54:25 +02:00
Fabrice Reix
4ff6528822
Merge pull request #204 from Orange-OpenSource/feature/add-sha216-query
Add sha256 query
2021-06-17 21:39:44 +02:00
Fabrice Reix
ead46740ab Add sha256 query 2021-06-17 20:28:13 +02:00
Fabrice Reix
73acfcb5bf
Merge pull request #203 from Orange-OpenSource/feature/use-bytearray-in-assert
Add bytes query and equals predicate for bytearray
2021-06-16 21:51:48 +02:00
Fabrice Reix
93c2fede66 Add bytes query and equals predicate for bytearray 2021-06-16 21:13:17 +02:00
Fabrice Reix
45a3ab480e
Merge pull request #202 from Orange-OpenSource/feature/add-real-request-sent
Return "real" HTTP request sent from HTTP client
2021-06-15 22:06:01 +02:00
Fabrice Reix
e9d00d42b3 return "real" HTTP request sent from HTTP client
Log in the json session all the headers sent by the client
2021-06-15 21:26:11 +02:00
Fabrice Reix
dcc92c6faa
Merge pull request #201 from Orange-OpenSource/feature/improve-error-can-not-resolve-host
Specify Host in CouldNotResolveHost Error
2021-06-12 10:14:11 +02:00
Fabrice Reix
651e823a0b Specify Host in CouldNotResolveHost Error 2021-06-12 09:21:58 +02:00
Fabrice Reix
3204970172
Merge pull request #197 from Orange-OpenSource/feature/count-equals-predicate-error
Improve error message for countEquals predicate
2021-06-11 09:10:01 +02:00
Fabrice Reix
fa46137ebe Improve error message for countEquals predicate 2021-06-11 08:37:37 +02:00
Fabrice Reix
f3a8aa7c49
Merge pull request #196 from Orange-OpenSource/feature/improve-hurl-report
Improve HTML report
2021-06-10 20:25:34 +02:00
Fabrice Reix
ae83a4cb52 Improve HTML report 2021-06-10 19:54:07 +02:00
jcamiel
ec27b41214
Merge pull request #193 from Orange-OpenSource/fix/xpath-seg-fault
Initialize Error Handler with a native "silent" callback
2021-06-03 11:27:45 +02:00
jcamiel
b88d4bd5d6
Merge branch 'master' into fix/xpath-seg-fault 2021-06-03 11:17:38 +02:00
Fabrice Reix
2f18340f00 Initialise Error Handler with a native "silent" callback
The callback can not be implemented because it needs to be variadic
2021-06-03 09:14:03 +02:00
jcamiel
03d76b16db Fix typo in man. 2021-05-28 16:19:29 +02:00
Fabrice Reix
b9f6032c56
Merge pull request #189 from Orange-OpenSource/feature/cookiestorage-httponly
Parse httpOnly cookies from cookie storage
2021-05-25 14:00:41 +02:00
Fabrice Reix
58e11a4acc Parse httpOnly cookies from cookie storage 2021-05-25 13:43:34 +02:00
Fabrice Reix
58c7b33ebc
Merge pull request #187 from Orange-OpenSource/feature/output-curl-command
Output curl command for each request
2021-05-23 10:01:12 +02:00
Fabrice Reix
f9f3f55baf Output curl command for each request at runtime 2021-05-23 09:44:38 +02:00
Fabrice Reix
8e1fdafca6
Merge pull request #186 from Orange-OpenSource/feature/refacto-http-client
Refacto http client
2021-05-16 19:23:47 +02:00
Fabrice Reix
54e5d0a35f Refacto http client
Get closer to curl cli
2021-05-16 19:12:39 +02:00
Fabrice Reix
a0239a695f
Merge pull request #185 from Orange-OpenSource/feature/update-rust-1.52
Update to Rust 1.52
2021-05-14 16:43:04 +02:00
Fabrice Reix
19857abf6b Update to Rust 1.52
fix new clippy warnings:
- inconsistent_struct_constructor
- manual_map
- copied
2021-05-14 14:26:54 +02:00
Fabrice Reix
8f4b594e05
Merge pull request #184 from Orange-OpenSource/feature/update-rust-1.51
Fix new clippy warnings (Rust 1.51)
2021-03-28 18:44:18 +02:00
Fabrice Reix
ee47df6213 Fix new clippy warnings (Rust 1.51)
- upper_case_acronyms
- redundant_slicing
- vec_init_then_push
2021-03-28 09:51:21 +02:00
Fabrice Reix
c0600b720c
Merge pull request #183 from Orange-OpenSource/fix/parsing-quote-in-value
Fix parsing quote in quoted template
2021-03-22 15:33:18 +01:00
Fabrice Reix
2c84f299db Fix parsing quote in quoted template 2021-03-22 14:41:10 +01:00
Fabrice Reix
4f1405192c
Merge pull request #182 from Orange-OpenSource/feature/add-benchsuite
Create Bench suite
2021-03-20 15:13:09 +01:00
Fabrice Reix
07a29fe4c5 Create Bench suite 2021-03-20 13:56:05 +01:00
Fabrice Reix
9be90c502d
Merge pull request #181 from Orange-OpenSource/feature/refacto-parsing-template
Refacto parsing template
2021-03-20 12:01:01 +01:00
Fabrice Reix
1d3a8ab664 Refacto parsing with template module
TBC: Performance issue when calling reader.is_eof()
Check len() call for a large vector.
2021-03-20 11:36:46 +01:00
Fabrice Reix
7ec43282ee Update Unit tests 2021-03-20 11:34:25 +01:00
Fabrice Reix
4f6750b41b Add test connect-timeout 2021-03-08 13:22:27 +01:00
Fabrice Reix
fc0963b6a1
Merge pull request #178 from Orange-OpenSource/feature/fix-win64-zip-package-name
normalize win64 packages names
2021-03-04 10:34:51 +01:00
lepapareil
e7f0a4695e
rename *installer.exe to *win64-installer.exe 2021-03-03 19:30:47 +01:00
Fabrice Reix
bc2411f7e0
Merge branch 'master' into feature/fix-win64-zip-package-name 2021-03-03 17:47:59 +01:00
lepapareil
42d6f15d39 replace _ by - on win64 exe and zip packages names 2021-03-03 14:43:55 +01:00
Fabrice Reix
902ce4f897 Update version to 1.3.0 2021-03-03 13:39:02 +01:00
Fabrice Reix
6efb9cea47 Update CHANGELOG for 1.2.0 2021-03-03 13:33:38 +01:00
Fabrice Reix
4ce04b35b6
Merge pull request #177 from Orange-OpenSource/fix/win64_installer
fix path key for win64 installer
2021-03-03 12:12:56 +01:00
lepapareil
45e82a1c24 add windows PATH auto refresh in win64 installer 2021-03-03 11:32:52 +01:00
lepapareil
131376837b add a finish page to win64 installer 2021-03-02 23:07:32 +01:00
lepapareil
41df46ff77 fix nsis path on win64 contrib doc 2021-03-02 20:37:29 +01:00
lepapareil
ea90b59b38
fix path key for win64 installer 2021-03-02 15:24:07 +01:00
Fabrice Reix
866074fb9f
Merge pull request #176 from Orange-OpenSource/feature/type_input_variables
Type input variables
2021-02-25 21:06:17 +01:00
Fabrice Reix
68be658648 Type input variables 2021-02-25 20:47:46 +01:00