russssl
f8a14e35fa
update ukrainian readme
...
Update readme_ua.md
2025-03-13 05:24:11 +05:30
Anoop M D
eefb0f836b
fix: revert pr #4225 that broke tests
2025-03-13 03:22:09 +05:30
naman-bruno
989e553648
Fixed issue where Global Environment dropdown was not hiding after click ( #3828 )
2025-03-13 02:45:31 +05:30
Anoop M D
cd1d4f09d2
fix: fixed failing tests by downgrading bruno-js in electron and cli
2025-03-13 02:43:15 +05:30
Nathan Baulch
122e0a1d02
fix: typos
2025-03-13 02:22:10 +05:30
Anoop M D
7e16304426
chore: updated bruno lib versions
2025-03-13 02:16:44 +05:30
dependabot[bot]
0888219e95
chore(deps-dev): bump ts-jest in the jest-dependencies group
...
Bumps the jest-dependencies group with 1 update: [ts-jest](https://github.com/kulshekhar/ts-jest ).
Updates `ts-jest` from 29.2.5 to 29.2.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: jest-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:43:13 +05:30
dependabot[bot]
d89fd455ff
chore(deps): bump fast-xml-parser from 4.5.1 to 5.0.8
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.5.1 to 5.0.8.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.1...v5.0.8 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:42:38 +05:30
Pragadesh-45
df4a682f97
chore: add res.getStatusText()
to code editor autocomplete suggestions
2025-03-13 01:37:10 +05:30
Pragadesh-45
2385c4d5c1
feat: add statusText
support to BrunoResponse on safe mode
...
Enhance BrunoResponse with statusText functionality:
- Added `getStatusText()` method to BrunoResponse class
- Updated QuickJS shim to support statusText
2025-03-13 01:37:10 +05:30
dependabot[bot]
243398bcd0
chore(deps): bump dorny/test-reporter from 1 to 2
...
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter ) from 1 to 2.
- [Release notes](https://github.com/dorny/test-reporter/releases )
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dorny/test-reporter/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: dorny/test-reporter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:34:59 +05:30
dependabot[bot]
2a2f2dfa15
chore(deps): bump actions/setup-node from 3 to 4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:34:29 +05:30
Jair Henrique
d57634e6ea
ci: configure dependabot
2025-03-13 01:32:23 +05:30
Anoop M D
1be0b97895
chore: deps update - axios, jsonpath-plus, @aws-sdk/credential-providers, express
2025-03-13 01:27:37 +05:30
Pragadesh-45
6a85635c49
Fix: Inconsistent JSON parsing and formatting in res.body
and Res-preview ( #4103 )
...
* Fix: Revert selective JSON parsing where string response is not parsed
- Revert "Merge pull request #3706 from Pragadesh-45/fix/response-format-updates"
- e897dc1eb0acb16be6249e51efb2cc7c52cede47
- Revert "Merge pull request #3676 from pooja-bruno/fix/string-json-response"
- 1f2bee1f90b3641c69e608fc579f2f4dd6439584
* Fix: Revert interpreting Assert RHS-value wrapped in quotes literally
- Revert "Merge pull request #3806 from Pragadesh-45/fix/handle-assert-results"
- 63d3cb380d02e56753ff9926b5789533d7ddac1f
- Revert "Merge pull request #3805 from Pragadesh-45/fix/handle-assert-results"
- 6abd063749926fc66e57b1bdbcabbf2e43ec29ac
* Fix: Inconsistent JSON formatting in preview when encoded value is a string
* Fix: Prettify JSON for Res-preview without parsing to avoid JS specific roundings
* Fix(testbench): req.body is always Buffer after the binary req body related changes
* Added `/api/echo/custom` where response can be configured using request itself
* Added tests for validating Assert and Response-preview
Co-authored-by: Pragadesh-45 <temporaryg7904@gmail.com>
* Handle char-encoding in Response-preview and added more tests
* Updated API endpoint in tests to use httpfaker api
* QuickJS (Safe Mode) exec logic to handle template literals similar to Developer Mode
* Safe Mode bru.runRequest to return statusText similar to Developer Mode
---------
Co-authored-by: ramki-bruno <ramki@usebruno.com>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-03-13 00:49:57 +05:30
pooja-bruno
0fbbe8a996
feat: show response errors while keeping response preview intact ( #4082 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-03-10 19:51:48 +05:30
naman-bruno
4ff4e3b732
Added new postman v2 schema urls
2025-03-10 17:08:29 +05:30
Anoop M D
7c65317b07
chore: improved cookie styling ux
2025-03-08 23:09:46 +05:30
ramki-bruno
b57c996564
Added appropriate auto-focus on inputs for add-new/add/updating cookie
2025-03-08 23:09:46 +05:30
ramki-bruno
5de75892a2
Fix: Show validation errors in raw-edit mode in manage-cookie UI
2025-03-08 23:09:46 +05:30
ramki-bruno
d5e828aef2
Refactoring and styling fixes in Manage-Cookie UI
2025-03-08 23:09:46 +05:30
sanish-bruno
51c86bc0e9
Added UI to manage cookies
2025-03-08 23:09:46 +05:30
Anoop M D
253cb8b315
chore: updated share collection color theme
2025-03-08 20:11:24 +05:30
lohxt1
0876ad0dab
Revert "revert changes from another pr"
...
This reverts commit 94dfaf45cdf497300576a24bbeda6430b8e677e4.
2025-03-08 17:05:31 +05:30
lohxt1
a1c133b303
revert changes from another pr
2025-03-08 17:05:31 +05:30
lohxt1
38cf206075
revert import colleciton modal ui changes
2025-03-08 17:05:31 +05:30
lohxt1
9d598db55e
share collection and import collection ui updates
...
~ added share collection option in the collection overview tab
2025-03-08 17:05:31 +05:30
naman-bruno
8cda05c431
updated timeline to show body in oauth ( #4168 )
2025-03-06 17:04:07 +05:30
naman-bruno
7af7ff92bf
Fix: redirect to relative path ( #4167 )
2025-03-06 14:26:02 +05:30
naman-bruno
3169e6cdf4
Oauth2 folder ( #4105 )
2025-03-06 11:03:34 +05:30
therealrinku
233c57e625
feat: auto select body tab if it exists when params isnt active
2025-03-04 15:27:33 +05:30
Jens
b399576dab
Update readme.md
...
Updated link to Roadmap.
2025-03-04 01:46:15 +05:30
tlaloc911
655eec09c1
fix windows build ( #4043 )
2025-02-26 15:31:22 +05:30
Tim Nikischin
51eda3f08c
Implement correct Runner title ( #3854 )
...
Implement correct Runner title fixes : #3763
Use title instead of filepath in runner.
2025-02-26 12:57:33 +05:30
sanish-bruno
a438c06b97
fix: remove duplicate search components
2025-02-26 12:50:52 +05:30
Ryan
4977dbeb11
Update BugReport.yaml
...
Added context around cause of bug, better placeholders for OS versions
2025-02-26 12:12:00 +05:30
tlaloc911
7cacc255b4
fix h1 and h2 style
2025-02-20 21:39:49 +05:30
Sanjai Kumar
b28b60d4a7
chore: update BugReport template for clarity and additional information
v1.39.1
2025-02-18 21:59:23 +05:30
Sanjai Kumar
2fc45de430
chore: update BugReport template to include version and OS information
2025-02-18 21:59:23 +05:30
Ryan
c58604716e
Update FeatureRequest.yaml ( #3974 )
...
updated submittal questions
2025-02-18 21:56:41 +05:30
lohit
31409c6206
feat: reuse worker threads for bru file parsing ( #4054 )
2025-02-18 19:58:37 +05:30
pooja-bruno
4e88cbf318
feat: add refresh url for oauth2 ( #4028 )
2025-02-18 17:24:56 +05:30
Anoop M D
dfb0b1b966
fix: allow popus in notification iframes
...
This is to allow is to allow users to open pages (like bruno downloads) from the app
v1.39.0
2025-02-14 21:25:28 +05:30
Anoop M D
f8b4a0b85b
feat: notification visibility rules based on semver
2025-02-14 18:16:34 +05:30
naman-bruno
200732bac5
fix: space on collection docs
2025-02-14 17:54:20 +05:30
ramki-bruno
c997924c42
Strengthen CSP
2025-02-14 16:01:25 +05:30
ramki-bruno
711eb24c01
Refactoring InfoTip to support just text and children instead of HTML
2025-02-14 16:00:59 +05:30
ramki-bruno
3b8a613914
Refactor ToolHint to use text
prop as text instead of HTML
...
Currently there is no usage of ToolHint where we are passing HTML
content, so this should not break anything.
2025-02-14 16:00:59 +05:30
naman-bruno
81930f6fe6
Fix: Import collection failed for postman custom method
2025-02-14 02:43:31 +05:30
sreelakshmi-bruno
e0750148e6
Styling improvements in failed-load-request summary ( #3956 )
...
Co-authored-by: Sreelakshmi Jayarajan <sreelakshmi@Sreelakshmis-MacBook-Air.local>
2025-02-14 02:42:14 +05:30