Anoop M D
2ed35108d7
chore: moved codemirror autocomplete util to its own file
2024-04-17 14:30:19 +05:30
Sanjai Kumar
a0860febee
Refactor Bruno language parser to support multiline text blocks ( #2086 )
...
* Refactor Bruno language parser to support multiline text blocks
* Refactor SingleLineEditor component to allow newlines and adjust height dynamically
* Refactor SingleLineEditor component to fix overflow issue
* Fix overflow issue in SingleLineEditor component
* Refactor SingleLineEditor and MultiLineEditor components to fix overflow issues and allow newlines
* Fix overflow and scrolling issues in MultiLineEditor component
---------
Co-authored-by: Sanjai Kumar <sk@sk.local>
2024-04-17 14:19:44 +05:30
Anoop M D
bc70bba0b6
release: v1.13.1
2024-04-16 02:33:30 +05:30
Bijin A B
d0a1621734
fix: handle null values ( #2090 )
...
Co-authored-by: Bijin AB <bijin.balakrishnan@allegiantair.com>
2024-04-16 01:32:34 +05:30
Rinku Chaudhari
dce792accd
fix: converting request url to valid URI on code generate ( #1827 )
2024-04-15 22:53:27 +05:30
Joshua
ac610f9ea3
fix: use html password type for password and credential inputs ( #1824 )
2024-04-15 22:49:20 +05:30
Rinku Chaudhari
4e95fd548d
fix: docs link update ( #2072 )
2024-04-15 22:41:05 +05:30
Anoop M D
eddac73341
release: v1.13.0
2024-04-13 18:27:02 +05:30
lohit
b5a1c80496
fix( #1003 ): content type issue for client credentials & password credentials grant types -- missing client id & secret for password grant type ( #2051 )
...
* fix(#1003 ): content type for client_credentials & password grant types
* feature(#1003 ): added client is & secret for password credentials grant type
2024-04-10 15:04:42 +05:30
ialloyd
24e58168e0
Cannot cancel request on preview (zIndex issue) #1501 ( #1786 )
...
* [Feature request] Keyboard shortcut to duplicate and rename request/collection. #1610
* Cannot cancel request on preview (zIndex issue) #1501
* changes
This reverts commit a3ce8aa691
.
2024-04-10 03:01:36 +05:30
Devon Wolfkiel
31137ef466
fix( #1800 ): increase modal z-index to appear above prettify icon ( #1821 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-04-10 02:59:02 +05:30
3002
f3fe0ee736
Fix variable name error ( #1781 )
2024-04-10 02:56:17 +05:30
Antti Sonkeri
00c0e418a9
fix: json body prettify not working with comments ( #1831 )
...
Added Microsoft's node-jsonc-parser library that is able to format json
with comments. Seems to handle bigints properly too.
It may be good to consider replacing existing `decomment` library with
`jsonc-parser` if its only use case is to decomment json.
Fixes usebruno#1830
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-04-10 02:54:28 +05:30
tlaloc911
9ee6f9a8cc
Add pretty option to xml request content ( #1914 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-04-10 02:46:45 +05:30
David Reichert
c9e40cbc94
Update StyledWrapper.js ( #1936 )
...
Adjusting modal z-index to ensure that underlying components do not overlap the modal. This change ensures that the prettier button in a POST body no longer overlaps modal windows.
2024-04-10 02:37:16 +05:30
Timon
0cce14b4d5
fix: Collection variable viewer ( #1947 )
...
Due to changes in https://github.com/usebruno/bruno/pull/650
collection variables would be passed as a object but was exptected
to be an array. Collection variables are now converted to an array.
2024-04-10 02:21:18 +05:30
David Saunders
920c490548
🐛 Replace jsonBigint with lossless-json ( #2006 )
2024-04-10 02:15:44 +05:30
Lallu Anthoor
e7ff0ba5a8
fix: resolve build issues ( #2041 )
...
* fix: resolve prettier issues
* fix: allow checks write access for CLI test
* fix: use node 18 in workflows
2024-04-10 01:51:11 +05:30
Marty
615ed0c584
conditionally accesses properties ( #2047 )
2024-04-10 01:48:44 +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
Joel Wetzell
65dbf9c8ba
fix population of data when data-urlencode flag is used with G flag in curl import ( #2025 )
2024-04-09 15:54:44 +05:30
Anoop M D
aa5fee01c3
feat( #2030 ): ux touches for collection settings descriptions
2024-04-09 15:47:12 +05:30
Liz MacLean
84128052c0
feat: Add descriptions for each panel in CollectionSettings ( #2031 )
...
* Add descriptions for each panel in CollectionSettings
* Revert index.js
Leftover change from when i was putzing around
2024-04-09 15:26:56 +05:30
ccoVeille
64b90b4cc3
fix typos and french documentation ( #1965 )
...
* chore: fix typos in code
* chore: GitHub is a trademark
Github => GitHub
* chore: fix documentation in French
2024-04-06 06:08:50 +05:30
Joel Wetzell
ce5dd41267
chore: fix typo ( #1848 )
2024-04-06 06:05:34 +05:30
Sanjai Kumar
1349a79750
fix environment toggle bug ( #1932 )
2024-03-26 18:57:02 +05:30
Sanjai Kumar
c20beab0a0
feat( #1624 ): Implement opening cloned request automatically ( #1930 )
2024-03-26 15:26:19 +05:30
Anoop M D
d20de4da0a
chore: bumped version to 1.12.3
2024-03-26 00:11:42 +05:30
Baptiste Poulain
0b2b16abcc
Fix/postman translation collection variables ( #1894 )
...
* fix(postman-translation-collectionVariables): auto translate pm.collectionVariables.set and get
* fix(postman-translation-collectionVariables) : additional translations, simplify regex, add testing
* fix(postman-translation-collectionVariables): update lock file
---------
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
2024-03-22 18:37:30 +05:30
slowjoe007
8503752e09
Allow to keep the default truststore, when using a custom CA ( #1863 )
2024-03-22 18:35:42 +05:30
George Hopkins
9b7cdb2d48
feat: Add tooltips to sidebar footer ( #1888 )
2024-03-22 18:31:18 +05:30
Bobby
7741a3e4ee
feat( #1839 ): Add Audio and Video Preview ( #1840 )
...
Any audio and video response can be now be previewed.
2024-03-22 18:29:39 +05:30
dw-0
82c600a0e6
feat: toggle visibility of secret envVars ( #650 )
...
* feat: toggle visibility of secret envVars
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* feat: also hide secrets in environment settings
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* style: run prettier
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* refactor: resolve conflict
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-03-22 18:24:16 +05:30
Anoop M D
f8ba781340
chore: version bump
2024-03-21 00:50:03 +05:30
Baptiste Poulain
f96f763f14
fix(enableTranslation): remove unused enableTranslation and useTranslation tokens ( #1867 )
...
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
2024-03-20 18:45:27 +05:30
Afrian Junior
a546457e0f
fix(ux): better text selection implementation on dark-mode ( #1861 )
2024-03-20 15:52:44 +05:30
Feldrise
2b0ad29b93
fix: system theme in dark mode ( #1823 )
2024-03-19 13:11:09 +05:30
Anoop M D
cdbb15f33e
chore: bumped version to v1.12.0
2024-03-19 06:36:38 +05:30
Anoop M D
14911b4def
chore: removed dependency on tailwind forms
2024-03-19 06:34:54 +05:30
Baptiste Poulain
410eecc884
feature(postman_tests_scripts): automatic tests and scripts translation from postman import ( #1151 )
...
* feature(postman_tests_scripts): automatic tests and scripts translation from postman import
---------
Co-authored-by: Baptiste POULAIN <baptistepoulain@MAC882.local>
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
2024-03-13 18:40:31 +05:30
Anoop M D
2cd0e065bd
chore: updated lib versions
2024-03-13 03:05:29 +05:30
Anoop M D
d0c7c872c9
chore: bumped version to v1.11.0
2024-03-13 00:52:00 +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
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
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
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