Anoop M D
b8d67d9232
Merge branch 'main' into bugfix/571
2025-08-30 01:52:46 +05:30
Anoop M D
bcf4673a64
chore: Update Bruno grammar and tests to support keys with spaces, braces, and nested escaped quotes in headers and query parameters
2025-08-30 01:44:33 +05:30
lohit-bruno
0e28c97f8f
collection runner tag updates
2025-07-15 14:33:18 +05:30
Antti Sonkeri
3803576aa4
feat: Tagging requests and filtering collection runs using tags
2025-07-15 13:37:36 +05:30
lohxt1
5a98da2031
oauth2 fixes
2025-03-20 19:27:14 +05:30
lohxt1
5728b7c8a8
fix bruno-lang unit tests
2025-03-16 14:24:04 +05:30
Sanjai Kumar
af182a9c00
refactor: rename binaryFile to file and update related references
2025-02-04 22:12:59 +05:30
Sanjai Kumar
dd23962958
improvements ( #3930 )
...
Co-authored-by: Sanjai Kumar <sanjai@usebruno.com >
2025-02-04 22:12:59 +05:30
Marcos Adriano
324b7cec51
feat: raw binary files handling in request body ( #3734 )
...
--------------
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-02-04 22:12:59 +05:30
Mateusz Pietryga
8c6ce2e084
fix: Allow quoting some special characters in names of multipart request body parts and headers in bru files
...
Fixes #571
2025-01-20 23:18:36 +01:00
Mateusz Pietryga
b02f6b61ee
fix: Adjust Bruno grammar to allow quoting some special characters in names query parameters
...
Automatically quote query parameter keys if they contain characters sensitive for bru syntax: ':', '"', '{', '}' or ' '.
Quoted keys stored in .bru files now support escaping, so it is possible to store keys that themselves contain '"' character.
Fixes #3037
Fixes #2810
Fixes #2878
2025-01-20 23:10:50 +01:00
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
bcdbc0ebed
fix tests for bruno-electron & bruno-lang ( #2410 )
2024-06-04 14:17:36 +05:30
Dhananjay Kadam
32b1ba1c92
feat: add support for state param for OAuth2 Authorization Code flow ( #2330 )
...
* feat: add support for state param
* chore: revert package-lock.json
* test: update tests with state param
* chore: revert package-lock.json
* chore: add state to missing places
* Adding state to PKCE toggle
---------
Co-authored-by: Kadam Dhananjay <kadamdhananjay@johndeere.com >
2024-05-31 15:35:27 +05:30
Anoop M D
c00bfb0ce4
fix: fixed failing tests
2024-03-12 23:47:08 +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
b375620875
chore: fix tests
2024-02-27 01:39:34 +05:30
lohit
9f81e6dc73
feat( #1003 ): oauth2 support - resourceOwnerPasswordCredentials, authorization code, client credentials ( #1654 )
...
* feat(#1003 ): oauth2 support
Co-authored-by: lohit-1 <lohit@usebruno.com >
2024-02-26 16:44:38 +05:30
Anoop M D
7c6a043188
chore: fixed bru-lang tests
2024-02-06 03:04:59 +05:30
Anoop M D
64923e47a2
Merge pull request #817 from drinkbird/feature/digestauth
...
Add Digest Auth Support #119
2023-11-03 20:26:24 +05:30
Tasos Piotopoulos
3838848b03
Add Digest Auth Support (MD5)
2023-10-29 02:36:34 +00:00
Its-treason
d52163ceb3
test: Fix failing test 'should parse the json file'
2023-10-25 23:30:31 +02:00
Brian Rodgers
f781bd7d8a
Merge remote-tracking branch 'upstream/main'
2023-10-11 15:54:56 -07:00
Stefan Ollinger
41abdbb7fa
Support SPARQL bodies
2023-10-10 20:47:02 +02:00
Brian Rodgers
e2e3895a58
Added support for AWS Sig V4 Authentication
2023-10-06 08:47:05 -05:00
Anoop M D
48e4e60696
feat( #119 ): bearer auth support completed
2023-10-04 00:36:52 +05:30
Anoop M D
51ee37cf96
feat( #119 ): bru lang support for basic and bearer auth
2023-09-29 01:35:22 +05:30
Anoop M D
d2227b2b05
feat: renamed vars:req,res as vars:pre-request,post-response
2023-02-07 05:13:14 +05:30
Anoop M D
dc03b6a761
feat: renamed script:req,res as script:pre-request,post-response
2023-02-07 04:39:23 +05:30
Anoop M D
60c96f7d27
feat: script and vars are segmented at req and res levels separately
2023-02-06 21:18:36 +05:30
Anoop M D
a0cb53445f
feat: bru lang - supporting ~ @ identifiers
2023-02-05 23:13:18 +05:30
Anoop M D
4a4208f272
feat: bru lang - jsonToBru functionality
2023-02-05 00:27:18 +05:30
Anoop M D
cf0ede1a83
chore: using fixtures to cleanup test file
2023-02-04 16:11:29 +05:30