Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Inherited apikey auth mapping for bruno-cli #3512

Merged

Conversation

rbonestell
Copy link
Contributor

Description

This fix adds support to the bruno-cli package for mapping inherited apikey auth from a collection into a request.

I believe this should be refactored later for parity with the electron app, perhaps by moving the prepareRequest functionality and it's dependencies from bruno-electron into the bruno-common library and utilizing that in the bruno-cli project.

Fixes issue #3511.

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

@sreelakshmi-bruno
Copy link
Collaborator

Hi, thank you for your contribution. We're prioritizing this PR to be reviewed in Jan.

helloanoop
helloanoop previously approved these changes Jan 15, 2025
helloanoop
helloanoop previously approved these changes Jan 15, 2025
helloanoop
helloanoop previously approved these changes Jan 17, 2025
lohxt1
lohxt1 previously approved these changes Jan 17, 2025
@helloanoop helloanoop dismissed stale reviews from lohxt1 and themself via 525394b January 17, 2025 14:59
@helloanoop helloanoop merged commit d03de2b into usebruno:main Jan 17, 2025
2 checks passed
@helloanoop
Copy link
Contributor

Merged. Thanks @rbonestell !

panda7789 pushed a commit to panda7789/bruno that referenced this pull request Jan 31, 2025
commit 08139a8f3ebd37ba9c1ef83a07f8da71c0a0e163
Author: Pooja Belaramani <[email protected]>
Date:   Wed Jan 29 13:21:03 2025 +0530

    fix

commit 51e087efbaa7972d7933a1ad3c2468af3b42ee98
Author: Pooja Belaramani <[email protected]>
Date:   Wed Jan 29 13:11:18 2025 +0530

    add: hint word for  runRequest, sendNextRequest, skipRequest, getTestResults

commit ff5683f19f705a7123c19f077ffa26ec0ce9fc7d
Author: lohxt1 <[email protected]>
Date:   Thu Jan 23 17:54:04 2025 +0530

    add runRequest and runner utils functions to cli
    ~ add bru.runRequest support for cli
    ~ add bru.runner.skipRequest, bru.runner.stopExecution support for cli

commit d13e4b3b54cdee0f707f935d1c3713b4c999c7ee
Author: lohxt1 <[email protected]>
Date:   Tue Jan 21 23:15:07 2025 +0530

    ensure variables set in scripts/tests during `bru.runRequest` reflect in original request scripts/tests

