Commit Graph

3792 Commits

Author SHA1 Message Date
George
e70062060c fix: request is sent before script has been persisted (#9237) 2025-10-10 14:14:46 +08:00
Vivek Thuravupala
f517bfccd8 Reconcile secureReadFile changes with reverted mock response extractor changes 2025-10-09 18:54:51 -07:00
Vivek Thuravupala
a9d1a4b425 Revert "feat: create collection from mock server routes (#9156)"
This reverts commit 0b14918b8b.
2025-10-09 17:53:45 -07:00
James Gatz
80de9774d2 fix(deps): Move @react-router/dev to dev dependencies (#9231)
* move react-router dev to dev-deps

* fix: remove unnecessary x64ArchFiles configuration from electron-builder
2025-10-09 08:06:14 -07:00
James Gatz
c652978127 fix: exclude source map files from build output (#9228) 2025-10-09 19:50:38 +08:00
Bingbing
271f7245c1 fix: curl import issue when parse the pair value (#9198) 2025-10-09 10:35:49 +00:00
James Gatz
38df77ecf0 docs: add note on macOS entitlements for local testing of packaged app (#9227) 2025-10-09 12:17:44 +02:00
Bingbing
c53e80e106 fix: support specific importer when import from curl (#9197) 2025-10-09 10:14:52 +00:00
Jordan Gregory-Wallis
8f25cec593 fixed help text that incorrectly refers to momentjs instead of date-fns (#9225) 2025-10-09 09:58:14 +00:00
Jack Kavanagh
aa08a41acd fix link rendering (#9223) 2025-10-09 07:47:20 +00:00
Jack Kavanagh
feb1cf5495 refactor importers to run in node (#9217)
* refactor import to run in node

* format json with prettier

* fix lint

* add process fork for tests, this is bad
2025-10-09 08:36:14 +02:00
Jack Kavanagh
fba2e097eb refactor: wrap sensitive readFile - INS-1442 (#8992)
* fix: introduce secure read file interface

* fix: allow read client cert for grpc as it can be modified

* fix: remove comments

* chore: rebase

* fix: lint

---------

Co-authored-by: George He <hexxa@outlook.com>
2025-10-07 16:23:25 +00:00
Jack Kavanagh
4a6a0240e6 reduce esbuild external deps (#9213)
* remove all

* tidy up
2025-10-07 18:09:10 +02:00
Jack Kavanagh
b94115d77a bumps (#9199) 2025-10-02 08:36:28 +00:00
James Gatz
3059f958a4 feat: Improve global modals (#9190)
* fix duplicate onOpenChange

* Use RAC modal for global modals like alert/prompt/settings etc

* example modern modal

* fix: update aria-label for modal dialog

* use .app to press Escape for closing modals

* fix: add visibility check for 'Create Credential' button in Cloud Credentials tab

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2025-10-01 11:05:37 +02:00
Shelby Moore
0b14918b8b feat: create collection from mock server routes (#9156) 2025-09-29 15:11:11 -07:00
Jack Kavanagh
1ac66dfdc0 Bump react-aria (#9188)
* bumps

* remove underlay

* fix e2e tests

* fix tests

* fix more e2e tests

* use prompt button

* fix type checks

* locator
2025-09-29 16:37:33 +00:00
Jack Kavanagh
d25412c93b Fix release recurring builds (#9191)
* x64ArchFiles

* extend recurring timeout
2025-09-29 18:00:09 +02:00
jackkav
892f5c0fda fix bundling test 2025-09-29 15:39:47 +02:00
Bingbing
7d3ead9eee fix: should show correct error boundary (#9184) 2025-09-29 07:45:48 +00:00
Bingbing
bacbc1f9c4 fix: wrong expiry time of oauth token (#9182) 2025-09-28 17:41:15 +08:00
James Gatz
633692ae02 [INS-1309] - Improve init/complete sign in flows with GitHub/GitLab (#9181)
* replace node fetch with electron's net.fetch implementation in github/gitlab integrations

* Improve error handling in github/gitlab sign in flows and use net.fetch instead of fetch
2025-09-26 20:34:28 +02:00
Jack Kavanagh
805bf52ed7 add check to read file (#9180) 2025-09-26 14:32:31 +00:00
Jack Kavanagh
270244b44e chore: explicit external deps (#9124)
* explicit external deps

* move definition

* duplicate

* fix warning
2025-09-26 16:17:52 +02:00
Jack Kavanagh
455bc56bda use toast instead of show-notification (#9128)
* use toast

* rename

* Remove old toast

* fix types
2025-09-26 15:01:07 +02:00
yaoweiprc
f261e27345 Remove dependency on @mismerge/react since it does not support react 19, use the custom element mis-merge3 defined in @mismerge/core directly. (#9145) 2025-09-25 16:36:39 +08:00
Kent Wang
b5a0bf4035 feat: Enhance the real time event polling mechanism for websocket and socket-io (#9157)
* Change to observer pattern for websocket events
* Add Observer Pattern for socket io
2025-09-19 12:51:06 +00:00
Bingbing
0fbd7a06de fix: auth code redirect uri affects implicit (#9158) 2025-09-19 14:11:52 +08:00
yaoweiprc
5471359889 Change the validation rule for branch name in cloud sync (#9126) 2025-09-19 01:20:00 +00:00
Insomnia
0d9ff79bd2 Bump app version to 11.6.1 2025-09-18 06:46:23 +00:00
Vivek Thuravupala
36fb1998a7 Revert "fix: Discard actions now respect staged vs unstaged changes and prevent silent data loss [INS-1099] (#9141)"
This reverts commit bf611ffcfd.
2025-09-17 23:12:36 -07:00
Pavlos Koutoglou
bf611ffcfd fix: Discard actions now respect staged vs unstaged changes and prevent silent data loss [INS-1099] (#9141)
* feat: enhance discardChanges method to allow selective discarding of staged and unstaged changes

* feat: update discardChangesAction to support discarding unstaged changes

* feat: update discardChanges calls to support discarding unstaged changes

* fix: correct comment for discarding unstaged changes in GitVCS
2025-09-17 17:25:47 +03:00
Vivek Thuravupala
8c43ed9ef9 [INS-1054] Remove .git suffix requirement for custom git repository URL (#9086)
Not all providers will use a URL ending in .git. The requirement makes sense for Github/Gitlab, but not for a form which can connect to any git server.

---------

Co-authored-by: pavkout <pkoutoglou@gmail.com>
2025-09-16 14:58:38 -07:00
Bingbing
adbd124769 feat: polish scratch pad (#9123) 2025-09-16 09:10:48 +00:00
Ulises Bocchio
ca1f1aaf3c Add auth header when refreshing token, closes #8946 (#8947)
Fixes issue when using Basic Auth for client credentials on OAuth2 authentication.
When using Basic Auth for client credentials, the refresh token functionality fails as it doesn't send the credentials headers.
2025-09-15 10:15:57 +00:00
Ryan Willis
899a23cd3d fix: eliminate extra border (#9091) 2025-09-12 02:42:11 -07:00
Kent Wang
0adec30b0b feat: Support Vault Dedicated for Hashicorp (#9082)
* add support for vault dedicated
* update vault plugin version
2025-09-12 07:06:49 +00:00
Jack Kavanagh
16702f86ab dbl click unpin (#9127) 2025-09-12 05:47:36 +00:00
yaoweiprc
9b342c181b fix merge modal style issue (#9133) 2025-09-12 10:52:27 +08:00
Insomnia
af7104f189 Bump app version to 11.6.0 2025-09-11 07:46:54 +00:00
Ryan Willis
94cfa96418 fix: improve environment selection/messaging in CI mode and silence warnings (#9108) 2025-09-10 07:03:03 -07:00
Bingbing
06ef8b7f0c fix: truncate cookie string (#9095) 2025-09-09 03:17:53 +00:00
Bingbing
50fe33d208 fix: preference panel crash on the login page (#9113) 2025-09-09 02:57:06 +00:00
George
a8d4b607d5 fix: sendRequest doesnt return error in some cases - INS-1262 (#9059)
* fix: sendRequest doesnt return error in some cases

* chore: formatting

* chore: refactoring async styles
2025-09-08 17:56:41 +08:00
Jack Kavanagh
876ee662d9 fix: workspace create fails on windows (#9101)
* logs

* add awaits to backup and block app start
2025-09-05 18:00:19 +02:00
James Gatz
df19a64f16 [INS-1350] Cloud sync issues (#9104)
* chore: cleanup console logs in getAllRemoteFiles function

* feat: return success response from sync pull and push actions

* fix: update caching logic for remote branches and backend projects in clientLoader and clientAction

* fix: include isLocalProject check in clientAction for workspace creation

* fix: handle null branch case in getVersion method to prevent errors
2025-09-05 12:15:26 +02:00
Kent Wang
bd2c4a3456 avoid unnecessary load plugin warning (#9105) 2025-09-05 10:03:04 +00:00
Insomnia
0aa90e31d0 Bump app version to 11.6.0-beta.0 2025-09-05 07:42:11 +00:00
yaoweiprc
76e8af7d19 Resolve git merge conflicts change by change [INS-908] [INS-1193] (#9052)
* Resolve git merge conflicts change by change

* Fix the issues raised by the PM
2025-09-05 15:36:07 +08:00
xdm
c738f7f8de feat: Improve wording for Security Whitelist Error Message [INS-1277] (#9076)
* feat: Improve wording for Security Whitelist Error Message [INS-1277]

* refactor: interactive message

* fix: fix process not being defined in worker
2025-09-05 15:15:52 +08:00