Matthew Dickinson
b82a2c3312
Added cookie support to CLI requests
2024-10-18 17:48:35 -04:00
lohit
25f43f12c7
feat: request execution mode ( #3200 )
2024-09-26 15:54:20 +05:30
lohit
ed20eccc25
fix: multipart/form-data body interpolation ( #3142 )
...
* feat: updates
* feat: updates
* feat: updates
* feat: updates
2024-09-23 15:54:54 +05:30
Anoop M D
cb395e7649
Collection Variables Support ( #2963 ) ( #3018 )
...
Support for Collection Variables
---------
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
Co-authored-by: lohit <lohxt.space@gmail.com >
2024-09-03 21:18:38 +05:30
Anoop M D
753a576c3c
Feat/safe mode quickjs ( #2848 )
...
Safe Mode Sandbox using QuickJS
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-08-21 12:52:49 +05:30
BruAlcaraz
c99da3a581
Allow bru.setNextRequest() on Test Scripts ( #2155 ) ( #2552 )
...
Co-authored-by: Alcaraz, Bruno <Bruno.Alcaraz@ulgroup.com >
2024-07-25 16:57:55 +05:30
lohit
ab9bcbe5ed
feat/rename collectionVariables variable name to runtimeVariables ( #2638 )
...
* pr review changes
* collection root object in export json
* import environment updates
* tests run execution order fix for collection runs
* updated validations
* collectionVariables -> runtimeVariables
* removed husky, adjusted indentation
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-07-17 17:21:03 +05:30
lohit
ca22ad06df
update interpolate function in bruno js ( #2479 )
...
* update interpolate function in bruno js
* removeed handlebars import, updated validations
* removed handlebars import
2024-06-21 11:15:23 +05:30
lohit
5259c5fb4a
Feat/client cert types ( #2482 )
...
* feat: pfx/cert client certificates
* ui updates
* file tooltip
* feat: updated client cert logic
* feat: updated validations
* const to let
* throw error incase of invalid file paths
* fix htmlFor label
* updated cli error messages
2024-06-21 11:13:52 +05:30
slowjoe007
b01f2e0c5f
feature: Augment default truststore by default, optionally limit to custom CA certs ( #2057 )
...
* feat: Allow default truststore extension on bru CLI
* feat: augment default truststore by default, optionally limit to custom CA certs
* feat: augment default truststore by default, optionally limit to custom CA certs
* feat: Allow default truststore extension on bru CLI
* feat: augment default truststore by default, optionally limit to custom CA certs
2024-06-17 16:28:39 +05:30
Anoop M D
a4b13d5c2a
fix: fixed awsv4 env var interpolation issue
2024-02-24 00:47:28 +05:30
Anoop M D
43c873422f
feat: bruno cli awsv4 auth support
2024-02-23 23:42:28 +05:30
João Victor Davim
f8eac3469f
feat( #1579 ): Add file uploading support for CLI ( #1572 )
...
* feat(cli): add support for file upload
* fix: remove wrong console log
2024-02-14 03:37:11 +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
Julian Silden Langlo
0e24efbd88
Include the filename of a bruno request in the results. ( #1164 )
2024-01-29 23:49: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
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
Nelu Platonov
d0f858681d
feat( #946 ): Fix PR #1070 - Add feature to CLI & prepend 'http://' to URL after interpolation
2023-11-30 01:23:27 +01:00
Shourav Nath
fa7afd4237
feat( #1050 ): Response time in res
2023-11-25 13:00:59 +06:00
Mirko Golze
e1a74d0652
#937 , #921 improve evaluation of proxy configuration, allow empty proxy port
2023-11-10 21:20:30 +01:00
Martin Hoecker
8183ce03c5
feat: bru.setNextRequest(null) breaks execution without error
2023-11-01 23:53:15 +01:00
Martin Hoecker
3374db1ac8
Merge branch 'main' into feature/add-bru-setNextRequest
2023-10-24 22:38:44 +02:00
Chris Wilper
1d58bdab59
fix: respect rejectUnauthorized and ca opts when proxying https
2023-10-22 11:29:49 -04:00
Anoop M D
d809a58deb
chore: pr polish ( #596 )
2023-10-18 10:25:01 +05:30
Martin Hoecker
d4c0207545
feat: bru.setNextRequest()
2023-10-16 17:29:26 +02:00
Mirko Golze
19463cd0cf
merge main into proxy branch
2023-10-16 12:08:10 +02:00
Mirko Golze
6dd6879e8f
proxy settings global and collection level
2023-10-15 20:26:36 +02:00
Mirko Golze
470e9d0442
proxy settings
2023-10-15 16:40:50 +02:00
bacebu4
fcbecfb480
fix(bruno-cli): add missing variable to prepareRequest
2023-10-12 09:57:33 +02:00
Anoop M D
362289b7cd
feat( #334 ): bru cli support for collection headers, auth, scripts and tests
2023-10-09 08:26:10 +05:30
Ricardo Q. Bazan
bf90ee96e5
chore: add support for cli
2023-10-08 12:09:33 -05:00
Anoop M D
8f1f41374c
feat( #306 ): module whitelisting support
2023-10-07 03:20:44 +05:30
Anoop M D
0f3a8a87bb
feat( #306 ): bru cli support for allowScriptFilesystemAccess
2023-10-07 02:41:56 +05:30
Anoop M D
de74edb50f
feat: interpolation of proxy vars
2023-10-06 22:49:48 +05:30
Anoop M D
9474918853
chore: fixed typo
2023-10-06 22:11:14 +05:30
Anoop M D
d5a6522563
Merge branch 'main' into main
2023-10-06 17:36:35 +05:30
Anoop M D
e3f32dfc87
Merge pull request #397 from dozed/response-time-axios
...
Use axios interceptor to measure response time
2023-10-06 04:13:52 +05:30
Stefan Ollinger
bb7d13d2d9
Use axios interceptor to measure response time
2023-10-05 17:46:12 +02:00
Anoop M D
c08be14d87
Merge branch 'main' of github.com:usebruno/bruno
2023-10-05 21:15:59 +05:30
Anoop M D
90f47e5877
feat( #396 ): decomment support in json and scripts
2023-10-05 21:15:38 +05:30
Stefan Ollinger
efbdde8252
Set responseTime
2023-10-05 17:11:29 +02:00
Stefan Ollinger
ae2f170fe6
Put constant in outer scope
2023-10-05 17:05:31 +02:00
Stefan Ollinger
04481a26e1
Show response time in milliseconds per request and total
2023-10-05 16:36:57 +02:00
Alex Costinescu
8216bf5eec
Merge remote-tracking branch 'upstream/main'
2023-10-04 20:37:18 -04:00
Alex Costinescu
9f11cfc836
Changed proxied requests to use https-proxy-agent to handle TCP tunneling.
2023-10-04 20:31:34 -04:00
Thomas Pyle
da4e96d1ef
Merge remote-tracking branch 'upstream/main' into bug/correct-result-reporting
2023-10-03 22:15:53 -04:00
Anoop M D
744abe585c
revert pr #252
2023-10-04 05:52:59 +05:30
Anoop M D
d4b663bfa8
Merge pull request #252 from acostinescu/main
...
Changed Proxied Requests to Use https-proxy-agent.
2023-10-04 04:20:38 +05:30