Commit Graph

5122 Commits

Author SHA1 Message Date
rohit_patil
381b5faae0 Changing the error message when file not schanned. (#8104) 2024-10-21 11:16:36 +00:00
George He
30917d8f9b fix: remove advanced settings title as it is duplicated (#8108) 2024-10-21 10:02:40 +00:00
George He
47f61b3a46 fix: should not print error message when status != 200 with exit code 1 (#8101) 2024-10-21 06:33:55 +00:00
Ryan Willis
44752d0d9e feat: image cache invalidation magic [INS-4318] (#8103)
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-10-18 11:29:54 -07:00
James Gatz
db1e3b2d09 fix(Git): issue with including unit-tests and protofiles (#8095)
* expand type filtering for unit-tests and protofiles

* add mock route and websocket payload
2024-10-17 15:32:04 +02:00
Filipe Freire
2ada79091d fix: missing insomnia icon on Windows [#8092] (#8097)
* fix: windows icon issue

* add experiment windows pipeline

* rm name

* fix

* fix

* edit executable?

* skip sign if envs not defined

* rm experiment workflow
2024-10-17 13:07:39 +00:00
Pavlos Koutoglou
197501ab25 Display a warning in the electron app to inform users for the expiration date (#8094)
* Refactor project route component to handle billing expiration messages

* Refactor organization route component to handle billing expiration messages

* Refactor access denied modal component and add access denied modal to modals route

* Refactor organization route component to handle billing expiration messages

* Refactor modals route component to remove AccessDeniedModal import

* Refactor access denied modal component and remove access denied modal from modals route

* Refactor access denied modal component and remove access denied modal from modals route

* Refactor async task comment in getInitialEntry function
2024-10-17 14:53:05 +02:00
Ryan Willis
080ac38c15 Merge branch 'release/10.1.0' into develop 2024-10-16 14:32:52 +00:00
Ryan Willis
e0049dd52c Bump app version to 10.1.0 core@10.1.0 2024-10-16 13:52:10 +00:00
Filipe Freire
8ddff9d50e fix: windows code signing (#8084) 2024-10-16 06:47:16 -07:00
Curry Yang
0b698e8b13 Merge branch 'release/10.1.0-beta.5' into develop 2024-10-16 04:09:11 +00:00
Curry Yang
ea7957752f Bump app version to 10.1.0-beta.5 core@10.1.0-beta.5 2024-10-16 03:44:04 +00:00
Curry Yang
b7c915280a feat: skip changes checking if last task is not finish (#8086) 2024-10-16 11:40:42 +08:00
James Gatz
c08d5de18c Merge branch 'release/10.1.0-beta.4' into develop 2024-10-15 17:43:26 +00:00
James Gatz
ee67496439 Bump app version to 10.1.0-beta.4 core@10.1.0-beta.4 2024-10-15 17:02:29 +00:00
James Gatz
d803b699b4 fix(Git Sync): UI updates (#8083)
* fix filter for staged changes that should not include changes that have no stage

* update icon sizes for stage/unstage all changes buttons
2024-10-15 13:03:09 +00:00
James Gatz
275b48a647 feat(Git Sync): UX improvements (#8027)
* git staging modal

* undo pending changes

* show alert for rolling back changes

* rename to discard changes

* improve status interface and use git for figuring out changes

* filter out ignored files and fix more tests

* fix tests

* update e2e tests

* auto-close commit modal on commit and update e2e

* remove unused test

* cleanup console.log

* 🗡️

* cleanup console

* clean up git-vcs unused methods
2024-10-15 14:01:08 +02:00
Ryan Willis
3878f5b9bf fix: show user logout reason message (#8061) 2024-10-15 09:53:41 +02:00
George He
395dea014c fix: test syntax error crashes whole app (#8080) 2024-10-15 09:44:31 +02:00
Filipe Freire
f495074180 Merge branch 'release/10.1.0-beta.3' into develop 2024-10-14 17:07:34 +00:00
Filipe Freire
8ba014b515 fix: rm test.only core@10.1.0-beta.3 2024-10-14 17:45:25 +01:00
Filipe Freire
1a265c677d fix: collection env modal dropdown and add test 2024-10-14 17:44:27 +01:00
Filipe Freire
bf5181c7e1 Bump app version to 10.1.0-beta.3 2024-10-14 15:54:59 +00:00
Filipe Freire
fdc6a4afb3 fix: base_url not generated from spec [#6663] (#8075)
* fix: base_url not generated from spec [#6663]

* rm the set subenv as primary, and replace instead of merging baseEnv

* explict updates

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2024-10-14 15:46:07 +00:00
Ryan Willis
9d9ddcb788 fix: keep project dropdown in place (#8077)
* fix: keep project dropdown in place
2024-10-14 15:19:52 +00:00
yaoweiprc
35b9b0c508 change file card dropdown menu item name from Duplicate to Duplicate / Move (#8076) 2024-10-14 15:15:28 +02:00
yaoweiprc
05932743db fix the bug that postman collection's variable can not be added as insomnia collection's top layer folder's environment when import from postman data dump file (#8073) 2024-10-14 11:43:45 +08:00
Curry Yang
b7b4547573 fix: disable request error modal - [INS-4559] (#8068)
* fix: disable request error modal

* fix test

* update script response

* fix test after disable request error alert modal
2024-10-12 15:34:08 +08:00
George He
4a0415ec32 fix(timings): finished step still shows the spinner icon (#8072) 2024-10-12 15:20:29 +08:00
George He
08dd01dd21 feat: enable run folder mode (#8004)
* feat: enable run folder mode

* fix: add folder param
2024-10-11 09:34:40 +00:00
Curry Yang
c09ee87edc fix(graphql): find queryname by cursor (#8054) 2024-10-11 03:29:50 +00:00
George He
a7a9362fa3 fix: include more information in the scripting error (#8052)
* fix: include more information in the scripting error

* fix: modify cli also
2024-10-11 02:53:01 +00:00
Filipe Freire
4a9afb776c chore: add smoke tests for global envs (#8063) 2024-10-10 11:57:47 +00:00
Jack Kavanagh
14bf2eb26d improve cli tracing (#8053) 2024-10-10 09:55:05 +00:00
Filipe Freire
fc82eecaaf fix: homebrew job [INS-4555] (#8059)
* fix: homebrew job

* comment out beta

* fix

* fix

* fix?

* try

* fix
2024-10-10 08:35:27 +00:00
Curry Yang
63a97c3d9d fix: env dropdown error (#8062) 2024-10-10 15:57:14 +08:00
James Gatz
cff751f600 update e2e test (#8057) 2024-10-09 11:50:36 +00:00
James Gatz
91a71d6c72 feat(Git Sync): improve branches and history modal UX (#8056)
* git branches modal UX improvements

* update git history modal UI
2024-10-09 11:16:24 +00:00
Jack Kavanagh
f6ec3e7e99 feat: support inso global env id / filepath (#8039)
* overlay global env on give env id if passed

* clistuff

* add test

* add exports

* move base env, cooke jar and active global up into fetcher function

* add workspace meta to inso

* wire up file or id to global env

* fix test

* fix ws input
2024-10-07 18:03:51 +02:00
Jack Kavanagh
9d76c80725 grpc-js 1.12.0 (#8044) 2024-10-04 14:36:34 +02:00
Jack Kavanagh
0ddbccfd3e use react-aria (#8035) 2024-10-02 21:06:03 +02:00
jackkav
2fdd6b1969 flake.nix 2024-10-01 21:51:14 +02:00
Jack Kavanagh
883a193089 remove oss license gen in favour of sbom (#8031)
* remove oss gen in favour of sbom

* macos fix?

* remove build config
2024-10-01 12:38:31 +01:00
Jack Kavanagh
b5cb3d376f chore: Package json bumps (#8030) 2024-10-01 01:38:40 +02:00
Jack Kavanagh
050e45e707 Bump/node-libcurl-31 to fix npm install (#8029)
* bump

* minor bumps
2024-09-30 16:44:03 +00:00
Jack Kavanagh
c8d72a1154 refresh-lock (#8023) 2024-09-30 14:14:16 +00:00
George He
5abd328755 Merge branch 'release/10.1.0-beta.2' into develop 2024-09-30 10:19:25 +00:00
George He
9b78f9e0b4 Bump app version to 10.1.0-beta.2 core@10.1.0-beta.2 2024-09-30 09:14:21 +00:00
Jack Kavanagh
c8022560d0 run withDescendents with filters (#8014)
* stop running withDescendents for every folder

* filter by type

* clean up

* ensure all subfolders are recursed
2024-09-30 10:10:10 +01:00
Jack Kavanagh
f4bb5c93de Feedback tweaks (#8025)
* correction mock server

* max width

* add bail
2024-09-30 10:56:48 +02:00