Sid
c7758428e8
Merge branch 'main' into feat/websocket-engine
2025-09-30 17:19:41 +05:30
naman-bruno
aacb1e0b8e
Merge pull request #5635 from naman-bruno/feat/performance-monitor
...
add: system monitor
2025-09-29 19:37:56 +05:30
Siddharth Gelera
0c8c7933c8
Merge branch 'main' into feat/websocket-engine
2025-09-24 15:46:08 +05:30
Siddharth Gelera (reaper)
f24e1e78fe
chore: ESLint atomic diff based formatting ( #5592 )
...
* chore: atomic diff based formatting
2025-09-23 13:36:34 +05:30
Siddharth Gelera
ec9b321e53
fix: faster queue
2025-09-19 19:36:56 +05:30
Siddharth Gelera
d209272e16
feat(websockets): add websocket tests
2025-09-18 14:10:04 +05:30
Siddharth Gelera
11a967ef50
feat: beautify the code editor in each message
2025-09-17 19:11:05 +05:30
Siddharth Gelera
400d494f45
chore: pkg updates
2025-09-17 16:47:33 +05:30
Siddharth Gelera
ae448be951
Merge branch 'main' into feat/websocket-engine
2025-09-17 16:17:33 +05:30
lohit-bruno
90492d6e79
fix crypto-js in safe mode
2025-09-16 15:39:06 +05:30
Siddharth Gelera
1edfa87d5d
fix: header saving in ws
2025-09-15 10:57:56 +05:30
Siddharth Gelera
fe95452c13
Merge branch 'main' into feat/websocket-engine
2025-09-15 10:53:09 +05:30
lohit
1aa4e27ab5
use node:tls library for ca certs ( #5552 )
2025-09-12 20:29:28 +05:30
lohit
c08827b0c0
ca certs updates and fixes ( #5549 )
2025-09-12 16:03:27 +05:30
lohit-bruno
27cbb194bf
use system-ca library for ca certs
2025-09-12 00:33:22 +05:30
Anoop M D
033c5cc0f7
Refactor tests
2025-09-07 03:05:11 +05:30
Siddharth Gelera
f3ee67bb3d
Merge branch 'main' into feat/websocket-engine
2025-09-04 19:38:07 +05:30
Anoop M D
188a2e63e3
Add HttpMethodSelector component tests ( #5481 )
2025-09-03 10:33:54 +05:30
Sanjai Kumar
648581ded5
feat: custom HTTP method ( #4841 )
2025-09-02 23:09:48 +05:30
Siddharth Gelera (reaper)
4077ce8eb2
init
2025-08-29 16:28:04 +05:30
lohit
ed1a072ba1
chore: eslint updates and fixes ( #5402 )
2025-08-26 18:49:50 +05:30
lohit
f5b4dbd1a1
electron builder updates ( #5425 )
2025-08-26 15:13:56 +05:30
Pooja
04d1e50f98
Merge pull request #5384 from pooja-bruno/move/common-cookie-file-in-buno-request-package
2025-08-21 21:15:35 +05:30
Pooja
97aff84157
fix(cookie-store): defer encryption setup to prevent early macOS ‘Chr… ( #5373 )
2025-08-20 16:49:31 +05:30
sanish chirayath
efb2e83ad9
Add gRPC support ( #5148 )
2025-08-20 16:24:49 +05:30
Bijin A B
c2063ce71b
fix(security): patch CVE-2025-7783 by forcing form-data@4.0.4 ( #5329 )
2025-08-14 15:58:31 +05:30
lohit-bruno
1f0b1cb5a7
fixed rollup version
2025-08-12 20:40:26 +05:30
lohit-bruno
ec151ac2e5
chore: upgrade electron version to v37.2.6
2025-08-12 20:30:44 +05:30
sreelakshmi-bruno
f1f1c1fe5b
Handle decryption for secret env vars ( #5285 )
2025-08-08 17:28:49 +05:30
Pooja
31027cb2e0
feat: adding cookie apis ( #5117 )
2025-07-30 19:35:54 +05:30
naman-bruno
780beb832e
fix: typescript errors ( #5214 )
2025-07-29 12:11:50 +05:30
naman-bruno
4badee903a
Add @usebruno/filestore package ( #5130 )
2025-07-24 18:48:25 +05:30
lohit-bruno
0e28c97f8f
collection runner tag updates
2025-07-15 14:33:18 +05:30
naman-bruno
b9da31d24e
added: status bar & console ( #4922 )
...
* added: status bar & console
2025-07-14 19:05:57 +05:30
Maintainer Bruno
3c65642e92
fix(import): curl parser library
2025-06-24 02:31:49 +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
lohit
f03047a2f9
feat: bru.sendRequest api ( #4867 )
...
* feat: bru.sendRequest api
* updated the postman-translations logic to handle `pm.sendRequest` to `bru.sendRequest` translations, and added unit tests
* ~ removed `maxRedirects` and `proxy` values for sendRequest axios-instance
~ fixed the imports for the `send-request-transformer` function
~ `sendRequest` and `runRequest` will return same response object in both safe and developer mode
~ sendRequest function optimization
* revert sendRequest to async function, added a testcase for sendRequest with url string
* sendRequest callback errors handling
* updated tests and added await for the callbacks
---------
Co-authored-by: lohit <lohit@usebruno.com >
2025-06-14 22:18:31 +05:30
sreelakshmi-bruno
1089a52171
Tests for responseSize component ( #4750 )
...
---------
Co-authored-by: lohit <lohit@usebruno.com >
2025-06-06 01:54:01 +05:30
lohit
d7ccf1454e
revert lint-staged step, make lint check as part of gh unit-tests workflow
2025-05-14 14:05:49 +05:30
Anoop M D
babac6df3c
Merge pull request #4651 from usebruno/feature/playwright
...
Playwright Codegen and CI setup
2025-05-12 22:08:31 +05:30
Pooja
f58477931f
feat: add support for oauth2 in cli ( #4578 )
...
Co-authored-by: Pooja Belaramani <109731557+poojabela@users.noreply.github.com >
2025-05-12 21:37:42 +05:30
ramki-bruno
aa911f88f2
Playwright Codegen and CI setup
...
- Improved the Codegen setup
- Removed the app-launch related boilerplate from tests
- Enable recording mode by default
- Option to provide the test file name to save the recording
- Added GitHub workflow to run Playwright tests with Electron in
Headless mode(mocking display using `xvfb`).
2025-05-12 20:35:05 +05:30
ramki-bruno
6455b00742
Removed old Playwright setup
2025-05-12 12:12:21 +05:30
sanish-bruno
fb7d247fa7
fix: add missing deps
2025-05-09 17:37:16 +05:30
sanish chirayath
dfa951e574
Feature: postman to bru translator ( #4534 )
2025-05-08 21:51:21 +05:30
naman-bruno
76779e6f95
Merge pull request #4615 from pooja-bruno/feat/add-openapi-to-bruno-import-in-cli
...
Feat: add openapi to bruno import in cli
2025-05-08 19:53:00 +05:30
lohit
967170a7b2
eslint for bruno-app and bruno-electron packages (#4622 )
...
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-08 18:09:55 +05:30
pooja-bruno
f2eaa79318
Feat: add openapi to bruno import in cli
2025-05-07 15:36:21 +05:30
lohit
38c307d6f1
feat: folder sequencing ( #4595 )
...
Co-authored-by: Pooja Belaramani <pooja@usebruno.com >
Co-authored-by: naman-bruno <naman@usebruno.com >
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-05 16:52:00 +05:30
lohit
220da6b58e
feat: Moved logic related to html report generation to bruno-common package ( #4536 )
...
---------
Co-authored-by: lohit jiddimani <lohitjiddimani@lohits-MacBook-Air.local >
2025-04-22 16:35:54 +05:30