* 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>
* wip: environments drag and drop with react-aria
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
* wip
* wip
* 1st working version
* wip
* working!
* wip
* rm outline
* type issues
* add redux hack
* set active
* refactor and rename
* add aria label to fix warning
---------
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
Co-authored-by: jackkav <jackkav@gmail.com>