Commit Graph

297 Commits

Author SHA1 Message Date
Fabrice Reix
1f4e9e2a8b cargo fmt 2021-02-12 10:56:32 +01:00
Fabrice Reix
13bd92d27d Fix clippy unnecessary-wraps 2021-02-12 10:54:27 +01:00
jcamiel
93693766c6 Update sample in README. 2021-02-12 08:52:29 +01:00
Fabrice Reix
4f6e2a72ab Add documentation, homepage or repository in manifest 2021-02-10 20:17:10 +01:00
Fabrice Reix
d886a10a94 Update Licence identifier
unknown license from cargo publish
2021-02-10 20:12:17 +01:00
Fabrice Reix
43fc40976b
Merge pull request #152 from Orange-OpenSource/feature/support-utf8-with-bom
Support Hurl File encoded with UTF8 BOM
2021-02-10 20:09:15 +01:00
Fabrice Reix
2d7cd55a2e Support Hurl File encoded with UTF8 BOM 2021-02-10 19:53:09 +01:00
Fabrice Reix
54ac4babdf Update version to 1.2.0 2021-02-08 10:33:10 +01:00
Fabrice Reix
97f3ec1560 Update release note 2021-02-07 21:30:02 +01:00
Fabrice Reix
7650e15a69
Merge pull request #149 from Orange-OpenSource/fix/insecure-for-session
Fix insecure mode for session
2021-02-07 21:15:36 +01:00
Fabrice Reix
89f0968164 Set libcurl handle attributes in the execute method
Instead of the init method, so that they can be applied after the reset
2021-02-07 14:34:30 +01:00
Fabrice Reix
a2ae1944e3
Merge pull request #148 from Orange-OpenSource/feature/improve-ssl-error-message
Be more specific for SSL Certificate errors
2021-02-07 13:33:40 +01:00
Fabrice Reix
12aecfec1e Keep extra description from libcurl for SSL Certificate errors 2021-02-07 12:12:05 +01:00
Fabrice Reix
1636d37692
Merge pull request #147 from Orange-OpenSource/fix/test-integ-circular-import
Do not run flask in debug mode anymore
2021-02-06 20:51:24 +01:00
Fabrice Reix
399ca688c8 Do not run flask in debug mode anymore
It might solve the import issue with the form_param.py test
ImportError: cannot import name 'attach_enctype_error_multidict' from partially initialized module 'flask.debughelpers' (most likely due to a circular import) (/usr/local/lib/python3.9/site-packages/flask/debughelpers.py)
2021-02-06 18:01:53 +01:00
Fabrice Reix
64d9f5b22f
Merge pull request #146 from Orange-OpenSource/feature/add-tests-ssl
Add Test SSL with self-signed certificate
2021-02-06 13:54:50 +01:00
Fabrice Reix
95b9887e55 Add Test SSL with self-signed certificates 2021-02-06 13:38:55 +01:00
lepapareil
e655d05c1f
clean powershell doc 2021-02-05 16:52:18 +01:00
Fabrice Reix
4e8f68a5d8 Update README 2021-02-04 18:46:33 +01:00
Fabrice Reix
f2417f9c2e
Merge pull request #142 from Orange-OpenSource/doc/rewrite-readme-building-section
enhances linux build steps
2021-02-04 14:58:46 +01:00
lepapareil
abd59c6c46
enhances linux build steps 2021-02-04 14:04:17 +01:00
Fabrice Reix
d4c734de60
Merge pull request #141 from Orange-OpenSource/feature/add-tests-artifact
Add tests artifact
2021-02-04 13:24:22 +01:00
Fabrice Reix
b78f248e4a Add test artifacts 2021-02-04 12:07:51 +01:00
Fabrice Reix
3c0a376bca Fix test cookie_file 2021-02-04 10:23:02 +01:00
Fabrice Reix
62a1908966
Merge pull request #140 from Orange-OpenSource/fix/error-for-invalid-input-utf8
Add explicit error for invalid utf8 encoding
2021-02-03 20:26:25 +01:00
Fabrice Reix
af75640fdd Add explicit error for invalid utf8 encoding 2021-02-03 20:10:32 +01:00
Fabrice Reix
422b57d037
Merge pull request #137 from Orange-OpenSource/feature/no-interactive-for-windows
Interactive mode not supported (yet) in windows
2021-02-02 19:41:56 +01:00
Fabrice Reix
956e21453e
Merge pull request #138 from Orange-OpenSource/doc/contrib-windows
add windows build documentation
2021-02-02 19:40:47 +01:00
Fabrice Reix
874507578f Interactive mode not supported (yet) in windows 2021-02-02 18:53:25 +01:00
lepapareil
d3bd7a3366 add windows build documentation 2021-02-02 18:23:51 +01:00
Fabrice Reix
788346260f
Merge pull request #136 from Orange-OpenSource/feature/split_ci
Split CI into test/release
2021-02-02 09:06:24 +01:00
lepapareil
f2580ed493 delete unused check_version.sh 2021-02-02 08:17:09 +01:00
lepapareil
2aa3a5d896 fix ci yml 2021-02-01 22:00:17 +01:00
lepapareil
960badaab8 fix ci yml 2021-02-01 21:57:36 +01:00
lepapareil
912753e41c replace check_version step by environment step on ci 2021-02-01 21:49:34 +01:00
lepapareil
ab61de29c1 move check version from release ci to test ci 2021-02-01 17:21:23 +01:00
lepapareil
b9ab65abc4
fix release ci name and variables 2021-02-01 17:06:12 +01:00
lepapareil
d221d811ea
fix test ci name and variables 2021-02-01 17:05:50 +01:00
lepapareil
574ab76bf9
clean release.yml 2021-01-29 22:32:43 +01:00
lepapareil
a2a5166d9d
clean test.yml 2021-01-29 22:32:20 +01:00
lepapareil
a1cf0a0ef4
Delete ci.yml 2021-01-29 22:30:21 +01:00
lepapareil
7028ce61f3
Create release.yml 2021-01-29 22:30:13 +01:00
lepapareil
c3ce5063c8
Create test.yml 2021-01-29 22:29:51 +01:00
Fabrice Reix
c505de037c
Merge pull request #135 from Orange-OpenSource/fix/integration
[FIX] run integration tests within integration dir + in order
2021-01-28 11:58:27 +01:00
Fabrice Reix
797788c571 Tests hurl files in order 2021-01-28 11:49:21 +01:00
Fabrice Reix
5394a444da run integration tests within integration dir 2021-01-28 11:37:41 +01:00
Fabrice Reix
5bdbe73163
Merge pull request #131 from Orange-OpenSource/feature/add-option-interactive
Add --interactive option
2021-01-24 17:15:28 +01:00
Fabrice Reix
27f5f4b55d
Merge pull request #134 from Orange-OpenSource/feature/cookie-value-accept-more-characters
Accept more characters in the cookie-value
2021-01-22 08:07:54 +01:00
Fabrice Reix
379bd5aac2 Accept more characters in the cookie-value 2021-01-22 07:49:48 +01:00
Fabrice Reix
88f94f97da
Merge pull request #133 from Orange-OpenSource/feature/accept-dot-in-cookie-value
Accept '.' in cookie-value
2021-01-18 20:23:15 +01:00