Commit Graph

5216 Commits

Author SHA1 Message Date
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
Kent Wang
c9c722fdc8 Fix: Environment kv editor flash when user input the first time [INS-4709] (#8182)
* Fix key-value editor flash issue when input text for the first time
* fix key value editor focus issue for RequestParameters editor by James
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-11-21 09:10:23 +00:00
James Gatz
d7240ee484 ask modal now performs the confirm action when initially focused and Enter is pressed (#8186) 2024-11-21 08:53:34 +00:00
Eduardo Wagner
ff88cbd560 fix: enable copying auth tokens not hidden (#8164) 2024-11-21 08:17:19 +00:00
Filipe Freire
2d19f33807 Merge branch 'release/10.2.0-beta.5' into develop 2024-11-20 17:25:06 +00:00
Filipe Freire
1a8aa7624e Bump app version to 10.2.0-beta.5 core@10.2.0-beta.5 2024-11-20 16:59:34 +00:00
George He
12cb2fc842 fix(sdk): failed to transform proxy port between sdk and renderer (#8175)
* fix: update the proxy transforming between sdk and inso

* fix: lint error

* fix: smoke test

* chore: enable sentry for the hidden window

* chore: add tag for sentry reporting
2024-11-20 16:06:03 +08:00
Pavlos Koutoglou
fe151cd1ea fix(ui): safely access currentPlan properties in OrganizationRoute component (#8178) 2024-11-18 11:54:17 +01:00
Filipe Freire
b9244d0544 Merge branch 'release/10.2.0-beta.4' into develop 2024-11-15 15:32:12 +00:00
Filipe Freire
3abb42609d Bump app version to 10.2.0-beta.4 core@10.2.0-beta.4 2024-11-15 14:34:00 +00:00
Pavlos Koutoglou
9994f72036 feat: Update personal plan types and include Hobby and Pro plan names (#8153)
* feat: update personal plan types and formatting

* feat: remove unused personal plan types from organization route

* feat: add planName to CurrentPlan interface and update display logic

* feat: capitalize plan type display in organization route
2024-11-15 14:30:27 +00:00
George He
695d77899f fix(cli): insomnia.variables.set should persist variables during runner execution period (#8172)
* fix(cli): insomnia.variables.set should persist variables during runner execution period

* fix: lint

* fix: lint
2024-11-15 15:09:06 +08:00
George He
8fad1200ba fix(runner): extend insomnia.variables.set lifetime to whole execution period (#8157)
* fix(runner): extend insomnia.variables.set effect to whole execution period

* fix: lint error

* fix: update unit test

* fix: smoke test failed

* chore: enable rendering transient variables

* chore: unify variable names

* test: add smoke test
2024-11-13 17:52:03 +08:00
yaoweiprc
74b9ffbdca Add restrictions when creating, editing mock server (#8168)
* Available mock server types should consider organizations storage rule

* Available mock server types should consider organizations storage rule

* add restrictions when creating mock server route from response in local project

* fix code review problems
2024-11-13 17:06:31 +08:00
yaoweiprc
41649e040e unify mock server route url (#8169) 2024-11-13 16:41:53 +08:00
Curry Yang
890d1b6d7e Update bug_report.yml 2024-11-13 10:40:18 +08:00