Commit Graph

1160 Commits

Author SHA1 Message Date
jcamiel
e67ed69d2a
Update CHANGELOG.md 2022-12-19 21:33:10 +01:00
hurl-bot
37da06054d
Update crates 2022-12-19 16:47:36 +00:00
jcamiel
e3dd4493c1
Fix default value for argument. 2022-12-19 17:27:28 +01:00
jcamiel
81c4ba8b24
Add RunnerOptionsBuilder to create instance of RunnerOptions. 2022-12-17 11:45:20 +01:00
azzamsa
b5e72568b7
Update emacs mode installation 2022-12-17 00:20:40 +01:00
azzamsa
fbca04e38f
Update CONTRIBUTING.md
All PR should not use the `master` branch.
2022-12-16 23:55:28 +01:00
jcamiel
98d0299ff7
Update crates. 2022-12-16 23:23:43 +01:00
azzamsa
7009ffc522
Add emacs mode 2022-12-16 23:10:37 +01:00
Fabrice Reix
0fc18e90ea
Fix Clippy warnings 1.66.0 2022-12-16 10:44:17 +01:00
lepapareil
d1767e1985
Clean ci docker jobs 2022-12-15 18:09:44 +01:00
lepapareil
77f79092c1
Add debug sh functions 2022-12-15 18:09:44 +01:00
lepapareil
6f0e666dce
Fix false negatives on dockerised tests 2022-12-15 18:09:44 +01:00
lepapareil
a31c03d620
Add shell checks on shebang and error handling 2022-12-15 18:09:43 +01:00
lepapareil
662ec8184e
Standardised shell scripts shebang and error handling 2022-12-15 18:09:34 +01:00
jcamiel
ed2b31ebb1
Link to GitLab CI/CD Hurl tutorial. 2022-12-15 11:06:33 +01:00
hurl-bot
b53e934296
Update crates 2022-12-15 08:06:52 +00:00
jcamiel
c2f0fe46ba
Implement html_escape and html_unescape.
This PR removes import of html-escape crate.
2022-12-14 13:10:43 +01:00
lepapareil
65b588f770
Standardised shell scripts shebang 2022-12-14 09:30:32 +01:00
jcamiel
93ad62d40c
Remove unnessary empty struct. 2022-12-12 13:20:19 +01:00
Michael Friedrich
26028c72e4
Add issue templates: Bug report, feature proposal 2022-12-12 11:35:46 +01:00
hurl-bot
0160a6fcdf
Update crates 2022-12-12 08:07:17 +00:00
jcamiel
aa2f1d5b4d
Add connect-to option 2022-12-10 23:55:14 +01:00
jcamiel
b9dc82d22c
Harden integration test on GraphQL.
This test could have detected regression on header parsing.
2022-12-10 23:30:48 +01:00
Fabrice Reix
48188205c4
Update crate base64 2022-12-10 23:01:41 +01:00
Fabrice Reix
bb7cf25a57
Fix key-string parser 2022-12-10 22:52:54 +01:00
jcamiel
6b7753e174
Check HTTP version and status first, then other asserts.
If HTTP version or status are not correct, we fail the test without running others asserts.
2022-12-10 14:44:23 +01:00
jcamiel
aefbd79027
Update README with installation instruction for .deb 2022-12-09 23:41:25 +01:00
Michael Friedrich
14a54e4294
Add jcamiel's suggestions 2022-12-09 23:17:41 +01:00
Michael Friedrich
c1994d8901
Update commit signing docs in Contributing guide 2022-12-09 23:17:40 +01:00
Michael Friedrich
e400cedda8
Docs: Use apt to install the Debian/Ubuntu package to resolve dependencies
Signed-off-by: Michael Friedrich <mfriedrich@gitlab.com>
2022-12-09 22:51:02 +01:00
jcamiel
1dbdd99f34
Add name attribute to JUnit report 2022-12-09 16:49:58 +01:00
jcamiel
ec30da5b05
Normalize curl command line debug with the url at the end. 2022-12-09 15:10:35 +01:00
jcamiel
38c47501ab
Add --resolve options 2022-12-09 10:17:07 +01:00
dependabot[bot]
93b040e017
Bump certifi from 2022.9.24 to 2022.12.7 in /bin
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 17:20:53 +01:00
jcamiel
00006eab74
Support new one line string format. 2022-12-08 13:15:32 +01:00
jcamiel
5532d1155a
Display warning when legacy syntax for one line string is used. 2022-12-08 13:13:16 +01:00
Filipe PINTO
963ff0fc18
Add check changelog to release workflow 2022-12-08 09:58:44 +01:00
Fabrice Reix
2ade5287f4
Remove Check CHANGELOG 2022-12-07 16:59:17 +01:00
jcamiel
a8c24f69ca
Update CHANGELOG and CONTRIBUTING.md 2022-12-07 10:39:40 +01:00
Fabrice Reix
847e986957
Take only PRs from Hurl main repos 2022-12-07 09:29:47 +01:00
Fabrice Reix
95d45e41dc
Update CHANGELOG 2022-12-07 09:29:46 +01:00
Luke Mondy
43487b0f1a
Add integration tests for htmlEscape and htmlUnescape filters 2022-12-07 08:17:37 +11:00
Luke Mondy
e6028f390a
Add support for htmlEscape and htmlUnescape in hurlfmt 2022-12-07 08:17:28 +11:00
Luke Mondy
db486f9695
Add htmlEscape and htmlUnescape filters
These filters use the html_escape crate (inspired by the use of the percent_encoding crate) to escape and unescape html.
2022-12-07 08:17:21 +11:00
Luke Mondy
7289930c7b
Add grammar to support htmlEscape and htmlUnescape 2022-12-07 08:17:08 +11:00
jcamiel
da6284860e
Update CONTRIBUTING.md 2022-12-06 17:23:21 +01:00
jcamiel
2841a9459b
Change struct Bytes with tupple instead of anonymous struct. 2022-12-06 14:56:01 +01:00
jcamiel
6ea9d90841
Delete unused directory. 2022-12-06 14:54:43 +01:00
Filipe PINTO
c3526284a5
Fix print event issue title on accept workflow 2022-12-06 14:39:15 +01:00
jcamiel
0ab9fedafa
Change Template struct using delimiter: Option<char> field instead of quotes: bool. 2022-12-05 13:12:28 +01:00