Pragadesh-45
b181aba646
feat: enhance collection item deletion and renaming functionality ( #3607 )
2024-12-15 16:44:32 +05:30
lohit
33e86a9097
feat: replace nextjs with rsbuild ( #3617 )
...
* poc: bruno app rsbuild
* fix: updates
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-12-14 19:57:04 +05:30
lohxt1
0fa0b3ef85
fix: generate code updates
2024-10-08 16:46:26 +05:30
lohxt1
a8fce54e97
feat: global env var highlight and interpolation
2024-09-30 11:48:30 +05:30
Pragadesh-45
8e222189bc
Bugfix/rename with same name ( #3171 )
...
* fix rename with same name with different case
* added `_temp` to the filename to change the request name (handle case insensitivity) on Win and macOS
* chore: remove whitespaces and added path added path resolver
* refactor: wslpath check
* feat: safeToRename check added
* refactor
* refactor: code cleanup
* chore: improved error message
---------
Co-authored-by: Linhart Lukáš <Lukas.Linhart@tescosw.cz >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-26 11:07:45 +05:30
Sanjai Kumar
63d4757bfa
Refactor CollectionItem component to conditionally render dropdown item for non-folder items with type 'http-request' or 'graphql-request' ( #3190 )
2024-09-25 14:10:49 +05:30
ajubin
5889e114d4
feat(code-export): add support to grapqhl ( #1288 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-25 10:38:41 +05:30
lohit
fc79436787
fix: updates ( #3158 )
2024-09-21 19:49:50 +05:30
anusreesubash
721d0e1e49
Improved Request Count Calculation and UI Handling in RunCollectionItem ( #2959 )
...
* Fix | properl calculates the request number for folder run
* Chore|formatted document
---------
Co-authored-by: Anusree Subash <anusree@usebruno.com >
2024-09-16 00:33:15 +05:30
Anoop M D
3dfb27d447
feat: display shell code exporter at the top
2024-09-16 00:12:36 +05:30
Huynh Tien
7dd639192c
Support more languages in Generate Code ( #2991 )
...
* generate languages for all targets
* change target client name
* add scroll bar
* remove debug log
2024-09-16 00:06:06 +05:30
Pragadesh-45
4726f5008e
style chore: make delete div bg important ( #2949 )
2024-08-29 10:43:32 +05:30
Max Bauer
ee7f886c03
feat: adjust code editor font size ( #2204 )
...
* add font-size setting for code editor
* add code font size to remaining editors
* align font-size after font-family
* changed default font size to 14
* fixed className typo
* set inherit mode if unset
* add code font size schema validation
* add font size to folder settings
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-08-27 18:26:58 +05:30
Pragadesh-45
4ddccefee3
fix: multiple tab collection level settings ( #2905 )
...
* added isFolderSettingsOpenedInTabs logic
2024-08-27 11:51:19 +05:30
Nikhil569
caa0a22e74
Shorten method name for OPTIONS and DELETE ( #588 )
2024-08-24 01:30:19 +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
lohit
ab9bcbe5ed
feat/rename collectionVariables variable name to runtimeVariables ( #2638 )
...
* pr review changes
* collection root object in export json
* import environment updates
* tests run execution order fix for collection runs
* updated validations
* collectionVariables -> runtimeVariables
* removed husky, adjusted indentation
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-07-17 17:21:03 +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
Jean Lethiec
fd57b2ce94
Add collection var to CodeEditor props ( #2501 )
...
Co-authored-by: jean_lethiec <Jean_LETHIEC@connect-tech.sncf >
2024-06-28 20:10:14 +05:30
Leonardo Ferreira Lima
a0df5138b3
fix: add authorization token to generate code ( #1792 )
...
fixes #1791
2024-06-19 16:09:21 +05:30
lohit
2621c384c0
Fix/params tests ( #2398 )
...
* fix: params test
* undeclared variable old code
2024-05-31 17:52:14 +05:30
lohit
b63ae360fe
fix: params test ( #2395 )
2024-05-31 15:55:23 +05:30
lohit
470d162fb6
fix/path param ( #2388 )
...
* fix(#484 ): minor code fixes
* code fixes
* fixes for generateCode
* var change
* pr review fixes
2024-05-30 23:09:34 +05:30
Sanjai Kumar
abfd14a306
Feat/improved path params ( #2357 )
...
* feat: path parameters (#484 )
* add path parameters on bruno-app
* add path parameters on bruno-cli
* fix bruno-schema testing
* fix generate request code not replace path parameter value
---------
Co-authored-by: game5413 <febryanph10@gmail.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
* feat: Refactor request parameter handling
- Update prepare-request.js to filter and rename 'paths' to 'params' with type 'path'
- Remove 'paths' from export.js and interpolate-vars.js
- Update bru.js to use 'params' instead of 'path'
- Update requestSchema in index.js to use 'keyValueWithTypeSchema' for 'params'
Co-authored-by: game5413 <febryanph10@gmail.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
* feat: Refactor request parameter handling
* refactor: changes form the review
* refactor: Refactor transformItemsInCollection handling
* refactor: Refactor improved export/import functionalities
* refactor: Remove console.log statement in bruToJson.js
---------
Co-authored-by: game5413 <37659721+game5413@users.noreply.github.com >
Co-authored-by: game5413 <febryanph10@gmail.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-05-30 15:49:14 +05:30
Rinku Chaudhari
0173d8812d
feat: save unsaved request changes before renaming ( #2018 )
...
* feat: show unsaved changes alert while renaming request
* fix: save unsaved request changes silently instead of showing dialog
* fix: save unsaved request changes before renaming
2024-04-10 01:43:30 +05:30
lohit
e2d754702a
feat(#BRU-10) - codeeditor syntax colors for system theme ( #1595 )
2024-02-19 17:30:49 +05:30
Anoop M D
00e11e3177
fix: fixed ui module loading issue
2024-01-29 19:25:43 +05:30
Anoop M D
7ba9b839da
feat( #1460 ): use new interpolation lib in app, electron, cli
2024-01-29 17:17:24 +05:30
Anoop M D
fcc3a1e944
fix( #1329 ): fix code generation issue
2024-01-05 14:28:02 +05:30
Gustavo Fior
d0c25d46c9
fix #1208 : add collection headers to code generated ( #1316 )
...
* fix collection headers in code generator
* remove logs
2024-01-04 13:55:13 +05:30
Anoop M D
82bafd5268
chore: adjusted copy icon position in code generator
2023-12-15 00:29:01 +05:30
Sebastien Dionne
f8ff305cf4
And adding style to GenCode
2023-12-12 19:54:27 -05:00
Sebastien Dionne
c2c2ef6e2b
Use tabler icon
2023-12-12 17:53:37 -05:00
Sebastien Dionne
89c5fc2f03
Add copy to clipboard icon
2023-12-10 15:12:04 -05:00
Jérôme Dathueyt
c62f96c96e
New clone option for folders
2023-11-22 20:57:11 +01:00
Jérôme Dathueyt
fd1e8f6aa8
Added missing import
2023-11-22 09:05:23 +01:00
Jérôme Dathueyt
738c6af797
Added ability to run a single item
2023-11-22 08:49:37 +01:00
Adarsh Lilha
043b80171e
fix headers in code generator
2023-11-10 03:27:17 +05:30
Mika Andrianarijaona
c46fbfbde3
feat: add class when collection name is hovered during drag and drop
...
Resolves #849
2023-11-02 15:52:25 +01:00
therealrinku
7dc09faa9b
feat: scroll to the active tab on click
2023-10-19 09:39:23 +05:45
Anoop M D
79be625fb5
Merge pull request #599 from game5413/fix/collection-dropdown
...
fix: event mouse up triggered when hold mouse click at anywhere and release at sidebar
2023-10-18 22:53:15 +05:30
Anoop M D
1f8c4431e0
feat( #589 ): polish importing postman env
2023-10-16 03:13:06 +05:30
Anoop M D
7bf049a1f0
feat: use electron-store for saving preferences
2023-10-15 15:59:57 +05:30
Anoop M D
363cbe75d2
Merge pull request #433 from qweme32/feature/code-font
...
Added a setting that allows you to change the font of the code
2023-10-15 12:04:30 +05:30
game5413
a0be0e10ac
fix event triggered when hold mouse click and release at sidebar
2023-10-14 18:10:49 +07:00
Nikhil569
79072785e2
Update index.js
2023-10-13 19:05:13 +05:30
Nikhil569
ce59170752
Update StyledWrapper.js
2023-10-13 19:00:57 +05:30
Nikhil569
60d3d07459
Update index.js
2023-10-13 19:00:26 +05:30
Nikhil569
0466cd6233
Shorten method name in sidebar
2023-10-12 00:49:49 +05:30