Martin Hoecker
129d659628
Count the number of jumps to break out of infinite loops.
...
This is especially useful for the bru cli, to make sure that test-runners
that are accidentally stuck in an infinite loop still terminate in a
reasonable amount of time and don't hog up resources.
2023-11-01 23:15:54 +01:00
Martin Hoecker
db0de68987
Merge branch 'main' into feature/add-bru-setNextRequest
2023-11-01 22:59:39 +01:00
Anoop M D
9cf8a584a0
chore: added foss 3.0 talk link
2023-11-01 18:25:25 +05:30
Anoop M D
cd9276f4d2
chore: added installation instructions
2023-11-01 18:23:27 +05:30
Anoop M D
87b34122c2
Merge pull request #616 from max-wittig/patch-1
...
docs(readme): add simple installation instructions
2023-11-01 18:18:14 +05:30
Anoop M D
0e0f04c5ad
Merge pull request #840 from snippetkid/338-curl-to-request
...
Add new request from cURL command
2023-11-01 17:43:29 +05:30
Dipin Jagadish
dbd3ab6064
fix: validate curl command before submit
2023-11-01 10:58:07 +00:00
Anoop M D
e8f88d8a13
Merge pull request #832 from martinsefcik/bug/680
...
fix (#680 ): fixed non-string variables to be displayed correctly in code editor
2023-11-01 14:56:46 +05:30
Anoop M D
c1f5d474b1
Merge pull request #818 from DaPutzy/main
...
fix links and images in translated readme's
2023-11-01 14:55:33 +05:30
Anoop M D
c04b83bcaa
Merge pull request #809 from mheidinger/fix-gql-schema-interpolation
...
fix graphql schema interpolation
2023-11-01 14:54:16 +05:30
Anoop M D
f8b5a48076
Merge pull request #831 from BandhiyaHardik/main
...
fix: In README.md in Stay in touch section the Twitter changed to it's new name 𝕏
2023-11-01 14:51:49 +05:30
Anoop M D
6fd84fcec3
Merge pull request #833 from n00o/bugfix/Adjust_Divider_Offset
...
fix (#402 ): response/body cursor offset on resize
2023-11-01 14:51:09 +05:30
Anoop M D
6687a20835
Merge pull request #834 from psqaure11/new
...
capitalize git to Git for clarity
2023-11-01 14:49:13 +05:30
Anoop M D
68a508e26a
Merge pull request #844 from panda7789/bugfix/multipart-form
...
fix: Multipart Form
2023-11-01 14:48:35 +05:30
Anoop M D
05bf40fa82
chore: bumped version to 1.0.1
2023-11-01 14:38:33 +05:30
Anoop M D
49f29fa2af
fix( #836 ): Fix graphql blank screen issue
2023-11-01 14:36:28 +05:30
Linhart Lukáš
89e0d3ae7e
Fix Multipart Form
2023-11-01 07:05:05 +01:00
Dipin Jagadish
bbcab8d338
feat: add new request from curl feature
2023-10-31 19:32:31 +00:00
unknown
2d4f337f03
capitalize git to Git for clarity
2023-10-31 09:49:38 +05:30
n00o
fb4ad848d6
Update index.js
...
Pass prettier test.
2023-10-30 20:59:40 -04:00
n00o
31ecc281a8
Fix response/body cursor offset on resize
...
Now response/body will be refresh each time it gets resized so the cursor always stays in the right place.
2023-10-30 20:10:36 -04:00
Martin Sefcik
745cb85f95
fix ( #680 ): fixed defined non-string variables to be displayed correctly in code editor
2023-10-30 23:43:44 +01:00
HardikBandhiya
aac4a33c92
Update readme.md
...
changed Twitter's old name to new 𝕏
2023-10-31 01:59:43 +05:30
Anoop M D
32d9c4833e
chore: bump version to 1.0.0
2023-10-30 23:33:29 +05:30
DaPutzy
65f688dbc2
chrore: fix logo's in translated readme's
2023-10-29 13:49:44 +00:00
DaPutzy
3f6f4ccd12
chore: fix links and images in translated readme's
2023-10-29 13:04:11 +00:00
Anoop M D
fa8ec4267f
Merge pull request #807 from vaugenwake/feature/import-graphql-collection
...
feat: Adding ability to import postman graphql collections
2023-10-29 11:40:39 +05:30
Vaugen Wakeling
99b25fc5b2
feat: Remove unneeded formatting
2023-10-27 17:21:16 +01:00
Max Heidinger
a0fe80604e
fix: fix graphql schema interpolation
2023-10-27 14:59:09 +02:00
Anoop M D
7ac39bcf5c
fix( #777 ): fixing snap issue
2023-10-27 16:18:49 +05:30
Vaugen Wakeling
5df9981e20
feat: Adding ability to import postman graphql collections
...
Fixes : #790
2023-10-27 00:34:16 +01:00
Anoop M D
03184fa1e8
Merge pull request #803 from Makar8000/postman-import-auth
...
feature/Auth support for postman collection imports
2023-10-27 03:15:12 +05:30
Brian Dentino
d76253ea04
Fixes for getNextRequest in UI
2023-10-26 22:46:35 +02:00
Martin Hoecker
4a1d45f458
Merge branch 'main' into feature/add-bru-setNextRequest
2023-10-26 22:34:05 +02:00
Makar
e4b2b651f5
Auth support for postman collection imports
2023-10-26 13:23:43 -05:00
Anoop M D
fd6b083ae5
chore: fixed broken links in documentation
2023-10-26 22:55:00 +05:30
Anoop M D
91d9e81da4
Merge pull request #788 from areebniyas/feature/restructure-folders
...
Restructure and merge documentation files
2023-10-26 22:27:56 +05:30
Anoop M D
1e435b8e10
Merge pull request #791 from Its-treason/feature/variable-name-validation
...
Enforce variable strictness & validation
2023-10-26 22:19:57 +05:30
Anoop M D
834014b5d1
Merge pull request #797 from mheidinger/local-gql-schema
...
feat: add loading local graphql schema file
2023-10-26 22:15:34 +05:30
Anoop M D
85b22b53aa
Merge pull request #795 from DaPutzy/feature/additional-script-context-roots
...
[feature] allow multiple script context roots
2023-10-26 22:06:23 +05:30
Anoop M D
24f92d2b4e
Merge pull request #794 from survivant/feature/add-comment-by-line
...
Fix the issue when only the first line was imported
2023-10-26 10:09:27 +05:30
Anoop M D
5f5ad288dc
Merge pull request #796 from usebruno/revert-779-feature/close-tabs-with-mouse
...
Revert "Make Tabs closable by mouseclick. Closes #778 "
2023-10-26 09:54:55 +05:30
Anoop M D
e274aedb9a
Revert "Make Tabs closable by mouseclick. Closes #778 "
2023-10-26 09:54:32 +05:30
DaPutzy
7fa68731d2
feat: allow multiple script context roots
2023-10-25 23:16:28 +00:00
Sebastien Dionne
c6440ab849
Fix import error
2023-10-25 17:54:04 -04:00
Its-treason
d52163ceb3
test: Fix failing test 'should parse the json file'
2023-10-25 23:30:31 +02:00
Its-treason
827df18c62
feat( #682 ): Add validation for request vars & dynamic vars
2023-10-25 23:13:37 +02:00
areebniyas
3c9e913349
merge development and contributing doc
2023-10-26 00:48:05 +05:30
Anoop M D
7f7b3f479a
feat: nudge users to view docs on managing secrets
2023-10-26 00:38:44 +05:30
Its-treason
3a5a213242
Merge branch 'main' into feature/variable-name-validation
2023-10-25 21:00:18 +02:00