Commit Graph

3355 Commits

Author SHA1 Message Date
yaoweiprc
67605dc1ef Add panel to configre git repo in project edit modal 2025-01-09 08:37:53 +08:00
yaoweiprc
4bef4bf0aa tmp save 2025-01-06 11:39:10 +01:00
yaoweiprc
94daee6aef extract project-edit-modal, add storageType field to project model 2025-01-06 11:39:10 +01:00
gatzjames
3ce2d0bfc5 improve request settings 2025-01-06 11:39:10 +01:00
gatzjames
83a2933d55 export: cleanup empty fields 2025-01-06 11:39:10 +01:00
gatzjames
c962479580 request docs 2025-01-06 11:39:10 +01:00
gatzjames
986cd1ea08 Move sortKey and description to meta and define request settings schema 2025-01-06 11:39:10 +01:00
gatzjames
de6accaf59 cleanup 2025-01-06 11:39:10 +01:00
gatzjames
026587f200 exports 2025-01-06 11:39:10 +01:00
gatzjames
9a183ccf19 working imports 2025-01-06 11:39:10 +01:00
gatzjames
6a78213a9f schema 2025-01-06 11:39:10 +01: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
52c627fb8a Bump app version to 10.3.0 2024-12-20 09:10:15 +00:00
Filipe Freire
9b4bde9d1e Bump app version to 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
d1e39fdad3 fix(cli): failed to run script in cli if timeline dir is not inited (#8232) 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
bc894ed35c Bump app version to 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
6ff654cf95 Bump app version to 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
7143aa8aa8 fix: support *.localhost resolution RFC 6761 [INS-4739] (#8195) 2024-11-22 14:17:22 +00:00
James Gatz
35ae932006 Bump app version to 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
1a8aa7624e Bump app version to 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
3abb42609d Bump app version to 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