Timon
cf02ea2572
feat: Replace dictonary i18n with react-i18next ( #2915 )
2024-08-26 11:09:50 +05:30
Jan Monschke
4fbd2f0bdb
Self-host Inter font to fix GDPR issue ( #750 )
...
* chore: self-host Inter
fixes https://github.com/usebruno/bruno/issues/695
* chore: fix package-lock to include fontsource
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-08-24 02:24:24 +05:30
Anoop M D
5ae3f0e75a
fix: revert pr #1121 - back to jsonlint
2024-08-24 02:13:13 +05:30
Sanjeev Shrestha
b80269b68f
Remove deprecated jsonlint package and use upto date package ( #1121 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-08-24 02:05:22 +05:30
shawnsarwar
9efbd7377a
feat: support relative links in markdown for docs ( #2375 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-08-24 01:01:55 +05:30
Mateusz Pietryga
d1c34bd379
Feat/ Update node version used by project to match Electron ( #2673 )
...
* Feat/electron-bump - bump node version to match electron
* Feat/electron-bump - bump node version - documentation
* Feat/electron-bump - bump node version - package-lock.json
2024-08-22 18:13:29 +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
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
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
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
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
Anton Ödman
467e63d6fa
feat: correctly format json when importing from curl ( #1472 )
2024-01-29 23:29:31 +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
05cab18e18
fix( #1330 ): fixed graphql syntax highlighting issue
2024-01-05 14:52:29 +05:30
Dj Isaac
1f4ab3b5bd
bugfix: bump codemirror dep
2023-12-22 15:49:31 -06:00
Sebastien Dionne
89c5fc2f03
Add copy to clipboard icon
2023-12-10 15:12:04 -05:00
Anoop M D
64bdda6f90
Merge branch 'main' into feature/jsonpath-filtering
2023-11-30 00:18:45 +05:30
n00o
fc6ba4641a
Add Ability to ignore comments in JSON body
...
Replace comments with spaces for the JSON linter.
2023-11-26 02:05:11 -05:00
n00o
4f56506dac
Merge branch 'main' into feature/CodeMirror_AutoComplete
2023-11-17 08:51:55 -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
Boris Baskovec
25af7a211a
Merge branch 'main' into feature/jsonpath-filtering
2023-11-08 22:43:44 +01:00
n00o
af0d4d26bb
Add Autocomplete + JSON/JavaScript Linting
...
Add JavaScript Autocomplete with all built-in Bruno functions. Add code linting markers for JSON and JavaScript CodeMirror sections. Add a few hotkeys to improve code editing.
2023-11-08 08:53:57 -05:00
Anoop M D
ce91812ce5
feat( #338 ): curl parser based in curlconverter
2023-11-08 01:36:37 +05:30
Boris Baskovec
04aa921099
Add jsonpath response filtering
2023-11-07 13:35:48 +01:00
Anoop M D
1e6c85eb01
Merge pull request #827 from martinsefcik/fix-axios-versions-inconsistency
...
fix (#759 ): fixed axios versions inconsistency
2023-11-06 21:16:58 +05:30
Dipin Jagadish
bbcab8d338
feat: add new request from curl feature
2023-10-31 19:32:31 +00:00
Martin Sefcik
ff63cea108
fix ( #759 ): fixed axios versions inconsistency
2023-10-30 18:03:32 +01:00
Its-treason
7b1223d2c5
feat( #740 ): Add hints for local bruno setup
...
- Custom error when opening bruno in the browser
- Custom error when starting electron without the web server running
- Force Next dev server to use port 3000
2023-10-24 18:59:35 +02:00
Anoop M D
b35596bb59
chore: updated monorepo package versions
2023-10-23 03:28:22 +05:30
Anoop M D
2ce5a6eacb
Merge pull request #532 from j0k3r/fix/update-github-workflows
...
Update GitHub workflows
2023-10-18 11:56:46 +05:30
Jeremy Benoist
6d7f397d7b
Update GitHub workflows
...
- jump to `actions/checkout` v4 (latest version)
- retrieve node version from NVM instead of hard-coded
- add a new job to run prettier (in case people skip pre-commit hook)
2023-10-11 13:00:16 +02:00
Donus(ADA)
01c298c58e
feat: support documentation
2023-10-11 09:21:12 +07:00
Anoop M D
95532102ba
feat( #280 ): code generator polishing and support url interpolation
2023-10-02 16:52:02 +05:30
Beedhan
3d0c9cc0ae
feat:added code generator to http-requests
2023-10-02 13:58:25 +05:45
Brahma Dev
a02d2b9c58
Add standard http headers for autocomplete
2023-09-29 11:59:09 +00:00
Anoop M D
3661fa7df3
chore: published libs
2023-09-28 05:17:59 +05:30
Anoop M D
08c1563a7a
chore: bump version to v0.15.3
2023-09-27 14:37:13 +05:30
Anoop M D
ff40178c8c
fix( #210 ): fixing bruno libraries dep issues
2023-09-25 04:41:39 +05:30
Anoop M D
0a172ddce8
feat( #206 ): Collection and Env variables viewer
2023-09-24 02:07:31 +05:30
Anoop M D
b38c25ca70
feat: mac signinging and notarization
2023-02-22 19:15:37 +05:30
Anoop M D
f22858219b
fix: fixed issue while deleting empty query params ( #93 )
2023-02-22 02:42:59 +05:30
Anoop M D
0efd782bcb
feat: github star button blends with dark mode
2023-02-01 21:52:46 +05:30
Anoop M D
6852cc6631
feat: refactored logic around query param parsing
2023-02-01 06:07:43 +05:30
Anoop M D
8bfb2591c2
feat: graphql schema introspection
2023-02-01 05:09:42 +05:30
Anoop M D
2e32423869
feat: better error messaging
2023-01-29 18:04:17 +05:30
Anoop M D
fa40685a6a
feat: skipping telemetry in dev env
2023-01-24 17:28:31 +05:30
Anoop M D
8fbb777665
feat: ask foldername when creating collection
2023-01-22 02:34:23 +05:30
Anoop M D
6ce657d891
feat: drag and drop events ( #57 )
2022-11-11 03:53:51 +05:30
Anoop M D
2393092248
feat: graphql docs explorer ( #65 )
2022-11-08 03:35:58 +05:30