Coel Aspey
325d03b92f
feat: Persist response body scroll position across tabs ( #3902 )
2025-08-25 17:21:34 +05:30
lohit-bruno
0e28c97f8f
collection runner tag updates
2025-07-15 14:33:18 +05:30
lohit
eb70883127
codemirror api/variables autocomplete refactor
2025-06-26 14:38:48 +05:30
Yash
bbf4ad6b98
Enable variable tootlip in json request body ( #4885 )
...
* Enable variable tootlip in json request body
* fix: enhance variable value popover and add test coverage
---------
Co-authored-by: Maintainer Bruno <code@usebruno.com >
2025-06-20 16:15:11 +05:30
Sanjai Kumar
34614f039f
Autocomplete random variables ( #4695 )
...
* Feature: adding dynamic variable support (#3609 )
Co-authored-by: Raghav Sethi <109696225+rsxc@users.noreply.github.com >
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
2025-06-18 20:06:45 +05:30
sanish chirayath
9a35302d4b
Feature: implemented bru.interpolate ( #4122 )
...
* feat: enhance variable highlighting in CodeMirror and update interpolation method
* feat: add interpolate function to bru shim and corresponding tests
- Implemented the `interpolate` function in the bru shim to handle variable interpolation.
- Added a new test case for the `interpolate` function to verify its functionality with mock variables.
* feat: enhance interpolate function to support object interpolation
* feat: add translation support for pm.variables.replaceIn to bru.interpolate
* revert: eslint config changes
* revert: eslint config changes
* fix: update method call to use correct interpolation function in Bru class
* refactor: added jsdoc to codemirror highlighting code
* fix: higlighting for multiline editor
2025-05-22 15:37:15 +05:30
poojabela
e0fb379511
add: bru.collectionName api
2025-04-30 17:25:42 +05:30
poojabela
261a36c435
add: getName in hint
2025-04-30 15:29:10 +05:30
sanish-bruno
592679538b
Fix: res.setBody fails for Object in Developer-mode
...
vm2 returns a recursive Proxy for accessing the return value which
cannot be serialized for IPC using `structuredClone`.
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-04-02 13:18:58 +05:30
Pragadesh-45
df4a682f97
chore: add res.getStatusText() to code editor autocomplete suggestions
2025-03-13 01:37:10 +05:30
sanish-bruno
a438c06b97
fix: remove duplicate search components
2025-02-26 12:50:52 +05:30
Pooja Belaramani
08139a8f3e
fix
2025-01-30 09:58:38 +05:30
Pooja Belaramani
51e087efba
add: hint word for runRequest, sendNextRequest, skipRequest, getTestResults
2025-01-30 09:58:38 +05:30
Sanjai Kumar
b7fda331dc
Fix: Comment toggling for JSON modes in CodeEditor
2025-01-29 11:16:15 +05:30
naman-bruno
a73d2a02cf
fix: Request vars displayed in red color in body even if they are valid ( #3812 )
...
* fix: Request vars displayed in red color in body
* chore: removing index import
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-01-16 19:59:14 +05:30
lohxt1
cd722a2bd9
feat: bru.runner.setNextRequest
2025-01-01 17:12:57 +05:30
lohxt1
754a15dd58
feat: add runner functions hintwords for codemirror editor
2025-01-01 15:09:47 +05:30
Sanjai Kumar
84095a4183
fix/ Script execution is prevented by line comments ( #3462 )
...
* refactor: simplify mode settings and update comment toggle functionality
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-11-20 18:14:37 +05:30
Pragadesh-45
d92dd46d4e
fix: added missing translation ( #3352 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-11-20 18:08:39 +05:30
Pragadesh-45
23c22a96bc
Feat/import translation for deprecated pm import ( #3388 )
...
* feat: add translation for pm `tests[]`
* feat: add bru.deleteEnvVar function and update translations
---------
Co-authored-by: Pragadesh-45 <temporary7904@gmail.com >
2024-11-20 17:58:59 +05:30
lohit
c4492b5d94
fix: exclude Meta, Alt, Home and End key press for autocomplete trigger ( #3441 )
2024-11-20 03:31:44 +05:30
lohit
c322baa9c8
fix: server_rendered logic for newer versions of nextjs ( #3509 )
...
* fix: server_rendered condition update
2024-11-20 03:22:39 +05:30
lohxt1
425c90b6eb
fix: code editor search box styling
2024-10-30 16:54:55 +05:30
lohit
cc8f3de8be
feat: upgrade libraries for dependabot alerts ( #3300 )
...
* feat: upgrade libraries and code cleanup
2024-10-17 11:04:47 +05:30
lohit
90834b8c7d
Merge branch 'main' into feat/global-environments
2024-10-08 10:26:13 +05:30
lohxt1
7a77afc64a
feat: updates
2024-10-08 10:20:54 +05:30
lohit
6bc8acd1e1
feat: bru fns update ( #3231 )
2024-10-01 23:45:05 +05:30
lohit
25f43f12c7
feat: request execution mode ( #3200 )
2024-09-26 15:54:20 +05:30
chrisn
9a57f3870f
fix: add hints of 'bru' object for 'getFolderVar' and 'getCollectionVar' methods ( #3062 )
...
Co-authored-by: Chris Nagel <mail@chrisnagel.de >
2024-09-12 11:33:06 +05:30
Sanjai Kumar
0b4e9e7640
Now the special characters in the search value are escapec before constructing the regexp. ( #3057 )
2024-09-11 10:52:11 +05:30
Max Bauer
ee7f886c03
feat: adjust code editor font size ( #2204 )
...
* add font-size setting for code editor
* add code font size to remaining editors
* align font-size after font-family
* changed default font size to 14
* fixed className typo
* set inherit mode if unset
* add code font size schema validation
* add font size to folder settings
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-08-27 18:26:58 +05:30
Anoop M D
25ccb38202
chore: fix lint issue
2024-08-27 14:21:41 +05:30
Anoop M D
9e5148f032
fix( #2767 ): Fix serilization issues of bigint in json body ( #2773 )
...
Fix serilization issues of bigint in json body
---------
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-08-27 14:12:56 +05:30
Anoop M D
5ae3f0e75a
fix: revert pr #1121 - back to jsonlint
2024-08-24 02:13:13 +05:30
Sanjeev Shrestha
b80269b68f
Remove deprecated jsonlint package and use upto date package ( #1121 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-08-24 02:05:22 +05:30
Bruno Braga
67de396927
feature: add search results count to CodeMirror ( #1498 )
2024-08-24 01:49:38 +05:30
lohit
44d70ca02a
fix: boolean, undefined, null values eval in quickjs vm ( #2893 )
...
fix: boolean, undeifned, null values in pre-request vars
2024-08-23 16:18:41 +05:30
Sam Ho
911e3aa589
feat: comment with keybinding (cmd + /) in JSON payload interface ( #2634 )
...
Co-authored-by: Sam Ho <kwunting.ho@bt.com >
2024-08-06 17:36:51 +05:30
Anoop M D
4598bb1bdd
fix( #2605 ): fix editor view height ( #2758 )
...
* fix(#2605 ): fix editor view height
* chore: disabled prettier on github actions
2024-08-05 17:49:04 +05:30
lohit
c8f95a34e9
feat: bru hasEnvVar, hasVar, deleteVar ( #2531 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-07-04 13:21:27 +05:30
Max Bauer
eb9862b8f5
bugfix: hide autocomplete on escape keyup ( #2091 )
2024-04-22 00:14:34 +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
d8354dca14
chore( #1441 ): updated codemirrot hint: bru.setNextRequest(requestName)
2024-01-25 23:40:40 +05:30
Felipe Vidal
e375ffbed1
Added bru.setNextRequest into the hint words list ( #1441 )
2024-01-25 23:38:04 +05:30
Anoop M D
51d4dbd69b
fix( #1214 ): fixed code mirror lint issues
2024-01-05 16:11:33 +05:30
n00o
746c5e825e
Fix ( #1038 ): Handle unquoted variables in JSON Lint
...
Convert unquoted variables in JSON body to 1 in JSON linter. This allows for putting multiple environment/collection variables next to each other and still be unquoted.
2023-11-26 16:57:31 -05:00
Anoop M D
61f3e64751
Merge pull request #1057 from n00o/JSON_Linting_Comments
...
Fix (#1008 ) by removing comments from JSON linter.
2023-11-26 13:10:00 +05:30
n00o
fc6ba4641a
Add Ability to ignore comments in JSON body
...
Replace comments with spaces for the JSON linter.
2023-11-26 02:05:11 -05:00
Shourav Nath
fa7afd4237
feat( #1050 ): Response time in res
2023-11-25 13:00:59 +06:00
n00o
8ed88d42c0
Fix Crashes and improve AutoComplete logic
...
Fix crash when autocomplete pops up and then is deleted. Fix autocomplete from appearing inside interpolation or strings. Fix JSON linting when its empty and not lint when mode is undefined (Code Generation). Improve tab to indent on full line or multiple lines selected.
2023-11-10 00:28:17 -05:00