Siddharth Gelera (reaper)
f24e1e78fe
chore: ESLint atomic diff based formatting ( #5592 )
...
* chore: atomic diff based formatting
2025-09-23 13:36:34 +05:30
Pooja
87d8c5ccb7
fix: env name overflow ( #5598 )
2025-09-19 19:36:37 +05:30
Pragadesh-45
17d5629627
refactor: Replace SingleLineEditor with MultiLineEditor in EnvironmentVariables components and add masking functionality ( #5576 )
...
* refactor: Replace SingleLineEditor with MultiLineEditor in EnvironmentVariables components and add masking functionality
- Adjusted related components to support the new editor and its features, including toggling visibility for secret values.
---------
Co-authored-by: lohit-bruno <lohit@usebruno.com >
2025-09-18 22:31:09 +05:30
Sanjai Kumar
4321846dbd
feat: Add end-to-end tests for collection run reports ( #5562 )
...
* feat: Add end-to-end tests for collection run reports
2025-09-18 15:20:28 +05:30
Pooja
f3d4ac84d8
fix: environment list scroll ( #5585 )
2025-09-18 11:23:49 +05:30
Sanjai Kumar
de52ceea48
refactor: moved sample collection JSON to resources folder inside bruno-electron and updated electron-builder-config ( #5581 )
2025-09-17 20:45:33 +05:30
Pooja
65e69e77b3
revamp: collection and global env selector dropdown ( #5542 )
...
* revamp: collection and global env selector dropdown
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Pragadesh-45 <54320162+Pragadesh-45@users.noreply.github.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
Co-authored-by: sanish-bruno <sanish@usebruno.com >
Co-authored-by: bernborgess <bernborgesse@outlook.com >
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: Its-Treason <39559178+Its-treason@users.noreply.github.com >
Co-authored-by: jayakrishnancn <jayakrishnancn@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 19:35:00 +05:30
Sanjai Kumar
fb2ca8937e
feat: add environment variable DISABLE_SAMPLE_COLLECTION_IMPORT to control sample collection import behavior ( #5567 )
...
* feat: add environment variable DISABLE_SAMPLE_COLLECTION_IMPORT to control sample collection import behavior
2025-09-17 13:57:10 +05:30
Anoop M D
e2da072e8b
Merge pull request #5566 from lohit-bruno/crypto_safe_mode_support
...
fix crypto-js in safe mode
2025-09-16 16:11:05 +05:30
lohit-bruno
90492d6e79
fix crypto-js in safe mode
2025-09-16 15:39:06 +05:30
Sanjai Kumar
5393e3b496
feat: Add default sample collection on first app launch ( #5536 )
...
* feat: Add Default Sample Collection On First Launch
* feat(initial-load): add attribute for app readiness
---------
Co-authored-by: Bijin Bruno <bijin@usebruno.com >
2025-09-15 15:00:39 +05:30
lohit
9fc885839f
ca certs function updates ( #5555 )
2025-09-12 21:49:49 +05:30
Pragadesh-45
dbfbde43cf
refactor: Replace MultiLineEditor with SingleLineEditor in EnvironmentVariables components ( #5554 )
2025-09-12 21:49:33 +05:30
lohit
1aa4e27ab5
use node:tls library for ca certs ( #5552 )
2025-09-12 20:29:28 +05:30
Siddharth Gelera (reaper)
2b6da56c3c
fix(electron): avoid double encoding urls params. Fixes #5380 . ( #5507 )
...
* fix(common): avoid double encoding urls params
2025-09-12 19:08:53 +05:30
lohit
c08827b0c0
ca certs updates and fixes ( #5549 )
2025-09-12 16:03:27 +05:30
Anoop M D
841d977725
Merge pull request #5547 from lohit-bruno/ca_certs_fixes_system_ca
...
use system-ca library for ca certs
2025-09-12 01:11:25 +05:30
Anoop M D
56629663dc
Remove flaky header size test from getSize
...
Removed test for header size from getSize tests.
2025-09-12 01:05:24 +05:30
lohit-bruno
27cbb194bf
use system-ca library for ca certs
2025-09-12 00:33:22 +05:30
Anoop M D
cfec4a9e1b
Merge pull request #5531 from helloanoop/chore/update-digest-tests
...
Update digest authentication test cases with new URLs and credentials
2025-09-08 22:58:57 +05:30
Anoop M D
a7f6d669af
Update digest authentication test cases with new URLs and credentials
2025-09-08 22:50:11 +05:30
Anoop M D
03abbc585f
Remove body size test from getSize tests
2025-09-08 22:36:22 +05:30
Anoop M D
be730a8c4f
Merge pull request #5529 from usebruno/dependabot/github_actions/actions/setup-node-5
...
chore(deps): bump actions/setup-node from 4 to 5
2025-09-08 22:29:25 +05:30
dependabot[bot]
194d904284
chore(deps): bump actions/setup-node from 4 to 5
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 16:21:53 +00:00
Anoop M D
86b3c65dcd
Merge pull request #5525 from sanish-bruno/feat/moving-requests-cross-collection
...
Feature: moving requests cross collection
2025-09-08 20:05:04 +05:30
sanish chirayath
c9fe9813db
Merge pull request #5526 from sanish-bruno/fix/tags-removed-while-moving-request
...
Fix: tags removed while moving request
2025-09-08 20:03:36 +05:30
sanish-bruno
70d65d87c5
move: test cases to new folder
2025-09-08 16:32:13 +05:30
jayakrishnancn
0bce203851
feat: Move requests between collections #3320
...
test: update e2e test case for moving request from one collection to another
test: updated the tests
test: added more test cases
test: e2e test updated
test: fixed test case
test: fixed test cause for folder
fix: add grpc-request to clone-folder
fix: removed handleCrossCollectionItemMove method
test: updated e2e test cases
fix: removed cross-collection gurard statement
format: revert format
fix: UX changes for collection drag and drop
2025-09-08 16:29:46 +05:30
lohit
5b716cbe60
node vm fixes ( #5519 )
2025-09-08 06:39:18 +05:30
lohit
a6b0b6c117
node vm support ( #5518 )
...
Co-authored-by: Its-Treason <39559178+Its-treason@users.noreply.github.com >
2025-09-08 06:09:25 +05:30
lohit
3c656270b3
ca certs fixes and tests ( #5429 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-09-07 23:06:44 +05:30
Anoop M D
1bc7a1f655
Modify body size test to check for > 1MB
2025-09-07 21:49:11 +05:30
Anoop M D
5a10322608
Merge pull request #5490 from bernborgess/bugfix/global-shortcut-unfocused
...
Bugfix/global shortcut unfocused
2025-09-07 21:24:29 +05:30
Anoop M D
2864ddaa72
Merge pull request #5262 from sanish-bruno/add/playwright-testing-guide
...
Add Playwright testing guide for Bruno application
2025-09-07 04:59:23 +05:30
Anoop M D
c2f3d8e7da
Merge pull request #5238 from helloanoop/feat/loc-count-script
...
feat: script to calculate locs of repo
2025-09-07 04:48:52 +05:30
Anoop M D
1fd61f0601
Merge pull request #5517 from helloanoop/refactor-tests
...
Refactor tests
2025-09-07 03:23:01 +05:30
Anoop M D
033c5cc0f7
Refactor tests
2025-09-07 03:05:11 +05:30
Pragadesh-45
db35e7059c
Merge pull request #5438 from Pragadesh-45/feat/multiline-values-for-env-vars
...
Feat/ Add Multiline Support for Enviroment Variables
2025-09-06 17:17:51 +05:30
bernborgess
cd80332de9
fix: Make globalShortcut only active when app is focused
2025-09-03 14:02:01 -03:00
Anoop M D
1902329226
Merge pull request #5491 from naman-bruno/add/vscode-image
...
add: vscode image
2025-09-03 22:09:25 +05:30
naman-bruno
b25569d29a
add: vscode image
2025-09-03 22:08:24 +05:30
Pooja
de4674dcc4
add: playwright test for import collection modal ( #5487 )
...
* add: playwright test for import collection modal
2025-09-03 19:14:08 +05:30
naman-bruno
457a2f83e7
fix: Bruno GUI hangs on 308 redirect ( #5445 )
...
* fix: 308 redirect
2025-09-03 17:52:12 +05:30
Pragadesh-45
ae3d5a5515
fix(apt): ensure Bruno repo key is world-readable on Debian 12+ ( #5474 )
...
- Added `chmod 644 /etc/apt/keyrings/bruno.gpg` so `_apt` user can read the key
- Keeps key in binary format with `gpg --dearmor`
- Prevents NO_PUBKEY errors and repository being ignored on Debian 12+
2025-09-03 17:43:58 +05:30
Bijin A B
3b74e0da86
fix(curl-parser): curl commands with url without protocol ( #5453 )
2025-09-03 16:05:19 +05:30
Pooja
985b5ed20c
add: global search modal ( #5400 )
...
* add: global search modal
2025-09-03 15:32:18 +05:30
Anoop M D
188a2e63e3
Add HttpMethodSelector component tests ( #5481 )
2025-09-03 10:33:54 +05:30
Anoop M D
01839c8e5f
Merge pull request #5435 from notKvS/theme-fix
...
fix: graphQL documentation theme
2025-09-03 01:18:11 +05:30
Sanjai Kumar
648581ded5
feat: custom HTTP method ( #4841 )
2025-09-02 23:09:48 +05:30
sreelakshmi-bruno
bf38cc0f51
adding metadata to report ( #5360 )
2025-09-02 15:11:23 +05:30