Commit Graph

92 Commits

Author SHA1 Message Date
Fabrice Reix
ad4c976633 Remove inherent impl
Typically all the eval functions on the AST struct
so that eval and ast can live in 2 different crates

Defining a trait makes sense only if the signature is always the same,
which is not the case for eval function.
2020-11-01 19:43:04 +01:00
Fabrice Reix
7df567829a
Merge pull request #62 from Orange-OpenSource/fix/usage-without-input
Fix usage without input
2020-11-01 19:41:06 +01:00
Fabrice Reix
b1f4971a77 Fix usage without input 2020-11-01 18:58:21 +01:00
Fabrice Reix
0ca6b9618d
Merge pull request #58 from Orange-OpenSource/feature/add-github-action
Add Github Action
2020-10-31 13:33:15 +01:00
Fabrice Reix
fddf01d0d7 Add Github Action 2020-10-31 08:22:00 +01:00
Fabrice Reix
e1231733bf
Merge pull request #57 from Orange-OpenSource/feature/add-test-proxy
Add test proxy
2020-10-30 19:04:40 +01:00
Fabrice Reix
c8b3f76578 Add test proxy 2020-10-30 10:15:25 +01:00
Fabrice Reix
785b7c6d05
Merge pull request #56 from Orange-OpenSource/feature/fix-compressed-man
Fix compressed anchor.
2020-10-30 07:32:50 +01:00
jcamiel
35a8141df9 Fix man typos. 2020-10-29 19:29:51 +01:00
jcamiel
2f23a7a930 Fix compressed anchor. 2020-10-29 17:16:59 +01:00
Fabrice Reix
4577108bff Update version to 0.99.14 2020-10-28 16:27:40 +01:00
Fabrice Reix
0ab5a17f9f Add missing dependencies for deploying 2020-10-28 12:54:03 +01:00
Fabrice Reix
9cca7eda11 Update CHANGELOG 2020-10-28 08:35:55 +01:00
Fabrice Reix
d1ad1aea4d
Merge pull request #54 from Orange-OpenSource/feature/update-man-pages
Update Man Page
2020-10-27 20:33:09 +01:00
Fabrice Reix
8a0fb80199 Update Man Page 2020-10-27 13:58:37 +01:00
Fabrice Reix
55ecea4894
Merge pull request #53 from Orange-OpenSource/fix/add-header-accept-encoding-with-compressed-option
Add Accept-Encoding header with --compressed option
2020-10-27 11:40:05 +01:00
Fabrice Reix
e90eb37b27 Add Accept-Encoding header with --compressed option 2020-10-27 08:35:14 +01:00
Fabrice Reix
78921ecdf7
Merge pull request #52 from Orange-OpenSource/fix/html-report
Generate html report by running hurl tests successively
2020-10-23 19:01:13 +02:00
Fabrice Reix
0932647379 Generate html report by running hurl tests successively
Results are appended together in a common json file
2020-10-23 16:11:16 +02:00
Fabrice Reix
a854ad36f8
Merge pull request #51 from Orange-OpenSource/fix/cookie
Remove unnecessary trailing comma in Cookie String
2020-10-23 15:04:18 +02:00
Fabrice Reix
9e56b9c935 [Fix] Remove unnecessary trailing comma in Cookie String 2020-10-23 13:02:50 +02:00
Fabrice Reix
9f9e5ee351
Merge pull request #50 from Orange-OpenSource/fix/option-insecure
[FIX] inverse insecure flag
2020-10-23 09:15:23 +02:00
Fabrice Reix
9af6bd6145 [FIX] inverse insecure flag 2020-10-23 07:52:53 +02:00
Fabrice Reix
5903b01b10
Merge pull request #49 from Orange-OpenSource/fix/multiple-request-cookies
[FIX] Send multiple request cookies
2020-10-22 13:58:08 +02:00
Fabrice Reix
7e36855113 [FIX] Send multiple request cookies 2020-10-22 10:15:47 +02:00
Fabrice Reix
d348679d9b
Merge pull request #48 from Orange-OpenSource/feature/add-option-user
Add option user
2020-10-21 21:23:39 +02:00
Fabrice Reix
9fe9aa7953 Add option user 2020-10-21 13:48:22 +02:00
Fabrice Reix
7b08c7bcfb
Merge pull request #47 from Orange-OpenSource/feature/expect-header
Add request Expect Header explicitly
2020-10-21 10:28:38 +02:00
Fabrice Reix
af63efa578 Add request Expect Header explicitly
Fix: http version is the from the last status line
2020-10-21 09:25:22 +02:00
Fabrice Reix
25f192e35f
Merge pull request #46 from Orange-OpenSource/fix/support-multiple-content-encoding
Support multiple content encoding
2020-10-20 18:42:19 +02:00
Fabrice Reix
1464a5d908 Support multiple Content-Encoding 2020-10-20 13:51:50 +02:00
Fabrice Reix
9617cba31d Fix mock for brotli 2020-10-20 08:18:27 +02:00
Fabrice Reix
121f83aa31
Merge pull request #43 from Orange-OpenSource/fix/predicate-with-not-qualifier
Fix Predicates with not qualifiers
2020-10-19 20:11:20 +02:00
Fabrice Reix
4a6bc950f1 Fix Predicates with not qualifiers 2020-10-19 17:55:03 +02:00
Fabrice Reix
1d69d828b1
Merge pull request #38 from Orange-OpenSource/feature/decompress
Decompress response body
2020-10-15 09:16:27 +02:00
Fabrice Reix
c6347a6828 Decompress response body
- explicitly for the output if --compressed has been set
- implicitly for textual queries
2020-10-15 08:44:21 +02:00
Fabrice Reix
2fc4ee3cc8
Merge pull request #34 from Orange-OpenSource/feature/compressed
Add cli option --compressed
2020-10-12 14:39:00 +02:00
Fabrice Reix
8a46b0b2e3 add option --compressed 2020-10-12 14:08:01 +02:00
Fabrice Reix
00de621f1c
Merge pull request #33 from Orange-OpenSource/feature/update-rust-1.47.0
Update to rust 1.47.0
2020-10-11 21:08:05 +02:00
Fabrice Reix
bc8f905d7c Update to rust 1.47.0
Fix new clippy warning match-like-matches-macro
2020-10-11 18:24:26 +02:00
Fabrice Reix
87b7353df8
Merge pull request #32 from Orange-OpenSource/feature/clean-and-isolate-modules
Clean and isolate modules
2020-10-11 18:10:24 +02:00
Fabrice Reix
5dfea2822d Big Refacto - clean and isolate modules 2020-10-11 17:31:09 +02:00
Fabrice Reix
abb2177a36
Merge pull request #31 from Orange-OpenSource/feature/create-deb-file
Create deb file explicitly with dpkg --build
2020-10-03 16:40:37 +02:00
Fabrice Reix
4d4d8a6740 create deb file explicitly with dpkg --build 2020-10-03 15:48:37 +02:00
Fabrice Reix
0fcd63834a
Merge pull request #30 from Orange-OpenSource/feature/add-timeout-option
Add timeout option (--connect-timeout and --max-time)
2020-09-24 21:41:11 +02:00
Fabrice Reix
4940333bf7 Add timeout option (--connect-timeout and --max-time) 2020-09-24 21:02:53 +02:00
Fabrice Reix
7537d11cb8
Merge pull request #29 from Orange-OpenSource/feature/request-cookie-not-in-cookie-storage
Request cookies must not change the cookie storage
2020-09-23 21:17:24 +02:00
Fabrice Reix
6eaaf88d0d Request cookies must not change the cookie storage
Change to cookie storage are made explicit with directives (experimental feature)
@cookie_storage_set
@cookie_storage_clear
2020-09-23 20:35:00 +02:00
Fabrice Reix
03527bd372
Merge pull request #27 from Orange-OpenSource/feature/http-errors
Improve http error messages
2020-09-23 08:35:54 +02:00
Fabrice Reix
9ef6e7665b Improve http error messages 2020-09-23 07:35:42 +02:00