* fix: init the hidden window when renderers are reloaded
* fix: missing some smoke test stuff after merging
* feedback
---------
Co-authored-by: jackkav <jackkav@gmail.com>
* can navigate to folder
* add docs tab
* can edit pre request script
* refactor authdropdown to support groups
* can input auth in folders
* can concat scripts
* ensure scripts are scoped
* inherit auth from parent folder
* extract to function
* support inherit
* remove console log
* fix inheritance
* fix types
* remove console.log
* skip pre request for now
* hide response pane
* reload on env modified
* fix oauth1 and support undefined auth
* add auth test
* watch sync for updates
* collapse folder only on icon click
* review feedback
* remove pre-req logic
* use the user/files api to fetch the unsynced files in global search
* naming
* fix e2e test
* fail gracefully if pulling a remote project doesn't work out
* fix popover error
* clean up loading and error states ui
* fix e2e test
* install package
* first pass
* wip
* use pm names
* pin isomorphic-git
* can import tags
* add test
* add unit test
* renaming
* extract to file
* remove desc
* transform body form value
* rename to faker
* perf: spec lint
* Move ruleset loading to main
* fix: solve todo
* fix: solve todo
* feat: open nodeIntegrationInWorker option
* fix: need save spectralRun ipc
* feat: add worker plugin
* put the default ruleset handling in loadSpectralRuleset
* make sure we check for latest id
* fix: postMessage and ipc can not transfer special objects
* move logic to new place and clean up main
* fix race condition and cleanup code
* fix: worker build
* add necessary worker ternminate and more logs
* use fs require in worker
* rename file and add reject
* fix typo
* remove unused console log in loader
* leave note about GC
---------
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
Co-authored-by: jackkav <jackkav@gmail.com>
* move project fetches outside the projectId loader
* update types
* use a separate loader for listing files
* feedback
* close the palette when the env changes
* cleanup and comments
* clean up naming
* filter our mock server as move target
---------
Co-authored-by: jackkav <jackkav@gmail.com>