Commit Graph

2060 Commits

Author SHA1 Message Date
lohit
d7fc24a1c1
fix: tests (#2876) 2024-08-21 12:45:29 +05:30
Anoop M D
6b3c5f6e1a chore: fix cli tests 2024-08-21 12:12:30 +05:30
Anoop M D
b8138e20a0 chore: updated github workflow of tests 2024-08-21 12:00:06 +05:30
lohit
7b3a5486db
wip: safe mode updates (#2874)
* wip: safe mode updates

* wip: safe mode updates
2024-08-21 10:44:50 +05:30
lohit
64cb45c09a
feat: safe mode quickjs updates (#2866)
* wip: safe mode updates

* wip: safe mode quickjs updates

* wip: safe mode updates

* wip: safe mode updates

* wip: safe mode updates
2024-08-20 19:14:03 +05:30
lohit
35376305ae
feat: added bru.sleep shim (#2858)
* fix: added console fn for cli

* wip: added bru.sleep shim

---------

Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-08-19 18:04:00 +05:30
Anoop M D
0c668c16f7 chore: code cleanup 2024-08-19 17:57:50 +05:30
Anoop M D
d4beb7ddda chore: code cleanup 2024-08-19 11:59:43 +05:30
Anoop M D
bd3388d226 Merge branch 'feat/safe-mode-quickjs' of github.com:usebruno/bruno into feat/safe-mode-quickjs 2024-08-19 11:36:51 +05:30
Anoop M D
d187a8efab chore: code cleanup + cli updates 2024-08-19 11:36:24 +05:30
lohxt1
a209a59cf6 Merge branch 'feat/safe-mode-quickjs' of lohxt1:usebruno/bruno into feat/safe-mode-quickjs--2 2024-08-19 11:27:23 +05:30
lohxt1
98e4f5591c wip: safe-mode updates 2024-08-19 11:21:32 +05:30
Anoop M D
1bf3a15784 feat: removed isolated-vm sandbox 2024-08-19 11:00:27 +05:30
lohit
126c648d7d
wip: code cleanup, added axios shim to quick js vm (#2851)
* wip: code cleanup, added axios, nanoid shims for quickjs vm
* wip: test fn fix
* wip: scrip exec fix
* wip: added node-fetch & uuid shims
2024-08-19 10:30:19 +05:30
lohxt1
b28ad3f55f wip: added node-fetch & uuid shims 2024-08-19 09:01:09 +05:30
lohxt1
60441c8394 wip: scrip exec fix 2024-08-16 22:47:38 +05:30
lohxt1
666512cf09 wip: test fn fix 2024-08-16 22:31:45 +05:30
lohxt1
e81029f28b wip: code cleanup, added axios, nanoid shims for quickjs vm 2024-08-16 22:24:21 +05:30
lohit
a42689a717
added async await functionality for scripts, tests. sync execution of asserts using quick-js (#2846) 2024-08-16 18:11:40 +05:30
Anoop M D
7182ef3479 feat: testing quickjs sanbox 2024-08-13 19:05:57 +05:30
Anoop M D
8eac761583 feat: testing quickjs sanbox 2024-08-13 18:59:15 +05:30
Anoop M D
81d660afd7 feat: testing quickjs sanbox 2024-08-13 17:22:08 +05:30
lohit
bde2c57a23
feat: safe mode updates (#2813)
* feat: safe mode updates
* feat: safe-mode updates
2024-08-12 16:52:59 +05:30
Anoop M D
9955b8796e feat: safe mode updates 2024-08-12 14:10:52 +05:30
Anoop M D
3b3fa8a856 feat: safe mode updates 2024-08-12 13:10:21 +05:30
Anoop M D
c687856a9e feat: safe mode updates 2024-08-12 12:28:41 +05:30
Anoop M D
033bba1805 feat: safe mode updates 2024-08-12 12:27:32 +05:30
Anoop M D
4fcb6f0980 feat: safe mode updates 2024-08-11 23:14:08 +05:30
Anoop M D
e4d2e5c1cf feat: safe mode updates 2024-08-11 19:22:48 +05:30
Anoop M D
969fe8e3cf feat: safe mode updates 2024-08-11 18:19:15 +05:30
Anoop M D
6d01c46d50 feat: safe mode updates 2024-08-11 18:02:05 +05:30
Anoop M D
751c7aa16d feat: safe mode updates 2024-08-11 16:11:12 +05:30
Anoop M D
b2baa1e48d feat: safe mode updates 2024-08-10 21:59:13 +05:30
Anoop M D
f834eb4425 feat: safe mode updates 2024-08-10 21:30:50 +05:30
lohit
26f8dd7a7b
Safe Mode using isolated-vm (#2511)
feat: safe mode using isolated vm
2024-08-10 16:05:57 +05:30
Sushant Kumar
7e305be817
(feat) Add shade to modal header in dark mode (#2784) 2024-08-08 18:39:29 +05:30
Niklas
4c3fe2f719
Add TRACE to allowed import methods (#2783) 2024-08-08 17:28:17 +05:30
Rinku Chaudhari
de226d2e44
feat: added runner delay (#2218)
* feat: added runner delay

* fix: check if delay is greater than 0

* fix: input type number and added missing onclick
2024-08-08 17:13: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
29db85a916 chore: placeholder ux improvements 2024-08-08 16:00:56 +05:30
Pragadesh-45
edb8708dde
UX - improvements Input Placeholders (#2780)
* add placeholders

* placeholders for clone collection

* placeholders for inputs, placeholder-global-opacity, change cursor type for clickables

* revert placeholders for collection creation and collection cloning

* revert c-placeholder

* revert: cliert cert placeholder
2024-08-08 15:48:54 +05:30
lohit
9fdfee0083
fix: generate oced modal height style (#2772) 2024-08-07 17:32:27 +05:30
Anoop M D
72c3aaa5ba chore: bumped version 2024-08-07 12:21:46 +05:30
Anoop M D
eb1c10fd6e feat: mac specific os styling 2024-08-06 18:49:35 +05:30
Sam Ho
911e3aa589
feat: comment with keybinding (cmd + /) in JSON payload interface (#2634)
Co-authored-by: Sam Ho <kwunting.ho@bt.com>
2024-08-06 17:36:51 +05:30
Pragadesh-45
2358aa4cdc
Bugfix/window UI distortion electron (#2765)
* set initial window: false

* set window: true after loading the window state

* added ready-to-show event
2024-08-06 16:08:32 +05:30
Joel Wetzell
800dbcfdbc
add cache to cli-test job in tests workflow (#2766) 2024-08-06 16:05:05 +05:30
Anoop M D
d7ec3d1cc5
Revert "fix: BigInters are now correctly shown in the response (#2736)" (#2768)
This reverts commit 3e2a3b65a4.
2024-08-06 16:00:49 +05:30
Vincenzo De Petris
92073e7573
fix: draft variables and headers (#2651)
* fix: extract variables and headers from the provided request

* fix: handling draft headers and vars

* fix: handling draft headers and vars

---------

Co-authored-by: Vincenzo De Petris <vincenzodepetris@gmail.it>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-08-06 14:32:54 +05:30
Timon
3e2a3b65a4
fix: BigInters are now correctly shown in the response (#2736)
Fixes: #1753
2024-08-06 13:01:30 +05:30