Ryan Willis
78a97f4bfb
fix: prevent unparseable response cookie from causing request to fail [INS-4851] ( #8289 )
...
* fix: prevent unparseable response cookie from causing request to fail
* loosen cookie parsing
2025-01-14 10:46:12 -07:00
Jack Kavanagh
65fd66b20a
add tests ( #7817 )
2025-01-14 11:45:38 +00:00
yaoweiprc
72c5fec439
Add annotation for no proxy whitelist [INS-4792] ( #8280 )
...
* Add annotation for no proxy whitelist
* Update packages/insomnia/src/ui/components/modals/settings-modal.tsx
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com >
---------
Co-authored-by: Filipe Freire <livrofubia@gmail.com >
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com >
2025-01-13 11:40:22 +08:00
Jack Kavanagh
3ff0d34c62
Bump-electron-33 ( #8285 )
...
* update flake
* bump node and electron versions
* bump libcurl
* package-lock
* libcurl 2.33.3
* fix types
* bump libcurl 2.33.4
* fix electron breaking change webUtils
* oops
---------
Co-authored-by: Filipe Freire <livrofubia@gmail.com >
2025-01-10 16:44:20 +01:00
James Gatz
f5c556df45
Resizable sections for parameters in request panes ( #8283 )
2025-01-09 10:18:02 +00:00
George He
8f6ffa4e31
fix: add basic support for insomnia.request.size() ( #8281 )
2025-01-09 02:25:56 +00:00
James Gatz
c4dff179da
add check for updates command in the app menu ( #8279 )
2025-01-07 16:31:54 +01:00
Filipe Freire
a9eb23b6ce
Merge branch 'release/10.3.1-beta.0' into develop
2025-01-07 15:30:19 +00:00
Curry Yang
136935db2a
Bump app version to 10.3.1-beta.0
core@10.3.1-beta.0
2025-01-07 09:54:27 +00:00
George He
37ef377e8b
feat(runner/settings): enable logging switch configuration ( #8194 )
...
* feat: enable configuration for turning on/off logging
* fix: lint error
* test: add a smoke test
* fix: smoke test
* fix: smoke test
* fix: smoke tests
* fix: make runtime as optional arg with default value
* chore: enable log
* chore: turn off flag
* fix: turn off restriction
* fix: failed to run smoke tests
* fix: remove unnecessary changes
* fix: unnecessary changes
2025-01-07 11:08:37 +08:00
h-tiwari-dev
142d559344
Due to GrpcRequestPane not unmounting methods and body were not loaded. ( #8273 )
2025-01-06 16:16:33 +01:00
Curry Yang
18072a8a8f
fix: smoke failed in github action ( #8274 )
...
* add log
* fix ubuntu image version
2025-01-06 17:07:53 +08:00
Ryan Willis
90bd25c55f
fix: pre-request script variable hostname certificate resolution [INS-4733] ( #8249 )
...
* fix: pre-request script variable hostname certificate resolution
* type fix
* fix failing test
* fully replace url tpls, default to http
2025-01-03 13:16:24 -07:00
Curry Yang
f311ac2a08
fix: editor did not unlock after websocket disconnect ( #8269 )
2024-12-26 10:59:07 +08:00
George He
de29164483
fix(sdk): support async function in insomnia.test ( #8243 )
...
* fix: support async function in insomnia.test
* test: fix and add test
* fix: test failed
* fix: update the solution
* fix: lint
* fix: test failure
* fix: use regexp as replaceAll doesn't available
* chore: remove useless code
2024-12-23 03:39:50 +00:00
James Gatz
ab38dab7a6
feat(Inso): Add proxy settings to inso cli ( #8257 )
...
* Use environment variables to set proxy settings on inso
* move proxy settings to cli commands
* cleanup
* proxyEnabled settings
2024-12-20 12:14:59 +00:00
James Gatz
c907e60a51
update dropdowns styles to allow aria to auto-size them ( #8258 )
2024-12-20 11:34:21 +00:00
Filipe Freire
22ea253aaf
Merge branch 'release/10.3.0' into develop
2024-12-20 09:32:36 +00:00
Filipe Freire
52c627fb8a
Bump app version to 10.3.0
core@10.3.0
2024-12-20 09:10:15 +00:00
Filipe Freire
c843387c16
Merge branch 'release/10.3.0-beta.0' into develop
2024-12-17 15:28:06 +00:00
Filipe Freire
9b4bde9d1e
Bump app version to 10.3.0-beta.0
core@10.3.0-beta.0
2024-12-17 13:50:41 +00:00
Ryan Willis
2a9ffac2ac
feat(github): github app [INS-3090] ( #8254 )
2024-12-17 13:35:01 +00:00
Filipe Freire
9af247b121
Fix: File path fails when used in env vars on Windows [INS-4742] ( #8221 )
...
* fix: file paths fail on Windows [INS-4742]
* lint
* Update utils.ts
2024-12-16 10:25:23 +00:00
yaoweiprc
cdb2e5ddc8
fix the bug that postman V2.0 auth apiKey can not be parsed when importing ( #8241 )
2024-12-16 02:51:19 +00:00
Ryan Willis
5f4f39d202
fix: file path title in certs dialog ( #8247 )
2024-12-13 20:21:35 +00:00
yaoweiprc
1910b34e39
Import multiple files at once [INS-4633] [INS-4782] ( #8229 )
...
* import multiple files at once
2024-12-13 12:02:19 +08:00
Vivek Thuravupala
eca35d832b
fix: interactivity for components within tooltip body [INS-4773] ( #8239 )
...
Attempting to click on links within tooltips would lead to the tooltip being dismissed. This fixes the issue by moving the tooltip to be a sibling of the tooltip trigger, which is the correct structure for react-aria tooltips. Ref: https://react-spectrum.adobe.com/react-aria/useTooltipTrigger.html
2024-12-11 13:50:20 -08:00
Ryan Willis
d6a6bcb04d
feat(grpc): skip TLS when verification disabled + mTLS capability [INS-4536] ( #8235 )
...
* fix cert passing
* feat: mtls for ssl-enabled grpc requests
* add user-friendly tls-related error messages to a modal
---------
Co-authored-by: jackkav <jackkav@gmail.com >
2024-12-09 15:00:31 -07:00
Curry Yang
10f148671b
fix: breakpoint not working ( #8236 )
2024-12-06 09:06:15 +00:00
George He
dcf5ae9c07
Merge branch 'release/10.2.1-beta.1' into develop
2024-12-05 08:54:58 +00:00
George He
d1e39fdad3
fix(cli): failed to run script in cli if timeline dir is not inited ( #8232 )
core@10.2.1-beta.1
2024-12-05 16:09:24 +08:00
George He
3670273971
Bump app version to 10.2.1-beta.1
2024-12-04 09:15:44 +00:00
George He
e238c90b33
fix(cli): the cli runner should be able to run requests with workspace id by correct order ( #8220 )
...
* fix(runner): should not generate command with workspace id when all request are selected
* fix: sort requests when there's no -i option
* fix: introduce original types instead of copies
* Update packages/insomnia/src/ui/routes/runner.tsx
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com >
* fix: lint error
* fix(cli): misc issues to keep order in running cli runner (#8223 )
* fix(cli): cli should not prompt to ask for workspace id
* fix: support runing folder and sorting request by path
* fix: e2e tests
* fix: incorrect sorting
* fix: incorrect change detection
* fix: comments
* fix: include all sub folders in running folder
---------
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com >
2024-12-04 17:05:17 +08:00
Kent Wang
30b92d08ba
1.fix environment editor toggle button display behavior ( #8219 )
2024-12-02 22:25:25 +08:00
James Gatz
8868780e76
Merge branch 'release/10.2.0' into develop
2024-11-27 17:24:09 +00:00
James Gatz
bc894ed35c
Bump app version to 10.2.0
core@10.2.0
2024-11-27 13:42:40 +00:00
George He
922567b0f9
fix(cli): the first item is executed as the last one ( #8205 )
2024-11-27 16:57:44 +08:00
Filipe Freire
df1e8d9f10
Merge branch 'release/10.2.0-beta.7' into develop
2024-11-26 12:56:33 +00:00
Filipe Freire
6ff654cf95
Bump app version to 10.2.0-beta.7
core@10.2.0-beta.7
2024-11-26 11:53:23 +00:00
George He
ec2c7d8adb
fix: the runner CLI command should be generated according to the specified order ( #8201 )
2024-11-26 17:56:59 +08:00
George He
8b7fd5ffd5
fix(cli): should run requests according to the specified order ( #8200 )
...
* fix(cli): should run requests according to the specified order
* fix: integration test failed
2024-11-26 08:14:48 +00:00
Kent Wang
76934ecb31
Fix environment key-value editor state not update issue[INS-4751] ( #8199 )
...
* Fix kv table status not updated issue
* Add smoke test
2024-11-26 15:41:38 +08:00
Curry Yang
bb1dd84321
feat: enable sentry ANR ( #8197 )
2024-11-26 10:46:22 +08:00
yaoweiprc
bc8aa3889c
Support for resolving conflicts when using git-merge [INS-4638] ( #8185 )
...
* Remove unused codes
* let user resolve conflict when using git merge
* fix code review issue
* Solve the bug that working area does not update after merge.
* modify git smoke test timeout
2024-11-25 16:20:53 +00:00
Filipe Freire
8703b889f5
spike: improve release PR warning ( #8196 )
2024-11-22 15:53:18 +00:00
Filipe Freire
7143aa8aa8
fix: support *.localhost resolution RFC 6761 [INS-4739] ( #8195 )
2024-11-22 14:17:22 +00:00
Filipe Freire
bd08aa840d
Merge branch 'release/10.2.0-beta.6' into develop
2024-11-22 07:33:50 +00:00
James Gatz
35ae932006
Bump app version to 10.2.0-beta.6
core@10.2.0-beta.6
2024-11-21 18:51:03 +00:00
Filipe Freire
febd0ea0a5
fix: use SSL_OP_IGNORE_UNEXPECTED_EOF on libcurl #6554 [INS-4669] ( #8191 )
...
* fix: SSL ignore EOF #6554 [INS-4669]
* try beta.0
* rm consola as dep, use node-libcurl 2.31.3
2024-11-21 17:04:08 +00:00
Curry Yang
73b03d0dd4
fix: app unresponsive ( #8189 )
2024-11-21 17:38:50 +08:00