Commit Graph

1016 Commits

Author SHA1 Message Date
Fabrice Reix
719cbcc552
Merge pull request #105 from Orange-OpenSource/fix/export-predicates-greater-less
Fix export predicates greater less
2020-12-05 12:12:08 +01:00
Fabrice Reix
833e2bf157 Fix html export 2020-12-05 12:04:35 +01:00
Fabrice Reix
f3fd06945f Fix json export 2020-12-05 12:04:35 +01:00
Fabrice Reix
08fa600764
Merge pull request #106 from Orange-OpenSource/feature/update-rust-1.48.0
Update Rust 1.48.0
2020-12-05 11:46:41 +01:00
Fabrice Reix
3be178ed24 Fix clippy warning 2020-12-05 11:38:36 +01:00
Fabrice Reix
cd11cf09d1 Update rust to 1.48.0 2020-12-05 11:38:21 +01:00
Fabrice Reix
394f7373fa
Merge pull request #101 from Orange-OpenSource/fix/export-json-cookie
Fix typo in json export
2020-11-30 15:53:27 +01:00
Fabrice Reix
7588929755 Fix typo in json export 2020-11-30 15:38:44 +01:00
Fabrice Reix
269eb43b90
Merge pull request #99 from Orange-OpenSource/feature/arithmetic-predicates-for-number
Make predicates with numbers "arithmetic"
2020-11-29 17:42:05 +01:00
Fabrice Reix
79713ef647 Make predicates with numbers "arithmetic"
floats and integers can be replaced with each other
jsonpath "$.count" equals 5
jsonpath "$.count" equals 5.0
2020-11-29 17:34:30 +01:00
Fabrice Reix
739c3b56ac Add Build section 2020-11-29 16:55:26 +01:00
Fabrice Reix
1b59dfaa6e
Merge pull request #98 from Orange-OpenSource/feature/add-type-predicates
Add type predicates
2020-11-28 18:46:43 +01:00
Fabrice Reix
85f2cfff3d Update Test Integ 2020-11-28 18:37:31 +01:00
Fabrice Reix
367a26bf11 Add predicates for types 2020-11-28 18:36:51 +01:00
Fabrice Reix
6d5239a3d2
Merge pull request #97 from Orange-OpenSource/fix/jsonpath-parse-extra-dot
Parse extra dot in jsonpath expression
2020-11-28 17:46:52 +01:00
Fabrice Reix
842f3f6189 Parse extra dot in jsonpath expression
example: $.store.book.[0].title
not really standard
but parsed by jsonpath.com
2020-11-28 17:39:23 +01:00
Fabrice Reix
0ca127f6dd Update integration report 2020-11-22 09:13:05 +01:00
Fabrice Reix
f655b9c347
Merge pull request #92 from Orange-OpenSource/feature/add-query-duration
Add query duration
2020-11-22 09:11:59 +01:00
Fabrice Reix
c3b6f85fde Add duration query 2020-11-22 08:55:07 +01:00
Fabrice Reix
91f0d244bf Add duration in the http response 2020-11-22 08:40:28 +01:00
Fabrice Reix
b8a19f0b6a
Merge pull request #91 from Orange-OpenSource/feature/add-comparison-predicates
Add comparison predicates
2020-11-21 17:59:01 +01:00
Fabrice Reix
5fa85dbfce Add integ tests 2020-11-21 17:28:31 +01:00
Fabrice Reix
def109d673 Add comparison predicates 2020-11-21 17:28:31 +01:00
Fabrice Reix
98949f39c9 Check rust version explicitly 2020-11-21 09:03:58 +01:00
Fabrice Reix
744cf75bd5 Display rust version 2020-11-21 08:42:54 +01:00
Fabrice Reix
b86e8eed21 Update CHANGELOG 2020-11-17 09:17:15 +01:00
Fabrice Reix
104d6a2b43 Update version to 1.0.0 2020-11-17 09:16:22 +01:00
Fabrice Reix
ba0656b992 Update CHANGELOG 2020-11-17 08:35:01 +01:00
Fabrice Reix
41fcd684d3 Update CHANGELOG 2020-11-17 08:10:08 +01:00
Fabrice Reix
53c4f6ccf5
Merge pull request #84 from Orange-OpenSource/feature/hurlfmt-output-and-format
Specify format for hurlfmt  with --format instead of --output
2020-11-16 22:23:34 +01:00
Fabrice Reix
22ef5583dc Use --format instead of --output 2020-11-16 22:18:16 +01:00
Fabrice Reix
f6f1ccb548
Merge pull request #83 from Orange-OpenSource/feature/format-html
Update format to html
2020-11-16 21:40:50 +01:00
Fabrice Reix
0c2b439b3c Update format to html 2020-11-16 21:34:38 +01:00
Fabrice Reix
c57e5bd2cc
Merge pull request #82 from Orange-OpenSource/feature/update-man
Update man page
2020-11-16 08:45:37 +01:00
Fabrice Reix
e61172bfa2 Update man 2020-11-16 08:36:20 +01:00
Fabrice Reix
5a840d9306 Add hurl version and build date into man page 2020-11-16 08:29:05 +01:00
Fabrice Reix
670d3052bc Generate man at build 2020-11-16 08:14:48 +01:00
Fabrice Reix
f15c60a73d
Merge pull request #80 from Orange-OpenSource/feature/hurlfmt-update-usage
Update hurlfmt usage
2020-11-15 17:16:39 +01:00
Fabrice Reix
b9f1efd174 Update hurlfmt usage 2020-11-15 17:08:49 +01:00
Fabrice Reix
d0b31ee7ff Fix Linter 2020-11-15 17:01:31 +01:00
Fabrice Reix
f2a742d9b1
Merge pull request #79 from Orange-OpenSource/feature/test-integ-max-redirect
Add test integ max-redirect
2020-11-15 09:50:03 +01:00
Fabrice Reix
091944f544 Add test integ max-redirect 2020-11-15 09:29:39 +01:00
Fabrice Reix
40ae9ab772
Merge pull request #78 from Orange-OpenSource/feature/ast-export-json-more
Export AST to json (continued)
2020-11-11 18:38:51 +01:00
Fabrice Reix
9ce30efcda Export AST to json (continued) 2020-11-11 18:17:45 +01:00
Fabrice Reix
7798c8dcf9
Merge pull request #77 from Orange-OpenSource/feature/report-html-simplify-usage
Simplify usage for html report
2020-11-10 08:03:26 +01:00
Fabrice Reix
b0fea5a029 Simplify usage for html report 2020-11-10 07:52:09 +01:00
Fabrice Reix
401c8a9a41
Merge pull request #76 from Orange-OpenSource/fix/support-user-in-url
Support user in url
2020-11-10 07:43:49 +01:00
Fabrice Reix
1956ebcd94 Support user in url 2020-11-10 07:35:27 +01:00
Fabrice Reix
a8450a4326 Remove travis-ci badge 2020-11-10 07:22:48 +01:00
Fabrice Reix
440b31483e
Merge pull request #75 from Orange-OpenSource/feature/remove-travis-ci
Remove Travis-CI
2020-11-09 22:44:41 +01:00