fredjeck
cb95b5f36a
Introduces a new bruno.json configuration property named 'ignore' allowing to specify which files or folders should be ignored in the collection. ( #1514 )
...
Also makes sure the behavior of legacy collections is not altered.
Fixes issue #1496
2024-02-05 03:04:54 +05:30
Anoop M D
09e7ea0d4d
feat( #1130 ): file upload schema updates
2024-02-05 02:52:03 +05:30
Max Destors
634f9ca4a2
feat: Multipart Form Data file uploads ( #1130 )
...
* Add multipart form files upload support
* clean up
* Fixed electron files browser for Multipart Form files
* Using relative paths for files inside the collection's folder
---------
Co-authored-by: Mateo Gallardo <mateogallardo@gmail.com>
2024-02-04 23:04:18 +05:30
Rinku Chaudhari
7b6c72c63b
fix: getContentType function and save file logic update ( #1499 )
2024-02-01 13:29:06 +05:30
Anoop M D
ea7d141d10
chore: release v1.7.1
2024-01-30 22:11:53 +05:30
Anoop M D
c39b8ff282
fix( #1487 ): updated deps and bumped versions
2024-01-30 22:04:39 +05:30
Anoop M D
e258e7f5ab
fix( #1487 ): rolling back to vm2 from @n8n/vm2
2024-01-30 22:00:58 +05:30
Anoop M D
c48cb56709
chore: updated deps
2024-01-30 15:20:51 +05:30
Anoop M D
28d781a52d
chore: bump release version
2024-01-30 00:17:49 +05:30
Romain Eggermont
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
Martin Sefcik
a077d65a3e
fix( #1419 ): fixed ignored SSL verification and client certificates configuration when using SOCKS proxy ( #1420 )
2024-01-29 20:19:08 +05:30
Anoop M D
4917f24b7c
fix( #1436 ): fixed inconsistent beheviour of res.getHeaders() api
2024-01-29 19:46:41 +05:30
Anoop M D
7ba9b839da
feat( #1460 ): use new interpolation lib in app, electron, cli
2024-01-29 17:17:24 +05:30
Nelu Platonov
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
Timon
4e34aba1ca
fix( #263 ): Replace vm2 with fork of vm2 to fix security issues ( #1400 )
2024-01-17 04:01:00 +05:30
Anoop M D
3e627522b7
feat( #1162 ): warn if there are unsaved requests when quitting
2024-01-09 14:01:04 +05:30
Ricardo Silverio
85f24eec77
[Feature] Prompt user to save requests before exiting app ( #1317 )
...
* Starting quit flow and focusing in draft
* Finishing app if there is no draft to save
* Automatically opening request after creation through event queue
* Fix remove events from queue using pathname to find item
* Removing updateNextAction
* Listening via predicate
* Confirm close dialog toggle moved to store
* Draft operations as tab actions
* Complete quit flow
* Fixing close app/window hooks
* Breaking the chain when dismissing dialog
* Displaying request name in ConfirmRequestClose modal
* Added disableEscapeKey and disableCloseOnOutsideClick props to Modal (passed in ConfirmRequestClose)
* Removing logs
* Refactor
* listenerMiddleware module
* ipc events listeners names
* Update next action
* Helpful comments
* Eventually handle events to close request even if is no draft
* Request name in bold
2024-01-08 17:21:55 +05:30
Anoop M D
814d31e638
chore: bumped version to 1.6.1
2024-01-05 16:17:59 +05:30
Anoop M D
45395754bf
chore: bumped version
2024-01-05 03:24:15 +05:30
Anoop M D
0db6103b69
feat: golden edition modal
2024-01-05 03:17:55 +05:30
Anoop M D
2608ec035e
Merge pull request #1155 from BrandonGillis/feat/custom-ca-certificate
...
feat: add custom CA Certificate preference
2024-01-04 22:54:29 +05:30
Anoop M D
ed6f91533b
Merge pull request #1176 from bpoulaindev/bugfix/docs_links
...
bugfix(docs_links): open external URL in browser window, remove depre…
2023-12-20 00:23:02 +05:30
Anoop M D
3982f9c3c3
chore: bumped version to v1.5.1
2023-12-18 17:38:19 +05:30
Gyunseo Lee
9f6890b769
feat: set the polling mode based on path type
2023-12-18 17:56:12 +09:00
Anoop M D
66f917ecec
chore: bumped version to v1.5.0
2023-12-18 04:22:10 +05:30
Anoop M D
cb6513c580
Merge pull request #1202 from akshat-khosya/feature/clone-collection
...
clone functionality in collection
2023-12-18 01:26:26 +05:30
Akshat Khosya
a15a4e4a2d
corrected typo error in comments
2023-12-16 13:18:52 +05:30
Akshat Khosya
cada4f201a
removed try catch from clone collection
2023-12-16 13:16:03 +05:30
Akshat Khosya
93661bd0d2
handle dir of files, comments in code
2023-12-16 13:07:51 +05:30
Akshat Khosya
fff3e6d88a
clone functionality in collection
2023-12-11 15:57:28 +05:30
Baptiste POULAIN
56a456a9b6
bugfix(docs_links): open external URL in browser window, remove deprecated method in electron, refactor to index.tsx
2023-12-07 14:33:42 +01:00
Anoop M D
784f63ca5b
chore: updated deps
2023-12-07 00:57:45 +05:30
Brandon Gillis
a60f351736
feat: add custom CA Certificate preference
2023-12-06 01:04:35 +01:00
Anoop M D
567744c2ce
chore: bumped version to 1.4.0
2023-12-06 01:49:35 +05:30
Anoop M D
3061507284
Merge pull request #619 from mj-h/feature/add-bru-setNextRequest
...
feat: bru.setNextRequest()
2023-12-06 01:37:44 +05:30
Graham White
98b45a2fd4
refactor: protocol regex matches axios
...
Since axios is used for requests, it makes sense to match the protocol parsing
with their code at
https://github.com/axios/axios/blob/main/lib/helpers/parseProtocol.js
Closes : #1152
Signed-off-by: Graham White <graham_alton@hotmail.com>
2023-12-05 17:22:56 +00:00
Anoop M D
dc39538d02
chore: release 1.3.2
2023-12-04 19:23:39 +05:30
Brandon Gillis
e24b75e7d8
fix( #124 ): Improve localhost handling, add cache for ipv6 & ipv4 check
2023-12-04 13:36:32 +01:00
Anoop M D
318036a279
chore: bumped version to 1.3.1
2023-12-04 14:46:26 +05:30
Anoop M D
b482dd68a5
temporarily disabling fix related to pr #1114
2023-12-04 14:34:26 +05:30
Brandon Gillis
06d62175bf
Add support for ipv6 localhost & refactor *.localhost handling
2023-12-02 02:50:44 +01:00
Brandon Gillis
96d50ebd93
fix( #124 ): resolve all *.localhost to localhost
2023-12-01 23:51:01 +01:00
Anoop M D
6632ae1dcb
fix: dummy test to pass the build
2023-12-02 03:00:26 +05:30
Anoop M D
832810cacd
chore: temporarily disabling failing test
2023-12-02 02:23:53 +05:30
Anoop M D
06893bf3c3
chore: bump version to 1.3.0
2023-12-02 01:55:34 +05:30
Anoop M D
861d76f7b7
chore: bump @usebruno/js to 0.9.3
2023-12-02 01:50:32 +05:30
Anoop M D
bacb70ea7e
feat( #931 ): relax var name strictness
2023-12-02 01:27:18 +05:30
Anoop M D
2aa876e526
Merge pull request #971 from nelup20/bugfix/964-env_var_dot_validation
...
fix(#964 ): Allow "." in variable names + make error message more consistent
2023-12-02 01:06:27 +05:30
Anoop M D
2240acb272
fix( #1042 ): fixed setCookie issue when cookie is not a string
2023-12-02 00:58:19 +05:30
Anoop M D
752d4ae79e
feat( #1094 ): deleting all cookies for a domain
2023-12-02 00:49:46 +05:30