Commit Graph

5242 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
c175233118 Merge branch 'feat/project-level-git-sync' of https://github.com/Kong/insomnia into feat/project-level-git-sync 2025-01-07 15:47:28 +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
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
yaoweiprc
3ec73d17f4 tmp save 2024-12-26 17:56:26 +08:00
yaoweiprc
bf5a064480 extract project-edit-modal, add storageType field to project model 2024-12-26 17:56:25 +08:00
gatzjames
b62e13d6cd improve request settings 2024-12-26 17:56:25 +08:00
gatzjames
7e48ca3ce5 export: cleanup empty fields 2024-12-26 17:56:24 +08:00
gatzjames
7879986cc5 request docs 2024-12-26 17:56:24 +08:00
gatzjames
e4f65172ee Move sortKey and description to meta and define request settings schema 2024-12-26 17:56:24 +08:00
gatzjames
2b38c49e3d cleanup 2024-12-26 17:56:23 +08:00
gatzjames
ba3d0cc5a2 exports 2024-12-26 17:56:23 +08:00
gatzjames
c363e1a022 working imports 2024-12-26 17:56:09 +08:00
gatzjames
ddf9bdcfcb schema 2024-12-26 17:28:33 +08: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