lohit
2ee7ce5829
persist request/folder uids after request/folder resequencing and ui updates ( #4611 )
...
* move file/folder uids to new paths
* drag file/folder preview ui updates, can item be dropped ui hint check
---------
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-06 22:20:59 +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
Anoop M D
921e1af72b
Merge pull request #2958 from lzl0304/fix-2508
...
bugfix/chokidar disables globbing
2025-04-10 20:10:42 +05:30
lohit
9bde3c44f7
filename support for requests and folders ( #4111 )
2025-03-14 20:07:33 +05:30
Anoop M D
9f5f975f70
feat: async parser workers ( #3834 ) ( #3887 )
...
feat: async parser workers (#3834 )
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2025-01-29 02:53:53 +05:30
Anoop M D
3efcdf254e
fix( #3627 ): fix rename issues on windows os
2024-12-14 19:42:39 +05:30
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
lzl0304
f972733426
bugfix/chokidar disables globbing
2024-08-29 10:30:38 +08:00
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
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
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
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
Anoop M D
665428a2d0
feat( #224 ): proxy support feature - gui layer
2023-09-28 03:06:53 +05:30
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
e3ce420216
feat( #122 ): supporting process.env vars in UI and electron layer
2023-09-23 02:55:54 +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
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
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
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
Anoop M D
c4abe54c3f
fix: disable watcher updates on env directories
2023-01-19 02:00:02 +05:30
Anoop M D
f34e9f7b26
chore: fixed typo
2023-01-18 14:47:43 +05:30
Anoop M D
76b0729af3
feat: ditched web, all in on desktop app
2023-01-18 04:11:42 +05:30
Anoop M D
b6c3205474
feat: integrating app with the bru lang
2023-01-17 02:00:58 +05:30
Anoop M D
e98f219448
feat: local collections environment sync
2022-10-18 03:39:36 +05:30
Anoop M D
c258bc1590
feat: electron build for mac
2022-10-17 21:04:05 +05:30
Anoop M D
f2ffca35da
feat: local collections displayed separately ( resolves #22 )
2022-10-16 01:05:52 +05:30
Anoop M D
44aa019754
feat: local filesystem collections ( resolves #22 )
2022-10-15 20:14:43 +05:30