Anoop M D
a7e2f08efc
Merge pull request #920 from adarshlilha/bugfix/environment-save-empty-secret
...
fix(#904 ): fix environment save when empty secret exists
2023-11-18 10:43:13 +05:30
Anoop M D
30a2eb5ee7
Merge pull request #925 from n00o/feature/CodeMirror_AutoComplete
...
feat (#861 ): Add Autocomplete + JSON/JavaScript Linting
2023-11-18 10:42:24 +05:30
Anoop M D
7b40432195
Merge pull request #916 from rickyl3aks/italianLang
...
feat: add italian readME translation, link and contributing
2023-11-18 10:21:48 +05:30
Anoop M D
699f6ba97d
Merge branch 'main' into italianLang
2023-11-18 10:21:37 +05:30
Anoop M D
9486d0c829
Merge pull request #738 from PChaparro/docs/#735-spanish-translation
...
docs: Spanish translation of documentation files
2023-11-18 10:18:53 +05:30
Anoop M D
1f0370c422
Merge branch 'main' into docs/#735-spanish-translation
2023-11-18 10:18:37 +05:30
Anoop M D
10fb06eb97
Merge pull request #878 from CRAZy-Monk3Y/add-documentaion-bengali
...
docs: add Bengali translation
2023-11-18 10:17:14 +05:30
Anoop M D
a11247d359
Merge branch 'main' into add-documentaion-bengali
2023-11-18 10:17:07 +05:30
Anoop M D
61f70b3e6a
Merge pull request #864 from szto/main
...
docs: add korean transation readme.md
2023-11-18 10:15:27 +05:30
Anoop M D
75bbb6d66a
Merge branch 'main' into main
2023-11-18 10:15:14 +05:30
Anoop M D
11ce057310
Merge pull request #951 from mirkogolze/bugfix/correct-proxy-settings-evaluation
...
#937 , #921 improve evaluation of proxy configuration, allow empty port
2023-11-18 09:34:43 +05:30
Anoop M D
42f6353ec8
Merge pull request #938 from adarshlilha/bugfix/code-generator-headers
...
fix(#901 ): fix headers in code generator
2023-11-18 09:32:19 +05:30
Anoop M D
3bd7bc75a8
Merge pull request #965 from Art051/bugfix/openapi-import-selfref-infinite-loop
...
Fix inifinite loop in openapi-spec import with self-references
2023-11-18 09:24:02 +05:30
Anoop M D
d2a99b0221
fix( #962 ): improved error label when name is not defined while setting env var
2023-11-18 09:18:40 +05:30
Anoop M D
4abb4009e6
Merge pull request #963 from mikaoelitiana/962-empty-vars
...
Improve error message when an empty var is set
2023-11-18 09:01:55 +05:30
Anoop M D
f8c23ed6da
chore: save icon should use yellow color to indicate draft
2023-11-18 08:29:53 +05:30
Anoop M D
e96da632b2
chore: version bump @usebruno/js @usebruno/cli
2023-11-18 08:29:18 +05:30
Anoop M D
cef8094709
Merge pull request #972 from bennieboj/bugfix/961_trim_url
...
fix #961 by using trim
2023-11-18 08:26:20 +05:30
n00o
353386b4da
Add dependencies
2023-11-17 09:18:14 -05:00
n00o
4f56506dac
Merge branch 'main' into feature/CodeMirror_AutoComplete
2023-11-17 08:51:55 -05:00
Anoop M D
722fbdb474
Merge pull request #926 from Andreas-Schoenefeldt/feature/stackoverflow-tag
...
Added a hint of the stackoverflow tag to the readme
2023-11-17 09:29:50 +05:30
Anoop M D
ae689a8615
Merge pull request #982 from n00o/feature/PDF-Preview
...
feat(#970 ): Add PDF Preview
2023-11-17 08:10:44 +05:30
n00o
52baa69b70
Fix formatting
...
Pass prettier tests
2023-11-16 18:55:43 -05:00
n00o
b68e622695
feat( #970 ): Add PDF Preview
...
Any PDF response can be now be previewed. There is no UI fancy UI interface for it for simplicity. This makes it look very similar to Postman.
2023-11-16 18:19:25 -05:00
Nelu Platonov
005a936a61
fix( #964 ): Use const
2023-11-15 21:42:38 +01:00
Nelu Platonov
bad9d0a3ef
fix( #964 ): Fix Handlebars interpolation when env var has "." in name
2023-11-15 20:29:40 +01:00
Bennieboj
fff6870002
fix #961 by using trim
2023-11-15 19:42:53 +01:00
Nelu Platonov
2ee6c5effc
fix( #964 ): Allow "." in variable names + make error message more consistent
2023-11-15 16:27:14 +01:00
Andreas Schönefeldt
d3c854a9da
Update readme.md
...
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
2023-11-15 10:22:05 +01:00
Art051
f39d985877
Problem: Issue relates to OpenAPI specs which have self referencing components, resulting in infinite loops being made within resolveRefs.
...
Solution: Added basic use of Set to store already-traversed items within the OpenAPI spec.
Linked to personal use having import problems as well as this issue raised: https://github.com/usebruno/bruno/issues/939#issue-1986513743
Tested against the API Spec mentioned in the issue both as JSON and YAML.
2023-11-14 18:28:35 +00:00
Mika Andrianarijaona
500e3853a5
Improve error message when an empty var is set
...
Fixes #962
2023-11-14 16:33:27 +01:00
Riccardo Consolandi
d76793e74d
Merge branch 'main' into italianLang
2023-11-13 18:44:58 +01:00
mirkogolze
d17c2f8ebd
Merge branch 'usebruno:main' into bugfix/correct-proxy-settings-evaluation
2023-11-12 21:42:19 +01:00
Mirko Golze
a5ce7e9c9c
#937 , #921 improve evaluation of proxy configuration, allow empty proxy port
2023-11-12 21:41:25 +01:00
Anoop M D
f617504cd6
Merge pull request #953 from MrLuje/fix/openapi-import
...
fix(openapi-import): root security should be optional
2023-11-12 23:56:19 +05:30
Andreas Schönefeldt
924bf1217f
Merge branch 'main' into bugfix/bug-884
2023-11-12 16:53:16 +01:00
Anoop M D
0c51e77d6c
Merge pull request #930 from notfounnd/main
...
feat: add portuguese brazilian docs translation
2023-11-12 20:19:49 +05:30
MrLuje
a0b2f80508
fix(openapi-import): spec security should be optional
2023-11-11 14:59:57 +00:00
Mirko Golze
e1a74d0652
#937 , #921 improve evaluation of proxy configuration, allow empty proxy port
2023-11-10 21:20:30 +01:00
Riccardo Consolandi
a5523967f6
Merge branch 'usebruno:main' into main
2023-11-10 17:34:33 +01:00
Júnior Sbrissa
c3895d65e1
Merge branch 'usebruno:main' into main
2023-11-10 10:30:36 -03:00
n00o
8ed88d42c0
Fix Crashes and improve AutoComplete logic
...
Fix crash when autocomplete pops up and then is deleted. Fix autocomplete from appearing inside interpolation or strings. Fix JSON linting when its empty and not lint when mode is undefined (Code Generation). Improve tab to indent on full line or multiple lines selected.
2023-11-10 00:28:17 -05:00
Adarsh Lilha
043b80171e
fix headers in code generator
2023-11-10 03:27:17 +05:30
Anoop M D
ba761098be
chore( #827 ): bumped bruno cli version to 1.1.0
2023-11-09 16:12:33 +05:30
Boris Baskovec
7b9a4f457e
Merge remote-tracking branch 'upstream/main' into feature/jsonpath-filtering
2023-11-09 10:01:36 +01:00
Anoop M D
3e137ac6b4
fix: fixed failing test
2023-11-09 13:47:33 +05:30
Anoop M D
a0196a01b3
chore: bumped release version
2023-11-09 13:39:24 +05:30
Anoop M D
aab591cb12
feat( #338 ): switch to curl mode if a curl cmd is pasted in new request modal
2023-11-09 13:20:07 +05:30
Júnior Sbrissa
07a9d4645f
docs: review pt br translation and add reference links
2023-11-08 21:57:43 -03:00
Boris Baskovec
bab12d7894
Changes from review
2023-11-08 22:45:45 +01:00