Commit Graph

1231 Commits

Author SHA1 Message Date
e3f32dfc87 Merge pull request #397 from dozed/response-time-axios
Use axios interceptor to measure response time
2023-10-06 04:13:52 +05:30
a204e3814b Merge pull request #400 from lared/bug/env-with-empty-secret-variable
fix(#399): loading environment with empty secret variable fails
2023-10-06 04:11:57 +05:30
be8db1876a feat(#111): refactor new request auto open logic 2023-10-06 04:02:51 +05:30
64d9413777 Add Russian localization 2023-10-05 22:47:14 +03:00
a71afc8f73 fix(#399): loading environment with empty secret variable fails 2023-10-05 19:38:17 +02:00
4e4130acf5 Merge pull request #373 from Its-treason/feature/auto-open-new-request
feat(#111): Automaticly open a newly created request
2023-10-05 21:22:56 +05:30
bb7d13d2d9 Use axios interceptor to measure response time 2023-10-05 17:46:12 +02:00
c08be14d87 Merge branch 'main' of github.com:usebruno/bruno 2023-10-05 21:15:59 +05:30
90f47e5877 feat(#396): decomment support in json and scripts 2023-10-05 21:15:38 +05:30
8a19189dcd feat(#111): Use existing last actions for auto open tabs 2023-10-05 17:43:17 +02:00
efbc119e7c Merge pull request #395 from dozed/fix-show-response-time
Put constant in outer scope
2023-10-05 20:50:00 +05:30
d36956e0a4 Merge pull request #393 from zyrouge/linux-qol
Better BrowserWindow
2023-10-05 20:41:31 +05:30
efbdde8252 Set responseTime 2023-10-05 17:11:29 +02:00
ae2f170fe6 Put constant in outer scope 2023-10-05 17:05:31 +02:00
4f0d87fba4 refactor: set title 2023-10-05 20:29:50 +05:30
8703124007 refactor: enable auto hide menu bar 2023-10-05 20:24:02 +05:30
f9f99adbf9 refactor: set icon of windows 2023-10-05 20:23:33 +05:30
da9a6c434a Merge pull request #390 from grubersjoe/gql-auth
feat: Add authentication for GraphQL requests
2023-10-05 20:21:58 +05:30
c8764f6555 Merge pull request #391 from dozed/show-response-time
Show response time in milliseconds per request and total
2023-10-05 20:17:58 +05:30
e90718f47b Show response time in milliseconds per request and total 2023-10-05 16:42:49 +02:00
af130bac17 feat(usebruno#354): Add authentication for GraphQL requests
Schema introspection query will also use specified authentication.
2023-10-05 16:37:05 +02:00
04481a26e1 Show response time in milliseconds per request and total 2023-10-05 16:36:57 +02:00
86c2a60184 Merge pull request #380 from petoc/bugfix/insomnia-importer
updated insomnia importer
2023-10-05 19:54:06 +05:30
0cbf803ed9 chore: restructured tests into seperate dir as jest error was preventing local exec of cli 2023-10-05 19:51:06 +05:30
c91819c072 Merge branch 'main' of github.com:usebruno/bruno 2023-10-05 19:40:44 +05:30
2c4a3a5eb4 Merge pull request #241 from tpyle/bug/correct-result-reporting
Handle failed requests and reduce duplication
2023-10-05 19:40:28 +05:30
99fc980a48 chore: updated readme 2023-10-05 19:30:38 +05:30
960f62ac8e chore: updated readme 2023-10-05 15:44:34 +05:30
57e0f0c0c4 updated insomnia importer 2023-10-05 09:45:08 +02:00
8216bf5eec Merge remote-tracking branch 'upstream/main' 2023-10-04 20:37:18 -04:00
9f11cfc836 Changed proxied requests to use https-proxy-agent to handle TCP tunneling. 2023-10-04 20:31:34 -04:00
51cb930b6a feat(#111): Automaticly open a newly created request 2023-10-05 01:57:02 +02:00
1c8712b6eb chore: bru cli v0.11.0 release 2023-10-05 04:04:05 +05:30
6c1f8c78b2 chore: version bumped to v0.19.0 v0.19.0 2023-10-05 03:47:43 +05:30
b35b814561 chore: added package-lock.json 2023-10-05 03:46:34 +05:30
80eaaad658 Merge pull request #356 from therealrinku/main
github star button color fix
2023-10-05 03:35:38 +05:30
51a73d864e Merge pull request #368 from luizfonseca/fix/use-correct-duration-axios-interceptor
fix(network): use axios interceptors to better reflect durations
2023-10-05 03:34:34 +05:30
87e29db545 Merge pull request #370 from VersusF/feature/copy-environment
Feature: Add new button to copy existing environments
2023-10-05 03:29:31 +05:30
0cf18e6804 feat(#306): allow fs access inside scripts 2023-10-05 03:20:53 +05:30
3a6dacc1f4 Add: Add new button to copy existing environments 2023-10-04 23:32:02 +02:00
8d89496304 fix(#329): fixed basic auth header issue + added cli support for basic and bearer auth 2023-10-05 02:32:24 +05:30
6ef7891f8a fix(network): use interceptors when measuring request duration 2023-10-04 22:09:48 +02:00
e1bf475f1f chore: pretty-quick fixes 2023-10-04 22:09:11 +02:00
f7eb325e11 fix: husky pre-commit missing correct prettier version 2023-10-04 22:08:25 +02:00
c50b88d60d fix: missing typescript module on npm build script 2023-10-04 22:07:26 +02:00
90fedc8ec6 fix(#334): fixed yaml response parsing issue 2023-10-04 22:55:17 +05:30
9c46bc79d9 github star button color fix 2023-10-04 22:14:34 +05:45
9ecfb3a640 chore: added testimnoial link in readme 2023-10-04 18:14:45 +05:30
da4e96d1ef Merge remote-tracking branch 'upstream/main' into bug/correct-result-reporting 2023-10-03 22:15:53 -04:00
bf2d1220a1 chore: version bumped to v0.18.0 v0.18.0 2023-10-04 05:53:59 +05:30