Commit Graph

5682 Commits

Author SHA1 Message Date
Curry Yang
39c202dad2 feat: auth for socket.io 2025-08-28 11:01:48 +08:00
Curry Yang
601ec29859 fix: circular dependencies issue in test 2025-08-27 16:22:04 +08:00
Curry Yang
333f41d42e fix: ts 2025-08-27 16:22:04 +08:00
Curry Yang
2908e611e2 feat: feedback 2025-08-27 16:22:04 +08:00
Curry Yang
d635606169 chore(test): use vitest sameDeepMembers 2025-08-27 16:22:04 +08:00
Curry Yang
8d739307ca add test&del unuse code 2025-08-27 16:22:04 +08:00
Curry Yang
3ad075a048 remove ? 2025-08-27 16:22:04 +08:00
Curry Yang
e954dde1c8 add protoDirectory in protoDirectory 2025-08-27 16:22:04 +08:00
Curry Yang
5ee2308a3e move childToparents outside 2025-08-27 16:22:04 +08:00
Curry Yang
3d248c5651 fix: supplement descendants map 2025-08-27 16:22:04 +08:00
Curry Yang
d095379efb feat: replace all origin withDescendants 2025-08-27 16:22:04 +08:00
Curry Yang
85f33fd7e0 improvement 2025-08-27 16:22:04 +08:00
Curry Yang
bcfead213c feat: generate descendant map 2025-08-27 16:22:04 +08:00
Bingbing
61237b3f1c feat: add getWithDescendants 2025-08-27 16:22:04 +08:00
Bingbing
1cd41c0b8d feat: improve postman script translation func (#9047) 2025-08-27 05:54:07 +00:00
Curry Yang
01bcf55bb5 fix: race condition when switching project (#9049)
* fix: race condition when switching project

* feat: reset state

* fix: add stale key
2025-08-27 03:57:31 +00:00
Curry Yang
2e2400c934 fix: error when delete workspace (#9060) 2025-08-27 11:30:30 +08:00
Vivek Thuravupala
8df41396d2 Merge branch 'release/11.5.0' into develop 2025-08-26 14:25:32 +00:00
Insomnia
214c07bc9c Trigger release/11.5.0 build core@11.5.0 2025-08-26 06:10:23 +00:00
Insomnia
c46c54bd03 Bump app version to 11.5.0 2025-08-26 06:10:06 +00:00
yaoweiprc
1fff06cf6f change wording (#9056)
Change wording to ask the user copy and paste redirect URL mannually.
2025-08-26 13:44:19 +08:00
James Gatz
50e5ccf844 Merge branch 'release/11.5.0-beta.4' into develop 2025-08-25 10:28:07 +00:00
Insomnia
0321343dba Trigger release/11.5.0-beta.4 build core@11.5.0-beta.4 2025-08-25 09:51:21 +00:00
Insomnia
614a70041d Bump app version to 11.5.0-beta.4 2025-08-25 09:51:04 +00:00
Pavlos Koutoglou
672593ef2c refactor: Fix file filtering inside the project (#9038)
Co-authored-by: Pavlos Koutoglou <x41rkycubxfd761zcfckbkgy4w028n@bots.bitbucket.org>
2025-08-25 09:12:17 +00:00
James Gatz
da28fec705 Fix/repository form validation (#9050)
* refactor: Enhance GitHub and GitLab repository forms with improved error handling and validation

* refactor: Improve error handling in Git remote branches fetching and enhance automatic fetching logic

* refactor: Clear error state when navigating back in project settings form
2025-08-25 08:48:45 +00:00
Curry Yang
fe217e0df3 chore(ts): exclude dist dir (#9046) 2025-08-25 08:30:53 +00:00
Vivek Thuravupala
132c724242 [INS-1234] Finesse experience of loading remote branches when creatin… (#9030)
* [INS-1234] Finesse experience of loading remote branches when creating a new git sync project

* add uri parsing to ensure we only fetch if the .git suffix exists

* replace useEffect with useDebounce for improved perf of branch fetching

---------

Co-authored-by: James Gatz <jamesgatzos@gmail.com>
2025-08-25 07:20:26 +00:00
Jay Wu
cf6be1872f Merge branch 'release/11.5.0-beta.3' into develop 2025-08-25 06:26:22 +00:00
Insomnia
5b05ae2132 Trigger release/11.5.0-beta.3 build core@11.5.0-beta.3 2025-08-25 05:42:58 +00:00
Insomnia
b927392764 Bump app version to 11.5.0-beta.3 2025-08-25 05:42:40 +00:00
Vivek Thuravupala
30024aa5c3 [INS-1143] Point See What's New app update notification link to the official changelog page (#9035) 2025-08-22 10:14:41 -07:00
Pavlos Koutoglou
1b8d94aaa0 fix: Include project name in credentials for project creation (#9036) 2025-08-22 18:07:20 +03:00
Pavlos Koutoglou
af6c2f39b4 Merge branch 'release/11.5.0-beta.2' into develop 2025-08-21 14:42:49 +00:00
Pavlos Koutoglou
68b18ac130 Trigger release/11.5.0-beta.2 build core@11.5.0-beta.2 2025-08-21 14:08:27 +00:00
Pavlos Koutoglou
8beb63f7da Bump app version to 11.5.0-beta.2 2025-08-21 14:07:05 +00:00
Pavlos Koutoglou
40a411e1a4 fix: Fix crash when viewing repo settings without a connected repo [INS-1173] (#9025)
* refactor: reorganize imports in WorkspaceSettingsModal for clarity

* fix: add validation for empty git repository in getGitRepository and getRepositoryDirectoryTree functions

* fix: improve validation for empty git repositories in getGitRepository and related functions

* fix: enhance identification of empty Git projects in project model

* fix: update gitRepositoryId to use EMPTY_GIT_PROJECT_ID for projects connecting repository later

* fix: update gitRepositoryId to use EMPTY_GIT_PROJECT_ID for new projects
2025-08-21 16:42:20 +03:00
George
8fbe5e3dbd fix: error message should wrap without scrolling horizontally (#9026) 2025-08-21 06:30:40 +00:00
Insomnia
0accbf8a9e Bump plugin version to 0.1.0 (#9024)
Co-authored-by: Kent Wang <174399962+cwangsmv@users.noreply.github.com>
2025-08-20 19:42:58 +08:00
Curry Yang
a3e6ee7dcb include spectral packaged to dependence (#9023) 2025-08-20 18:19:11 +08:00
James Gatz
c85918917b fix(Lint Process): Include the dependencies required for linting in the final package (#9022)
* bundle lint process

* Revert "bundle lint process"

This reverts commit b2b5378093.

* move spectral to dependencies so it is copied over
2025-08-20 11:44:42 +02:00
Kent Wang
b89c6f9e06 fix: Support list folder environment keys in the editor auto-complete list (#8983)
* Support list environment key in the editor auto-complete list
2025-08-20 16:27:59 +08:00
Kent Wang
6354ec8a4a fix: Adjust Hashicorp vault config form with help tooltip (#9017)
* Enhance the Hashicorp config form
* Fix flaky case
2025-08-20 16:21:56 +08:00
Curry Yang
aed1b30058 fix: mac autoUpdate (#9020) 2025-08-20 16:17:05 +08:00
Jay Wu
86cd6be4aa Merge branch 'release/11.5.0-beta.1' into develop 2025-08-20 07:02:43 +00:00
Jay Wu
0488f7c510 Trigger release/11.5.0-beta.1 build core@11.5.0-beta.1 2025-08-20 06:29:37 +00:00
Jay Wu
efbd7c3900 Bump app version to 11.5.0-beta.1 2025-08-20 06:24:47 +00:00
Pavlos Koutoglou
fb9d6abf13 refactor: Simplify script handling in getInsomniaV5DataExport by extracting logic to getScriptFromResources (#9000) 2025-08-19 17:06:25 +03:00
Pavlos Koutoglou
31fe166536 feat: Clean up Resolve Conflicts and Changes UX [INS-910] (#9007)
* feat: Update SyncMergeModal UI for clarity and usability

* feat: Enhance GitProjectStagingModal with file type indicators and styling

* feat: Add Git file status and type to GitChangesLoaderData interface

* feat: Enhance GitVCS with file status classification and type indicators

* feat: Add file status symbols and types to Git-VCS test cases

* feat: Update file status symbols and types in Git-VCS tests

* feat: Add file status symbol and type for untracked files in Git-VCS tests
2025-08-19 17:06:05 +03:00
Curry Yang
5bacf59a7e fix: create socket.io in folder (#9010) 2025-08-19 14:24:28 +02:00