Anoop M D
c00bfb0ce4
fix: fixed failing tests
2024-03-12 23:47:08 +05:30
Anoop M D
09aefffc47
fix: fixed failing tests
2024-03-12 23:43:50 +05:30
James Hall
6629d5a2c8
fix( #1521 ): only show Recent Documents menu on supporting platforms. ( #1585 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-03-12 23:33:30 +05:30
Scott LaPlante
3ee76067fb
CLI fixes for aws and environment modifications ( #1713 )
...
* Interpolate awsv4 values to support them including templated values.
Closes #1508
* change to let to allow for rewrite; rename to envVariables for consistency
* When running via CLI, preserve changes to collection variables and
environment variables.
Closes #1255
* Closes #1255 - set well known variable name on environment
* Revert "When running via CLI, preserve changes to collection variables and"
This reverts commit 7c94c9ec19
.
* Revert "change to let to allow for rewrite; rename to envVariables for consistency"
This reverts commit 9320b8faf0
.
---------
Co-authored-by: Scott LaPlante <scott.laplante@flueid.com>
2024-03-12 23:20:37 +05:30
patest-dev
ee441d2ab6
Fix bruno-cli readme changelog link ( #1770 )
2024-03-12 23:17:47 +05:30
Anoop M D
6a2754d4fb
feat: refactor and improve notifications implementation
2024-03-12 02:50:06 +05:30
lohit
b0f4491cd2
feat(#BRU-31): notifications feature draft ( #1730 )
...
* feat(#BRU-31): notifications feature
* feat(#BRU-31): date correction
2024-03-11 17:48:52 +05:30
Grant Forsythe
1fca217046
fix: broken link in readme ( #1737 )
...
* fix: broken link in readme
* fix: replace relative link with an absolute link
2024-03-11 17:46:14 +05:30
trusta
5ec2475f31
feat( #1659 ): add html reporter for cli ( #1660 )
2024-03-11 02:13:25 +05:30
lohit
95b59b06e8
feat(#BRU-26): json filter button with expandable input bar ( #1699 )
...
* feat(#BRU-26): JSON filter UI
* feat(#BRU-22): prettify graphql toast
2024-03-11 02:06:27 +05:30
lohit
6a05321109
feat( #1003 ): closing stale 'authorize' windows | handling error, error_description, error_uri query params for oauth2 | clear authorize window cache for authorization_code oauth2 flow ( #1719 )
...
* feat(#1003 ): oauth2 support
---------
Co-authored-by: lohit-1 <lohit@usebruno.com>
2024-03-11 01:51:55 +05:30
Julien Ma
80142dbfcd
Fix margin between items in Welcome > Links ( #1742 )
2024-03-11 01:44:49 +05:30
Mateusz Pietryga
5f35d71b8b
Fix #1683 allow OAuth2 authorizationUrl with user provided query parameters ( #1712 )
2024-03-04 17:21:12 +05:30
Sanjai Kumar
e2d1f52993
Fix/json with bigints ( #1710 )
...
* fix(#1689 ): JSON with Bigints support
* added Jsonbigint support for cli
2024-03-04 15:32:35 +05:30
Jack Jiang
cc02794ce9
Use URL Encoded Form for OAuth2.0 token endpoint ( #1701 )
...
OAuth2.0 expects URL encoded form instead of JSON content
https://www.oauth.com/oauth2-servers/server-side-apps/example-flow/
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-03-04 15:22:34 +05:30
lohit
858536e13d
feat( #1003 ): collection level oauth2, access_token_url & scope for 'Client Credentials' and 'Password Credentials' grant types ( #1691 )
...
* feat(#1003 ): authorization_code grant type PKCE support, code cleanup..
---------
Co-authored-by: lohit-1 <lohit@usebruno.com>
2024-03-04 15:21:05 +05:30
Anoop M D
0e85b302b8
chore: bumped version to v1.10.0
2024-02-28 00:40:10 +05:30
Anoop M D
3b51621580
chore: updated golden edition org pricing
2024-02-28 00:23:44 +05:30
Gabriel
18e7301550
feat: add middle mouse button click to close tab ( #1649 )
...
* feat: add middle click button to close tab
* refactor: remove unused code
* fix: verify if is middle click before trigger close confirmation modal
2024-02-27 23:58:01 +05:30
Anoop M D
96bcc7074a
chore: prettify icon styling updates
2024-02-27 23:48:03 +05:30
lohit
f64e13a71f
feat(#bru-22): prettify graphql placement and styling ( #1675 )
2024-02-27 21:14:08 +05:30
lohit
01360d1522
feat/( #1003 ): oauth2 support - styling fixes, code cleanup ( #1674 )
...
* feat/(#1003 ): oauth2 support - styling fixes, code cleanup (#1674 )
---------
Co-authored-by: lohit-1 <lohit@usebruno.com>
2024-02-27 21:12:34 +05:30
Anoop M D
6729d718cf
Merge pull request #526 from j0k3r/feature/prettify-graphql
...
Add "Prettify GraphQL" button
2024-02-27 02:03:28 +05:30
Anoop M D
17abc19770
chore: fix tests
2024-02-27 02:00:19 +05:30
Anoop M D
13cb71eaef
chore: fix tests
2024-02-27 01:43:36 +05:30
Anoop M D
b375620875
chore: fix tests
2024-02-27 01:39:34 +05:30
Anoop M D
1cf8a2f3f1
chore( #1667 ): graceful handling of none type for backward compatibility
2024-02-27 01:29:10 +05:30
Anoop M D
389a383b99
Merge branch 'main' into feature/BRU-18--inherit-auth-mode
2024-02-27 01:11:55 +05:30
Jeremy Benoist
d1a8f59c79
Add "Prettify GraphQL" button
...
The goal is to achieve the same behavior from Insomnia which allow to format a GraphQL query using prettier (see 264177b56f/packages/insomnia/src/ui/components/editors/body/graph-ql-editor.tsx (L260-L266)
).
I moved the `prettier` deps from `devDependencies` to `dependencies` because it's now used within the application.
I was forced to import `prettier/standalone` & `prettier/parser-graphql` (as it is explained here: https://prettier.io/docs/en/browser.html ) otherwise I got that error:
> Couldn't resolve parser "graphql". Parsers must be explicitly added to the standalone bundle.
2024-02-26 17:02:04 +01:00
lohxt1
d477cfc7e1
feat(#BRU-18): reverted local environment file change
2024-02-26 19:34:28 +05:30
lohxt1
e66e26d115
feat(#BRU-18): updated inherit option order in the auth mode select dropdown
2024-02-26 19:31:18 +05:30
lohxt1
7a635810b1
feat( #1655 ): updated bruno-tests collection with an "inherit auht" request example
2024-02-26 19:11:11 +05:30
lohit
dde6695a43
feat( #1575 ): make response pane in collection runner screen unaffected by scroll ( #1661 )
...
* feat(#1575 ): make response pane unaffected by scroll
* feat(#1575 ): styling consistency
2024-02-26 16:46:53 +05:30
lohit
9f81e6dc73
feat( #1003 ): oauth2 support - resourceOwnerPasswordCredentials, authorization code, client credentials ( #1654 )
...
* feat(#1003 ): oauth2 support
Co-authored-by: lohit-1 <lohit@usebruno.com>
2024-02-26 16:44:38 +05:30
lohxt1
3c2cbe63c4
feat( #1655 ): inherit auth mode for requests
2024-02-26 14:27:59 +05:30
Anoop M D
a4b13d5c2a
fix: fixed awsv4 env var interpolation issue
2024-02-24 00:47:28 +05:30
Anoop M D
064281d438
Merge branch 'main' of github.com:usebruno/bruno
2024-02-23 23:42:45 +05:30
Anoop M D
43c873422f
feat: bruno cli awsv4 auth support
2024-02-23 23:42:28 +05:30
Anoop M D
c7c762185e
Merge pull request #1600 from mato-meciar/bugfix/empty-pwd-basic-auth
...
fix(#1545 ): empty strings encryption
2024-02-21 20:17:12 +05:30
Anoop M D
09c496e516
Merge pull request #1618 from trusta/feat/set-up-ajv-formats-in-scripts
...
feat(#947 ): set up ajv-formats in script and test runtimes
2024-02-21 20:08:57 +05:30
lohit
117726a01f
feat(#BRU-11) - tailwindcss v3 upgrade ( #1597 )
...
* feat(#BRU-11) - tailwindcss v3 upgrade
* feat(#BRU-11) - lock file update to fix PR checks
2024-02-19 17:36:54 +05:30
lohit
e2d754702a
feat(#BRU-10) - codeeditor syntax colors for system theme ( #1595 )
2024-02-19 17:30:49 +05:30
lohit
fee3416c85
feat( #1575 ) - auto scroll runner output body during collection run ( #1588 )
2024-02-19 17:29:24 +05:30
Florent Boisselier
a756c49285
feat( #947 ): set up ajv-formats in script and test runtimes
2024-02-18 14:22:46 +01:00
Martin Meciar
b6abc665a5
fix( #1545 ): empty strings encryption
...
enable empty strings to be encrypted
2024-02-15 19:01:07 +01:00
lohit
bd002ca316
feat(#BRU-7) - scrollbar styling for linux and windows ( #1589 )
2024-02-15 15:00:18 +05:30
Anoop M D
8cb6060558
chore: version bumped to v1.9.0
2024-02-14 04:18:53 +05:30
Anoop M D
50228d2f50
feat( #1009 ): improve messaging of close collection modal
2024-02-14 03:57:33 +05:30
Eugen Soliar
ea5993fa76
renamed Remove & altered popover description ( #1538 )
...
* renamed Remove button to Disconnect & altered popover dialog description accordingly
* altered toast text on success & on error
* fixed namings & replaced anyways with file path
2024-02-14 03:42:43 +05:30
Mateo Gallardo
485b2f48bc
Fixed relative paths for file params in Windows ( #1564 )
2024-02-14 03:38:57 +05:30
João Victor Davim
f8eac3469f
feat( #1579 ): Add file uploading support for CLI ( #1572 )
...
* feat(cli): add support for file upload
* fix: remove wrong console log
2024-02-14 03:37:11 +05:30
Anoop M D
b9d50fbba0
Merge branch 'main' into feature/auto-scroll-on-collection-run
2024-02-14 03:25:06 +05:30
Ricardo Silverio
942a895ae0
[Feature] Stop button for runner execution ( #1580 )
...
* First attempts
* Sending cancel token in run-folder-event
* Remove logs, update lock
* cancelTokenUid with default value
* Indentation
* Generating token in the main process side
* Removing uuid import
2024-02-14 03:16:41 +05:30
Anoop M D
eab50f01d7
fix( #1521 ): fixed issue related to recent menu being disabled
2024-02-14 03:06:27 +05:30
James Hall
8287126deb
Recent documents menu ( #1582 )
...
* Adds recent documents menu.
* Removes erroneous import.
* Open collection from recent document menu.
2024-02-14 02:47:32 +05:30
Anoop M D
d05a86252b
feat( #1447 ): wip on hotkey for save environment
2024-02-13 17:58:10 +05:30
Sanjai Kumar
1f4171d22a
Merge branch 'usebruno:main' into feature/auto-scroll-on-collection-run
2024-02-13 16:54:08 +05:30
sanjai0py
7c314d0fed
feat( #1575 ) - auto scroll on collection run update
2024-02-13 16:43:34 +05:30
Ricardo Silverio
3c87c1df69
Fix crash when closing modal of confirmation before exit ( #1574 )
2024-02-13 15:47:58 +05:30
Mateo Gallardo
64487ad923
Fixed file uploads performance issues ( #1562 )
2024-02-12 23:48:01 +05:30
Igor Gulyayev
808af3c19a
fix(1548): correct import of escaped curl string ( #1549 )
2024-02-09 01:38:02 +05:30
Anoop M D
1900bddd37
chore: updated cli version
2024-02-06 05:00:25 +05:30
Anoop M D
33d5d78e85
chore: bumped version to v1.8.0
2024-02-06 03:37:05 +05:30
Anoop M D
12b9a02f7e
chore: updated deps
2024-02-06 03:31:45 +05:30
Anoop M D
7c6a043188
chore: fixed bru-lang tests
2024-02-06 03:04:59 +05:30
Anoop M D
a904672555
fix( #1339 ): fix issue related where query args with % was dissappearing
2024-02-06 00:36:30 +05:30
Anoop M D
123bf198a3
feat( #1496 ): handling edge cases for ignore config
2024-02-05 03:27:20 +05:30
fredjeck
cb95b5f36a
Introduces a new bruno.json configuration property named 'ignore' allowing to specify which files or folders should be ignored in the collection. ( #1514 )
...
Also makes sure the behavior of legacy collections is not altered.
Fixes issue #1496
2024-02-05 03:04:54 +05:30
Anoop M D
09e7ea0d4d
feat( #1130 ): file upload schema updates
2024-02-05 02:52:03 +05:30
Max Destors
634f9ca4a2
feat: Multipart Form Data file uploads ( #1130 )
...
* Add multipart form files upload support
* clean up
* Fixed electron files browser for Multipart Form files
* Using relative paths for files inside the collection's folder
---------
Co-authored-by: Mateo Gallardo <mateogallardo@gmail.com>
2024-02-04 23:04:18 +05:30
Anoop M D
a97adbb97e
fix: fixed theming issues
2024-02-04 15:17:56 +05:30
Anoop M D
4d8c377143
test: added local module scripting example
2024-02-01 16:49:48 +05:30
Rinku Chaudhari
7b6c72c63b
fix: getContentType function and save file logic update ( #1499 )
2024-02-01 13:29:06 +05:30
Anoop M D
ea7d141d10
chore: release v1.7.1
2024-01-30 22:11:53 +05:30
Graham White
73c0d058c5
fix: incorrectly named env file prevents successful builds ( #1485 )
...
Resolves : #1484
Signed-off-by: Graham White <graham_alton@hotmail.com>
2024-01-30 22:06:26 +05:30
Anoop M D
c39b8ff282
fix( #1487 ): updated deps and bumped versions
2024-01-30 22:04:39 +05:30
Anoop M D
e258e7f5ab
fix( #1487 ): rolling back to vm2 from @n8n/vm2
2024-01-30 22:00:58 +05:30
Anoop M D
c48cb56709
chore: updated deps
2024-01-30 15:20:51 +05:30
Anoop M D
59b9208d89
chore: bumped cli version to v1.4.0
2024-01-30 15:09:15 +05:30
Anoop M D
28d781a52d
chore: bump release version
2024-01-30 00:17:49 +05:30
Anoop M D
3843cf8ee3
fix: fixed prettier issue
2024-01-30 00:05:55 +05:30
Anoop M D
34ede8a33f
fix: fixed lint issues
2024-01-29 23:59:55 +05:30
Julian Silden Langlo
0e24efbd88
Include the filename of a bruno request in the results. ( #1164 )
2024-01-29 23:49:32 +05:30
Jeff Edmondson
555387598a
Feature: Add an optional param to cli to only run requests that have tests ( #1314 )
...
* Add an optional param to cli to only run requests that have tests
* Added to recrusive run
* added asserts to test only flag
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-01-29 23:36:24 +05:30
Adarsh Lilha
0dd8154d8b
add query param even when value is missing ( #1370 )
2024-01-29 23:34:35 +05:30
Anton Ödman
467e63d6fa
feat: correctly format json when importing from curl ( #1472 )
2024-01-29 23:29:31 +05:30
Tuyen Pham
acc646a05d
feat: add response filter placeholder ( #1293 )
2024-01-29 20:25:36 +05:30
Romain Eggermont
969c44023f
feat( #1352 ): add collection headers to introspection query ( #1353 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-01-29 20:23:32 +05:30
mj-h
abeccbb182
[feat] Add option "--bail" to cli ( #1390 )
...
* add bail option to cli
* change --bail so that is also bails on request errors (e.g., ECONNREFUSED)
* update cli help regarding the ---bail option
---------
Co-authored-by: Martin Hoecker <martin.hoecker@sap.com>
2024-01-29 20:21:37 +05:30
Martin Sefcik
d31147961d
fix( #1417 ): fixed selecting SOCKS4 proxy option ( #1418 )
2024-01-29 20:20:02 +05:30
Martin Sefcik
a077d65a3e
fix( #1419 ): fixed ignored SSL verification and client certificates configuration when using SOCKS proxy ( #1420 )
2024-01-29 20:19:08 +05:30
Rinku Chaudhari
c3f6318d69
style: overflow of environment name fix ( #1464 )
2024-01-29 19:56:51 +05:30
Anoop M D
4917f24b7c
fix( #1436 ): fixed inconsistent beheviour of res.getHeaders() api
2024-01-29 19:46:41 +05:30
Anoop M D
00e11e3177
fix: fixed ui module loading issue
2024-01-29 19:25:43 +05:30
Anoop M D
54d4a74355
fix: fixed failing test
2024-01-29 19:02:39 +05:30
Anoop M D
65b76b7281
fix: fixed github test workflow issues
2024-01-29 17:42:27 +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
a0beefa9bc
feat: added cli tests to testing github workflow
2024-01-29 13:45:25 +05:30
Anoop M D
1bc2c8d0a6
chore: deleted orphan package
2024-01-29 13:36:45 +05:30
Anoop M D
80806fef30
feat: bruno-tests package
2024-01-29 13:34:55 +05:30