commit 2d08567d8d82b54471d0c03daad53bb56b43cab5
Author: Jarod Gowgiel <[email protected]>
Date:   Mon Jan 13 16:32:44 2025 -0700

    Add an npm script to run the Electron app for debugging (#3616)

    This allows for developers to attach Dev Tools, e.g. the Chrome
    "dedicated DevTools for node", to the main Electron process
    for debugging operations that occur on the main process.

commit b51f8109a208b9c3b5a7e81bcc9abd52eb6be3ae
Author: ramki-bruno <[email protected]>
Date:   Mon Jan 13 19:30:55 2025 +0530

    Review changes and minor-refactoring in `Reveal in Finder` feature

commit 8f241a32ae1df45ad25f75cf78fa3803affafae1
Author: Naman <[email protected]>
Date:   Tue Jan 14 02:17:28 2025 +0530

    Feature: Reveal in Finder (#3698)

    * feat: Reveal in Finder

    * added support for linux

commit b7fda331dcbcf9e11c62f8b6458235592d1cd4cc
Author: Sanjai Kumar <[email protected]>
Date:   Thu Dec 26 18:23:29 2024 +0530

    Fix: Comment toggling for JSON modes in CodeEditor

commit 10e0fde2a80707a6386150051c95f88c5953eb50
Author: lohxt1 <[email protected]>
Date:   Wed Jan 15 11:09:37 2025 +0530

    use lowercase header keys while making requests

commit 9f5f975f705201484703f0b2e3f55e1ffc3a6939
Author: Anoop M D <[email protected]>
Date:   Wed Jan 29 02:53:53 2025 +0530

    feat: async parser workers (#3834) (#3887)

    feat: async parser workers (#3834)
    Co-authored-by: lohit <[email protected]>

commit b5bd259a1b36d1b5cdbd965bad9717775208eced
Author: Pragadesh-45 <[email protected]>
Date:   Tue Jan 28 21:32:51 2025 +0530

    fix: handle Windows paths in cloneItem and getDirectoryName functions (fixes: #3401) (#3646)

    * fix: handle Windows paths in cloneItem and getDirectoryName functions

    * chore: removed commented lines

    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit 0633d45a10e79c5f617e03dbe2e434800a52ed37
Author: lohit <[email protected]>
Date:   Tue Jan 28 18:55:59 2025 +0530

    upgraded axios libarary (#3899)

commit 16e27d2ca4337d01a53e8b6716a659e98badff0a
Author: Pragadesh-45 <[email protected]>
Date:   Tue Jan 28 14:57:00 2025 +0530

    feat: make `BrunoResponse` callable to access body data using expressions fixes (#481) (#3710)

    * feat: make `BrunoResponse` callable to access body data using expressions

commit 956d5a38e9d3df82fcd5f065c10fde7e0320e511
Author: Alex <[email protected]>
Date:   Tue Jan 28 17:06:29 2025 +0800

    fix: bump axios version to handle ivp6 (#3878)

    Co-authored-by: alex.chua <[email protected]>

commit bfc110137129e7d4319694297af10a3baeb5cde6
Author: Sanjai Kumar <[email protected]>
Date:   Tue Jan 28 14:13:14 2025 +0530

    refactor: update GitHub Actions workflow to add permissions for checks and pull requests for the `cli-tests` job (#3844)

commit 05be59f00c9ee2adf1559dcd315e82a64136295b
Author: sanish chirayath <[email protected]>
Date:   Mon Jan 27 18:49:05 2025 +0530

    style: update StyledWrapper to use flex layout and adjust dialog positioning (#3888)

commit fee631d4963de10a654ccba26385f9bbfebd9c28
Author: tlaloc911 <[email protected]>
Date:   Sat Jan 18 10:04:19 2025 -0600

    passing defaults instead of axiosInstance to NTLMClient (#3841)

commit d03de2b62217bc439c38ba8f496a0e9e7a4d66c9
Author: Bobby Bonestell <[email protected]>
Date:   Fri Jan 17 08:03:53 2025 -0700

    fix: Inherited apikey auth mapping for bruno-cli (#3512)

    * Added bruno-cli support for mapping inherited apikey auth from collection

    Co-authored-by: Anoop M D <[email protected]>

commit 31b28188219f1356bc65ab1785b164a9720df183
Author: sanish chirayath <[email protected]>
Date:   Fri Jan 17 14:52:06 2025 +0530

    fix: modal - provide default handleConfirm function and update dependencies in useEffect (#3830)

commit 8a71dfc02296e61c461f456ca45cbb9924a2b748
Author: naman-bruno <[email protected]>
Date:   Fri Jan 17 13:20:53 2025 +0530

    enhancement: moved collection click area from name to div (#3813)

commit 3e6204e49bb40a77a91c62ad716483c4eef28080
Author: naman-bruno <[email protected]>
Date:   Fri Jan 17 13:10:16 2025 +0530

    Fix: Horizontal Rules missing in markdown docs preview (#3814)

commit dab4bb6a1cb54045bd678d02d8e9b8a20eabbf4d
Author: naman-bruno <[email protected]>
Date:   Fri Jan 17 13:07:39 2025 +0530

    fix: hide env dropdown on configure (#3826)

commit 3c8cb702f51a229fcef700dbc99c748610c01061
Author: Anoop M D <[email protected]>
Date:   Fri Jan 17 02:46:06 2025 +0530

    feat: added icons to env modal buttons

commit 2df7fd6588e642fb4a019a74c61b5e91c75c60f7
Author: Hadi <[email protected]>
Date:   Thu Jan 16 21:42:33 2025 +0100

    Added activate button to environment window. (#1531)

    Co-authored-by: Anoop M D <[email protected]>

commit e5d7cd1be907d717c9c643c0cf06d7a1f152ad58
Author: Sanjai Kumar <[email protected]>
Date:   Thu Jan 16 20:11:49 2025 +0530

    feat: add rspack dynamic import configuration to rsbuild (#3819)

commit 2bce9b3716a64eb23847859a2df736a21285a2c0
Author: pooja-bruno <[email protected]>
Date:   Thu Jan 16 20:09:51 2025 +0530

    add: document save button for folder and collection settings (#3742)

commit 5bfcc9b6e760feaba103afc8befeb2172722247f
Author: naman-bruno <[email protected]>
Date:   Thu Jan 16 20:08:30 2025 +0530

    Fix: Path table is removed when we rearrange items (#3804)

commit 472b5452f73a1ffbc9af8f03cec749a5bfabd6ed
Author: naman-bruno <[email protected]>
Date:   Thu Jan 16 20:06:53 2025 +0530

    Allow rearrangement of table items in params, body, vars, headers, etc… (#3801)

    * Allow rearrangement of table items in params, body, vars, headers, and assert

    * updated drag function name

commit 5b04e0c189957f0ecc5117d0e1a94a42d1897bf3
Author: pooja-bruno <[email protected]>
Date:   Thu Jan 16 20:04:34 2025 +0530

    fix: renaming first collection env (#3735)

commit 3da12a05dba11b6ab71cdf442df929bfcac44f97
Author: pooja-bruno <[email protected]>
Date:   Thu Jan 16 20:01:48 2025 +0530

    fix: body formurl value disappearing (#3803)

commit a73d2a02cfe420ba054fa7716624ee13952a4393
Author: naman-bruno <[email protected]>
Date:   Thu Jan 16 19:59:14 2025 +0530

    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 <[email protected]>

commit 63d3cb380d02e56753ff9926b5789533d7ddac1f
Merge: 6abd0637 10a5935a
Author: lohit <[email protected]>
Date:   Wed Jan 15 20:47:31 2025 +0530

    Merge pull request #3806 from Pragadesh-45/fix/handle-assert-results

    Chore/ Remove Unused `RemoveQuotes` function

commit 10a5935a12fd4e7204aa63550b9a1709851b3b36
Merge: cf2cb073 6abd0637
Author: Pragadesh-45 <[email protected]>
Date:   Wed Jan 15 20:43:10 2025 +0530

    Merge branch 'usebruno:main' into fix/handle-assert-results

commit cf2cb0736ed5d77c1505a04d13c965c0be8aef47
Author: Pragadesh-45 <[email protected]>
Date:   Wed Jan 15 20:42:02 2025 +0530

    fix: remove commented-out `removeQuotes()` function

commit 6abd063749926fc66e57b1bdbcabbf2e43ec29ac
Merge: 00c5298b dbf1cad1
Author: lohit <[email protected]>
Date:   Wed Jan 15 20:36:07 2025 +0530

    Merge pull request #3805 from Pragadesh-45/fix/handle-assert-results

    Refactor: Improve expression handling across different runtimes (Fix: #3758)

commit dbf1cad124211945638c264c50a0ca86cdcbe735
Author: Pragadesh-45 <[email protected]>
Date:   Wed Jan 15 19:57:06 2025 +0530

    fix: remove `removeQuotes()`

commit 00c5298b7d21044ac68ffab2f439e05b1eee4d98
Merge: d2d7638a 27ef28ae
Author: lohit <[email protected]>
Date:   Wed Jan 15 15:12:03 2025 +0530

    Merge pull request #3798 from Pragadesh-45/main

    chore: version bump

commit 27ef28ae9b6c23dbc2828021d4e6551c802027d0
Author: Pragadesh-45 <[email protected]>
Date:   Wed Jan 15 13:15:21 2025 +0530

    chore: version bump

commit abb0a7b0db91e902ddf42c3690f9e69bf7cedf9e
Author: Pragadesh-45 <[email protected]>
Date:   Wed Jan 15 13:08:44 2025 +0530

    chore: version bump

commit d2d7638a54a265bef668271202fe1fb5bcdfb784
Author: Anoop M D <[email protected]>
Date:   Mon Jan 13 18:49:45 2025 +0530

    chore: updated package-lock

commit 5500070b4956d27e4603ba6a9b4ab704b0ff81fb
Author: tlaloc911 <[email protected]>
Date:   Mon Jan 13 07:18:26 2025 -0600

    ntlm auth (#3329)

    Co-authored-by: Anoop M D <[email protected]>

commit 72b8c547b28f3e6489a2f26dfb964eb9acba285e
Author: Tim Nikischin <[email protected]>
Date:   Mon Jan 13 14:06:08 2025 +0100

    Order Variables alphabetically (#2982)

    Order variables in Variables Tab alphabetically by name

commit 15b870996d7fcc321c5b0d13c48dfdf954369165
Author: lohit <[email protected]>
Date:   Thu Jan 9 12:09:43 2025 +0530

    fix: cli - missing iconv-lite import, removed other unused imports (#3767)

commit 3cb15fc001e1ba7685d98ade30ff23f5b0612c0f
Author: lohit <[email protected]>
Date:   Wed Jan 8 21:26:01 2025 +0530

    fix: cli -- collection run -- clone request item at start (#3760)

commit 96d6bf1664bee06a75839191192143869305a274
Author: Pragadesh-45 <[email protected]>
Date:   Wed Jan 8 21:24:15 2025 +0530

    fix: remove redundant error logging in JSON parsing (#3759)

commit f5ff40abfa90f51b91db203a9fec46632aca28cd
Author: lohit <[email protected]>
Date:   Wed Jan 8 17:01:57 2025 +0530

    fix: file input element - missing path property (#3757)

commit c5de2343e96b9b8c8330b96c6625db218859757f
Author: ramki-bruno <[email protected]>
Date:   Wed Jan 8 15:33:13 2025 +0530

    Added `Redux DevTools` and `React Developer Tools` in dev build (#3750)

    * Checkin `npm install --package-lock-only` changes

    * Added `Redux DevTools` and `React Developer Tools` in dev build

commit 39e8b66135f20c4db4e2d7446e0d92744b75b703
Merge: 5f63cc4a 9f9294d1
Author: lohit <[email protected]>
Date:   Wed Jan 8 12:23:25 2025 +0530

    Merge pull request #3728 from ganesh-bruno/patch-1

    Update package.json with keywords

commit 9f9294d1619f6647d8098c9e4c46a874190efdc3
Author: lohit <[email protected]>
Date:   Wed Jan 8 12:22:23 2025 +0530

    fix: indentation for package json

commit 5f63cc4ab4ec00e33e42565c4496520f2bf93295
Author: pooja-bruno <[email protected]>
Date:   Tue Jan 7 14:27:13 2025 +0530

    fix: collection/folder docs when importing postman collection (#3745)

    * fix: collection/folder docs when importing postman collection

    * fix

commit 539d22125c68ab2619c64c25008077492b1d98ea
Merge: 36343b30 55eac64c
Author: lohit <[email protected]>
Date:   Mon Jan 6 16:52:33 2025 +0530

    Merge pull request #3725 from lohxt1/fix/collection-run-reset-item

    fix: collection run - clone request at the start

commit 36343b30b380d4cfc1e65edc8108b69d1df20855
Merge: 52672e67 b5ae2b2b
Author: lohit <[email protected]>
Date:   Mon Jan 6 16:50:38 2025 +0530

    Merge pull request #3738 from Pragadesh-45/refactor/generate-code-item

    fix: enhance keyboard navigation for language selection in `GenerateCodeItem`

commit b5ae2b2b45b5992a8f05629a802a06d420ca7f5e
Author: Pragadesh-45 <[email protected]>
Date:   Mon Jan 6 16:33:17 2025 +0530

    fix: enhance keyboard navigation for language selection in GenerateCodeItem

commit 704977f20f52ba1c9b4adda3dbe04e7af2518aaa
Merge: 5b6172e5 52672e67
Author: Pragadesh-45 <[email protected]>
Date:   Mon Jan 6 11:40:38 2025 +0530

    Merge remote-tracking branch 'origin/main' into refactor/generate-code-item

commit c852257bdabf41dbaa16b3b11af44e430ccd0ca4
Author: ganesh <[email protected]>
Date:   Fri Jan 3 07:17:36 2025 -0800

    Update package.json with keywords

commit 55eac64ca5c63d23fa9225175d04ef92310eab2f
Author: lohxt1 <[email protected]>
Date:   Fri Jan 3 17:31:28 2025 +0530

    fix: collection run - clone request at the start

commit 52672e67a22794dd230ec4879f517a789c304652
Merge: 5fe92080 d32f987b
Author: lohit <[email protected]>
Date:   Thu Jan 2 18:24:54 2025 +0530

    Merge pull request #3697 from Pragadesh-45/feat/digest-auth-updates

    Feat/digest auth updates

commit d32f987bc6951be9ced947f6cf8f4a0edb0de54a
Merge: 1d3cbd23 5fe92080
Author: Pragadesh-45 <[email protected]>
Date:   Thu Jan 2 18:06:36 2025 +0530

    Merge branch 'usebruno:main' into feat/digest-auth-updates

commit 5fe920808900b95e6c366076ed9a9e1910179f03
Merge: 14ecc09c a55ed9bd
Author: lohit <[email protected]>
Date:   Thu Jan 2 18:05:39 2025 +0530

    Merge pull request #3641 from lohxt1/fix/cli-system-env-vars

    feat: cli -- system level proxy fix

commit 14ecc09cdeaa27dbd4734fe27ac233188cd0b12a
Merge: 949bf539 c4be6a88
Author: lohit <[email protected]>
Date:   Thu Jan 2 18:02:42 2025 +0530

    Merge pull request #3719 from lohxt1/feat/bru-runner-fns

    feat: bru util fns -- skipRequest, stopExecution, getTestResults, getAssertionResults, runRequest

commit 949bf539b8cb4deec6813cefd3af9ef2342a5e6c
Merge: 42ada4a3 218d6527
Author: lohit <[email protected]>
Date:   Thu Jan 2 18:01:58 2025 +0530

    Merge pull request #3720 from pooja-bruno/fix/global-env-names-overflow

    fix: global env names overflow

commit c4be6a88e4743ae59824348207916317ec0361ab
Author: lohxt1 <[email protected]>
Date:   Thu Jan 2 17:56:36 2025 +0530

    fix: removed commented code

commit 99302e3a1df673a783eb8690ef2d3abefc7c7204
Author: lohxt1 <[email protected]>
Date:   Thu Jan 2 17:54:29 2025 +0530

    fix: pr review updates

commit 1d3cbd23359bc7d1902e1dec4cbf1a399351c865
Merge: 907f6a19 42ada4a3
Author: Pragadesh-45 <[email protected]>
Date:   Thu Jan 2 17:37:33 2025 +0530

    Merge branch 'usebruno:main' into feat/digest-auth-updates

commit 218d6527df062a2df51c2852df11b0df5c0c8f5a
Author: Pooja Belaramani <[email protected]>
Date:   Thu Jan 2 16:45:03 2025 +0530

    fix: global env names overflow

commit 42ada4a364a7acbfa95f760f514b380fa5d47266
Merge: 548f958a 4b277aa8
Author: lohit <[email protected]>
Date:   Thu Jan 2 12:48:57 2025 +0530

    Merge pull request #3708 from sanjaikumar-bruno/handle-invalid-auth-in-pm-export

    fix: handle unsupported auth mode by returning 'noauth' type

commit 548f958a0f12b657873366107b71e89a064aeb54
Author: Pragadesh-45 <[email protected]>
Date:   Thu Jan 2 11:17:56 2025 +0530

    Refactor/ Implement Focusable Buttons in the Generate Code Modal (#3310)

    * refactor: GenerateCodeItem component to fix width issue

    * feat: tab switch for languages

    * style: add logic to handle different screen sizes

    * feat: enhance keyboard navigation for language selection in GenerateCodeItem

commit 005eb273bf6ddb40ffcf0ad0a20f6e8ba185c23a
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 20:03:01 2025 +0530

    chore: fix tests

commit 343e6dae47419de0630f63f829a36a4129a9f469
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 19:56:32 2025 +0530

    chore: updated package lock

commit 7b86febc87ceaa5976b9ae65cbcd12634084be8f
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 18:06:13 2025 +0530

    feat: summarize test and assertion results for getTestResults and getAssertionResults fns

commit ca5fbea7b65ed94eb54cd5f87a6265f3e967cfc6
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 17:52:01 2025 +0530

    chore: removed console log

commit f34711c6e0b6838693fc63dddbb4f504626562b3
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 17:50:57 2025 +0530

    feat: bru.runRequest in collection run context

commit cd722a2bd9eb932129f56f2c986acd4e756f7b47
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 17:12:57 2025 +0530

    feat: bru.runner.setNextRequest

commit 75a9959d47b73ae76011e304d80780209d1c8f2c
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 15:37:42 2025 +0530

    feat: add quick-js shims for bru runner fns

commit 754a15dd5854568a41677f9c3e137efaf5e4dd68
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 15:09:47 2025 +0530

    feat: add runner functions hintwords for codemirror editor

commit 2a6f6704c337e66fed07d6589ef4c015c384b411
Author: lohxt1 <[email protected]>
Date:   Wed Jan 1 15:01:26 2025 +0530

    feat: update skipRequest and stopExecution logic

commit 7d67239b110f7ce82a73178f1c279c16730e1b9e
Merge: e0ab2744 87988b68
Author: lohit <[email protected]>
Date:   Tue Dec 31 18:10:10 2024 +0530

    Merge pull request #3664 from pooja-bruno/fix/environment-names-wrapping

    fix: env names wrap

commit e0ab274452f0a90318ab7cb8077848d2a7b5f466
Merge: 776afbd2 a63afd6c
Author: lohit <[email protected]>
Date:   Tue Dec 31 16:39:09 2024 +0530

    Merge pull request #3682 from pooja-bruno/fix/asset-cursor-issue-while-editing

    fix: asset value cursor issue while editing

commit 776afbd28a05b78fb0c9f4cca8537d94d6fd0c89
Merge: ca8f96fb 0831b610
Author: lohit <[email protected]>
Date:   Tue Dec 31 16:38:35 2024 +0530

    Merge pull request #3674 from pooja-bruno/fix/assertion-clear-value

    fix: assertion clear value

commit ca8f96fba0e554c66a32ca6d7d19152a25361fa0
Merge: 9d94ad9b 5c1ab647
Author: lohit <[email protected]>
Date:   Tue Dec 31 16:38:13 2024 +0530

    Merge pull request #3712 from pooja-bruno/feature/open-setting-for-folder-and-collection

    feat: open setting for folder and collection when

commit 5c1ab647fc734c9b746d1450dfe90eb84df0bbb6
Author: Pooja Belaramani <[email protected]>
Date:   Tue Dec 31 13:01:41 2024 +0530

    fix: collapse collection on clicking name

commit 83e63e749e2da32a51897ae3a05404180d588b8d
Author: Pooja Belaramani <[email protected]>
Date:   Tue Dec 31 12:25:03 2024 +0530

    feat: open setting for folder and collection when

commit 9d94ad9b73182048eefb3a715829329c610f1025
Merge: e897dc1e 395fb188
Author: lohit <[email protected]>
Date:   Mon Dec 30 16:40:24 2024 +0530

    Merge pull request #3711 from lohxt1/fix/aikido--library-version-upgrades

    fix: aikido -- library version upgrades

commit 395fb188feba79f69a43bc699e1a8000dd3ea7c5
Merge: f578c188 f09fd19c
Author: lohit <[email protected]>
Date:   Mon Dec 30 16:39:56 2024 +0530

    Merge pull request #53 from lohxt1/fix/aikido-vul

    chore: updates

commit f09fd19ca08ca24a46178f65060ac5d9cdef73a9
Author: lohxt1 <[email protected]>
Date:   Mon Dec 30 16:38:41 2024 +0530

    chore: updates

commit f578c188fb72dd12951058420675062bb2c39705
Author: lohxt1 <[email protected]>
Date:   Mon Dec 30 16:32:46 2024 +0530

    chore: updates

commit 0d2b449b27292f05e3196f4b66c1e5fca0305c2b
Author: lohxt1 <[email protected]>
Date:   Mon Dec 30 16:26:38 2024 +0530

    chore: aikido -- library version upgrades

commit e897dc1eb0acb16be6249e51efb2cc7c52cede47
Merge: 85b6cae0 7b935bd2
Author: lohit <[email protected]>
Date:   Mon Dec 30 12:44:14 2024 +0530

    Merge pull request #3706 from Pragadesh-45/fix/response-format-updates

    fix: improve JSON parsing logic for `bruno-cli`

commit 85b6cae03dbef5589402d72f32a873d6968a3a90
Merge: 78aa0d07 d215cf74
Author: lohit <[email protected]>
Date:   Mon Dec 30 11:30:44 2024 +0530

    Merge pull request #3709 from usebruno/fix/cli-gh-workflow

    fix: added input block to the cli workflow

commit d215cf740bb844bc29bd28114208357df0c61af8
Author: lohit <[email protected]>
Date:   Mon Dec 30 11:30:30 2024 +0530

    fix: added input block to the cli workflow

commit 4b277aa874aaac6cae889672de3e05424fbd4208
Merge: e9378d78 78aa0d07
Author: Sanjai Kumar <[email protected]>
Date:   Mon Dec 30 11:07:23 2024 +0530

    Merge branch 'usebruno:main' into handle-invalid-auth-in-pm-export

commit e9378d78958f9c09dec32fed2db39a42d3a52d85
Author: Sanjai Kumar <[email protected]>
Date:   Mon Dec 30 11:04:41 2024 +0530

    fix: handle unsupported auth mode by returning 'noauth' type

commit 78aa0d07ae848890bfd2add2fc584e6312c4cd74
Merge: e4574e3a 795cd196
Author: lohit <[email protected]>
Date:   Mon Dec 30 10:49:35 2024 +0530

    Merge pull request #3707 from lohxt1/fix/multipart-tests

    fix: multipart tests

commit e4574e3a56886a2b7b25d407c0a6bb0a02095ccf
Merge: 1f2bee1f 43e892f9
Author: lohit <[email protected]>
Date:   Mon Dec 30 10:48:54 2024 +0530

    Merge pull request #3701 from lohxt1/fix/cli-multipart

    fix: cli multipart

commit 795cd196f2d2c6aa4aaf9f2781d09a32202b2c9f
Author: lohxt1 <[email protected]>
Date:   Mon Dec 30 10:46:12 2024 +0530

    fix: multipart tests

commit 7b935bd206b97f9d81551e105c645da65ed10f14
Author: Pragadesh-45 <[email protected]>
Date:   Mon Dec 30 10:05:23 2024 +0530

    fix: improve JSON parsing logic

commit 43e892f9b0bf0d83f9e1e4360a535b88d39d573d
Author: lohxt1 <[email protected]>
Date:   Fri Dec 27 16:50:12 2024 +0530

    fix: cli multipart

commit 1f2bee1f90b3641c69e608fc579f2f4dd6439584
Merge: f8711a91 767db757
Author: lohit <[email protected]>
Date:   Fri Dec 27 16:30:32 2024 +0530

    Merge pull request #3676 from pooja-bruno/fix/string-json-response

    fix: string json response error

commit 767db7573092bb537eac663d6cd1319d51c81f14
Author: Pooja Belaramani <[email protected]>
Date:   Fri Dec 27 16:10:57 2024 +0530

    update: comment

commit b6b4b7362fb6decf407fdc81a11d527ecfe5d4c7
Author: Pooja Belaramani <[email protected]>
Date:   Fri Dec 27 15:51:06 2024 +0530

    fix: condition

commit 54d8fbc478621459d448bbceb5059b896373af86
Author: Pooja Belaramani <[email protected]>
Date:   Fri Dec 27 11:16:26 2024 +0530

    rm: json stringfy from json string data res

commit 9a2d8bfff3ed6ef5b932ab8f3041fcdb16939fdd
Author: Pooja Belaramani <[email protected]>
Date:   Fri Dec 27 11:12:46 2024 +0530

    adding quotes in text response

commit 907f6a19adaafd6d1788480c2105eb631941e579
Author: Pragadesh-45 <[email protected]>
Date:   Thu Dec 26 10:40:51 2024 +0530

    revert: digest auth testbench

commit b612da4f3c27e96ba980971c08dfd68804f4e718
Author: Pragadesh-45 <[email protected]>
Date:   Thu Dec 26 08:17:43 2024 +0530

    fix: updates

commit 625140d1f42efb5177c912558de3e5cd58242823
Author: Pragadesh-45 <[email protected]>
Date:   Thu Dec 26 08:10:40 2024 +0530

    fix: enhance digest authentication

commit 284519cd437d9d6f8cca1f052de7667ddb3d7e95
Author: Pragadesh-45 <[email protected]>
Date:   Thu Dec 26 07:51:55 2024 +0530

    fix: improve digest authorization header `opaque`

commit 26daee5d981043bcdb7e08572b22a2bbb1af9660
Author: Pragadesh-45 <[email protected]>
Date:   Tue Dec 24 15:37:59 2024 +0530

    fix: improve parsing of authentication details in digest interceptor

commit 87988b6879e8346ef527cf6f0cc99e9e0f9cb8e6
Author: Pooja Belaramani <[email protected]>
Date:   Tue Dec 24 12:57:41 2024 +0530

    fix: tooltip for env name and rm trash overflow changes

commit f8711a91d95674e9eb634096ba860f7c4f6bded0
Author: pooja-bruno <[email protected]>
Date:   Mon Dec 23 17:29:06 2024 +0530

    fix: plain text curl data (#3677)

commit 582e8e5eaca97ec84d409ed1139f8d5a52ec3ccd
Author: Pooja Belaramani <[email protected]>
Date:   Mon Dec 23 13:36:58 2024 +0530

    fix: condition

commit 236bc48d98b5157785504d85d27e571dcd684569
Author: Pooja Belaramani <[email protected]>
Date:   Mon Dec 23 12:11:46 2024 +0530

    fix: null data response

commit a63afd6c0bc7a0c70b87015b1db4d93d1b0587d7
Author: Pooja Belaramani <[email protected]>
Date:   Thu Dec 19 16:04:52 2024 +0530

    fix: asset value cursor issue while editing

commit fec99f07801ea5345992e63399d29d6353a85454
Merge: 57a85e53 f871bc0f
Author: Pragadesh-45 <[email protected]>
Date:   Thu Dec 19 11:05:27 2024 +0530

    Merge branch 'usebruno:main' into main

commit bf142af6d925d2e9f9ef28c82aea576795673b8a
Author: Pooja Belaramani <[email protected]>
Date:   Thu Dec 19 11:00:51 2024 +0530

    fix: env name truncate

commit 57a85e535cde95bb0f33a0bf424424af889532b8
Author: Pragadesh-45 <[email protected]>
Date:   Wed Dec 18 19:03:19 2024 +0530

    fix: add lodash import for utility functions

commit f72d643e02ee73a751182fc747ddba3be0405033
Author: lohxt1 <[email protected]>
Date:   Wed Dec 18 18:57:23 2024 +0530

    feat: updates

commit aea25842ce394c870586a7c4e48e28c78a940989
Author: Pooja Belaramani <[email protected]>
Date:   Wed Dec 18 15:01:06 2024 +0530

    fix: string json response error

commit 0831b610cfb186feb1d8623261591bd405dfbc3d
Author: Pooja Belaramani <[email protected]>
Date:   Tue Dec 17 21:19:34 2024 +0530

    fix: assertion clear value

commit f871bc0fa28d0a1219ef3d078209eff18fdc854f
Author: Anoop M D <[email protected]>
Date:   Tue Dec 17 13:46:48 2024 +0530

    feat: setup script

commit db90d31b3f8d7f85aaea91a563632065fbb37e14
Merge: b9ec0aca e44dcad0
Author: lohit <[email protected]>
Date:   Tue Dec 17 11:14:42 2024 +0530

    Merge pull request #3670 from lohxt1/fix/validations

    fix: validations

commit e44dcad01ae1e70e16529c768e67372ff144178a
Author: lohxt1 <[email protected]>
Date:   Mon Dec 16 22:13:26 2024 +0530

    fix: updates

commit 7a8d1624d1c24e9a30369f41d747098a874778c5
Author: lohxt1 <[email protected]>
Date:   Mon Dec 16 22:09:10 2024 +0530

    fix: updates

commit 0ad0af041b066b8ea57729ec81a42a6a012c6f7b
Author: lohxt1 <[email protected]>
Date:   Mon Dec 16 18:46:16 2024 +0530

    fix: validations updates

commit ad59e3f8d162f61aa31fd8eddd73094a812e7978
Author: Pooja Belaramani <[email protected]>
Date:   Mon Dec 16 18:10:33 2024 +0530

    fix: env names wrap and trash icon overflow

commit b9ec0acab45171680a93216e69c8037d6821a258
Merge: 3bf98aab 0d126abf
Author: lohit <[email protected]>
Date:   Mon Dec 16 14:53:12 2024 +0530

    Merge pull request #3662 from lohxt1/revert/rename-item-watcher-fix

    revert: rename-item watcher fix -- tbd

commit 0d126abfbdf7e6b86644bb0deb46028ad94723a1
Merge: a5096ce4 3bf98aab
Author: lohit <[email protected]>
Date:   Mon Dec 16 14:52:52 2024 +0530

    Merge branch 'main' into revert/rename-item-watcher-fix

commit a5096ce413e1f808c0e857e958ef9aa3d5de888b
Author: lohxt1 <[email protected]>
Date:   Mon Dec 16 14:51:02 2024 +0530

    revert: rename-item watcher fix -- tbd

commit 3bf98aab3bd1eecb128ca23cd6e39d27864bf68c
Merge: 21f9e807 9b83cd7b
Author: lohit <[email protected]>
Date:   Mon Dec 16 12:12:24 2024 +0530

    Merge pull request #3661 from Pragadesh-45/main

    fix: update condition for renaming items in Windows OS

commit 9b83cd7b84e237a0a9bf258dcda2c9f7d1a7905d
Author: Pragadesh-45 <[email protected]>
Date:   Mon Dec 16 12:01:42 2024 +0530

    fix: update condition for renaming items in Windows OS

commit 21f9e80706048042d54b11a1792f1b7aa3f7ffd5
Merge: 380047e0 e8bc32b3
Author: lohit <[email protected]>
Date:   Mon Dec 16 10:14:24 2024 +0530

    Merge pull request #3660 from lohxt1/fix/add-tests-scripts-to-request

    fix: add tests to request object

commit e8bc32b39b09f155793d497bb2f02ec03dd68050
Author: lohxt1 <[email protected]>
Date:   Mon Dec 16 10:12:25 2024 +0530

    fix: add tests to request object

commit 380047e025b815f62851019269deade39dc05eb8
Merge: 06c0b7c7 434ae6c7
Author: lohit <[email protected]>
Date:   Sun Dec 15 20:01:33 2024 +0530

    Merge pull request #1043 from nelup20/bugfix/521-error_accessing_response_property_with_context_as_key

    fix(#521): Allow "context" as the name of a key/var in a JS expression

commit 434ae6c70f4dad54b46db130fd8e902a2052f228
Author: lohit <[email protected]>
Date:   Sun Dec 15 20:00:57 2024 +0530

    `_BrunoNewFunctionInnerContext` to `__bruno__functionInnerContext`

commit 22612a7dbe3b180a9b3cb9465eb2b58023edcea0
Author: lohit <[email protected]>
Date:   Sun Dec 15 20:00:13 2024 +0530

    `_BrunoNewFunctionInnerContext` to `__bruno__functionInnerContext`

commit 06c0b7c78a1742a034722976a5a5b6d29bb6e00b
Merge: 3abe6117 c154dec2
Author: lohit <[email protected]>
Date:   Sun Dec 15 19:56:32 2024 +0530

    Merge pull request #3659 from lohxt1/followup-pr/close-tab-after-rename-folders-only

    fix: followup pr - only close folder tab on rename pr-3607

commit c154dec2b5b1fa4115874ba4d49f8ecd756b918d
Author: lohxt1 <[email protected]>
Date:   Sun Dec 15 19:55:15 2024 +0530

    fix: followup pr - only close folder tab on rename

commit 3abe611752d4487dcb6bcf949a99562546405d4f
Merge: af4b2105 f3cfacdd
Author: lohit <[email protected]>
Date:   Sun Dec 15 19:15:00 2024 +0530

    Merge pull request #3658 from lohxt1/followup-pr/multipart-content-type

    refactor: multipart content-type pr review fixes

commit f3cfacdd4367bd6e70a25e6d7a2e84af70b959ab
Author: lohxt1 <[email protected]>
Date:   Sun Dec 15 19:11:19 2024 +0530

    fix: updates

commit af4b2105be904445061b5933ebc7543e6618687f
Merge: 83bbbe3f 7ae64605
Author: lohit <[email protected]>
Date:   Sun Dec 15 18:25:01 2024 +0530

    Merge pull request #3657 from lohxt1/followup-pr/multipart-content-type

    refactor: multipart content-type pr-2121

commit 7ae64605c25a5f466880645a9280de3d70706252
Author: lohxt1 <[email protected]>
Date:   Sun Dec 15 18:19:55 2024 +0530

    chore: updates

commit 83bbbe3fb3dbeb3bda65a18c8e89bc48ed2e0b9f
Merge: 366bd99e 73ea5f15
Author: lohit <[email protected]>
Date:   Sun Dec 15 18:08:44 2024 +0530

    Merge pull request #2121 from end3rbyte/feature/1602-multipart-content-type

    feature: Multi-part requests: user should be able to set content-type for each part in a multi-part request. #1602

commit 73ea5f155d4596727c0e81d49fbdc50e3b1768bb
Merge: 62babef6 366bd99e
Author: lohit <[email protected]>
Date:   Sun Dec 15 18:08:05 2024 +0530

    Merge branch 'main' into feature/1602-multipart-content-type

commit 366bd99e9246417bc30a2defad6f5a4eb07bb9b0
Merge: 6323b54c 6b6fc9a3
Author: lohit <[email protected]>
Date:   Sun Dec 15 18:00:45 2024 +0530

    Merge pull request #3642 from lohxt1/fix/remove-jsonbigint-from-cli

    fix: cli -- json response parsing

commit 6b6fc9a3dca7c9a076145ff2cbf5fc0cb3d3832b
Merge: 4dcaaab5 6323b54c
Author: lohit <[email protected]>
Date:   Sun Dec 15 18:00:38 2024 +0530

    Merge branch 'main' into fix/remove-jsonbigint-from-cli

commit 6323b54c3866d494540fc4bf5aaac1933d190e4d
Merge: 09120a96 57e6af70
Author: lohit <[email protected]>
Date:   Sun Dec 15 17:57:39 2024 +0530

    Merge pull request #3656 from sanjaikumar-bruno/move-createFormData-function

    refactor createFormData function

commit 57e6af703c1e2cf9ce86bf846919aebdecc80dea
Author: Sanjai Kumar <[email protected]>
Date:   Sun Dec 15 17:55:52 2024 +0530

    refactor createFormData to handle data as an array of objects and improve file handling

commit 09120a96e8ed8fe7d8574205fd917e8d923797e3
Merge: d37e9aaa f1e6d5ee
Author: lohit <[email protected]>
Date:   Sun Dec 15 17:38:49 2024 +0530

    Merge pull request #3586 from sanjaikumar-bruno/fix/multipart-file-with-same-key-name

    fix: refactor createFormData function

commit f1e6d5eefe2a2c8580b3d4c2f0f2a4fd0258ac24
Author: lohit <[email protected]>
Date:   Sun Dec 15 17:38:22 2024 +0530

    add createFormData import from utils

commit ba41f17439f5241d5b8d08b4fa6bcf8d32d4f6bc
Merge: f110d898 d37e9aaa
Author: lohit <[email protected]>
Date:   Sun Dec 15 17:34:39 2024 +0530

    Merge branch 'main' into fix/multipart-file-with-same-key-name

commit d37e9aaafa82cabd8ccd846abad80afd0f845951
Merge: eaa4f4e5 5a9bda2a
Author: lohit <[email protected]>
Date:   Sun Dec 15 17:28:23 2024 +0530

    Merge pull request #3522 from sanjai0py/feat/add-isNotEmpty-assertion

    feat: add 'isNotEmpty' assertion operator

commit 5a9bda2a0fb5547aea8c46f54b6ac7afe9d5f87e
Author: lohit <[email protected]>
Date:   Sun Dec 15 17:27:47 2024 +0530

    use to.not.be.empty

commit eaa4f4e57bf842efbca6cd86064f25a9f662651f
Author: Sanjai Kumar <[email protected]>
Date:   Sun Dec 15 16:47:08 2024 +0530

    Fix/global env duplicate name error (#3590)

    * fix: enhance environment name validation for global environments

    * fix: improve environment name validation logic in CreateEnvironment component

    * Update index.js

    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit 8992a457a88a50bbbe665bfb845bdd04e27f1364
Author: _Pragadesh M <[email protected]>
Date:   Sun Dec 15 16:45:54 2024 +0530

    Feat/displaying variable hints as secrets for Global Environment Secrets (#3591)

    * feat: added new utility function `getEnvironmentVariablesMasked`

    * refactor: Update `getAllVariables` function in `collections/index.js`

    * refactor: Update `brunoVarInfo.js` to handle masked environment variables

    * code cleanup

    * feat: Add masked global environment variables functionality

    * refactor: Rename variables for clarity in RequestTabPanel component

    * feat: updates

    * Update index.js

    ---------

    Co-authored-by: Pragadesh-45 <[email protected]>

commit b181aba646bae6a72b6d245dbb6099be2626d9fd
Author: Pragadesh-45 <[email protected]>
Date:   Sun Dec 15 16:44:32 2024 +0530

    feat: enhance collection item deletion and renaming functionality (#3607)

commit 47179535d5a46733dc9dec70c948deddbcef2721
Author: Pragadesh-45 <[email protected]>
Date:   Sun Dec 15 16:40:12 2024 +0530

    fix: update content-type header for XML requests to application/xml (#3648)

commit 316b6323384b6da77c01d6b8e797021e72fe75f6
Author: Pragadesh-45 <[email protected]>
Date:   Sun Dec 15 16:38:56 2024 +0530

    refactor: add sanitization for collection names and improve directory name handling (#3559)

commit dc469afeea9269c3bf98155aae65d7c10a2e2c10
Author: Filip Gaľa <[email protected]>
Date:   Sun Dec 15 12:03:30 2024 +0100

    feat: folder documentation (#3206)

    * add docs, save not working yet

    * working folder docs

    * revert unrelated changes

    * prettier fix

    * allow save folder with command

    * include folder docs in `bruno-collection` json export

    * docs

    ---------

    Co-authored-by: Filip Gala <[email protected]>
    Co-authored-by: lohit <[email protected]>

commit ee715a6dc6449b3d3df576134d1033add2eb56b2
Author: lohit <[email protected]>
Date:   Sun Dec 15 15:40:49 2024 +0530

    chore: headers/vars/script merge fns refactor (#3654)

    * chore: cli code refactoring
    * chore: code refactoring

commit 19ad0ecef79b370462af38e80a6ec5327ca172d4
Author: lohit <[email protected]>
Date:   Sun Dec 15 15:30:58 2024 +0530

    fix: rsbuild related error fixes (#3655)

commit 993424a2b849a9ea9c95be1e4f8b63fc3c3c6ca0
Author: lohit <[email protected]>
Date:   Sun Dec 15 15:30:09 2024 +0530

    fix: bruno-app tests (#3653)

commit 086c4c063e43c594ef0b0822cace611027dc31ab
Author: Pragadesh-45 <[email protected]>
Date:   Sun Dec 15 15:08:36 2024 +0530

    fix: update pathname validation to use basename for directory checks #2193 (#3550)

    * fix: implement custom pathname validation #2193

    * fix: update pathname validation to use basename for directory checks

    * fix: improve error message for invalid pathname in collection.js

commit a6ac98b7097f08ebf7287adfd9df8578cabb340d
Author: Sanjai Kumar <[email protected]>
Date:   Sun Dec 15 14:53:53 2024 +0530

    feat: add support for importing collection-level variables from PM collections (#3481)

    * feat: add support for importing collection-level variables from Postman collections

    * fix: add optional chaining for collection variables in Postman importer

    * Update postman-collection.js

    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit 22ecd0284f43aa56f1fa2a7cec095f476c61e70a
Author: Anoop M D <[email protected]>
Date:   Sat Dec 14 20:29:22 2024 +0530

    chore: updated package-lock

commit 33e86a909768ed1b378edf4d26225d0263e0997e
Author: lohit <[email protected]>
Date:   Sat Dec 14 19:57:04 2024 +0530

    feat: replace nextjs with rsbuild (#3617)

    * poc: bruno app rsbuild
    * fix: updates

    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit 3efcdf254ece8bd758abad3f8b23946a04f78f83
Author: Anoop M D <[email protected]>
Date:   Sat Dec 14 19:42:39 2024 +0530

    fix(#3627): fix rename issues on windows os

commit ea1f385d1cd8f5d8b0ed7cde4134193ea7abb97d
Author: lohit <[email protected]>
Date:   Sat Dec 14 18:55:28 2024 +0530

    fix: rename folder case insensitive (#3635)

    * fix: rename folder case insensitive

    * fix: add hasSubFolders utility and update folder moving logic for Windows OS

    * fix: validations

    * fix: updates

    * fix: updates

    ---------

    Co-authored-by: Pragadesh-45 <[email protected]>

commit 4dcaaab52c92b75f9df63f54b8448ff3217012aa
Merge: 6326dc3d 57d86eb1
Author: lohit <[email protected]>
Date:   Thu Dec 12 17:31:59 2024 +0530

    Merge branch 'main' into fix/remove-jsonbigint-from-cli

commit 6326dc3d9c5bd39d527e8fe700bf5701d66ed950
Author: lohxt1 <[email protected]>
Date:   Thu Dec 12 17:28:15 2024 +0530

    feat: updates

commit a55ed9bd50da2e458b47dc2aa8ddfd62efa9e7a2
Author: lohxt1 <[email protected]>
Date:   Thu Dec 12 14:09:06 2024 +0530

    feat: cli -- system level proxy fix

commit 57d86eb1188a8da0b78572d3d3324fbc0976c28f
Merge: 0c574aeb 85c6b2d9
Author: lohit <[email protected]>
Date:   Tue Dec 10 13:26:45 2024 +0530

    Merge pull request #3624 from lohxt1/fix/cli-brutojson

    fix: cli -- brutojson fn -- req script should be obj by default

commit 85c6b2d97fe17a1836f557f7fcb16af906e15c9c
Author: lohxt1 <[email protected]>
Date:   Tue Dec 10 12:57:03 2024 +0530

    fix: cli -- brutojson fn -- script obj

commit 0c574aeb1e655fad5f1b2c473f53e3c92fc6e9d1
Merge: 67ead973 3fe0d43b
Author: lohit <[email protected]>
Date:   Mon Dec 9 18:52:23 2024 +0530

    Merge pull request #3605 from lohxt1/fix/cli-updates

    fix: cli - include collection level script, updated testbench

commit 3fe0d43bdc25daf568fba1cf656a3ff2c6083ce7
Author: lohxt1 <[email protected]>
Date:   Fri Dec 6 22:58:02 2024 +0530

    fix: cli - collection level script, added tests

commit 67ead9739ed555208d4f04b03a694839e472e7e4
Author: Anoop M D <[email protected]>
Date:   Fri Dec 6 19:33:53 2024 +0530

    chore: temporarily reverting npm cli test runs on windows

commit 36021b5b38b97e54fb50320c0b9ca91a00c39ca7
Author: Anoop M D <[email protected]>
Date:   Fri Dec 6 19:23:56 2024 +0530

    feat: run npm cli tests on macos and windows

commit 1e45725ba13568fbcf86c96edb3238ef66ff37f7
Merge: 5e5656d2 d4616c78
Author: lohit <[email protected]>
Date:   Fri Dec 6 17:51:57 2024 +0530

    Merge pull request #3601 from lohxt1/fix/cli--env

    fix: cli -- envs path resolution

commit d4616c78c8b78adb19b55ce4da2663e58d2eefa4
Author: lohxt1 <[email protected]>
Date:   Fri Dec 6 17:47:27 2024 +0530

    fix: cli envs path resolution

commit 5e5656d268763ccd12ded61e9d24d079c334f1be
Merge: 915ebf33 52e01935
Author: lohit <[email protected]>
Date:   Thu Dec 5 23:08:21 2024 +0530

    Merge pull request #3598 from Pragadesh-45/feat/folder-recursive-rename-win32

    bugfix/folder recursive rename win32 (fixes: #3597) updates: #3236

commit 52e01935f518de1e52881d741bf5fecbd1542fbd
Merge: 99f91231 915ebf33
Author: Pragadesh-45 <[email protected]>
Date:   Thu Dec 5 17:33:21 2024 +0530

    Merge remote-tracking branch 'origin/main' into feat/folder-recursive-rename-win32

commit 99f912312dc0e87edf5be40881ce6c006ae05720
Author: Pragadesh-45 <[email protected]>
Date:   Thu Dec 5 17:27:24 2024 +0530

    fix: add renameSync

commit 915ebf3387488e8f1dd4f5d53854b9fb0ed167bc
Merge: 32153c4d bb18c532
Author: lohit <[email protected]>
Date:   Thu Dec 5 16:01:06 2024 +0530

    Merge pull request #3186 from lohxt1/feat/cli-collection-vars

    feat: adds collection/folder/request vars and scripts support to cli

commit bb18c532da823c6854b7f82bb919462a754c9830
Author: lohxt1 <[email protected]>
Date:   Thu Dec 5 15:47:41 2024 +0530

    chore: updated lock file

commit 4b4bd3bc95a54aa12eed2ff0eb94f4b2ebbf1a19
Author: lohxt1 <[email protected]>
Date:   Thu Dec 5 15:45:36 2024 +0530

    fix: updates

commit 482cb05d63538fea5b515c39ffc410297fb0170a
Author: lohxt1 <[email protected]>
Date:   Thu Dec 5 11:42:23 2024 +0530

    fix: updates

commit 32153c4dbf5652f4a48ef8f27f21d8206e6b1655
Merge: fd22ff89 7535b3d4
Author: lohit <[email protected]>
Date:   Wed Dec 4 20:58:12 2024 +0530

    Merge pull request #3592 from lohxt1/main

    chore: version bump

commit 7535b3d4ba7e616020a1a7ef3869238a5ea0ae2e
Author: lohxt1 <[email protected]>
Date:   Wed Dec 4 20:55:31 2024 +0530

    chore: version bump

commit 4dd4800ee9b86d395c7f0be46a205a9ea1b479be
Author: lohxt1 <[email protected]>
Date:   Wed Dec 4 18:44:20 2024 +0530

    fix: tests

commit e1ebaabcc7c4d34c3e34722495f6567f0aa1a791
Merge: 1c110f0c fd22ff89
Author: lohxt1 <[email protected]>
Date:   Wed Dec 4 17:28:55 2024 +0530

    Merge branch 'main' of lohxt1:lohxt1/bruno into feat/cli-collection-vars

commit f110d898f5ad450d283d1c7e4978a86189f7c3aa
Author: Sanjai Kumar <[email protected]>
Date:   Tue Dec 3 18:01:22 2024 +0530

    fix: refactor createFormData function

commit 5b6172e5ac64d6744a9d564e48d9cb68cb15da80
Author: Pragadesh-45 <[email protected]>
Date:   Tue Dec 3 17:59:48 2024 +0530

    feat: enhance keyboard navigation for language selection in GenerateCodeItem

commit fd22ff89625c88150f4debf1d0b2ff5c200940e0
Merge: eb6944a1 5f5cc5eb
Author: lohit <[email protected]>
Date:   Mon Dec 2 14:14:53 2024 +0530

    Merge pull request #3578 from lohxt1/fix/validate-env-name-validations

    fix: validate env name fn null checks

commit 5f5cc5eb220e29bd074b518a6fa9323e1b1732f7
Author: lohit <[email protected]>
Date:   Mon Dec 2 14:14:10 2024 +0530

    fix: validate env name fn null checks

commit eb6944a1c95a82566cf9d5be9d9bc0bce5273d37
Author: Anoop M D <[email protected]>
Date:   Sun Dec 1 13:52:59 2024 +0530

    fix(#163) - removed max limit on request names

commit b4ea10135083316793811f156e53fc9c2e2d0b06
Author: Sanjai Kumar <[email protected]>
Date:   Sat Nov 30 19:23:39 2024 +0530

    Fix/xml body not getting added during curl import.  (#3547)

    * Add support for XML data handling in curl-to-json utility

    * Refactor XML content type handling in curl utility

commit 0a8217e4abac426446afea450c3a53f48b9d015f
Author: Marc Pfister <[email protected]>
Date:   Sat Nov 30 05:49:05 2024 -0800

    add "docs" to copy for export (#3551)

commit 514da55923cd9e44ca0893be6fdd126d0d40cc8d
Author: Sanjai Kumar <[email protected]>
Date:   Sat Nov 30 19:16:09 2024 +0530

    Fix/improve env modal error when duplicate names (#3557)

    * Enhance environment creation validation and improve error handling

    Co-authored-by: Anoop M D <[email protected]>

commit bd2cf554b65d64019204173cd57ba19c8c1e60a1
Author: lohit <[email protected]>
Date:   Sat Nov 30 18:55:10 2024 +0530

    fix: response pane width shift styling for timeline tab (#3573)

    * fix: posthog api key as a process env var
    * fix: response pane timeline tab inconsistent width

commit 2f752085f3694f878dc6d2f0e5d0f4b3b4bd7cd0
Author: Pragadesh-45 <[email protected]>
Date:   Sat Nov 30 18:51:44 2024 +0530

    fix: humanize-date fixes: #3556 (#3565)

    * fix: humanize-date
    * fix: improve notification handling and enhance date validation

commit f2cfcab091ceaf2e4c54b21a8ad9ac272fb4fa43
Author: Pragadesh-45 <[email protected]>
Date:   Fri Nov 29 12:18:11 2024 +0530

    feat: Graceful handle rename/move: Fix `EPERM` Error When Renaming Parent Folders on Windows (#3236)

    * refactor filesystem.js to use isWindowsOS()

    * add tempDir logic to gracefully rename the parent folder in a collection. fix: `EPERM`

    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit 4283bb4bb0c52b4a3baff31a3976e1fd469c148c
Merge: 1fe7af4f 707cddea
Author: Anoop M D <[email protected]>
Date:   Fri Nov 29 12:16:27 2024 +0530

    Merge branch 'main' into feat/folder-recursive-rename-win32

commit 707cddea9066d61bfdd9e0f87dae76b70dadef79
Author: Pragadesh-45 <[email protected]>
Date:   Fri Nov 29 12:04:59 2024 +0530

    Fix/invalid file name handling (#3274)

    * feat: implement utility function `isValidFilename`
    * refactor: added filename validator checks for `rename-item` and `new-request`
    * chore: added `fileName.startsWith('.')`

commit 39a44e9b4f040f6dc16b374c0ed5b723d8260d1a
Author: Ryan <[email protected]>
Date:   Fri Nov 22 06:07:07 2024 -0600

    Update readme.md (#3520)

commit fb8c54dd7a169b7c9a8e5344505330aa15a428dc
Merge: 3a29e2e3 7400d890
Author: lohit <[email protected]>
Date:   Thu Nov 21 20:56:16 2024 +0530

    Merge pull request #3467 from Pragadesh-45/feat/cli-improvements

    feat: add option to omit headers and skip specific headers in CLI run command output

commit 7400d890e48855f9597a416b7c15a484b750136b
Merge: 15738942 3a29e2e3
Author: lohit <[email protected]>
Date:   Thu Nov 21 20:56:05 2024 +0530

    Merge branch 'main' into feat/cli-improvements

commit 3a29e2e333e62733b58fabc7ce42bf21b5bcc768
Merge: 1fb42986 e9d459fa
Author: lohit <[email protected]>
Date:   Thu Nov 21 20:53:36 2024 +0530

    Merge pull request #3504 from Pragadesh-45/feat/cli-improvements-ssl-related

    feat: add --client-cert-config option for secure connections in CLI run command

commit 1fb42986817d3ff58889282e9a3c51d5be11ab25
Merge: 1238bf72 6d8cc389
Author: lohit <[email protected]>
Date:   Thu Nov 21 17:56:29 2024 +0530

    Merge pull request #2820 from matthewdickinson/feature/cli-cookies

    Added cookie support to CLI requests

commit 6d8cc38946c414a368de878bcd1395144ebc1daf
Author: lohit <[email protected]>
Date:   Thu Nov 21 17:53:09 2024 +0530

    changed `use-cookies` to `disable-cookies`

commit 9d4246d74b6aca0394eff646711a81c3c22b0eaa
Author: lohit <[email protected]>
Date:   Thu Nov 21 17:51:18 2024 +0530

    changed `use-cookies` to `disable-cookies`

    support for sending cookies by default

commit 1238bf72702a545543dbd4877725ce08b1723434
Merge: 1b302299 1c4acf73
Author: lohit <[email protected]>
Date:   Thu Nov 21 17:15:50 2024 +0530

    Merge pull request #3523 from lohxt1/fix/tests-editior-style-fix

    fix: codemirror editors background styling fix

commit e9d459fa5e222bba5a153d53f3aa974d52431e12
Author: Pragadesh-45 <[email protected]>
Date:   Thu Nov 21 17:13:52 2024 +0530

    feat: create cert cert config cli command

commit 1c4acf7301e37bc35c971f19456576fd885fedf8
Author: lohxt1 <[email protected]>
Date:   Thu Nov 21 16:50:11 2024 +0530

    fix: codemirror editor background styling fix

commit 6385d00807661c491e02b5cf313bedde86387525
Author: lohxt1 <[email protected]>
Date:   Thu Nov 21 16:49:20 2024 +0530

    fix: codemirror editor background styling fix

commit 157389424d17670ac39fc38a7252eebf7d9118ad
Author: Pragadesh-45 <[email protected]>
Date:   Thu Nov 21 16:28:28 2024 +0530

    feat: rename CLI option for omitting headers to clarify functionality

commit 1b302299038aa1944497db8bde6a773c3d4776b2
Author: Pragadesh-45 <[email protected]>
Date:   Thu Nov 21 15:48:32 2024 +0530

    Feat/displaying variable hints as secrets (#3268)

    * feat: added new utility function `getEnvironmentVariablesMasked`

commit 72bd1b4cbf0b0577aee535891911a1fa72cbfc56
Author: Pragadesh-45 <[email protected]>
Date:   Thu Nov 21 15:36:15 2024 +0530

    feat: rename CLI options for omitting and skipping headers to clarify reporter context

commit 4a4481a26f3ec18e96aa4aaba89db00f94f60fa0
Author: Sanjai Kumar <[email protected]>
Date:   Thu Nov 21 12:00:25 2024 +0530

    feat: add 'isNotEmpty' assertion operator

commit 0bec17facd44a1f51096813401aff7d4c3d534f8
Merge: 91720529 1c86b5f3
Author: lohit <[email protected]>
Date:   Wed Nov 20 19:57:44 2024 +0530

    Merge pull request #3518 from lohxt1/main

    chore: update package lock file

commit 1c86b5f3401b272bf7f034efedda9871ea00d83c
Author: lohxt1 <[email protected]>
Date:   Wed Nov 20 19:56:44 2024 +0530

    chore: update package lock file

commit 917205299a2095a6d24fddeaa4baa56bf45bd604
Merge: 6c2451b6 916f2863
Author: lohit <[email protected]>
Date:   Wed Nov 20 19:21:41 2024 +0530

    Merge pull request #3517 from lohxt1/fix/video-preview-comp--memo-import

    fix: video preview comp memo import

commit 916f28633eb263406243f6b34642531e12910612
Author: lohxt1 <[email protected]>
Date:   Wed Nov 20 19:20:43 2024 +0530

    fix: video preview comp memo import

commit 6c2451b6f28ab2c68e5f8b3e26fbc228dce50e11
Merge: 28d30b1e 24563bda
Author: lohit <[email protected]>
Date:   Wed Nov 20 19:05:20 2024 +0530

    Merge pull request #3516 from lohxt1/fix/server_rendered-logic

    fix: server_rendered codemirror logic for newer versions of nextjs

commit 24563bdaafcea97583801bb7c6579c524c8cff4e
Author: lohxt1 <[email protected]>
Date:   Wed Nov 20 19:03:36 2024 +0530

    fix: server_rendered codemirror logic for newer versions of nextjs

commit 28d30b1ef71b39837d4809433edb92e3251a8de0
Merge: 56c3bf08 6442e3ce
Author: lohit <[email protected]>
Date:   Wed Nov 20 18:29:54 2024 +0530

    Merge pull request #3515 from lohxt1/feat/delete-env-var--safe-mode-shim

    feat: deleteEnvVar safe mode shim

commit 6442e3ceca070fc529c4584fd73c98f6e2b8a9f5
Author: lohxt1 <[email protected]>
Date:   Wed Nov 20 18:29:19 2024 +0530

    feat: deleteEnvVar safe mode shim

commit 56c3bf08998e6dd72f587b4c7632ee20e08a0d88
Author: arshan1019 <[email protected]>
Date:   Wed Nov 20 18:16:53 2024 +0530

    Fix: (#3383) openapi yaml req body not importing (#3459)

commit 11a3ea9fbb2e4eaca0a147e3b6dcede2e62b9a99
Author: Sanjai Kumar <[email protected]>
Date:   Wed Nov 20 18:16:08 2024 +0530

    remove error logging for missing global environment (#3447)

commit 84095a41838451db15a70ef7024f22d073ed81be
Author: Sanjai Kumar <[email protected]>
Date:   Wed Nov 20 18:14:37 2024 +0530

    fix/ Script execution is prevented by line comments (#3462)

    * refactor: simplify mode settings and update comment toggle functionality
    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit d92dd46d4eb7fbd117100210a6c91e8aaa80d998
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 20 18:08:39 2024 +0530

    fix: added missing translation (#3352)

    Co-authored-by: Anoop M D <[email protected]>

commit a752921413cabfcb2b38e18617a8cedca8dd96d9
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 20 18:07:37 2024 +0530

    feat: add validation to prevent duplicate global environment names (#3450)

commit 44debfd9b94eb57a226deb54b20fca44c25f60ff
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 20 18:06:07 2024 +0530

    fix: improve masking logic in MaskedEditor for large content handling (fixes #2842) (#3472)

    * fix: improve masking logic in MaskedEditor for large content handling

    * fix: remove comment in MaskedEditor masking logic

commit 278ca8bf2977f2bcaf4c22ac5aa3f00bf50e743c
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 20 18:02:06 2024 +0530

    fix: enhance path normalization for WSL compatibility in watcher (#3482)

commit 23c22a96bc32acf44713dd38b84bdfb5df033776
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 20 17:58:59 2024 +0530

    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 <[email protected]>

commit 77d3fa7e1e8b3938e6ac502f2e6c1776139a2118
Author: Sanjai Kumar <[email protected]>
Date:   Wed Nov 20 17:34:00 2024 +0530

    bugfix / Update video preview functionality (#3433)

    * Add video preview functionality and update dependencies
    * Refactor video preview component to use Buffer for base64 decoding and update muted prop syntax

    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit 412a0ed07862c7dd415290f0bb67e954767ee723
Author: Sanjai Kumar <[email protected]>
Date:   Wed Nov 20 17:22:04 2024 +0530

    Now based on the request type appropriate views are shown. (#3340)

    * Now based on the request type appropriate views are shown.

    Co-authored-by: Anoop M D <[email protected]>

commit 1cb0d4e1911a34158675a7ac0ad8fe255e09707d
Author: lohit <[email protected]>
Date:   Wed Nov 20 17:09:02 2024 +0530

    chore: node version bump -- v22.11.0 (#3508)

    node version bump with updates to cipher logic

commit aff7c405cd391fd39b5b160623414f0b8f74d1b3
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:38:59 2024 +0530

    fix: import openapi -- baseUrl env value should not include trailing slash (#3440)

    * fix: openapi baseUrl env value should remove trailing slash

    * feat: updates

commit 59108472a2607b255c6b983377f43ad27de716d7
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:35:55 2024 +0530

    fix: codemirror styling updates (#3439)

commit c4492b5d9424ab6c22c7fac732e06f04c6032704
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:31:44 2024 +0530

    fix: exclude Meta, Alt, Home and End key press for autocomplete trigger (#3441)

commit 7fd7eafdcbf39e40ad6ced12d813273ed333b40f
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:30:50 2024 +0530

    fix: incorrect call of dispatch fn (#3452)

commit 41040bc29622d60b691b8bef05051561ac39fdcf
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 20 03:29:27 2024 +0530

    fix: update image URL and adjust tests for age variable in bruno.bru files (#3483)

    Co-authored-by: Anoop M D <[email protected]>

commit ad5b6256555b460b14f9998a4be42a9c981cf22d
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:26:22 2024 +0530

    fix: checkov CKV_GHA_7 warning (#3489)

    * fix: posthog api key as a process env var

    * fix: checkov bru cli workflow warning

    ---------

    Co-authored-by: Anoop M D <[email protected]>

commit cd629451e4a3a92a0e9d95f5777eba0224b1df7b
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:25:32 2024 +0530

    fix: checkov CKV2_GHA_1 warning (#3488)

    * fix: posthog api key as a process env var

    * fix: checkov tests workflow warning

    * revert: updates

commit dc77ee7c04269a81d40c55137dc894aa2b52efe6
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:24:29 2024 +0530

    feat: moved posthog key to process env (#3490)

commit c322baa9c8fe49c5435bf65004a098522e4b3816
Author: lohit <[email protected]>
Date:   Wed Nov 20 03:22:39 2024 +0530

    fix: server_rendered logic for newer versions of nextjs (#3509)

    * fix: server_rendered condition update

commit b206b70d2e225ce4d3a672c07f50520d14e97f71
Author: lohxt1 <[email protected]>
Date:   Tue Nov 19 12:36:20 2024 +0530

    feat: fix tests

commit 9a325caeeeb06d6428691855791ab7a638b82d70
Author: Pragadesh-45 <[email protected]>
Date:   Tue Nov 19 10:22:55 2024 +0530

    feat: add ssl-cert-list option for secure connections in CLI run command

commit d0ef70473d212d9d1c2d64d998040b25c6a378f5
Author: lohxt1 <[email protected]>
Date:   Mon Nov 18 13:39:55 2024 +0530

    fix: remove json bigint from cli

commit 4894ac2754bd2f56e98ef92d9523065df32b8df4
Author: Anoop M D <[email protected]>
Date:   Fri Nov 15 19:26:30 2024 +0530

    fix: fixed failing test

commit df206dc4d9fe6230016c38b8f8cca9e77924ccf4
Author: lohxt1 <[email protected]>
Date:   Fri Nov 15 10:38:16 2024 +0530

    fix: posthog api key as a process env var

commit 45cc97ee20a5d9fe451a4204eb7b200b090509b6
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 13 14:51:48 2024 +0530

    feat: add option to skip specific headers in CLI run command output

commit 642413e35ce9c46914fd43bbabd24f777fdb7d43
Merge: abb64902 40001949
Author: Pragadesh-45 <[email protected]>
Date:   Wed Nov 13 11:37:29 2024 +0530

    Merge remote-tracking branch 'origin/main' into feat/cli-improvements

commit abb649023209a8b05ff89ba94ce474744d5c79f0
Author: Pragadesh-45 <[email protected]>
Date:   Tue Nov 12 13:27:58 2024 +0530

    feat: add option to omit headers in CLI run command output

commit 40001949b8085ef4c172a0935d28f3791b1224c7
Author: ganesh <[email protected]>
Date:   Mon Nov 11 17:36:11 2024 -0800

    Add a proper example for using the usebruno query library in the README file. (#3464)

commit bdfe9c16f10d38e25257c0e6682dcfe4b406f907
Author: lohit <[email protected]>
Date:   Fri Nov 8 16:57:37 2024 +0530

    fix: cli run-summary count fix for requests with ECONNREFUSED error (#3451)

    * fix: cli run summary for requests with ECONNREFUSED error
    * feat: updates

commit d007feb3d186dc74d3a4855b5670fffba5b193a7
Author: Anoop M D <[email protected]>
Date:   Tue Nov 5 19:28:24 2024 +0530

    release: v1.34.2

commit f827b85f471e1f1aaf9591eaca3f27399877573e
Merge: be4fc2d9 e025ed84
Author: lohit <[email protected]>
Date:   Mon Nov 4 22:07:42 2024 +0530

    Merge pull request #3414 from Pragadesh-45/refactor/collection-folder-settings-check

    Refactor script checking in CollectionSettings and FolderSettings

commit e025ed84362790e82ff480248c6e0d9c9dd3a92e
Author: Pragadesh-45 <[email protected]>
Date:   Mon Nov 4 14:57:03 2024 +0530

    refactor script checking in CollectionSettings and FolderSettings

commit be4fc2d9ad59fbb678a71f973cb57b25ed3c565b
Author: Anoop M D <[email protected]>
Date:   Wed Oct 30 21:03:52 2024 +0530

    release: v1.34.1

commit 5fa7a752849e8a1bfe0c0ab53ebc09a418d2bcf3
Merge: fa22c728 7ddb8c3f
Author: lohit <[email protected]>
Date:   Wed Oct 30 19:37:01 2024 +0530

    Merge pull request #3397 from lohxt1/fix/graphql-editor-search-box

    fix: graphql editor search box styling

commit 7ddb8c3f4dab8807af3187a0a4933bc353000a0f
Author: lohxt1 <[email protected]>
Date:   Wed Oct 30 19:34:08 2024 +0530

    fix: graphql editor search box styling

commit fa22c728ef23d5b5d9d3b609842023e46d63c06e
Merge: 9e07c698 ca2ee673
Author: lohit <[email protected]>
Date:   Wed Oct 30 18:52:00 2024 +0530

    Merge pull request #3396 from lohxt1/fix/codeeditor-search-box-text-alignment

    fix: codeeditor search box desc alignment fix

commit ca2ee673f37b8a7da49ec3862fed3e6cbdad0e20
Author: lohxt1 <[email protected]>
Date:   Wed Oct 30 18:50:40 2024 +0530

    fix: codeeditor search box desc alignment fix

commit 9e07c698d89448109782df4475b154f0b18dfffd
Merge: a580f88f c4148b9e
Author: lohit <[email protected]>
Date:   Wed Oct 30 18:16:33 2024 +0530

    Merge pull request #3394 from lohxt1/fix/codeeditor-search-box

    fix: codemirror styling css vars

commit c4148b9e40c5ae0c04dac277e412484f33243cd8
Author: lohxt1 <[email protected]>
Date:   Wed Oct 30 18:15:12 2024 +0530

    fix: codemirror styling css vars

commit a580f88f63b7a2b4daf1f53611b5109d3b82d95d
Merge: fe2b45f9 6bebbfe9
Author: lohit <[email protected]>
Date:   Wed Oct 30 18:02:54 2024 +0530

    Merge pull request #3392 from lohxt1/fix/oauth2-global-env-values

    fix: include global env varaibles for oauth2

commit fe2b45f9ea770a160151c7a571656dc7e1351622
Merge: 22bc1d4a 38110366
Author: lohit <[email protected]>
Date:   Wed Oct 30 18:02:39 2024 +0530

    Merge pull request #3393 from lohxt1/fix/codeeditor-search-box

    fix: code editor styling fixes -- search box, folding marker

commit 381103663f1db0ec51eb094cabc459440cd264fc
Author: lohxt1 <[email protected]>
Date:   Wed Oct 30 17:00:36 2024 +0530

    fix: codemirror editor folding marker styling

commit 425c90b6eb5954ab8feb19024f2ff8c64a5f0abd
Author: lohxt1 <[email protected]>
Date:   Wed Oct 30 16:54:55 2024 +0530

    fix: code editor search box styling

commit 6bebbfe9f334a773133348267dbfe5ee6e934f85
Author: lohxt1 <[email protected]>
Date:   Wed Oct 30 16:35:52 2024 +0530

    fix: include global env varaibles for oauth2

commit 22bc1d4ac55667ea0dfd64f5f91101bcd1f9e577
Author: Pragadesh-45 <[email protected]>
Date:   Wed Oct 30 16:19:14 2024 +0530

    Feat/content indication for collections and folders (#3359)

    feat: content indication for collections and folders

commit e8530a1022d16be1c5524eb53a01e91ac33da592
Merge: 9aa84a25 f8f00f1d
Author: lohit <[email protected]>
Date:   Mon Oct 28 17:25:33 2024 +0530

    Merge pull request #3375 from lohxt1/chore/upgrade-electron-builder-lib

    chore: upgrade electron-build version

commit f8f00f1daa19783e0d6e3de402e96a0c510980c8
Author: lohxt1 <[email protected]>
Date:   Mon Oct 28 15:53:11 2024 +0530

    chore: upgrade electron-build version

commit 9aa84a259c2ff6f57d5704cceaeb711d9be6aac4
Author: Sai K K <[email protected]>
Date:   Mon Oct 28 02:28:11 2024 +0530

    fix: can't create collection on empty directory (#3256)

commit 4ea141fd73b87c84232e415fca6e0d80317fac85
Author: lohit <[email protected]>
Date:   Fri Oct 25 19:40:54 2024 +0530

    feat: library upgrades (#3361)

commit 2f9d54151ec66ecb0180f40a12f45205247288b7
Author: Anoop M D <[email protected]>
Date:   Fri Oct 25 18:21:59 2024 +0530

    chore: updated node version as v20 in contributing readme

commit 796fa0c27c03f5f07616adfbbd94c6a3c34dde3b
Author: Anoop M D <[email protected]>
Date:   Thu Oct 24 20:50:26 2024 +0530

    release: v1.34.0

commit a7f05db1d6a4f221a3dcdbc36e53931a50d13c22
Merge: d92e8068 0c7d513d
Author: lohit <[email protected]>
Date:   Thu Oct 24 15:34:20 2024 +0530

    Merge pull request #3348 from lohxt1/fix/electron-build-package-lock

    chore: update lock file

commit 0c7d513d9ead0c69d7b166b7f6057cf0cb6d3ff1
Author: lohxt1 <[email protected]>
Date:   Thu Oct 24 15:33:34 2024 +0530

    chore: update lock file

commit d92e80689970e12e7c99f3a3adfa5f03f4b414ea
Author: lohit <[email protected]>
Date:   Thu Oct 24 15:00:14 2024 +0530

    fix: selected global env switch (#3344)

commit d70d4a482b3c1f40644be4b973634ab00b1bc22f
Author: lohit <[email protected]>
Date:   Thu Oct 24 14:59:54 2024 +0530

    feat:add res() function shim to safe-mode (#3345)

commit c82203a059ef946a8f179f27965d35a6a848a48d
Merge: 6588dcf2 66bb32a6
Author: lohit <[email protected]>
Date:   Thu Oct 24 14:57:13 2024 +0530

    Merge pull request #3347 from lohxt1/fix/revert-electron-builder-version

    fix: revert electron-builder version

commit 66bb32a68350bdae92934ad888ada6ec582f029b
Author: lohxt1 <[email protected]>
Date:   Thu Oct 24 14:56:37 2024 +0530

    fix: revert electron-builder version

commit 6588dcf2fdc97e7f62d80fa4f5ab56586b6fb996
Author: Giuseppe <[email protected]>
Date:   Wed Oct 23 17:30:27 2024 +0200

    Fixes Issue #3233: set httpsAgentRequestFields…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants