Jack Scotson
0f1fb72e21
fix( #251 ): Re-add platform var
2023-10-14 16:38:12 +01:00
Jack Scotson
7808a6db05
Revert "fix( #251 , #265 ): phantoms folders fix on rename/delete needs to be run only on windows"
...
This reverts commit fcc12fb089 .
# Conflicts:
# packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js
# packages/bruno-app/src/utils/common/platform.js
2023-10-14 16:36:10 +01:00
Jack Scotson
b07ccbdfab
adds PATH_SEPARATOR constant
2023-10-14 16:32:29 +01:00
Nikhil569
4b297f32e0
Would allow bruno to show images
2023-10-11 02:56:01 +05:30
Anoop M D
12f3f802a7
request save control
2023-10-07 09:02:19 +05:30
Anoop M D
90fedc8ec6
fix( #334 ): fixed yaml response parsing issue
2023-10-04 22:55:17 +05:30
pedward99
d63e7371fe
Fix for XML Formatting Options
2023-10-02 10:39:29 -04:00
Anoop M D
bfc03f5ae4
fix( #279 ): fixed codemirror crashes resulting in white screen
2023-10-02 15:25:59 +05:30
Anoop M D
fcc12fb089
fix( #251 , #265 ): phantoms folders fix on rename/delete needs to be run only on windows
2023-10-02 04:17:35 +05:30
Anoop M D
3c4ef2f2df
Merge pull request #256 from brahma-dev/main
...
Ensure that adjacent variables are rendered in separate spans.
2023-10-01 00:19:46 +05:30
Brahma Dev
4c89f31934
Decrease likelihood of any unintentional classname clash.
2023-09-29 21:58:46 +00:00
Brahma Dev
0b83fbb7ce
Add a randomly generated classname to each variable so that CodeMirror does not merge adjacent variables into the same SPAN.
2023-09-29 21:41:54 +00:00
Anoop M D
f99918d725
fix( #229 ): fixed handling of non-JSON/XML content types
2023-09-30 02:44:30 +05:30
Anoop M D
cd3b8a948e
fix( #227 ): fixed json formatting issue
2023-09-28 10:15:54 +05:30
pedward99
b814c84411
Clean Up
2023-09-26 09:22:41 -04:00
pedward99
9c8ef09d01
XML Format working
2023-09-25 13:13:14 -04: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
19a7f397bb
feat( #197 ): prettier formatting on all files in packages/bruno-app
2023-09-18 13:37:00 +05:30
Paul Edwards
aeb29393c5
Code Editor Mode and formatting
2023-07-19 20:06:37 -04:00
Paul Edwards
ad905d1a0a
XML Indenting with header check
2023-04-26 22:06:52 -04:00
Anoop M D
b6528062f0
fix: fixed issue where postman collection import was failing when the filename had / or ? chars ( #147 )
2023-04-20 11:46:55 +05:30
Anoop M D
943e74c327
fix: fix windows filepath issues #89
2023-02-12 21:46:42 +05:30
Anoop M D
58bc247c53
feat: collection runner
2023-02-01 17:06:04 +05:30
Anoop M D
d01cada16c
fix: fix json stringify bug in response timeline
2023-01-21 19:54:06 +05:30
Anoop M D
60fc13c765
feat: refactor codemirror bruno variables mode
2023-01-21 01:17:27 +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
Bram Hoven
ea3a9394c9
Improve error for workspace deletion ( #39 )
...
* Move dmg-license to optionalDependencies so it can be installed on windows
* Extend toastError to accept a default error message
* Throw BrunoError when in deleteWorkspace
* Handle errors with the toastError
* Use existing parseError for getting errorMsg in toastError
2022-10-21 23:57:42 +05:30
Anoop M D
ba219d66db
feat: prettier config
2022-10-20 15:09:30 +05:30
Anoop M D
ecc2252e84
feat: persist active workspace in local storage
2022-10-16 17:24:30 +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
Anoop M D
6b0ccac1bf
feat: support adding and removing collections from workspaces
2022-10-14 00:20:02 +05:30
Anoop M D
539cdef9ca
feat: moved next app to its own package ( resolves #21 )
2022-10-09 16:13:11 +05:30