* fallback to {} and only auto prettify
* tolerate operation name change
* fallback to first element on change
* handle empty query
* update operation names on empty query
* update the ast when we update the query
* remove log
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
* Remove extra support channels from readme.
* Remove support email from contributing recommendations
* Remove support email from error modals
* Fix linting on imports
* remove unused mailto
* Make link active
* Fix linting error in Readme
Co-authored-by: jackkav <jackkav@gmail.com>
* Revert "Fix INS-2242, add afterPack workaround for electron-builder (#5627)"
This reverts commit 33aa835c26.
* Revert "Fix #5531 bump snapcraft base to core22 (#5555)"
This reverts commit 856c859679.
* Revert "use same prettify mechanic for both editors (#5616)"
This reverts commit 21c78170b2.
* Display the push/pull/checkout errors correctly
* use branch name to refresh the workspace
* fix checkout
* fetch the staged changes inside the modal
* fix password login with git
* Added Open Generate code and copy as curl test
* Improvements to the Generate code test
* added tests for preferences
* fixed selectors
* fixed test selectors
* removed extra whitespace
* fix lint
* Improve a bit the preferences tests
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
* feat(plugins): enable support for service-level security definition plugins
* feat(plugins): add tests for service-level security plugins
* fix(syntax): match regexes to last commit
* fix lint
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
* first pass
* package lock
* provided ruleset is not an object
* works
* support multiple extensions
* fix test
* lower coverage threshold
* remove unused test
* remove only
* move proto file modal under grpc request
* delete some stuff
* remove spinner from request row for now
* sync grpc state
* add change type
* clean up
* remove extra bridge method
* test to rename a request
* added Delete Request test
* added filter by folder test
* added Pin a request test
* minor improvements
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
* feat(import): import multiple envs when importing OpenAPI3
When the OpenApi file to import contains multiple servers, import each one as an environment.
Closes#3627
* feat(import): import multiple envs when importing OpenAPI3
When the OpenApi file to import contains multiple servers, import each one as an environment.
Closes#3627
* fix lint and tests & rebase with latest develop
Co-authored-by: SIX Douglas <douglas.six@ext.adeo.com>
Co-authored-by: Filipe Freire <livrofubia@gmail.com>