* 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>
* fix: add z-index to ToastRegion for proper stacking
* fix: update z-index for icons in organization component for proper visibility
* fix: improve error handling and return success status in Git actions
* feat: add handleClose option to SyncMergeModal for improved modal control
* feat: implement pullWithConflictSupport and enhance conflict handling in GitVCS
* feat: add GitPullRequiredModal component for handling pull requirements
* feat: enhance GitProjectStagingModal with pull handling and discard confirmation
* feat: implement pull handling and modal for required pulls in GitProjectSyncDropdown
* fix: correct variable name and improve error handling in GitProjectStagingModal
* refactor: remove unsupported merge error handling and log fallback for manual diff UI
* fix: prevent push success toast from showing during pull operations and update commit button state based on local changes
* feat: enhance GitProjectStagingModal with discard confirmation and improved state handling for commit-and-pull mode
* fix: using helper
* fix: add file
* fix: test
* fix: lint
* fix: add import
* fix: introduce checks for caCerts and client certs
* fix: introduce checks for ca and client certs
* chore: fmt and lint
* fix: smoke tests
* fix: cli test by adding allowed data folders
* fix: cli test
* fix: smoke test
* fix: smoke tests
* fix: smoke test
* fix: smoke test
* fix: smoke test
* chore: disable ca checking
* fix: lint
* fix: lint
* fix: use different error messages for CLI and UI
* fix: lint after rebase
* first pass
fix tests
move all react things in dev
try-package
build stuff
use http protocol instead of file
handle refresh
fix tests and routeloaderdata apths
fix npm run dev
fix sorts
fix hidden browser window
cleanup files
Typesafe /auth/* routes
typesafe commands route
git-credentials typesafe routes
import typesafe routes
fix types
fix hidden browser window
invite and collaborators typesafe routes
fix types
remove workarounds
fix dashboard test
more types
git typesafe routes
fix runner test
typesafe scratchpad navigation
fix remove unused project route
fix test routes
add space
request typesafe routes
git credentials typescript conspiracy
git typesafe routes
typecheck
debug bundles for inso
fix test
fix request group tab
workspace typesafe routes
feedback
All routes use generated types
Add typed fetchers to actions and loader
Use typed fetchers in the app
move git actions to the root
* fix react-use usage
update import source field
Spawning npm fails the build
Add ~ module resolution to vitest
add initialEntry functionality
fix update environment name requirement
fix settings patch
use loader for fetching the vault key and fix process.env.PLAYWRIGHT issue
fix missing type
Centralize useRouteLoaderData to routes
Use environment for vitest tests that run browser code
Update remaining fetchers to typesafe versions
remove unused fetcher and add callback to sync
Wrap load/submit in useCallback to keep them stable between re-renders
Update deps lists with stable submit functions
fix lint issue
* fix ts issues
* Add toaster to root
* Use shell for running scripts with spawn on Windows
* Move renderer bundling out of the build script
* Fix request-pane test flakiness
* update the url we use for internal purposes
* Increase timeout for release workflow
* fix flaky bundling test
---------
Co-authored-by: jackkav <jackkav@gmail.com>
* feat: WIP generate insomnia-inso docs from source
Add a script that generates the reference docs for insomnia-inso from
the source code. Commander exposes commands, options and descriptions
which we can use to generate the markdown files.
This is a WIP to start a convo and an initial implementation, the script
doesn't work as it is because `cli.ts` doesn't export `program` and
`version`.
* wire up program
* simplify
* normalise line endings in each function
* Add page.release to relative links
* Use major.minor when generating the docs
* Add frontmatter to generated docs
* Use /inso-cli/reference/<path>/<version>/ as the url segment in generated docs
* Use `title` and not h1s for titles
* Fix linting issues
---------
Co-authored-by: jackkav <jackkav@gmail.com>
* feat: Add option to connect repository later in project settings
* feat: Add option to connect repository later when updating project
* feat(Git Sync): Implement option to create project without connecting to a Git repository
* feat: Update message for connecting repository later in project settings
* feat(Project Settings): Add option to connect repository later with updated UI feedback
* feat(Git Sync): Allow project creation with empty git repository when connecting later