lohit
ea1f385d1c
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 <temporaryg7904@gmail.com >
2024-12-14 18:55:28 +05:30
Pragadesh-45
278ca8bf29
fix: enhance path normalization for WSL compatibility in watcher ( #3482 )
2024-11-20 18:02:06 +05:30
lohit
d448599a53
feat: ui-state-snapshot ( #3215 )
...
* wip: save env
* feat: updates
* feat: updates
2024-09-30 16:51:49 +05:30
lohit
f35b715c6f
feat: restrict access to system process env vars ( #3226 )
2024-09-30 16:39:05 +05:30
Timon
8de6b72ab9
Fix/enospc ( #2789 )
...
* fix: Handle ENOSPC error from chokidar
Now listens to the error event to check if "ENOSPC" occurrs.
The watcher will then automaticly restart in polling mode, so that
the user still sees his reqeusts / collections.
Fixes: https://github.com/usebruno/bruno/issues/1877
* Add more code comments, add !forcePolling to prevent endless loops and update error message
* fix: Also listen for EMFILE for too many watched files
2024-08-14 15:20:17 +05:30
Timon
1e0c88a291
fix: Handle ENOSPC error from chokidar ( #2725 )
...
* fix: Handle ENOSPC error from chokidar
Now listens to the error event to check if "ENOSPC" occurrs.
The watcher will then automaticly restart in polling mode, so that
the user still sees his reqeusts / collections.
Fixes: https://github.com/usebruno/bruno/issues/1877
* Add more code comments, add !forcePolling to prevent endless loops and update error message
2024-08-08 16:04:54 +05:30
Anoop M D
45ff36d394
Folder level Headers, Scripts and Tests ( #2529 )
...
* [Feature] : Settings on folder level (#1334 )
* feat(folder_settings): enable settings tab from folder, currently not using folder.bru
* feat(folder_settings): read and write in folder settings only in headers, ignore folder.bru file il requests list
* feat(folder_settings): merge collection and folder settings when sending network request
* feat(folder_settings): remove console, testing headers merging working fine
* feat(folder_settings): add missing endl for prettier check, remove redundant imports
---------
Co-authored-by: Baptiste POULAIN <baptistepoulain@MAC882.local >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
* feat: folder level scripts and tests
* feat: folder level variables (#2530 )
---------
Co-authored-by: Baptiste Poulain <64689165+bpoulaindev@users.noreply.github.com >
Co-authored-by: Baptiste POULAIN <baptistepoulain@MAC882.local >
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-07-01 12:52:56 +05:30
Anoop M D
4f7c295b88
Revert "fix ignore folders ( #1929 )" ( #2048 )
...
This reverts commit acca7984a4 .
2024-04-10 02:34:06 +05:30
Lukáš Linhart
acca7984a4
fix ignore folders ( #1929 )
...
Co-authored-by: Linhart Lukáš <Lukas.Linhart@tescosw.cz >
2024-04-10 02:29:14 +05:30
James Hall
6629d5a2c8
fix( #1521 ): only show Recent Documents menu on supporting platforms. ( #1585 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-03-12 23:33:30 +05:30
Anoop M D
6a2754d4fb
feat: refactor and improve notifications implementation
2024-03-12 02:50:06 +05:30
James Hall
8287126deb
Recent documents menu ( #1582 )
...
* Adds recent documents menu.
* Removes erroneous import.
* Open collection from recent document menu.
2024-02-14 02:47:32 +05:30
Anoop M D
123bf198a3
feat( #1496 ): handling edge cases for ignore config
2024-02-05 03:27:20 +05:30
fredjeck
cb95b5f36a
Introduces a new bruno.json configuration property named 'ignore' allowing to specify which files or folders should be ignored in the collection. ( #1514 )
...
Also makes sure the behavior of legacy collections is not altered.
Fixes issue #1496
2024-02-05 03:04:54 +05:30
Gyunseo Lee
9f6890b769
feat: set the polling mode based on path type
2023-12-18 17:56:12 +09:00
Jonathan Gruber
3687594cc4
feat( #762 ): Add menu entry for preferences and add shortcut fora it
2023-10-24 13:17:47 +02:00
Its-treason
72521a6007
fix( #529 ): Fix Ctrl+W closes Bruno
...
The default shortcut to close in the menu is Ctrl+W, I changed it
to Ctrl+Shift+Q because firefox uses this shortcut for closing
2023-10-11 22:09:11 +02:00
Anoop M D
1ce8d707f1
feat( #334 ): collection level headers, auth, scripts and tests
2023-10-09 06:18:05 +05:30
Anoop M D
c6fef2f1be
chore: removed legacy code
2023-10-08 01:01:40 +05:30
Anoop M D
faf8581ddf
feat( #253 ): hide hotkey
2023-10-08 00:55:09 +05:30
Anoop M D
5a89d12716
feat: removed legacy v1 bru lang auto migrate functionality
2023-10-07 00:25:26 +05:30
Michał Szymborski
a71afc8f73
fix( #399 ): loading environment with empty secret variable fails
2023-10-05 19:38:17 +02:00
Mirko Golze
f4f093d4db
#203 #254 #231
...
add icon to asar content, change styling to allow copying the content
2023-09-30 21:56:21 +02:00
Josh Soref
7313d1b4d7
spelling: occurred
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-09-28 14:11:49 -04:00
Anoop M D
559fcb0806
Merge pull request #225 from mirkogolze/feature/191-interpolate-header-names
...
#191 interpolate header names with variables
2023-09-28 04:38:37 +05:30
Anoop M D
665428a2d0
feat( #224 ): proxy support feature - gui layer
2023-09-28 03:06:53 +05:30
Mirko Golze
6a2ba0f746
try other way to retrieve icon path for about window
2023-09-27 22:39:22 +02:00
Anoop M D
c0b7dad030
feat( #224 ): proxy support feature - electron layer
2023-09-28 00:58:05 +05:30
Anoop M D
2dadad3af0
Merge branch 'main' into feature/env-secrets
2023-09-24 23:11:45 +05:30
Anoop M D
9c4c219b99
feat( #199 ): Env Secrets - UI and Electron Layer updates
2023-09-24 23:02:39 +05:30
Anoop M D
a5a17cf8eb
fix( #131 ): fixed macos ctrl+a select all issue
2023-09-24 02:47:05 +05:30
Anoop M D
c5a86cb343
feat: documentation link in app titlebar
2023-09-24 02:33:58 +05:30
Jeff Printy
aea1cbba9e
Issue #203 Add about-window to help menu
2023-09-22 23:17:53 -05:00
Anoop M D
e3ce420216
feat( #122 ): supporting process.env vars in UI and electron layer
2023-09-23 02:55:54 +05:30
Anoop M D
c91fef2264
chore: refactor electron storage related modules
2023-09-22 20:38:45 +05:30
Anoop M D
67fe264494
chore( #197 ): ran prettier on packages/bruno-electron
2023-09-22 00:36:42 +05:30
Anoop M D
a1c9625aee
feat( #168 ): disable ssl option
2023-08-30 20:31:15 +05:30
Anoop M D
c27c750c3e
feat: preferences local storage and electron sync
2023-08-19 00:36:37 +05:30
Anoop M D
94baee8e25
feat: Preferences (General Tab)
2023-08-18 01:09:00 +05:30
Anoop M D
224b8c3cc4
feat: vars runtime in UI
2023-02-21 15:26:12 +05:30
Anoop M D
925af1f26f
feat: vars implementation in UI
2023-02-21 13:05:51 +05:30
Anoop M D
e1b97643bd
fix: fixed issue with separators in electron menu #92
2023-02-17 13:47:13 +05:30
Anoop M D
8103554545
fix: disable app reload #94
2023-02-17 13:39:05 +05:30
Anoop M D
f69332d9c3
feat: automagically migrate users of bru v1 to bru v2
2023-02-07 01:19:32 +05:30
Anoop M D
963b0c257f
feat: integrate new env model of bru lang
2023-02-06 23:22:48 +05:30
Anoop M D
22a14aa67a
feat: making request and response scripts work
2023-02-06 23:00:50 +05:30
Anoop M D
c3236d4eb1
feat: making changes in app to use the new bru lang format
2023-02-05 01:25:36 +05:30
Anoop M D
a0903a5842
fix: fixed many bugs (too many to count :) )
2023-02-01 21:21:21 +05:30
Anoop M D
43b9412ddb
chore: rename package
2023-01-22 18:32:28 +05:30
Anoop M D
21c9c8b4fb
feat: drag and drop for files and folders
2023-01-20 00:45:07 +05:30