Commit Graph

1709 Commits

Author SHA1 Message Date
4d8c377143 test: added local module scripting example 2024-02-01 16:49:48 +05:30
7b6c72c63b fix: getContentType function and save file logic update (#1499) 2024-02-01 13:29:06 +05:30
72fde80577 Update release-snap.yml 2024-01-31 00:11:08 +05:30
c666adc0ba fix: fixed github tests workflow issue 2024-01-30 22:26:47 +05:30
ea7d141d10 chore: release v1.7.1 v1.7.1 2024-01-30 22:11:53 +05:30
73c0d058c5 fix: incorrectly named env file prevents successful builds (#1485)
Resolves: #1484

Signed-off-by: Graham White <graham_alton@hotmail.com>
2024-01-30 22:06:26 +05:30
c39b8ff282 fix(#1487): updated deps and bumped versions 2024-01-30 22:04:39 +05:30
e258e7f5ab fix(#1487): rolling back to vm2 from @n8n/vm2 2024-01-30 22:00:58 +05:30
c48cb56709 chore: updated deps 2024-01-30 15:20:51 +05:30
59b9208d89 chore: bumped cli version to v1.4.0 2024-01-30 15:09:15 +05:30
cfbac39ba8 fix: fixed snap release workflow 2024-01-30 01:55:09 +05:30
28d781a52d chore: bump release version v1.7.0 2024-01-30 00:17:49 +05:30
3843cf8ee3 fix: fixed prettier issue 2024-01-30 00:05:55 +05:30
34ede8a33f fix: fixed lint issues 2024-01-29 23:59:55 +05:30
0e24efbd88 Include the filename of a bruno request in the results. (#1164) 2024-01-29 23:49:32 +05:30
555387598a Feature: Add an optional param to cli to only run requests that have tests (#1314)
* Add an optional param to cli to only run requests that have tests

* Added to recrusive run

* added asserts to test only flag

---------

Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-01-29 23:36:24 +05:30
0dd8154d8b add query param even when value is missing (#1370) 2024-01-29 23:34:35 +05:30
467e63d6fa feat: correctly format json when importing from curl (#1472) 2024-01-29 23:29:31 +05:30
d999366a16 docs: Make german and spanish readme link to the same set of languages as the english readme (#1250)
* docs: Fix links in german readme

* docs: Add links to the spanish readme
2024-01-29 20:26:41 +05:30
acc646a05d feat: add response filter placeholder (#1293) 2024-01-29 20:25:36 +05:30
969c44023f feat(#1352): add collection headers to introspection query (#1353)
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-01-29 20:23:32 +05:30
abeccbb182 [feat] Add option "--bail" to cli (#1390)
* add bail option to cli
* change --bail so that is also bails on request errors (e.g., ECONNREFUSED)
* update cli help regarding the ---bail option
---------

Co-authored-by: Martin Hoecker <martin.hoecker@sap.com>
2024-01-29 20:21:37 +05:30
c0b5136359 Update readme.md (#1407)
Add flatpak to installation package managers
2024-01-29 20:20:35 +05:30
d31147961d fix(#1417): fixed selecting SOCKS4 proxy option (#1418) 2024-01-29 20:20:02 +05:30
a077d65a3e fix(#1419): fixed ignored SSL verification and client certificates configuration when using SOCKS proxy (#1420) 2024-01-29 20:19:08 +05:30
c3f6318d69 style: overflow of environment name fix (#1464) 2024-01-29 19:56:51 +05:30
58dfdd8157 docs: add Traditional Chinese language docs (#1465) 2024-01-29 19:55:25 +05:30
4917f24b7c fix(#1436): fixed inconsistent beheviour of res.getHeaders() api 2024-01-29 19:46:41 +05:30
00e11e3177 fix: fixed ui module loading issue 2024-01-29 19:25:43 +05:30
54d4a74355 fix: fixed failing test 2024-01-29 19:02:39 +05:30
65b76b7281 fix: fixed github test workflow issues 2024-01-29 17:42:27 +05:30
ad1b0950bc chore: updated package-lock 2024-01-29 17:31:06 +05:30
775809f59e chore: updated package-lock 2024-01-29 17:29:21 +05:30
7ba9b839da feat(#1460): use new interpolation lib in app, electron, cli 2024-01-29 17:17:24 +05:30
c5986896d1 chore: added names in github tests workflow 2024-01-29 16:03:18 +05:30
f5a1213e0f fix: fixed junit reporter issue 2024-01-29 14:03:31 +05:30
de96076de7 fix: fixed tests workflow 2024-01-29 13:57:34 +05:30
8ada457bfc fix: fixed tests workflow 2024-01-29 13:51:37 +05:30
a7253f1579 fix: fixed tests workflow 2024-01-29 13:48:51 +05:30
a0beefa9bc feat: added cli tests to testing github workflow 2024-01-29 13:45:25 +05:30
1bc2c8d0a6 chore: deleted orphan package 2024-01-29 13:36:45 +05:30
80806fef30 feat: bruno-tests package 2024-01-29 13:34:55 +05:30
2a6bfabc30 pr(#1461): addressed review comments 2024-01-28 18:12:17 +05:30
f2a187d5fe feat(#1460): string interpolation (#1461)
* feat(#1460): string interpolation

* chore: deleted file commited accidentally
2024-01-28 18:07:25 +05:30
aed1b41da6 fixed misspelling (global, collection) (#1299)
Co-authored-by: Tathagata Chakraborty <tathagata.chakraborty97@gmail.com>
2024-01-26 22:25:39 +05:30
d8354dca14 chore(#1441): updated codemirrot hint: bru.setNextRequest(requestName) 2024-01-25 23:40:40 +05:30
e375ffbed1 Added bru.setNextRequest into the hint words list (#1441) 2024-01-25 23:38:04 +05:30
7de5bbbdf6 fix(#1143): Fix PR #971 - Use literal segments only for env/collection variables + Add to CLI (#1154)
* fix(#1143): Fix PR #971 - Add literal-segment notation in string only to variables that are not process env vars
* fix(#1143): Fix PR #971 - Add to CLI as well
* fix(#1143): Fix PR #971 - Use improved Regex after CR + add test case for escaped vars
2024-01-25 19:36:32 +05:30
dbb5e912eb fix(#1000): Convert too long numbers into String for collection vars (#1405) 2024-01-18 03:38:57 +05:30
4e34aba1ca fix(#263): Replace vm2 with fork of vm2 to fix security issues (#1400) 2024-01-17 04:01:00 +05:30