Commit Graph

5481 Commits

Author SHA1 Message Date
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
George He
dcc6623197 fix: incorrect setNextRequest behavior (#8024) 2024-09-29 08:11:08 +00:00
Kent Wang
01402b56d7 Fix new property in request causes existing request show as modified in git sync [INS-4511] (#8021)
* fix new property in request leads to all existing request show as modified in git sync
2024-09-29 07:47:58 +00:00
James Gatz
873721c591 update typescript and lib to 2023 (#8022)
* update typescript and lib to 2023

* fix type check

* make key thing uniform

* fix types

* fix types some more

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2024-09-27 15:52:34 +02:00
George He
6188f078d9 fix(runner): disable settings persistence temporarily and some fixes (#8018)
* fix(runner): disable settings persistence temporarily and run requests with correct order

* fix: should find the last name match in the requests

* fix: requestRow should not be an array

* feedback

* remove lodash import

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2024-09-27 15:21:01 +02:00
James Gatz
e1cb05d52b feat(Environment Picker): Simplify the environment picker UX (#8005)
* save

* take-1

* alternative method

* update icons and improve picker

* clean up count copy

* fix focus issue

* Update environment-picker.tsx

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* Clean up permissions fetcher and move to a hook

---------

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>
2024-09-27 12:40:41 +00:00
Curry Yang
dd60c4184d feat: missing variable improvement - [INS-4396] (#7981)
* feat: missing variable improvement

* fix test

* improve styles of modal

* compare with context and get undefined variable key

* fix test

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-09-26 19:17:31 +08:00
yaoweiprc
c434b253b2 Add loading spinner to invite btn. (#8012)
Close invite modal when clicking modal overlay.
2024-09-26 10:04:01 +00:00
George He
399223dc8c fix(runner): display no test message and enable history item deletion (#8007)
* feat(runner): enable history item deletion

* fix(runner): display one message if no test was detected
2024-09-26 07:51:47 +00:00
Kent Wang
6f610181a2 Feat: Support Graphql subscription via websocket[INS-4390] (#7990)
* GraphQL subscription support
* Fix UI and build issue
2024-09-26 15:27:08 +08:00
Jack Kavanagh
08e20b65d0 fix delete row (#8006) 2024-09-25 17:55:05 +02:00
James Gatz
17e4e25ed8 feat(UI): Improvements for v10 (#7996)
* add run button

* fix avatar flicker on project list

* add default bg to avatar for transparent avatar images

* Make the whole sync bar clickable
2024-09-25 13:24:11 +02:00
Filipe Freire
dd14273e41 Merge branch 'release/10.1.0-beta.1' into develop 2024-09-24 14:27:52 +00:00
Filipe Freire
55930232db fix: change snapcore to canonical for action-publish in release-publish core@10.1.0-beta.1 2024-09-24 14:53:21 +01:00
Curry Yang
b67ad3ab07 Bump app version to 10.1.0-beta.1 2024-09-24 11:24:23 +00:00
Jack Kavanagh
41995ec2cc inso-cli: support --env-var (#7983)
* env hack

* add --env-var test

* rename
2024-09-24 12:53:28 +02:00
Curry Yang
eca67667f6 fix: record grpc method (#7999) 2024-09-24 12:49:45 +02:00
yaoweiprc
be43da6f19 Fix bug: (#7992)
Free user can either have one project with multiple members or have multiple project with one member.
So if you are a free user and only have one project. You invite someone to your project. Then you create a new project. An Alert of 'Could not create project' shows.
Then you remove the other member from your project. You can successfully create a new project. But when you switch to the previous project, the alert shows again.
2024-09-24 12:49:11 +02:00
James Gatz
f4cb8fe021 clean up runner panel and rendering (#8000) 2024-09-24 12:40:55 +02:00
yaoweiprc
44eb7ea5e9 Manage members in organization [INS-2705] (#7949)
Manage members in organization.
2024-09-24 18:00:25 +08:00
Jack Kavanagh
ff707b20f8 add useEffect (#7998) 2024-09-24 11:16:33 +02:00
Curry Yang
d7ac46bbfa fix: add max-height for pin area (#7993) 2024-09-23 17:17:17 +02:00
James Gatz
cc6d132af3 use the system proxy option to always use the system proxy settings on insomnia requests (#7982) 2024-09-23 15:38:44 +02:00
Curry Yang
e0d92e1fe8 fix: improve git sync slowness (#7989) 2024-09-23 18:02:30 +08:00
Jack Kavanagh
197bae5c14 replace underscore with hyphen (#7959) 2024-09-23 09:57:04 +00:00
Jack Kavanagh
a842587415 Persist runner request order (#7984)
* first pass

* use common method to sync drag order

* replace useListData with simple react state

* fix typing

* fix missing findLastIndex array function

* sync with collection list size

* use matching key structure
2024-09-23 11:33:52 +02:00
Curry Yang
fd7c76dd13 fix: reduce sentry error (#7991) 2024-09-23 09:12:05 +00:00
George He
63054335ab fix(sdk): certificate 'disabled' property value gets lost in script execution (#7988) 2024-09-23 08:47:04 +00:00
Curry Yang
08397f9a24 Revert "maintain folder sort when app is re-opened (#7372)" (#7987)
This reverts commit a2ddeba685.
2024-09-23 14:35:37 +08:00
George He
8ab0b91a91 feat(runner): enable the bail setting (#7942)
* feat(runner): enable stop-on-error setting

* fix: lint failed

* fix: conflict in rebasing
2024-09-20 09:15:36 +00:00
Mandar
a2ddeba685 maintain folder sort when app is re-opened (#7372) 2024-09-20 04:42:18 +00:00
Jack Kavanagh
76c01305cb timeline deserializer (#7977)
* timeline deserialize

* support broken json

* hide response output

* ndjson test

* fix test

* fix 200
2024-09-19 14:46:19 +00:00
Jack Kavanagh
10835904de test failure output (#7972)
* test failure output

* fix test
2024-09-19 16:30:01 +02:00
Jack Kavanagh
df2bc063b4 runner refactoring pass (#7975)
* rename iterations to iterationCount

* make duration 0

* use local storage

* raise orderedJSON

* rename

* fix cli
2024-09-19 16:29:11 +02:00
Kent Wang
d87398f237 Fix empty query paramter value in editor will generate url params without equal sign issue 2024-09-19 09:06:20 +00:00
Jack Kavanagh
f3f5f7426c bump (#7973) 2024-09-19 10:45:16 +02:00
Jack Kavanagh
5bf6efb97d add cli preview command modal (#7952)
* add pane

* add env id and copy button

* layout

* global env id support

* Add github action

* git only

* remove urlbar css

* fix css

* fix console error

* complete dropdown action

* move tab to modal

* first pass at request and folder selection

* add ui

* add test

* get item list parent workspace

* support selectable requests

* fighting the linter

* add iteration and delay to ui

* add delay to CLI

* wire up UI for iteration data

* support iteration count

* make iteration data work

* tweaks and feedback

* typo
2024-09-18 17:11:59 +02:00
Curry Yang
f89019701d Merge branch 'release/10.1.0-beta.0' into develop 2024-09-18 14:12:38 +00:00
Kent Wang
684d54c029 Nunjuck Tag Performance enhance in editor[INS-4243] (#7922)
1. cache renderContext for multiple tags in editor
2. add a warning message suggesting user to user after-script response to save response body as environment variable
2024-09-18 12:58:19 +00:00
Filipe Freire
ec7f7a8bcd fix: change chmod for inso dockerfile core@10.1.0-beta.0 2024-09-18 12:09:25 +01:00
Curry Yang
ef8aa4e957 Bump app version to 10.1.0-beta.0 2024-09-18 10:25:50 +00:00
Curry Yang
18ef67e114 fix: unpushed notification performance issue (#7966)
* fix: unpushed notification performance issue

* fix commit

* delete disable

* make sure the data are stored
2024-09-18 18:19:36 +08:00