Commit Graph

  • e333b748f7 remove plugins from renderer 1 jackkav 2026-06-01 04:08:26 +02:00
  • 0966b4b592 fix ciruclar references jackkav 2026-06-01 03:45:48 +02:00
  • 8f2213d065 Remove unused beforeEach and services imports from plugin index tests jackkav 2026-06-01 03:26:18 +02:00
  • 52a4fa8d6f Remove INSOMNIA_ENABLE_PLUGIN_BRIDGE rollback switch jackkav 2026-06-01 03:08:17 +02:00
  • 99e24bc1f3 fix e2e jackkav 2026-05-31 14:00:46 +02:00
  • 45a22b1af0 Fix eager render adapter runtime split jackkav 2026-05-31 12:16:10 +02:00
  • de4a5c267d fix lint jackkav 2026-05-31 06:44:21 +02:00
  • a78573ff63 Introduce render-adapter pattern; remove pluginsAllowElevatedAccess escape hatch jackkav 2026-05-30 22:01:29 +02:00
  • 805fcc4d7d revert mime-type change, use alias jackkav 2026-06-01 10:16:32 +02:00
  • a2ae3089f8 feedback jackkav 2026-06-01 09:53:30 +02:00
  • a015f4aed7 refactor: split script-security-rules out of script-security-policy jackkav 2026-06-01 09:20:24 +02:00
  • 0b20d17e3a fix: sort imports in send route jackkav 2026-06-01 04:44:49 +02:00
  • d6fd92e7ff fix: address Copilot review comments on PR #9992 jackkav 2026-06-01 03:46:06 +02:00
  • fe86fd4102 fix: disable env editor Close button while save is in-flight jackkav 2026-05-31 20:47:55 +02:00
  • 4b38e56f49 Remove toHaveScreenshot from PDF smoke test; fix CI timeout jackkav 2026-05-31 19:34:41 +02:00
  • 1163dc2485 fix e2e flake jackkav 2026-05-31 13:31:45 +02:00
  • 82cffaa3e1 Fix template tag prompt smoke race jackkav 2026-05-31 06:56:53 +02:00
  • 9807627caf Fix impure Date.now() key on CodeEditor; use setValue via ref instead jackkav 2026-05-31 06:37:48 +02:00
  • 9ee924da9b Move httpsnippet to main process via IPC jackkav 2026-05-30 21:39:16 +02:00
  • 254a6ff7fb Wire vault-crypto into callers; fix window.crypto for workers and Node jackkav 2026-05-30 21:11:38 +02:00
  • 6c9c5bd981 Expose env vars to renderer via contextBridge window.env jackkav 2026-05-30 20:47:37 +02:00
  • 96a73d31d5 Add vault-crypto/mime utilities and remove heavyweight third-party imports jackkav 2026-05-30 05:21:19 +02:00
  • 6695ac8f04 feat: load all workspace of a org in one batch (#9934) xdm 2026-06-01 11:06:09 +08:00
  • a9f12ff847 style changes to konnect settings modal (#9990) Missy Turco 2026-05-31 03:55:22 -04:00
  • 3bd288aba7 Move window.env contextBridge exposure to PR #9992 pr/lazy-imports-async-auth jackkav 2026-05-30 20:49:04 +02:00
  • b6a5520af8 Fix renderer crashes when nodeIntegration is disabled jackkav 2026-05-30 08:10:17 +02:00
  • ef1f111d14 explicit env vars jackkav 2026-05-30 07:05:37 +02:00
  • 2e1a7b550c disable node, add har bridge jackkav 2026-05-30 06:35:05 +02:00
  • ab037cb81d feedback jackkav 2026-05-30 05:46:40 +02:00
  • f376a7533c Convert static renderer imports to lazy dynamic imports; make auth init async jackkav 2026-05-30 05:22:26 +02:00
  • a1a421b6e4 Add vault-crypto/mime utilities and remove heavyweight third-party imports jackkav 2026-05-30 05:21:19 +02:00
  • 1f6736f3d7 Address PR review comments and questionnaires spike/full-disable-low-risk jackkav 2026-05-29 12:41:40 +02:00
  • 650c1e8d70 Fix critical PR review issues: race condition, MIME fallback, vault-crypto tests jackkav 2026-05-29 12:38:57 +02:00
  • 1c3aa3d070 Address Semgrep OSS vault crypto alerts jackkav 2026-05-29 11:49:12 +02:00
  • 4a69f67057 Trim low-risk branch to stable subset jackkav 2026-05-29 11:23:47 +02:00
  • b5e86d2a8a Split out high-risk runtime changes jackkav 2026-05-29 11:21:23 +02:00
  • 8586b07dc6 Remove renderer node-import baseline checks jackkav 2026-05-29 08:09:16 +02:00
  • dd5055d594 seventh pass jackkav 2026-05-29 06:47:21 +02:00
  • a066dbe6df sixth pass jackkav 2026-05-29 06:08:17 +02:00
  • d1e806bba5 fifth pass jackkav 2026-05-28 20:51:07 +02:00
  • 62a9f1e1cf fourth pass jackkav 2026-05-28 17:58:07 +02:00
  • 22201ecba9 fix import jackkav 2026-05-28 17:08:25 +02:00
  • 3f9e7bf0c8 third pass jackkav 2026-05-28 16:24:13 +02:00
  • 3af2acf56a second pass jackkav 2026-05-28 15:45:51 +02:00
  • 6357df7d3d first pass jackkav 2026-05-28 15:44:55 +02:00
  • e038e317f7 feat: migrate templating engine from Nunjucks to LiquidJS (#9980) kwburns-kong 2026-05-29 14:41:27 -04:00
  • 12a94b5897 feat: add loading state to Git project sync dropdown (#9939) Pavlos Koutoglou 2026-05-29 18:02:39 +02:00
  • cf54f21390 fix code-editor horizontal scroll bar not showing issue (#9987) Kent Wang 2026-05-29 21:09:51 +08:00
  • b006b89cba feat(events): add events for request creation and preferences - INS-2376 (#9911) George 2026-05-29 15:35:59 +08:00
  • 2908634efe feat: add event triggers and request_type for the request_execution event - INS-2235 (#9957) George 2026-05-29 14:49:23 +08:00
  • 94eb37d560 Remove renderer node-import baseline checks spike/full-disable jackkav 2026-05-29 08:09:16 +02:00
  • 0b870a870d seventh pass jackkav 2026-05-29 06:47:21 +02:00
  • 0c4504eecf sixth pass jackkav 2026-05-29 06:08:17 +02:00
  • 5ee092d24a fifth pass jackkav 2026-05-28 20:51:07 +02:00
  • 288a627cc5 fourth pass jackkav 2026-05-28 17:58:07 +02:00
  • 9cc7e5dd1d fix import jackkav 2026-05-28 17:08:25 +02:00
  • 9d3b8c2083 third pass jackkav 2026-05-28 16:24:13 +02:00
  • 1e30efeb08 second pass jackkav 2026-05-28 15:45:51 +02:00
  • 60e5c94341 first pass jackkav 2026-05-28 15:44:55 +02:00
  • 38ee844f39 refactor: move the common code that insomnia-data depends on (#9931) Bingbing 2026-05-29 13:18:28 +08:00
  • 601931e50b fix: first request homepage ui tweaks (#9981) Missy Turco 2026-05-28 23:45:31 -04:00
  • b23e25bcae feat: Custom lint rules [INS-2338] (#9920) Fares Osman 2026-05-28 12:25:31 -04:00
  • cd04aa1aca Refactor theme handling: Move theme-related functions and types to set-theme module feat/plugins-index-renderer-cleanup jackkav 2026-05-28 11:17:05 +02:00
  • ef9fe8073e re add browser block jackkav 2026-05-28 11:06:19 +02:00
  • bcfcae6ffa use runtime adapter, instead of bundler shim jackkav 2026-05-28 11:00:43 +02:00
  • 419b9c6337 fix: handle plugin bridge fallback without preload jackkav 2026-05-28 06:51:36 +02:00
  • cbd2fe6444 test: preserve HAR export coverage with plugin bridge\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> jackkav 2026-05-28 06:07:13 +02:00
  • 9d03e87c53 fix: sort imports in invoke-method.ts to satisfy simple-import-sort lint rule jackkav 2026-05-28 05:26:43 +02:00
  • 9f0e54768e fix: preserve plugin hook cloning in renderer bridge jackkav 2026-05-27 12:17:10 +02:00
  • 5b111a0e8b Remove renderer plugin index node imports jackkav 2026-05-27 10:26:11 +02:00
  • 33aa222500 fix: restore plugins/index.ts baseline entries and remove duplicate createPlugin in main.ts jackkav 2026-05-27 09:32:23 +02:00
  • b72f3a35c9 refactor: replace process.type branching in network.ts with build-time adapter modules jackkav 2026-05-26 22:59:28 +02:00
  • 39220998c5 fix: restore Node.js-safe fallbacks in network.ts for inso CLI jackkav 2026-05-26 16:18:39 +02:00
  • e84a104b5b feat: move plugin creation to main IPC and remove plugins/index.ts from renderer bundle jackkav 2026-05-26 15:41:07 +02:00
  • 91038e648a fix tests which use network from main jackkav 2026-05-27 08:16:50 +02:00
  • 506e52966c fix: resolve merge conflicts in logger.ts and cli.ts, restore AGENTS.md indented tree jackkav 2026-05-27 06:55:20 +02:00
  • 7fd38af568 fix: restore object alias format in vite.config.ts to fix rollup build jackkav 2026-05-27 06:42:57 +02:00
  • 85e3922a8b refactor: replace process.type branching in network.ts with build-time adapter modules jackkav 2026-05-26 22:59:28 +02:00
  • 65ac004b21 feat: lift network.ts fs/path use behind window.main.timeline IPC bridge jackkav 2026-05-21 15:40:06 +02:00
  • 8dfadecd64 Feat: Make people's first request easy (#9950) Curry Yang 2026-05-28 18:04:06 +08:00
  • a589c9cdfa fix: shell:open auth redirect and TrailLines height growth bug (#9975) Bingbing 2026-05-28 17:55:43 +08:00
  • 657b58daaa Fix: New navigation sidebar UI issues (#9958) Kent Wang 2026-05-28 17:31:08 +08:00
  • e2878299c1 fix: enhance deep link handling in insomniaFetch function in main (#9977) Bingbing 2026-05-28 17:04:00 +08:00
  • 67cf8d1954 Remove cancellableRunScript wrapper fix/require-interceptor-hidden-window jackkav 2026-05-28 10:44:29 +02:00
  • 433b46f673 fix: stabilize PR 9970 tests jackkav 2026-05-28 10:44:05 +02:00
  • b93888661a Harden workspace actions smoke helper jackkav 2026-05-28 04:44:01 +02:00
  • 832101071f Move require interceptor out of main renderer bundle jackkav 2026-05-28 10:42:41 +02:00
  • 9c5ae2e307 Remove script-executor from renderer import baseline (#9968) Jack Kavanagh 2026-05-28 10:23:27 +02:00
  • 22a9c7995e fix: cancel stale debounce on blur in OneLineEditor to prevent race condition fix/settings-modal-fetcher-navigation-block jackkav 2026-05-26 13:33:21 +02:00
  • cd9ddb07ed fix: prevent stale features from race condition in AISettings useEffect jackkav 2026-05-26 11:01:25 +02:00
  • 977677cd2d fix: replace useOrganizationPermissions fetcher in AISettings with direct async fetch jackkav 2026-05-26 09:20:18 +02:00
  • d1a6045016 fix: replace useOrganizationPermissions fetcher in AISettings with direct async fetch jackkav 2026-05-26 08:50:19 +02:00
  • d1ae8a2000 remove append file adapter fix/9968-script-executor-baseline jackkav 2026-05-28 09:58:51 +02:00
  • dba4640b5b refactor: move organization to service layer refactor/organization xiaodemen 2026-05-28 11:39:03 +08:00
  • d3150678c8 fix: wait for environment saves before closing modal fix/environment-editor-kv-json-flake jackkav 2026-05-28 06:26:05 +02:00
  • 99d0ccd51d fix: prevent flake in environment-editor JSON input by using keyboard.type instead of fill jackkav 2026-05-26 09:47:52 +02:00
  • bee65d402c Sync login status between different windows. [INS-2537] (#9908) yaoweiprc 2026-05-28 12:00:28 +08:00
  • 63b92fe29f chore: exclude insomnia-testing CLI modules from renderer baseline copilot/insomnia-testing-baseline-carveout jackkav 2026-05-28 05:50:57 +02:00
  • 637ae78d43 Integrate Konnect sync with the new sidebar [INS-2358] (#9960) yaoweiprc 2026-05-28 11:44:55 +08:00
  • 1d8d95504a fix: use import type for ScriptExecutorModule, remove unused eslint-disable jackkav 2026-05-28 05:08:11 +02:00