* initial check-in for separate vault key ui changes
* refine localstorage instance
* use better method for file saving
* remove ref
* fix issue from rebase
* feat: enable folder env interfaces for manipulation in script
* fix: lint
* Fix table view environment not updated issue[INS-4875] (#8360)
* Fix table view environment not updated issue
* fix: fix comments and improve the test
---------
Co-authored-by: Kent Wang <kent.wang@konghq.com>
* fix: update request actions dropdown button visibility
* fix: change request actions dropdown button visibility to flex on hover and focus
* fix: adjust padding for CollectionGridListItem component
* fix: add triggerRef prop to RequestActionsDropdown and RequestGroupActionsDropdown components
* Update debug.tsx
* fix: update GraphQL test to include new request and validate response
* fix: handle several different template syntaxes in url
* inso -> es2021
* fix: init certs in script
---------
Co-authored-by: Ryan Willis <ryan.willis@konghq.com>
* chore: upgrade @getinsomnia/node-libcurl to 2.33.7
* chore: add arch into AppImage name template
* chore: run release workflows on aarch64 linux runner
* fix: also consider process.arch when determining insomnia binary path
* fix: lift unprivileged userns restrictions for linux
Ubuntu 24.04 introduced this new restriction so we just lift it for all
Linux runners now to avoid confusion in the future.
* chore: remove hardcoded platform in inso Dockerfile
* chore: add architecture id into inso artifact name
* feat: modify workflows to support multi-arch
* allow deselecting proto file
* use path prefix for gRPC conns
* fix parsing to match previous tests
* reflection working
* fix auto-reflecting onMount when certificates are required
* improve messaging on reflection and method selection
* switch to internal package, clean up url parsing
* fix: include multiline and fileName in the multipart req body
* fix: reject setting null to insomnia.variables
* fix: comment
* fix: also update the scriptExecutor with getExistingConsole
* feat: support escape sequences for formatting in console
* fix: update test ouput
* refactor: support escape seqs
* fix: cli smoke test failed