Anoop M D
|
d5a6522563
|
Merge branch 'main' into main
|
2023-10-06 17:36:35 +05:30 |
|
Anoop M D
|
c25542bbdf
|
chore: bru cli v0.12.0 release
|
2023-10-06 04:59:57 +05:30 |
|
Anoop M D
|
a838185ddf
|
chore: version bump v0.20.0
|
2023-10-06 04:18:44 +05:30 |
|
Anoop M D
|
ac3637fcfa
|
Merge pull request #404 from qweme32/feature/russian-localization
Add Russian localization
|
2023-10-06 04:15:22 +05:30 |
|
Anoop M D
|
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 |
|
Anoop M D
|
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 |
|
Anoop M D
|
be8db1876a
|
feat(#111): refactor new request auto open logic
|
2023-10-06 04:02:51 +05:30 |
|
Qweme Dev
|
64d9413777
|
Add Russian localization
|
2023-10-05 22:47:14 +03:00 |
|
Michał Szymborski
|
a71afc8f73
|
fix(#399): loading environment with empty secret variable fails
|
2023-10-05 19:38:17 +02:00 |
|
Anoop M D
|
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 |
|
Stefan Ollinger
|
bb7d13d2d9
|
Use axios interceptor to measure response time
|
2023-10-05 17:46:12 +02:00 |
|
Anoop M D
|
c08be14d87
|
Merge branch 'main' of github.com:usebruno/bruno
|
2023-10-05 21:15:59 +05:30 |
|
Anoop M D
|
90f47e5877
|
feat(#396): decomment support in json and scripts
|
2023-10-05 21:15:38 +05:30 |
|
Its-treason
|
8a19189dcd
|
feat(#111): Use existing last actions for auto open tabs
|
2023-10-05 17:43:17 +02:00 |
|
Anoop M D
|
efbc119e7c
|
Merge pull request #395 from dozed/fix-show-response-time
Put constant in outer scope
|
2023-10-05 20:50:00 +05:30 |
|
Anoop M D
|
d36956e0a4
|
Merge pull request #393 from zyrouge/linux-qol
Better BrowserWindow
|
2023-10-05 20:41:31 +05:30 |
|
Stefan Ollinger
|
efbdde8252
|
Set responseTime
|
2023-10-05 17:11:29 +02:00 |
|
Stefan Ollinger
|
ae2f170fe6
|
Put constant in outer scope
|
2023-10-05 17:05:31 +02:00 |
|
zyrouge
|
4f0d87fba4
|
refactor: set title
|
2023-10-05 20:29:50 +05:30 |
|
zyrouge
|
8703124007
|
refactor: enable auto hide menu bar
|
2023-10-05 20:24:02 +05:30 |
|
zyrouge
|
f9f99adbf9
|
refactor: set icon of windows
|
2023-10-05 20:23:33 +05:30 |
|
Anoop M D
|
da9a6c434a
|
Merge pull request #390 from grubersjoe/gql-auth
feat: Add authentication for GraphQL requests
|
2023-10-05 20:21:58 +05:30 |
|
Anoop M D
|
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 |
|
Stefan Ollinger
|
e90718f47b
|
Show response time in milliseconds per request and total
|
2023-10-05 16:42:49 +02:00 |
|
Jonathan Gruber
|
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 |
|
Stefan Ollinger
|
04481a26e1
|
Show response time in milliseconds per request and total
|
2023-10-05 16:36:57 +02:00 |
|
Anoop M D
|
86c2a60184
|
Merge pull request #380 from petoc/bugfix/insomnia-importer
updated insomnia importer
|
2023-10-05 19:54:06 +05:30 |
|
Anoop M D
|
0cbf803ed9
|
chore: restructured tests into seperate dir as jest error was preventing local exec of cli
|
2023-10-05 19:51:06 +05:30 |
|
Anoop M D
|
c91819c072
|
Merge branch 'main' of github.com:usebruno/bruno
|
2023-10-05 19:40:44 +05:30 |
|
Anoop M D
|
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 |
|
Anoop M D
|
99fc980a48
|
chore: updated readme
|
2023-10-05 19:30:38 +05:30 |
|
Anoop M D
|
960f62ac8e
|
chore: updated readme
|
2023-10-05 15:44:34 +05:30 |
|
Peter C.
|
57e0f0c0c4
|
updated insomnia importer
|
2023-10-05 09:45:08 +02:00 |
|
Alex Costinescu
|
8216bf5eec
|
Merge remote-tracking branch 'upstream/main'
|
2023-10-04 20:37:18 -04:00 |
|
Alex Costinescu
|
9f11cfc836
|
Changed proxied requests to use https-proxy-agent to handle TCP tunneling.
|
2023-10-04 20:31:34 -04:00 |
|
Its-treason
|
51cb930b6a
|
feat(#111): Automaticly open a newly created request
|
2023-10-05 01:57:02 +02:00 |
|
Anoop M D
|
1c8712b6eb
|
chore: bru cli v0.11.0 release
|
2023-10-05 04:04:05 +05:30 |
|
Anoop M D
|
6c1f8c78b2
|
chore: version bumped to v0.19.0
|
2023-10-05 03:47:43 +05:30 |
|
Anoop M D
|
b35b814561
|
chore: added package-lock.json
|
2023-10-05 03:46:34 +05:30 |
|
Anoop M D
|
80eaaad658
|
Merge pull request #356 from therealrinku/main
github star button color fix
|
2023-10-05 03:35:38 +05:30 |
|
Anoop M D
|
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 |
|
Anoop M D
|
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 |
|
Anoop M D
|
0cf18e6804
|
feat(#306): allow fs access inside scripts
|
2023-10-05 03:20:53 +05:30 |
|
Filippo Contro
|
3a6dacc1f4
|
Add: Add new button to copy existing environments
|
2023-10-04 23:32:02 +02:00 |
|
Anoop M D
|
8d89496304
|
fix(#329): fixed basic auth header issue + added cli support for basic and bearer auth
|
2023-10-05 02:32:24 +05:30 |
|
Luiz Fonseca
|
6ef7891f8a
|
fix(network): use interceptors when measuring request duration
|
2023-10-04 22:09:48 +02:00 |
|
Luiz Fonseca
|
e1bf475f1f
|
chore: pretty-quick fixes
|
2023-10-04 22:09:11 +02:00 |
|
Luiz Fonseca
|
f7eb325e11
|
fix: husky pre-commit missing correct prettier version
|
2023-10-04 22:08:25 +02:00 |
|
Luiz Fonseca
|
c50b88d60d
|
fix: missing typescript module on npm build script
|
2023-10-04 22:07:26 +02:00 |
|
Anoop M D
|
90fedc8ec6
|
fix(#334): fixed yaml response parsing issue
|
2023-10-04 22:55:17 +05:30 |
|