Commit Graph

1510 Commits

Author SHA1 Message Date
Fabrice Reix
5e54b86719
hurlfmt Hurl files in tests_ok 2023-06-01 17:27:01 +02:00
Fabrice Reix
56bb2042b8
Remove whitespace after comma 2023-06-01 17:27:00 +02:00
Fabrice Reix
c97cfb7cde
Fix Lint for GraphQL 2023-06-01 17:27:00 +02:00
Fabrice Reix
a3b6947eb7
Fix --in-place option for hurlfmt 2023-06-01 17:27:00 +02:00
hurl-bot
9d0a57b9fb
Update crates 2023-06-01 17:26:26 +02:00
Fabrice Reix
a149635409
Add Retry Type 2023-06-01 17:26:26 +02:00
Fabrice Reix
b5277b3349
Update --retry option to match curl option 2023-06-01 17:26:26 +02:00
jcamiel
b65bdf59cc
Upgrade Hurl version to 4.0.0 due to runner::run API change. 2023-06-01 17:26:15 +02:00
jcamiel
daeb37b286
Create LoggerOptions to configure a logger in runner::run method. 2023-06-01 17:26:15 +02:00
jcamiel
24a083506d
Update CHANGELOG 2023-06-01 17:26:11 +02:00
jcamiel
a2f4bc3625
Add more charset tests. 2023-06-01 17:22:16 +02:00
jcamiel
64d3db2b14
Add integration tests with GB2312 encoding. 2023-06-01 17:22:16 +02:00
jcamiel
ff9b62faa1
Add integration tests for --error-format long. 2023-06-01 17:22:06 +02:00
jcamiel
e476038440
Take error_format option into account. 2023-06-01 17:22:06 +02:00
jcamiel
0d152e31b1
Add new option error-format to enable HTTP request/response output when there are errors. 2023-06-01 17:22:06 +02:00
jcamiel
b624003679
Fix very-verbose taken into account only if verbose is true. 2023-06-01 17:22:06 +02:00
hurl-bot
baac5e8b5a
Update crates 2023-06-01 17:22:05 +02:00
dependabot[bot]
6c0ef44f2f
Bump requests from 2.28.1 to 2.31.0 in /bin
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 17:21:17 +02:00
Fabrice Reix
0f759e6226
Support additional dot in jsonpath expression 2023-06-01 17:20:15 +02:00
jcamiel
a4fb260c0c
Make Call, Certificate, Cookie, Header, Request, Response, Timings, Version public. 2023-06-01 17:18:04 +02:00
jcamiel
cd3e8e2d83
Update hurl sample to 3.0.0. 2023-06-01 17:18:04 +02:00
Fabrice Reix
c6a3011a76
Fix output of hurlfmt for version/help 2023-06-01 17:17:53 +02:00
Fabrice Reix
62d85054d2
Refacto cli options 2023-06-01 17:17:35 +02:00
Fabrice Reix
63125a8dcc
Print actual/expected lines when number of lines does not match 2023-06-01 17:17:35 +02:00
Fabrice Reix
64cf02f386
Add version integ test 2023-06-01 17:17:34 +02:00
jcamiel
2f76f43cda
Fix arguments in integration test utf8.hurl. 2023-06-01 17:17:21 +02:00
jcamiel
a2d91cc197
Add unit text for eval_html / encoding. 2023-06-01 17:17:21 +02:00
jcamiel
df9918bc40
Update hurlfmt FAQ. 2023-06-01 17:16:08 +02:00
jcamiel
aaf6d95969
Update doc on toDate. 2023-06-01 17:16:08 +02:00
Fabrice Reix
5b911602d5
Update doc for jsonpath module 2023-06-01 17:16:08 +02:00
Fabrice Reix
fc9e8a97f6
Split jsonpath eval module into query/selector 2023-06-01 17:16:07 +02:00
Fabrice Reix
479e9e97cd
Split jsonpath index selector (unique/multiple index)
- specify one index to return one element
- specify two or more index to return a collection of elements
2023-06-01 17:16:07 +02:00
jcamiel
a97b172e58
Update npm publication. 2023-06-01 17:16:07 +02:00
Fabrice Reix
1cf4476b8f
Change API in jsonpath / remove single-entry coercion 2023-06-01 17:16:07 +02:00
jcamiel
2be143ba1c
Add JSON and HTML exports to ssl integration tests. 2023-06-01 17:16:07 +02:00
Filipe PINTO
7f65ced598
Improve Dockerfile contrib using bin/*sh 2023-06-01 17:16:07 +02:00
jcamiel
1fbf097ba8
Fix doc typos. 2023-06-01 17:15:15 +02:00
jcamiel
14aaa31372
Add quotes around certificate attribute in HTML export. 2023-06-01 17:15:15 +02:00
jcamiel
44af45e3d5
Add date filters documentation. 2023-06-01 17:15:14 +02:00
lepapareil
600e0e822c
Delete --rebase option from /accept workflow 2023-06-01 17:15:14 +02:00
jcamiel
55eea38007
Update releasing doc. 2023-06-01 17:15:14 +02:00
jcamiel
8f776b20fc
Fix GitHub spelling in hurl-bot talking. 2023-06-01 17:15:14 +02:00
hurl-bot
6bf183845a
Update hurl version to 3.1.0-SNAPSHOT 2023-06-01 17:15:08 +02:00
Filipe PINTO
ecce454127
Fix accept workflow when using --release option 2023-06-01 17:11:02 +02:00
hurl-bot
3d48b12900
Create 3.0.1 release 2023-06-01 14:35:26 +00:00
Fabrice Reix
34b97aa51a
Update version to 3.0.1 2023-06-01 15:59:52 +02:00
Fabrice Reix
942e4982e7
Support different error messages 2023-06-01 15:10:21 +02:00
Fabrice Reix
2e8ce397f4
Update CHANGELOG 2023-06-01 15:10:21 +02:00
Fabrice Reix
e2442dafb8
Fix hurlfmt less predicate 2023-06-01 15:10:20 +02:00
jcamiel
d60160fc1e
Patch encoding issue with xpath and libxml 2.11.1+ 2023-06-01 15:10:20 +02:00