* move axios to main
* remove adapter override (old electron hack)
* add axios handler
* send only objects over the ipc
* don't forget the comma
* fix types
* fix proxy test
* fix smoke
* fix type
* fix axios __private
* wip
* perhaps we dont need app/login
* fix lint
* store keypair in localstorage
* use localstorage
* can login to multiple windows
* remove console log
* rename window helper
* add file menu
* remove test
* share design documents and tests with insomnia sync
* share collection and documents with insomnia/git sync
* checkpoint
* redirect when cloning (pulling) a new remote project
* backend workspace card
* redirect logic
* local changes styles
* loading indicator
* fix sync button styles
* use interval to refetch git
* open the repo modal first before switching to git sync
* use gitRepositoryId from metadata
* fix sync option update
* cleanup fetcher check
* fixes
* cleanup pull-push
* undo logo change
* clean git-vcs
* use cloud icon for insomnia sync
* cleanup card
* more cleanup
* better return type for fetchfetcher
* update git tests
* fix tests
* fix some prerelease tests
* fix cloning without an api spec
* fix some more tests that expect a file to exist
* fix lint error
* include debug instructions
* remove pkg as a dependency
* fix doc
* add tslib to send-request to fix libcurl pkg bs
* bump pkg to 5.8.1
* remove not needed scripts
* make all migration functions non-async
* migrate is not a promise
* simplify scope migration
* remove apispec and fix test
* fix tests
* fix tests, for real this time
* removed api spec from collection
* default doc name to my-spec.yaml again
* fix apispec typing
* remove pointless generic
* fix type
* Create an api spec on first launch
* Remove flaky firstLaunch data creation
* fix test
* create apispec only when scope is deisgn
* oauth test left
* gitlab test
---------
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
* many ws
* squashed import commits
* split import to project and workspace
* import logic
* fix the collection to design bug
* rename type
* fix tests
* tidy workspace loader
* multiple ws imports should always create new ws
* fall back to default project
* env var to bool
* fix tests
* fix app/import
* provide import context in title
* fix api spec import
* clean up
* ask about private envs everytime
* fix loading
* fix export private dialog
* savez
* ai animation
* save
* fixes
* improvements to ux and loading states
* ux improvements
* delete unused file
* undo vscode settings changes
* add prod api url
* remove console
* fixes
* rename loading to generating
* remove extra case in ai settings
* generate a new folder for the generated requests
* fix icon
* fix unused import
* INS-2639: add kong 3.x support for inso generate k8s config
* Update packages/openapi-2-kong/src/kubernetes/generate.test.ts
Co-authored-by: Michael Heap <m@michaelheap.com>
* test
---------
Co-authored-by: Michael Heap <m@michaelheap.com>
* update test to expose bug in regex generation
sanitizing the path-variable name is not done correctly, as it sanitizes the entire path. So it also makes unintended changes.
* fix failing test, add +1 test
---------
Co-authored-by: Filipe Freire <livrofubia@gmail.com>