busy-panda🐼🐼
9ba03a5f02
Merge branch 'usebruno:main' into feature/1602-multipart-content-type
2024-05-01 09:19:08 +02:00
Anoop M D
392cc80db2
release: v1.16.1
2024-04-30 20:59:12 +05:30
Anoop M D
d7c0f489f6
release: v1.16.0
2024-04-29 19:46:31 +05:30
Anoop M D
2569a1389d
feat( #1667 ): None means None
2024-04-29 19:40:40 +05:30
Anoop M D
fe5816eb9a
chore: improved the oauth help message
2024-04-29 19:37:31 +05:30
Rinku Chaudhari
23704a0800
fix: save button on confirm close popup not working ( #2156 )
2024-04-29 19:12:59 +05:30
Angela Yuan
c17e4effe7
Prevent losing unsaved environment variable data when attempting to change env ( #2034 )
...
* trying to begin changes
* Env bug fixed with only switching env when saved
* dialog box working, formik in EnvironmentSettings to pass props, selectedEnvironment in EnvrionmentSettings to pass props
* Removing some uneccessary comments
* no immediate following dialog pop up after warning dialog
* Wrapping commit warning moidal in CreatePortal, removing unnecessary isModified state, removing comments
* modifying dialog and adding formik back to EnvironmentVariables
* Removing unnecessary comments
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-04-26 14:11:05 +05:30
busy-panda🐼🐼
cdf56fcec1
Merge branch 'usebruno:main' into feature/1602-multipart-content-type
2024-04-24 11:47:07 +02:00
Anoop M D
16861c9889
chore: bumped versions
2024-04-22 23:41:14 +05:30
Anoop M D
87404132ae
chore: bump to v1.14.0
2024-04-22 20:23:24 +05:30
Bassam Mejlaoui
7019a77ec6
Update readme.md ( #1642 )
...
Adding Arabic
2024-04-22 00:21:33 +05:30
Bassam Mejlaoui
ad9169d78a
Create readme_ar.md ( #1640 )
...
* Create readme_ar.md
Translation of README and Additional Sections to Arabic
2024-04-22 00:20:47 +05:30
Baptiste Poulain
54e99cbbd7
fix(tailwindcss-forms): messes up input fields everywhere, removed it ( #1817 )
...
* fix(tailwindcss-forms): messes up input fields everywhere, removed it
* fix(tailwindcss-form): update package-lock.json
---------
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-04-22 00:17:50 +05:30
Max Bauer
eb9862b8f5
bugfix: hide autocomplete on escape keyup ( #2091 )
2024-04-22 00:14:34 +05:30
Bijin A B
7a3cc4e040
fix: error boundary adding return-to-app and force-quit options ( #2131 )
...
* fix: error boundary adding return-to-app and force-quit options
* fix: method context
* fix: method context
* chore: increased print width to 200 in prettier
* chore: reverted the prettier printWidth increase
* feat: remove box-shadow from error boundary message layout
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-04-22 00:11:51 +05:30
Adam Rashid
60cb9da83e
flx: add unique key prop to ImportCollection options ( #2133 )
...
This PR uses the key of the options object in import collection to suppress the unique key prop warning.
Fixes issue #2078
2024-04-22 00:00:21 +05:30
Gustavo Ferreira da Silva
28e4159c21
feat: toggle password visibility ( #2127 )
...
* Toggle password in ProxySettings
Input 'password' in ProxySettings (Preferences) can be toggled to be visible or not.
* Solving button overlap
- Button to toggle password won't cover the text;
- Added toggle password feature in CollectionSettings (ClientCertSettings and ProxySettings).
2024-04-21 23:50:16 +05:30
busy-panda🐼🐼
f27e79cb01
Merge branch 'usebruno:main' into feature/1602-multipart-content-type
2024-04-20 10:25:02 +02:00
busy-panda
40872f6e9e
Reduced the width of the Operator column in tab Assert
2024-04-19 17:14:44 +02:00
busy-panda
b7f4edac24
Reduced the width of the Operator column in tab Assert
2024-04-19 17:08:38 +02:00
busy-panda
8e99ed3258
moved assertions from Tests panel to Assert panel and
2024-04-19 17:06:49 +02:00
busy-panda
c3c91d61c8
added placeholder support to MultiLineEditor component
2024-04-19 15:01:41 +02:00
Anoop M D
59ffb0166f
chore: reverted the prettier printWidth increase
2024-04-19 00:34:04 +05:30
busy-panda
39f60daca7
feature: Multi-part requests: user should be able to set content-type for each part in a multi-part request. #1602
2024-04-18 15:43:09 +02:00
Anoop M D
e8ec74107d
chore: increased print width to 200 in prettier
2024-04-18 18:25:48 +05:30
Anoop M D
d027d90ed5
fix( #2079 ): test cases to catch getEnvName() error in the future
2024-04-18 17:52:36 +05:30
Anoop M D
7bbc4727be
fix: fixed ui error when ignores setting is not found in bruno.json
2024-04-18 17:43:32 +05:30
Anoop M D
386a8df151
feat: bumped node version to use to v20
2024-04-18 17:42:49 +05:30
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
izturn
535d6e0389
more docs op ( #1862 )
...
Signed-off-by: gang.liu <gang.liu@daocloud.io>
2024-04-15 22:51:40 +05:30
Joshua
ac610f9ea3
fix: use html password type for password and credential inputs ( #1824 )
2024-04-15 22:49:20 +05:30
Mateusz Pietryga
12263a71b6
fix: Oauth2: Reuse TLS Certifcate valiadation and custom CA settings from preferences when accessing Auth and Token URLs ( #2071 )
...
#1684
#1003
2024-04-15 22:46:46 +05:30
Rinku Chaudhari
4e95fd548d
fix: docs link update ( #2072 )
2024-04-15 22:41:05 +05:30
Timon
23674fffbc
fix: pkce validation error ( #2075 )
...
- pkce is now `false` by default to prevent save errors
2024-04-15 15:20:26 +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
Darwin Ringele
92dcc06051
Update readme_es.md ( #1820 )
...
Fixed broken test icon for readme_es.md (Spanish version)
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-04-10 02:58:07 +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
Chae Jeong Ah
2ae71b0ec0
feat: add korean contributing.md translation ( #1837 )
...
* feat: add korean contributing.md
* fix: translate word into Korean
2024-04-10 02:51:19 +05:30
Hoon
0333a41eea
docs: Update README KR ( #1911 )
...
modified CI badge URL and image links
2024-04-10 02:50:02 +05:30
Antonin Huaut
1f786871b8
Ignore empty headers ( #1917 )
...
Co-authored-by: Antonin Huaut <antonin.huaut@dejamobile.com>
2024-04-10 02:49:16 +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
janos-r
6c8c87fe28
Fix sources.list.d deb: make 64bit explicit to avoid warning ( #1925 )
...
Since all Bruno releases are 64bit, there is no reason to skip this
argument. Without it, apt gives a warning on every run: `N: Skipping
acquire of configured file 'stable/binary-i386/Packages' as repository
'http://debian.usebruno.com bruno InRelease' doesn't support
architecture 'i386'`
2024-04-10 02:39:07 +05:30