Commit Graph

1230 Commits

Author SHA1 Message Date
ba9766fbf0 fix js build 2023-10-17 08:41:56 +02:00
0cd4a4ed94 Merge branch 'main' into feature/proxy-global-and-collection
# Conflicts:
#	packages/bruno-electron/src/ipc/network/index.js
2023-10-17 08:30:44 +02:00
67218f5bb4 feedback: use formik and Yup for preferences form 2023-10-16 21:08:22 -07:00
b28f7625e4 chore: update body selector styles 2023-10-17 06:52:52 +05:30
5b00f7a8b3 Merge pull request #604 from donus3/feature/json-body-prettify
Feature (#550): JSON body request prettify
2023-10-17 06:49:49 +05:30
fe1e260e92 Merge pull request #617 from panda7789/bugfix/client-cert-collections
fix collection client certs
2023-10-17 06:14:24 +05:30
ee3ef0b68c Merge pull request #602 from premeaswaran/main
[User Experience] Change import icon
2023-10-17 06:07:53 +05:30
63e0df1640 fix collection client certs 2023-10-16 14:11:01 +02:00
1b9ad34f3f merge main into proxy branch 2023-10-16 12:12:09 +02:00
19463cd0cf merge main into proxy branch 2023-10-16 12:08:10 +02:00
3fa87fe99a merge main into proxy branch 2023-10-16 11:37:35 +02:00
658a47e03e Merge branch 'main' into feature/proxy-global-and-collection
# Conflicts:
#	packages/bruno-app/src/components/Preferences/General/index.js
#	packages/bruno-electron/src/ipc/network/index.js
#	packages/bruno-electron/src/store/preferences.js
2023-10-16 11:24:16 +02:00
6e7fc2a9aa feat: add json body prettify 2023-10-16 14:19:06 +07:00
1244716b9b Change import icon 2023-10-16 11:19:55 +05:30
ddd479ed45 fix: prevent non-numerical or negative timeouts 2023-10-15 19:38:47 -07:00
a9459bc236 chore: bumped version to v0.25.0 v0.25.0 2023-10-16 03:43:13 +05:30
cdfa839cf3 chore: polish request timeout 2023-10-16 03:41:47 +05:30
4c8ebe7765 Merge pull request #590 from snippetkid/557-configurable-request-timeout
Configurable request timeout
2023-10-16 03:18:20 +05:30
15f3276663 Merge pull request #591 from oohsai/main
Create PULL_REQUEST_TEMPLATE.md
2023-10-16 03:15:28 +05:30
1f8c4431e0 feat(#589): polish importing postman env 2023-10-16 03:13:06 +05:30
6c92ad22ef Merge branch 'main' of github.com:usebruno/bruno 2023-10-16 02:20:49 +05:30
4dd17247d1 Merge pull request #589 from premeaswaran/main
Feature: Support Import postman environment - Fixes issue #193
2023-10-16 02:20:26 +05:30
58fbe2e64b chore: cleanup 2023-10-16 02:10:18 +05:30
333564f687 feat(#275): polish client certificate support 2023-10-16 02:07:15 +05:30
faa7cdb1d5 Merge pull request #275 from phoval/feat/mTlsInitialSupport
feat: client certificate support
2023-10-16 01:15:41 +05:30
3302e2e910 Merge branch 'main' into 557-configurable-request-timeout 2023-10-15 20:30:01 +01:00
0e1869139b fix: fixing merge conflicts 2023-10-15 20:19:08 +01:00
353be75d9c fix: fixed bug in loading preferences 2023-10-16 00:45:54 +05:30
43c5b4cf53 proxy settings global and collection level 2023-10-15 20:30:13 +02:00
6dd6879e8f proxy settings global and collection level 2023-10-15 20:26:36 +02:00
955fcb795d Merge branch 'main' into 557-configurable-request-timeout 2023-10-15 18:34:41 +01:00
ad3f1b2331 feat: use timeout for axios requests 2023-10-15 18:26:17 +01:00
f2bdf2eaf6 Merge branch 'main' into feature/proxy-global-and-collection
# Conflicts:
#	packages/bruno-app/src/components/Preferences/General/index.js
#	packages/bruno-app/src/components/Preferences/index.js
#	packages/bruno-app/src/providers/App/useIpcEvents.js
#	packages/bruno-app/src/providers/Preferences/index.js
#	packages/bruno-electron/src/index.js
#	packages/bruno-electron/src/ipc/collection.js
#	packages/bruno-electron/src/store/preferences.js
2023-10-15 17:06:39 +02:00
470e9d0442 proxy settings 2023-10-15 16:40:50 +02:00
4230bf8e41 chore: purge pageComponents 2023-10-15 16:03:13 +05:30
7bf049a1f0 feat: use electron-store for saving preferences 2023-10-15 15:59:57 +05:30
074cbf0c03 cleanup 2023-10-15 10:25:35 +01:00
211f941b9f rm renameitem 2023-10-15 10:16:41 +01:00
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
ead1225bc4 Ukrainian translation for contributing.md 2023-10-15 01:54:52 +03:00
Sai
61b705112e Create PULL_REQUEST_TEMPLATE.md 2023-10-15 00:52:33 +05:30
0f1fb72e21 fix(#251): Re-add platform var 2023-10-14 16:38:12 +01:00
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
b07ccbdfab adds PATH_SEPARATOR constant 2023-10-14 16:32:29 +01:00
a2b6bc5970 feat: add textbox for request timeout 2023-10-14 15:50:01 +01:00
3cc2e3d4fa Feature: Support Import postman environment - Fixes issue #193 2023-10-14 17:20:31 +05:30
a0be0e10ac fix event triggered when hold mouse click and release at sidebar 2023-10-14 18:10:49 +07:00
78eec9ea5c Fixes: #552
Runs Post response vars and scripts on error.

This normalises behaviour between:
- Assertions
- Scripts
- Tests
2023-10-14 21:12:37 +11:00
97a300fbfc Merge branch 'usebruno:main' into feature/proxy-global-and-collection 2023-10-14 10:26:09 +02:00
e898ebdfa9 Merge pull request #478 from survivant/feature/build-on-different-os
Add build support for different OS
2023-10-14 02:43:35 +05:30