Commit Graph

383 Commits

Author SHA1 Message Date
yaoweiprc
b2908e0780 collect tailwind utility class from insomnia-submodule when USE_SUBMODULE flag is set 2025-05-20 17:42:59 +08:00
yaoweiprc
f8d110b2a7 fix the insomnia-enterprise package version 2025-04-09 16:56:09 +08:00
yaoweiprc
fd1090857f multiple exports 2025-04-08 14:38:04 +08:00
yaoweiprc
75f0e1baaf export things from main module 2025-04-01 22:13:11 +08:00
yaoweiprc
b689745320 Add dependency of insomnia-enterprise 2025-04-01 11:00:17 +08:00
Jay Wu
ae2ee462f5 Bump app version to 11.0.1-beta.1 2025-03-26 02:43:22 +00:00
Jay Wu
918fc81141 Bump app version to 11.0.1-beta.0 2025-03-25 11:48:50 +00:00
Filipe Freire
3f86211139 chore: bump electron 35 [INS-5154] (#8490)
* chore: bump electron 35 [no-ticket]

* fix: build.ts poiting to node 22

* fix: update types

* fix: comment out inso build.ts node version check

* fix: bump npx pkg

* skip flakey tests

* bump timeout

* use glob instead of regex

* fix windows inconsistency

* revert experiemental changes

* fix: revert timeout

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2025-03-20 10:53:34 +01:00
Kent Wang
aaa13cbebd support debug inso-cli in vscode 2025-03-19 02:08:29 +00:00
Jay Wu
16c8f7e56d Bump app version to 11.0.0 2025-03-18 10:35:26 +00:00
Jay Wu
6b423fe2f1 Bump app version to 11.0.0-beta.7 2025-03-17 06:52:25 +00:00
Jay Wu
61a5953b55 Bump app version to 11.0.0-beta.6 2025-03-13 11:34:28 +00:00
Jay Wu
7491379240 Bump app version to 11.0.0-beta.4 2025-03-12 06:01:43 +00:00
Kent Wang
114071a7a6 Fix: Auto detect updated file encoding and read file with encoding[INS-5017] (#8428)
* Add a read file method in process with file encoding detection
* Add a file encoding picker
* Fix the unnecessary try-catch
2025-03-06 02:03:07 +00:00
Insomnia
95cf0d9e44 Bump app version to 11.0.0-beta.3 (#8429)
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>
2025-02-27 19:03:01 +08:00
Jay Wu
498c2eac82 Bump app version to 11.0.0-beta.2 2025-02-26 04:57:05 +00:00
Jay Wu
b8eab91406 Bump app version to 11.0.0-beta.1 2025-02-25 03:26:00 +00:00
James Gatz
38dd44863c feat(Diff View): use monaco-editor for the diff views in the app (#8394)
* Add monaco-editor and use it as a diff view for git

* Add diff editor to Insomnia Sync

* add diff viewer in insomnia sync merge modal

* remove json-diff-kit
2025-02-21 14:47:32 +01:00
Filipe Freire
ecf115258d Bump app version to 11.0.0-beta.0 2025-02-19 16:09:02 +00:00
James Gatz
755c02f321 Insomnia Format v5 (#8209)
* schema

* working imports

* exports

* cleanup

* Move sortKey and description to meta and define request settings schema

* request docs

* export: cleanup empty fields

* improve request settings

* update types and cleanup

* fix falsy value error

* cleanup todo file

* cleanup zod-to-json-schema

* fix export ordering to imrpove readability

* cleanup schema

* update fixtures to v5

* fix tests

* clean up types and fix e2e tests

* importer in inso-cli

* update inso-cli e2e tests

* update optional collection and spec meta

* throw if no import found in inso

* update inso error

* add docs for debugging inso

* clarify name and comment

* comment

* fix lint

* bring fixture collection back to prev version

* update pre-request-collection fixture to v5

* fix after-response-collection

* after-response v5

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2025-02-18 15:47:15 +01:00
Kent Wang
eddeb4758f feat: Insomnia vault key management UI[INS-4715] (#8296)
* initial check-in for separate vault key ui changes
* refine localstorage instance
* use better method for file saving
* remove ref
* fix issue from rebase
2025-02-17 06:40:40 +00:00
Pavlos Koutoglou
d20f4e0ff5 fix: update react-resizable-panels to version 2.1.7 and adjust peer dependencies (#8366) 2025-02-14 15:26:35 +00:00
Ryan Willis
0bcbd3cbc1 Bump app version to 10.3.2-beta.0 2025-02-13 19:42:19 +00:00
James Gatz
196c395039 Bump app version to 10.3.1 2025-02-07 11:23:32 +00:00
Filipe Freire
c86d0c2c87 Bump app version to 10.3.1-beta.4 2025-02-06 16:17:08 +00:00
Filipe Freire
4b140d40f2 Bump app version to 10.3.1-beta.3 2025-01-29 16:29:39 +00:00
Filipe Freire
717707faaf Bump app version to 10.3.1-beta.2 2025-01-29 12:33:47 +00:00
Filipe Freire
e35b4e7fbb Bump app version to 10.3.1-alpha.0 2025-01-28 17:55:07 +00:00
jackkav
cf4d8edcbe revert playwright bump 2025-01-28 17:21:45 +01:00
jackkav
0d4ace6f70 support ubuntu 24 2025-01-28 13:28:48 +01:00
Jack Kavanagh
4e61a29994 Bump app version to 10.3.1-beta.1 2025-01-28 13:11:23 +01:00
hexchain
e5c49f8d38 Build Linux aarch64 packages using the new GH runner (#8306)
* chore: upgrade @getinsomnia/node-libcurl to 2.33.7

* chore: add arch into AppImage name template

* chore: run release workflows on aarch64 linux runner

* fix: also consider process.arch when determining insomnia binary path

* fix: lift unprivileged userns restrictions for linux

Ubuntu 24.04 introduced this new restriction so we just lift it for all
Linux runners now to avoid confusion in the future.

* chore: remove hardcoded platform in inso Dockerfile

* chore: add architecture id into inso artifact name

* feat: modify workflows to support multi-arch
2025-01-28 10:55:25 +01:00
Ryan Willis
dcb13ea51a fix: support paths in gRPC requests and reset proto states (#8284)
* allow deselecting proto file
* use path prefix for gRPC conns
* fix parsing to match previous tests
* reflection working
* fix auto-reflecting onMount when certificates are required
* improve messaging on reflection and method selection
* switch to internal package, clean up url parsing
2025-01-22 07:49:47 -07:00
Jack Kavanagh
3ff0d34c62 Bump-electron-33 (#8285)
* update flake

* bump node and electron versions

* bump libcurl

* package-lock

* libcurl 2.33.3

* fix types

* bump libcurl 2.33.4

* fix electron breaking change webUtils

* oops

---------

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2025-01-10 16:44:20 +01:00
Curry Yang
136935db2a Bump app version to 10.3.1-beta.0 2025-01-07 09:54:27 +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
George He
3670273971 Bump app version to 10.2.1-beta.1 2024-12-04 09:15:44 +00:00
James Gatz
bc894ed35c Bump app version to 10.2.0 2024-11-27 13:42:40 +00:00
Filipe Freire
6ff654cf95 Bump app version to 10.2.0-beta.7 2024-11-26 11:53:23 +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
Filipe Freire
1a8aa7624e Bump app version to 10.2.0-beta.5 2024-11-20 16:59:34 +00:00
Filipe Freire
3abb42609d Bump app version to 10.2.0-beta.4 2024-11-15 14:34:00 +00:00
James Gatz
763b52ada8 Bump app version to 10.2.0-beta.3 2024-11-08 16:10:48 +00:00
yaoweiprc
f124e94ab4 Bump app version to 10.2.0-beta.2 2024-11-06 17:28:03 +00:00
Kent Wang
7983be6619 Bump app version to 10.2.0-beta.1 2024-10-31 08:01:46 +00:00
yaoweiprc
3c197c406d Bump app version to 10.2.0-beta.0 2024-10-25 08:23:51 +00:00
Filipe Freire
fe62bc9380 Bump app version to 10.1.1 2024-10-24 15:30:23 +00:00