5982 Commits

Author SHA1 Message Date
Ryan Willis
9c3b6178a4 feat: inso analytics [INS-1834] (#9621)
* feat: inso analytics [INS-1834]

* formatting + circular import fix

* fix: don't lose overrides when memDB contains Settings

* refactor: alleviate circular import additions

* review changes

* reduce refs to db type
2026-02-05 08:12:05 -07:00
Curry Yang
789769ced1 fix: can not find file when export (#9636) 2026-02-05 16:22:48 +08:00
Vivek Thuravupala
526b8f9bb2 Merge branch 'release/12.3.1' into develop 2026-02-05 06:22:39 +00:00
Insomnia
f95c16ac86 Trigger release/12.3.1 build core@12.3.1 2026-02-05 05:24:27 +00:00
Insomnia
58cc102bf8 Bump app version to 12.3.1 2026-02-05 05:24:10 +00:00
Jay Wu
6a9c541991 Merge branch 'release/12.3.1-beta.1' into develop 2026-02-04 09:08:31 +00:00
Insomnia
04f7b23373 Trigger release/12.3.1-beta.1 build core@12.3.1-beta.1 2026-02-04 08:00:19 +00:00
Insomnia
5d669097a9 Bump app version to 12.3.1-beta.1 2026-02-04 08:00:05 +00:00
Ryan Willis
3867441262 fix: show static author email for all git auth types (#9626)
* fix: show static author email for all git auth types

* move field
2026-02-03 20:25:50 -07:00
Kent Wang
6730edba5f use json string to store mcp payload (#9631) 2026-02-04 02:39:38 +00:00
Ryan Willis
7e71c2471e fix: auto-close after commit+push with multiple commits [INS-1948] (#9608)
* fix: auto-close after commit+push with multiple commits [INS-1948]

* fix: useRef for committingAction to prevent multiple toasts
2026-02-03 10:16:43 -07:00
Ryan Willis
fea1e224e1 fix: git project repo clear handling (#9627) 2026-02-03 08:35:39 -07:00
Jack Kavanagh
2f59a0957e feat: support redirect to single request (#9610)
* support redirect to single request

* support workspace select

* fix tests

* remove colon

* add a request loading workaround

* fix tests

* only navigate to single requests

* support streaming imports
2026-02-03 14:38:12 +01:00
Curry Yang
0bd02b0af1 fix: socket.io tab onchange (#9628) 2026-02-03 14:12:12 +08:00
Kent Wang
c179a299e9 fix: Add a default read-only page for MCP workspace without active request (#9616)
* add a default page when no workspace found
* fix wording issue
* fix style issue
2026-02-02 17:13:40 +08:00
Bingbing
a300b29092 feat: support add in new tab in command palette (#9604) 2026-02-02 10:25:17 +08:00
Vivek Thuravupala
36146f362c Merge branch 'release/12.3.1-beta.0' into develop 2026-02-02 01:05:28 +00:00
Insomnia
a87223f8ae Trigger release/12.3.1-beta.0 build core@12.3.1-beta.0 2026-02-02 00:05:50 +00:00
Insomnia
a195fdf6a2 Bump app version to 12.3.1-beta.0 2026-02-02 00:05:36 +00:00
Ryan Willis
adccc9f13b fix: nowrap input prefixes [INS-2039] (#9620) 2026-01-30 17:03:58 -07:00
Bingbing
56f0990d31 optimize: make debug view loader more robust (#9611) 2026-01-30 15:12:06 +08:00
Curry Yang
9eceef3455 refactor: migrate invite api - [INS-1875] (#9590)
* refactor: migrate invite api

* fix: return type
2026-01-29 08:28:53 +00:00
Copilot
583dc474b0 Fix Socket.io JSON requests and responses handling - [INS-1993] (#9596)
* Initial plan

* Fix Socket.io JSON requests and responses handling

- Fix sending: Parse JSON args before emitting to socket when content type is JSON
- Fix receiving: Handle objects properly in stringify function when displaying incoming messages

Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com>

* Fix [object Object] display in event list view

Add stringifyEventData helper function in event-log-view.tsx to properly
display JSON objects in the Socket.io event list instead of [object Object]

Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com>

* Fix potential runtime errors in handleSend function

- Add early return when renderedArgs is undefined (RenderError case)
- Use nullish coalescing for requestPayload?.args to prevent TypeError

Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com>
2026-01-28 11:43:10 +08:00
Alison Sabuwala
5013729970 feat: clearer ai settings panel (#9602) 2026-01-27 16:11:37 -07:00
Ryan Willis
9e74b545a8 feat(git): select commit email from git provider per repo [INS-1474] (#9593) 2026-01-27 08:15:23 -07:00
Kent Wang
b8987e98cf Fix: MCP cloud sync action issues (#9595)
* fix cloud sync operation error for non-collection workspace

* update mcp url with git or vcs version change
2026-01-27 13:18:33 +00:00
Jack Kavanagh
4d5c339c78 feat: navigate to imported workspace (#9601)
* navigate to new workspace

* fix test

* only redirect to single workspace import

* clarify entity name

* tests no longer navigate to workspace

* fix tests

* fix scope of redirect

* document e2e test debugging

* fix vault test

* improve types

* fix e2e tests
2026-01-27 11:34:40 +00:00
Curry Yang
e98b7ef460 fix: no project ui (#9606) 2026-01-27 08:55:53 +00:00
Curry Yang
b18800897a fix: socket.io body tab refresh - [INS-1997] (#9600)
* fix: socket.io body tab refresh

* fix
2026-01-27 15:42:22 +08:00
Jack Kavanagh
7e2fedd921 block import deeplink (#9597) 2026-01-22 21:00:11 +01:00
Kent Wang
dd1e65f04a fix the missing file (#9591) 2026-01-22 02:11:11 +00:00
Jack Kavanagh
299c5db3dc support curl import (#9586) 2026-01-21 13:27:15 +00:00
Jack Kavanagh
fee4936690 feat: when logged out handle deep link (#9585)
* first attempt

* tidy up
2026-01-21 11:49:13 +00:00
Curry Yang
02616f1033 fix: use password input for PAT (#9588) 2026-01-21 09:52:30 +00:00
Curry Yang
0bbae307fd refactor: migrate projects request to insomnia-api package - [INS-1874] (#9574)
* refactor: migrate projects request to insomnia-api package

* fix: cr

* refactor: error handling

* fix: add isApiError

* fix: error

* fix
2026-01-21 09:14:53 +00:00
Kent Wang
eff9d9e7e2 Chore: Adding eslint rule to avoid using window and document in main process related code (#9579)
* add eslint rule for main
* update extension
2026-01-21 03:41:07 +00:00
Bingbing
252a4b8b63 refactor: move node dependencies from models to helpers (#9563) 2026-01-20 04:30:47 +00:00
Kent Wang
9e4d909bdb fix mcp workspace sync issue (#9584) 2026-01-19 14:58:40 +00:00
Bingbing
9f7d3efbfa refactor: move enterprise apis to insomnia-api (#9552) 2026-01-19 10:18:07 +00:00
Bingbing
28a29cd2d5 refactor: move some model types to a new file to reduce cycle references (#9564) 2026-01-19 17:58:42 +08:00
Bingbing
65e126d239 refactor: IoC database implementation to get rid of runtime dependencies (#9511) 2026-01-19 17:19:08 +08:00
Kent Wang
5762098af9 Fix: Environment variable in MCP OAuth settings in not working (#9568)
* fix environment not applied issue
* remove useless parameter
2026-01-16 03:45:15 +00:00
Ryan Willis
368402e2b0 feat: improved enterprise trial confirmation modal (#9569) 2026-01-15 07:42:13 -07:00
Niladri Adhikary
f69b512082 fix: persist environment tab data when switching between tabs (#9138)
* fix: persist environment tab data when switching between tabs

Signed-off-by: “niladrix719” <niladrix719@gmail.com>

* Update packages/insomnia/src/routes/organization.$organizationId.project.$projectId.workspace.$workspaceId.environment.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: use memo wrap dependence

---------

Signed-off-by: “niladrix719” <niladrix719@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Curry Yang <163384738+CurryYangxx@users.noreply.github.com>
Co-authored-by: Curry Yang <1019yanglu@gmail.com>
2026-01-15 14:22:45 +00:00
Bingbing
085c4af3a5 fix: plugin install failed due to mixed usage of runtime api (#9571) 2026-01-15 15:46:17 +08:00
Curry Yang
f8c566244f test: verify git sync feature flag & storage rule - [INS-1908] (#9567)
* test: verify git sync feature flag

* fix: close modal in smoke test

* fix: aria label

* feat: add test for storage rule
2026-01-15 15:38:11 +08:00
Kent Wang
93d85d27b0 set a default NODE_AUTH_TOKEN in order not to break local plugin installation (#9572) 2026-01-15 03:47:18 +00:00
Kent Wang
23bdd9229b fix: Tooltip action is not clickable when render in modal (#9565)
* Generic way to fix tooltip issue
2026-01-15 03:18:25 +00:00
Vivek Thuravupala
e28b5de9fe Merge branch 'release/12.3.0' into develop 2026-01-15 01:47:53 +00:00
Insomnia
d6e5ca47eb Trigger release/12.3.0 build core@12.3.0 2026-01-15 00:38:54 +00:00