Commit Graph

3739 Commits

Author SHA1 Message Date
jackkav
32640ecc3c fix test 2025-09-04 15:03:55 +02:00
Pavlos Koutoglou
4ec13ac20e fix: Commit modal fixes and uncommitted modal improvement [INS-1282] (#9069)
* fix: streamline commit button logic in GitProjectStagingModal

* fix: enhance commit button logic to differentiate between commit and commit-push actions
2025-09-04 12:20:59 +00:00
Curry Yang
fa198acf03 fix: update tab after moving request (#9009) 2025-09-04 06:40:20 +00:00
Jack Kavanagh
593a05bea7 chore: fix all playwright warnings and cut CI time by 10% (#9071)
* speed up pre req tests

* remove timeout and move loop

* fix warning

* fixed all warnings

* fix warnings

* fix all lint warnings

* fix more warnings
2025-09-03 11:28:59 +00:00
Curry Yang
87f73a6ab0 feat: auth for socket.io-[INS-1270] (#9066)
* feat: auth for socket.io

* fix: type check

* fix: ts issue

* feat: add auth indicator
2025-09-03 07:54:57 +00:00
Bingbing
0e8e20af01 fix: create submit hook with a factory to explicitly declare the return type (#9077) 2025-09-03 11:18:23 +08:00
Bingbing
f2b1674857 fix: clean unused notification call in the toast (#9079) 2025-09-02 07:35:38 +00:00
James Gatz
6eeef90707 fix: redirect to organization page if project is not found (#9068) 2025-09-02 07:16:37 +00:00
xdm
410105c507 fix: fix type error (#9078) 2025-09-01 10:16:42 +00:00
xdm
902911b372 fix: More user-friendly error message for the Swagger file (#8736) 2025-09-01 15:19:07 +08:00
xdm
a2b1060be3 fix: Put the collection filter into localStorage (#8961) 2025-09-01 14:00:44 +08:00
Jack Kavanagh
c058410c7a branch can be null (#9070) 2025-08-28 19:17:25 +02:00
Jack Kavanagh
88e0e4e9f7 typescript improvements (#9067)
* export types and sort order

* clean up auth types

* fix tests

* fix type check
2025-08-28 18:31:41 +02:00
Jack Kavanagh
3324a7f9d3 chore: remove fromSync hack (#9016)
* remove db file delete widgets

* delete batch removal usages

* eliminate fromSync

* fixed test

* fix type
2025-08-28 12:14:33 +00:00
Jack Kavanagh
b898fefb1c prune db methods, and improve type-checking (#8993)
* remove unused hooks

* remove _empty

* remove unused all

* fix test

* align get and get where

* getOrCreate

* create string union of model types

* fix bad test

* remove getMostRecent

* simplify renderer change listeners

* remove batch modify usage

* use async api

* use localhost for ci

* remove false db typings

* allow undefined as a bridge response

* improve typing

* eliminate find most recent

* fix vitest path aliases

* types

* simplify insert

* eliminate upsert

* fix tests

* remove partial type

* fix tests

* remove redundancy, init types

* fix types

* delete comments

* remove optional types

* fix coercion

* fix types

* add export types and remove modeltypes
2025-08-28 13:49:24 +02:00
xdm
f1b27d9195 fix: Refine the error message when importing files into collection [INS-1250] (#9048) 2025-08-28 07:23:18 +00:00
Jack Kavanagh
4f143c98d7 vite v7 bump (#8842) 2025-08-27 12:34:08 +02:00
Curry Yang
6828712fbe Refactor/db get descandents - [INS-1075] (#8948)
* feat: add getWithDescendants

* feat: generate descendant map

* improvement

* feat: replace all origin withDescendants

* fix: supplement descendants map

* move childToparents outside

* add protoDirectory in protoDirectory

* remove ?

* add test&del unuse code

* chore(test): use vitest sameDeepMembers

* feat: feedback

* fix: ts

* fix: circular dependencies issue in test

---------

Co-authored-by: Bingbing <ZxBing0066@gmail.com>
2025-08-27 09:09:30 +00:00
Jack Kavanagh
f6b93d88bc chore: remove nunjucks context api (#9058)
* remove context

* remove gated nunjucks

* code prompt never used enableRender
2025-08-27 08:51:27 +00: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
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
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
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
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
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
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
Kent Wang
208b70265b update optionalDependencies and lock file (#9013) 2025-08-19 14:23:54 +02:00
James Gatz
821edc005f change <p> tag to <div> since it breaks DOM rules (#9012) 2025-08-19 14:19:11 +02:00
James Gatz
fffc404393 feat(Maintain localStorage data): Keep localStorage saved data after migrating from the file:// protocol (#9002)
* feat: Implement localStorage migration from file origin and add IPC handler for data retrieval

* fix(ipc): clear localStorage of file origin after data retrieval

* Update packages/insomnia/src/account/session.ts

---------

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>
2025-08-19 10:48:15 +00:00
Curry Yang
f81464a6da fix: add socket.io to export map (#9008) 2025-08-19 18:01:51 +08:00
Pavlos Koutoglou
16c3d3e2af fix: Improve error handling and success notifications for Git push operation [INS-1140] (#8998)
* fix: Improve error handling and success notifications for Git push operations

* fix: Reset pull error state when showing pull required modal
2025-08-18 16:56:08 +00:00
James Gatz
fa7185b3ec fix(Onboarding): Use splat to handle all onboarding routes (#9001)
* Use splat to handle all onboarding routes

* fix ts issue
2025-08-18 16:30:54 +02:00