lohxt1
f09fd19ca0
chore: updates
2024-12-30 16:38:41 +05:30
lohxt1
f578c188fb
chore: updates
2024-12-30 16:32:46 +05:30
lohxt1
0d2b449b27
chore: aikido -- library version upgrades
2024-12-30 16:26:38 +05:30
lohit
e897dc1eb0
Merge pull request #3706 from Pragadesh-45/fix/response-format-updates
...
fix: improve JSON parsing logic for `bruno-cli`
2024-12-30 12:44:14 +05:30
lohit
78aa0d07ae
Merge pull request #3707 from lohxt1/fix/multipart-tests
...
fix: multipart tests
2024-12-30 10:49:35 +05:30
lohit
e4574e3a56
Merge pull request #3701 from lohxt1/fix/cli-multipart
...
fix: cli multipart
2024-12-30 10:48:54 +05:30
lohxt1
795cd196f2
fix: multipart tests
2024-12-30 10:46:12 +05:30
Pragadesh-45
7b935bd206
fix: improve JSON parsing logic
2024-12-30 10:05:23 +05:30
lohxt1
43e892f9b0
fix: cli multipart
2024-12-27 16:50:12 +05:30
lohit
1f2bee1f90
Merge pull request #3676 from pooja-bruno/fix/string-json-response
...
fix: string json response error
2024-12-27 16:30:32 +05:30
Pooja Belaramani
767db75730
update: comment
2024-12-27 16:10:57 +05:30
Pooja Belaramani
b6b4b7362f
fix: condition
2024-12-27 15:51:06 +05:30
Pooja Belaramani
54d8fbc478
rm: json stringfy from json string data res
2024-12-27 11:16:26 +05:30
Pooja Belaramani
9a2d8bfff3
adding quotes in text response
2024-12-27 11:12:46 +05:30
pooja-bruno
f8711a91d9
fix: plain text curl data ( #3677 )
2024-12-23 17:29:06 +05:30
Pooja Belaramani
582e8e5eac
fix: condition
2024-12-23 13:36:58 +05:30
Pooja Belaramani
236bc48d98
fix: null data response
2024-12-23 12:11:46 +05:30
Pooja Belaramani
aea25842ce
fix: string json response error
2024-12-18 15:01:06 +05:30
lohit
db90d31b3f
Merge pull request #3670 from lohxt1/fix/validations
...
fix: validations
2024-12-17 11:14:42 +05:30
lohxt1
e44dcad01a
fix: updates
2024-12-16 22:13:26 +05:30
lohxt1
7a8d1624d1
fix: updates
2024-12-16 22:09:10 +05:30
lohxt1
0ad0af041b
fix: validations updates
2024-12-16 18:46:16 +05:30
lohit
0d126abfbd
Merge branch 'main' into revert/rename-item-watcher-fix
2024-12-16 14:52:52 +05:30
lohxt1
a5096ce413
revert: rename-item watcher fix -- tbd
2024-12-16 14:51:02 +05:30
Pragadesh-45
9b83cd7b84
fix: update condition for renaming items in Windows OS
2024-12-16 12:01:42 +05:30
lohit
21f9e80706
Merge pull request #3660 from lohxt1/fix/add-tests-scripts-to-request
...
fix: add tests to request object
2024-12-16 10:14:24 +05:30
lohxt1
e8bc32b39b
fix: add tests to request object
2024-12-16 10:12:25 +05:30
lohit
380047e025
Merge pull request #1043 from nelup20/bugfix/521-error_accessing_response_property_with_context_as_key
...
fix(#521 ): Allow "context" as the name of a key/var in a JS expression
2024-12-15 20:01:33 +05:30
lohit
434ae6c70f
_BrunoNewFunctionInnerContext
to __bruno__functionInnerContext
2024-12-15 20:00:57 +05:30
lohit
22612a7dbe
_BrunoNewFunctionInnerContext
to __bruno__functionInnerContext
2024-12-15 20:00:13 +05:30
lohit
06c0b7c78a
Merge pull request #3659 from lohxt1/followup-pr/close-tab-after-rename-folders-only
...
fix: followup pr - only close folder tab on rename pr-3607
2024-12-15 19:56:32 +05:30
lohxt1
c154dec2b5
fix: followup pr - only close folder tab on rename
2024-12-15 19:55:15 +05:30
lohxt1
f3cfacdd43
fix: updates
2024-12-15 19:11:19 +05:30
lohxt1
7ae64605c2
chore: updates
2024-12-15 18:19:55 +05:30
lohit
73ea5f155d
Merge branch 'main' into feature/1602-multipart-content-type
2024-12-15 18:08:05 +05:30
lohit
6b6fc9a3dc
Merge branch 'main' into fix/remove-jsonbigint-from-cli
2024-12-15 18:00:38 +05:30
Sanjai Kumar
57e6af703c
refactor createFormData to handle data as an array of objects and improve file handling
2024-12-15 17:55:52 +05:30
lohit
f1e6d5eefe
add createFormData import from utils
2024-12-15 17:38:22 +05:30
lohit
ba41f17439
Merge branch 'main' into fix/multipart-file-with-same-key-name
2024-12-15 17:34:39 +05:30
lohit
d37e9aaafa
Merge pull request #3522 from sanjai0py/feat/add-isNotEmpty-assertion
...
feat: add 'isNotEmpty' assertion operator
2024-12-15 17:28:23 +05:30
lohit
5a9bda2a0f
use to.not.be.empty
2024-12-15 17:27:47 +05:30
Sanjai Kumar
eaa4f4e57b
Fix/global env duplicate name error ( #3590 )
...
* fix: enhance environment name validation for global environments
* fix: improve environment name validation logic in CreateEnvironment component
* Update index.js
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-12-15 16:47:08 +05:30
_Pragadesh M
8992a457a8
Feat/displaying variable hints as secrets for Global Environment Secrets ( #3591 )
...
* feat: added new utility function `getEnvironmentVariablesMasked`
* refactor: Update `getAllVariables` function in `collections/index.js`
* refactor: Update `brunoVarInfo.js` to handle masked environment variables
* code cleanup
* feat: Add masked global environment variables functionality
* refactor: Rename variables for clarity in RequestTabPanel component
* feat: updates
* Update index.js
---------
Co-authored-by: Pragadesh-45 <temporaryg7904@gmail.com>
2024-12-15 16:45:54 +05:30
Pragadesh-45
b181aba646
feat: enhance collection item deletion and renaming functionality ( #3607 )
2024-12-15 16:44:32 +05:30
Pragadesh-45
47179535d5
fix: update content-type header for XML requests to application/xml ( #3648 )
2024-12-15 16:40:12 +05:30
Pragadesh-45
316b632338
refactor: add sanitization for collection names and improve directory name handling ( #3559 )
2024-12-15 16:38:56 +05:30
Filip Gaľa
dc469afeea
feat: folder documentation ( #3206 )
...
* add docs, save not working yet
* working folder docs
* revert unrelated changes
* prettier fix
* allow save folder with command
* include folder docs in `bruno-collection` json export
* docs
---------
Co-authored-by: Filip Gala <filip.gala@student.tuke.sk>
Co-authored-by: lohit <lohxt.space@gmail.com>
2024-12-15 16:33:30 +05:30
lohit
ee715a6dc6
chore: headers/vars/script merge fns refactor ( #3654 )
...
* chore: cli code refactoring
* chore: code refactoring
2024-12-15 15:40:49 +05:30
lohit
19ad0ecef7
fix: rsbuild related error fixes ( #3655 )
2024-12-15 15:30:58 +05:30
lohit
993424a2b8
fix: bruno-app tests ( #3653 )
2024-12-15 15:30:09 +05:30