Commit Graph

5276 Commits

Author SHA1 Message Date
Curry Yang
a31c19589f feat: add list scroll 2025-02-10 11:17:51 +08:00
Curry Yang
cda2967f21 change tab background 2025-02-10 11:17:51 +08:00
Curry Yang
1941ba6521 tab background improvement 2025-02-10 11:17:51 +08:00
Curry Yang
860590b86f fix ui 2025-02-10 11:17:51 +08:00
Curry Yang
35dc4fdbda fix: cannot del request tab 2025-02-10 11:17:51 +08:00
Curry Yang
522ec6d8f0 move search box to center 2025-02-10 11:17:51 +08:00
Curry Yang
d6d24c2cd9 + button 2025-02-10 11:17:51 +08:00
Curry Yang
c217731b3b add dropdown 2025-02-10 11:17:51 +08:00
Curry Yang
e15451272c fix: mock route display 2025-02-10 11:17:51 +08:00
Curry Yang
9ac36f8c50 ui improvement 2025-02-10 11:17:51 +08:00
Curry Yang
7b047bb359 feat: sync with database 2025-02-10 11:17:51 +08:00
Curry Yang
3532f7281b feat: sync with db 2025-02-10 11:17:51 +08:00
Curry Yang
d4afe9e9fa fix: ui border align 2025-02-10 11:17:51 +08:00
Curry Yang
e8d0cd1e0d fix: type error 2025-02-10 11:17:51 +08:00
Curry Yang
0c442c19f2 fix: lint error 2025-02-10 11:17:51 +08:00
Curry Yang
7c5f285f32 feat: multiple tabs 2025-02-10 11:17:51 +08:00
Techdoodle
cf42d46219 fix: prevent yarn directory traversal on plugin installation (#6829)
* fix: prevent yarn directory traversal on plugin installation
fixes #4041

* fix: fix code formatting in `install-plugin.ts`
2025-02-07 12:21:05 +01:00
Filipe Freire
d8803b8d0b fix: inso README.md [no-ticket] (#8342) 2025-02-07 11:54:10 +01:00
James Gatz
01124fce18 update cli options docs (#8343) 2025-02-07 11:53:24 +01:00
Filipe Freire
c09b020c20 Merge branch 'release/10.3.1-beta.4' into develop 2025-02-07 09:41:41 +00:00
Filipe Freire
c86d0c2c87 Bump app version to 10.3.1-beta.4 core@10.3.1-beta.4 2025-02-06 16:17:08 +00:00
Filipe Freire
62a21d367c fix: template render error [INS-4962] (#8338)
* fix: template render error [INS-4962]

* fix test

* improvements

* improvement

* improve tests
2025-02-06 16:01:19 +00:00
hexchain
b7e959758b chore: also build appimage for arm64 linux (#8331) 2025-01-30 00:00:35 +01:00
Filipe Freire
7a50829a83 Merge branch 'release/10.3.1-beta.3' into develop 2025-01-29 17:00:20 +00:00
Filipe Freire
4b140d40f2 Bump app version to 10.3.1-beta.3 core@10.3.1-beta.3 2025-01-29 16:29:39 +00:00
Filipe Freire
df0570764d fix: .deb and .snap upload on publish [no-ticket] (#8332)
* fix: .deb and .snap upload on publish [no-ticket]

* remove the arm64 snap that we are not producing
2025-01-29 14:20:21 +00:00
Filipe Freire
add6eb4f7a Merge branch 'release/10.3.1-beta.2' into develop 2025-01-29 13:46:56 +00:00
Filipe Freire
717707faaf Bump app version to 10.3.1-beta.2 core@10.3.1-beta.2 2025-01-29 12:33:47 +00:00
Kent Wang
f233b61cdf Rename local-storage to electron-storage (#8310)
* 1.rename local-storage to electron-storage

* 1.fix test
2025-01-29 13:33:38 +01:00
Ryan Willis
e3a399f9c2 fix: support headers with gRPC reflection (#8327) 2025-01-28 14:15:49 -07:00
Filipe Freire
83815638b5 Merge branch 'release/10.3.1-alpha.0' into develop 2025-01-28 20:03:09 +00:00
Filipe Freire
e35b4e7fbb Bump app version to 10.3.1-alpha.0 core@10.3.1-alpha.0 2025-01-28 17:55:07 +00:00
Filipe Freire
00f4f8feba Merge branch 'release/10.3.1-beta.1' into develop 2025-01-28 17:33:29 +00:00
Filipe Freire
9e38909f07 exclude inso docker from arm build core@10.3.1-beta.1 2025-01-28 16:58:34 +00:00
jackkav
cf4d8edcbe revert playwright bump 2025-01-28 17:21:45 +01:00
jackkav
cc0cdb66ce use ubuntu 22 2025-01-28 13:41:28 +01:00
jackkav
c4b77f39c5 only tag.gz for arm 2025-01-28 13:41:17 +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
Jack Kavanagh
0c7c50c4af make runners conventional (#8325)
* make runners conventional

* use 24 explicitly until latest alias is available for arm

* arm64 need snapcraft
2025-01-28 13:11:01 +01:00
Jack Kavanagh
275e30301d run name (#8324) 2025-01-28 12:09:08 +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
Filipe Freire
8f8445caf2 chore: bump semgrep (#8317)
* chore: bump semgrep

* fix
2025-01-23 15:48:28 +00: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
George He
95f524bbce fix(sdk): misc fixes and improvements (#8297)
* fix: include multiline and fileName in the multipart req body

* fix: reject setting null to insomnia.variables

* fix: comment

* fix: also update the scriptExecutor with getExistingConsole

* feat: support escape sequences for formatting in console

* fix: update test ouput

* refactor: support escape seqs

* fix: cli smoke test failed
2025-01-21 17:13:23 +08:00
Ryan Willis
78a97f4bfb fix: prevent unparseable response cookie from causing request to fail [INS-4851] (#8289)
* fix: prevent unparseable response cookie from causing request to fail

* loosen cookie parsing
2025-01-14 10:46:12 -07:00
Jack Kavanagh
65fd66b20a add tests (#7817) 2025-01-14 11:45:38 +00:00
yaoweiprc
72c5fec439 Add annotation for no proxy whitelist [INS-4792] (#8280)
* Add annotation for no proxy whitelist

* Update packages/insomnia/src/ui/components/modals/settings-modal.tsx

Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>

---------

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>
2025-01-13 11:40:22 +08: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
James Gatz
f5c556df45 Resizable sections for parameters in request panes (#8283) 2025-01-09 10:18:02 +00:00