lohxt1
3fe0d43bdc
fix: cli - collection level script, added tests
2024-12-06 22:58:02 +05:30
lohxt1
4b4bd3bc95
fix: updates
2024-12-05 15:45:36 +05:30
lohxt1
482cb05d63
fix: updates
2024-12-05 11:42:23 +05:30
lohxt1
e1ebaabcc7
Merge branch 'main' of lohxt1:lohxt1/bruno into feat/cli-collection-vars
2024-12-04 17:28:55 +05:30
dwolter-emarsys
93f8d916c4
INTERNAL | correcting WSSE logic ( #3252 )
2024-10-03 23:23:40 +05:30
lohxt1
5fd6773f43
feat: added support for collection/folder/request scripts
2024-09-24 21:49:49 +05:30
lohxt1
9c2c86baf6
feat: add collection vars, folder vars, request vars support to cli
2024-09-24 19:09:47 +05:30
Sanjai Kumar
4d820af4e0
Improved Feat/wsse auth ( #3172 )
...
* adding wsse auth logic
* adding wsse auth logic to electron
* adding wsse auth formatting
* Refactoring WSSE 'secret' to 'password'
* Incorporating PR feedback
* Removed unused packages from package.json
* Fixed issue caused when resolving merge conflicts and added new route to test wsse
* Removed deprecated package usages from bruno-cli
* Fixed tests
---------
Co-authored-by: dwolter-emarsys <dylan.wolter@emarsys.com >
2024-09-23 17:46:31 +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
Fabio GRANDE
b2038c7cc2
CLI doesn't interpolate params on the URL #2587 ( #2588 )
...
Co-authored-by: Fabio Grande <fabio.grande@hdhome.it >
2024-07-10 11:52:18 +05:30
lohit
b031e1f009
add decomment step in a try catch block ( #2485 )
...
* add decomment step in a try catch block
* request params validation - fix unit tests
2024-06-21 10:45:12 +05:30
Antti Sonkeri
9c11e27d1c
fix: decomment not working in json body ( #1819 )
...
Request body json was not decommented if json parsing fails, which
would happen if variables are not quoted.
Fixes usebruno#888
2024-06-19 16:18:36 +05:30
lohit
470d162fb6
fix/path param ( #2388 )
...
* fix(#484 ): minor code fixes
* code fixes
* fixes for generateCode
* var change
* pr review fixes
2024-05-30 23:09:34 +05:30
Sanjai Kumar
abfd14a306
Feat/improved path params ( #2357 )
...
* feat: path parameters (#484 )
* add path parameters on bruno-app
* add path parameters on bruno-cli
* fix bruno-schema testing
* fix generate request code not replace path parameter value
---------
Co-authored-by: game5413 <febryanph10@gmail.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
* feat: Refactor request parameter handling
- Update prepare-request.js to filter and rename 'paths' to 'params' with type 'path'
- Remove 'paths' from export.js and interpolate-vars.js
- Update bru.js to use 'params' instead of 'path'
- Update requestSchema in index.js to use 'keyValueWithTypeSchema' for 'params'
Co-authored-by: game5413 <febryanph10@gmail.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
* feat: Refactor request parameter handling
* refactor: changes form the review
* refactor: Refactor transformItemsInCollection handling
* refactor: Refactor improved export/import functionalities
* refactor: Remove console.log statement in bruToJson.js
---------
Co-authored-by: game5413 <37659721+game5413@users.noreply.github.com >
Co-authored-by: game5413 <febryanph10@gmail.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-05-30 15:49:14 +05:30
Mateusz Pietryga
60cf012cbe
Fix: CLI Test Runner ignores auth:"inherit" in requests ( #2206 ) ( #2243 )
...
#1667 - None means None, but inherit means inherit
2024-05-06 16:18:53 +05:30
Anoop M D
2569a1389d
feat( #1667 ): None means None
2024-04-29 19:40:40 +05:30
Sanjai Kumar
e2d1f52993
Fix/json with bigints ( #1710 )
...
* fix(#1689 ): JSON with Bigints support
* added Jsonbigint support for cli
2024-03-04 15:32:35 +05:30
lohit
858536e13d
feat( #1003 ): collection level oauth2, access_token_url & scope for 'Client Credentials' and 'Password Credentials' grant types ( #1691 )
...
* feat(#1003 ): authorization_code grant type PKCE support, code cleanup..
---------
Co-authored-by: lohit-1 <lohit@usebruno.com >
2024-03-04 15:21:05 +05:30
Anoop M D
1cf8a2f3f1
chore( #1667 ): graceful handling of none type for backward compatibility
2024-02-27 01:29:10 +05:30
Anoop M D
389a383b99
Merge branch 'main' into feature/BRU-18--inherit-auth-mode
2024-02-27 01:11:55 +05:30
lohxt1
3c2cbe63c4
feat( #1655 ): inherit auth mode for requests
2024-02-26 14:27:59 +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
Stefan Ollinger
4ab4f09987
Set body on SPARQL request
2023-10-17 11:23:11 +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
Anoop M D
90f47e5877
feat( #396 ): decomment support in json and scripts
2023-10-05 21:15:38 +05:30
Anoop M D
8d89496304
fix( #329 ): fixed basic auth header issue + added cli support for basic and bearer auth
2023-10-05 02:32:24 +05:30
Mirko Golze
7d4d1573af
set content-type header only if not set by user
2023-09-18 07:12:18 +02:00
Anoop M D
49b0f3a322
fix( #148 ) : fixed issue where form url encoded params were not being interpolated
2023-04-27 19:25:52 +05:30
Anoop M D
1c869013c6
feat: cli runner can now run a single request
2023-02-06 03:40:13 +05:30