Commit Graph

  • 531b89fb60 Fix: Improve UX for selecting location when create/import collection ramki-bruno 2025-04-17 14:02:44 +05:30
  • c8db572636 Improved error-toast for creating and importing collections feature/file-selection-improvements ramki-bruno 2025-04-21 19:39:29 +05:30
  • 871c683d8c Fix: Import-collection select-location Modal closes on error ramki-bruno 2025-04-22 01:54:41 +05:30
  • bcd8d034a6 Fix: Improve UX for selecting location when create/import collection ramki-bruno 2025-04-17 14:02:44 +05:30
  • 4c23ab5664 Merge remote-tracking branch 'origin/main' into fix/import-pm-collection-improvements Pragadesh-45 2025-04-21 19:03:34 +05:45
  • e3c28fd0ec feat: style skipped requests in runner and show skipped count (#3853) Tim Nikischin 2025-04-19 14:44:45 +02:00
  • 56ab61c29c Fixed issue related to postman environment imports failure (#4523) Anoop M D 2025-04-18 21:33:12 +05:30
  • 740fc5a11c added jsonwebtoken as inbuilt library feat/jsonwebtoken-as-inbuilt-library anusree-bruno 2025-04-18 17:09:11 +05:30
  • d3056ba843 Fix: Folder drag-and-drop crash (#3944) pooja-bruno 2025-04-18 02:48:37 +05:30
  • e34e2ec1f1 feat: support object and array interpolation in bruno-common interpolate fn (#4519) lohit 2025-04-18 00:47:02 +05:30
  • 524bb5e4b7 fix: console errors if any while importing postman env collections lohit jiddimani 2025-04-17 20:56:22 +05:30
  • 3f8ea7764e fix: add JSON parsing and error handling for Postman environment imports ~ return parsed JSON object instead of raw file string lohit jiddimani 2025-04-17 20:41:14 +05:30
  • f0d1e6936e Include globalEnvironmentVariables in runPostResponseVars result anusree-bruno 2025-04-17 16:18:08 +05:30
  • 2815a72c9a Include globalEnvironmentVariables in runPostResponseVars result fix/global-env-vars-undefined anusree-bruno 2025-04-17 16:05:26 +05:30
  • 9a21eec1b9 Bugfix: Add cheerio and xml2js modules to post-response scripts (#4516) Andreas Wirth 2025-04-16 22:01:53 +02:00
  • 1703346bb6 feat: improve postman translations: pm.request and pm.response (#4517) pooja-bruno 2025-04-16 19:19:31 +05:30
  • b93d8e73a2 Allow leading dot for file and folder names ramki-bruno 2025-04-15 21:45:56 +05:30
  • 17c9813c98 Regularize RegEx patterns for validating filenames ramki-bruno 2025-04-15 21:22:47 +05:30
  • e5ebe20a20 feat: add insomnia v5 import (#4468) pooja-bruno 2025-04-16 02:37:48 +05:30
  • b5861dae39 Fix Digest auth header field key value extraction Jonathan Perlman 2025-04-15 14:31:08 -04:00
  • 54a03fd0d3 fix: lint errors for atob/btoa redefinition (#4509) pooja-bruno 2025-04-15 20:35:55 +05:30
  • e8affcfde9 feat: add tests for mock variable interpolation in interpolate function (#4507) Sanjai Kumar 2025-04-15 17:24:24 +05:30
  • d376947a91 Move mock builtin vars interpolation to bruno-common for CLI support (#4497) Sanjai Kumar 2025-04-15 00:14:13 +05:30
  • 5f112a318d added option to revert changes anusree-bruno 2025-04-15 00:11:41 +05:30
  • 59e38fbdb0 Merge pull request #4487 from Skrivoo/bugfix/local_dev_requests_build Anoop M D 2025-04-14 13:07:58 +05:30
  • 492449b7c5 Merge pull request #4483 from usebruno/fix/mock-builtin-bugs Anoop M D 2025-04-14 12:11:44 +05:30
  • 7cd21636d6 fix: setup file to build bruno-requests package david.skrivanek 2025-04-11 23:42:57 +02:00
  • 6ff49589be Fix: Line-breaks in $<mock> built-ins are breaking JSON req body fix/mock-builtin-bugs ramki-bruno 2025-04-11 12:34:19 +05:30
  • c950806541 Fix: Falsy values from $<mock> built-ins are not getting interpolated. ramki-bruno 2025-04-11 12:33:36 +05:30
  • 3dcc12042f fix: add watch script for bruno-converters workspace Pragadesh-45 2025-04-10 21:10:28 +05:45
  • 92925648e6 fix: OAuth2 key value retrieval Pragadesh-45 2025-04-10 20:20:56 +05:45
  • 811c492bce fix: improve URL construction by handling empty input and filtering invalid query parameters Pragadesh-45 2025-04-10 18:39:26 +05:45
  • 73fa2e19e4 fix: enhance error handling for unsupported Postman schema versions and invalid JSON format Pragadesh-45 2025-04-10 18:26:29 +05:45
  • 921e1af72b Merge pull request #2958 from lzl0304/fix-2508 Anoop M D 2025-04-10 20:10:42 +05:30
  • cc905da630 Fix: Prevent --bail option from treating skipped requests as failures (#4166) pooja-bruno 2025-04-10 19:58:08 +05:30
  • 74bbfce8a0 fix: update global env in collection runner (#4135) pooja-bruno 2025-04-10 19:54:44 +05:30
  • 8b67a0423d fix: header key variables not interpolating with capital letters (#4264) pooja-bruno 2025-04-10 19:50:17 +05:30
  • f1d527aa9c feat: implement support for various authentication types in Postman to Bruno converter Pragadesh-45 2025-04-10 18:05:17 +05:45
  • 9e45d4d227 chore: updated required node version in german contributing file (#3875) 0xflotus 2025-04-10 11:29:44 +02:00
  • 2dd0424d8f Add @usebruno/requests package with digest authentication support (#4417) Sanjai Kumar 2025-04-10 14:49:21 +05:30
  • 838f25b9db added example to readme file (#4471) ganesh 2025-04-10 03:55:30 +05:30
  • 8809469f8e Merge pull request #4465 from pooja-bruno/add/bruno-converters-paclage-in-workflow-file Anoop M D 2025-04-09 14:59:23 +05:30
  • 289f138c2a add: bruno converters package in workfow file Pooja Belaramani 2025-04-09 11:35:14 +05:30
  • 3d0dd60f56 added build step for converters package in the tests' gh workflow script v2.1.0 lohxt1 2025-04-08 20:13:25 +05:30
  • 9bb9a914ac postman-to-bruno converter package fixes lohxt1 2025-04-08 19:57:27 +05:30
  • 44cef9999c clear stored token when refresh call returns an error lohxt1 2025-04-08 17:02:29 +05:30
  • 3a792a021c oauth2 refresh token under request pane creates dup network logs lohxt1 2025-04-08 16:31:27 +05:30
  • 2e5c63cfb9 improve network error handling, oauth2 logic cleanup, tls settings, and ui/test updates (#4444) lohit 2025-04-07 23:03:49 +05:30
  • 9845363349 Feat: Standalone Package to convert to Bruno collection(Part 2) Thim 2025-04-07 20:15:50 +05:30
  • 1a6fa7a799 Feat: Standalone Package to convert to Bruno collection(Part 1) Thim 2025-04-07 20:10:30 +05:30
  • 6cd44662a8 removed the dup refresh token checkbox field lohxt1 2025-03-28 13:22:00 +05:30
  • 9daf418886 pass global env vars to the fetch and refresh oauth2 requests lohxt1 2025-03-28 13:08:44 +05:30
  • 37ee13353d fix: user agent header therealrinku 2025-04-04 13:27:58 +05:45
  • 8439e8871f fix: Oauth2 toast typo Daniel Roberto 2025-04-07 03:30:59 -03:00
  • 84ef5b1044 Merge pull request #4446 from lohxt1/pr_4416 lohit 2025-04-06 19:05:45 +05:30
  • 3c85f44ed9 Merge pull request #4416 from naman-bruno/feat/oauth2-additional-params lohit 2025-04-06 19:04:25 +05:30
  • dd7ff97090 fix(oauth2): improve additional parameters handling and ui updates lohxt1 2025-04-06 19:01:23 +05:30
  • 4c1d3b4f3a Added Playwright-codegen setup ramki-bruno 2025-04-01 17:39:28 +05:30
  • cd3c66cb14 Fix: Matching Brackets pair not highlighting (#4440) S.M.TALHA 2025-04-04 20:17:55 +05:30
  • 265b0114e4 Updating issue template for github to track regression bugs (#4437) sreelakshmi-bruno 2025-04-04 20:11:56 +05:30
  • 17a63d599d capitalize custom and default to follow same theme ganesh-bruno 2025-04-03 18:28:28 +05:30
  • d9e87fcd82 updated readme file ganesh-bruno 2025-04-03 18:41:30 +05:30
  • 78c4cb11eb fix unsupport symbolic link folders Harry.Tao 2025-02-18 22:33:49 +08:00
  • 6feea75e45 fix console error Invalid DOM property stroke-width tlaloc911 2025-03-29 20:07:06 -06:00
  • b9c2a42344 feat: added options to add additional params in oauth2 requests naman-bruno 2025-04-03 16:35:59 +05:30
  • 2d1f7d0f33 Update contributing.md with contribution guidelines and setup instructions (#4377) ganesh 2025-04-03 14:50:57 +05:30
  • 95af071f09 Feat: Standalone Package to convert to Bruno collection (#2341) feat/bruno-converters Thim 2025-04-03 10:30:31 +02:00
  • f06eb86574 updates lohxt1 2025-04-03 13:48:39 +05:30
  • 841facc853 chore: fixed indentation Anoop M D 2025-04-03 12:46:54 +05:30
  • 0e60bd3da7 fix: handle empty script.exec cases in postman collection importer Pragadesh-45 2025-04-02 01:37:32 +05:45
  • 84cd91b798 updates lohxt1 2025-04-03 12:37:17 +05:30
  • b1911d80e9 wip: oauth2 additional parameters lohxt1 2025-04-03 12:34:24 +05:30
  • 3c0d0c95ea oauth2 changes lohxt1 2025-04-02 19:42:15 +05:30
  • 5dc7f1ae2f Refactoring and fixes in _Mock Variables Interpolation_ feature sanjai0py 2025-02-28 16:14:07 +05:30
  • 6862cb4e58 Feature: Mock Variables Interpolation (#3609) Raghav Sethi 2025-02-28 05:19:12 -05:00
  • 0591530d44 add scripts context to response scripts Carlos Florêncio 2024-01-16 14:39:56 +00:00
  • 592679538b Fix: res.setBody fails for Object in Developer-mode sanish-bruno 2025-02-06 17:38:14 +05:30
  • 9ef2699372 Update default collection name to 'Untitled Collection' ramki-bruno 2025-04-02 10:24:07 +05:30
  • e4c37b916a feat: set default names for folders and requests in Postman collection importer Pragadesh-45 2025-03-19 16:11:51 +05:30
  • 7a8a0ae37e Fix: Remove unwanted transitive devDependencies of electron-store ramki-bruno 2025-04-02 11:46:01 +05:30
  • d0037a2116 Fix: Remove unwanted transitive devDependencies of electron-store fix/remove-unwanted-transitve-deps ramki-bruno 2025-04-02 11:46:01 +05:30
  • 5af8034c74 Added Playwright-codegen setup feature/playwright-codegen ramki-bruno 2025-04-01 17:39:28 +05:30
  • bd25097e44 Rename SECURITY.md to security.md Anoop M D 2025-03-31 14:03:06 +05:30
  • 3f140e818f replace example.com to usebruno website ganesh-bruno 2025-03-31 11:34:27 +05:30
  • dbba22131c fix: proxy and certs not being used for oauth2 calls v2.0.1 lohxt1 2025-03-27 22:37:20 +05:30
  • 8908828af0 Merge pull request #4353 from naman-bruno/bugfix/system-proxy-agent lohit 2025-03-27 19:31:21 +05:30
  • 20c9e1d406 removed the domain protocol check lohit 2025-03-27 19:28:00 +05:30
  • 741576526d Fix: logic and design naman-bruno 2025-03-27 18:24:45 +05:30
  • b928ec112e add: protocol verification for certificate domain naman-bruno 2025-03-27 16:36:42 +05:30
  • 559026b65c Fix: right Agent for system proxy naman-bruno 2025-03-27 16:36:22 +05:30
  • eb6fef63b3 Removed log naman-bruno 2025-03-26 20:16:38 +05:30
  • 1b767f8d26 fix: params naman-bruno 2025-03-26 16:31:10 +05:30
  • 3b061cda89 Fix: agentOptions not passing properly to baseAgent naman-bruno 2025-03-26 15:41:29 +05:30
  • e0d7bb50f3 ganesh 2025-03-26 10:46:15 +00:00
  • d4fbca2759 Perf improvements in Response-preview with useMemo v1.40.1 version/1.x ramki-bruno 2025-03-25 22:57:30 +05:30
  • 04cbe4969b Perf improvements in Response-preview with useMemo hotfix/json-res-preview-perfs ramki-bruno 2025-03-25 22:57:30 +05:30
  • 20e8e9167f Perf improvements in Response-preview with useMemo ramki-bruno 2025-03-25 22:57:30 +05:30
  • 268ede869d handle oauth2 timeline response, remove dataBuffer from debugInfo obj (#4330) lohit 2025-03-25 22:28:29 +05:30
  • 7622a4aaae Revert "Fix: Prettify JSON for Res-preview without parsing to avoid JS specific roundings" ramki-bruno 2025-03-25 21:13:51 +05:30
  • 8b8ddaf31b Revert "Fix: Prettify JSON for Res-preview without parsing to avoid JS specific roundings" ramki-bruno 2025-03-25 21:13:51 +05:30