* fix: support async function in insomnia.test
* test: fix and add test
* fix: test failed
* fix: update the solution
* fix: lint
* fix: test failure
* fix: use regexp as replaceAll doesn't available
* chore: remove useless code
Attempting to click on links within tooltips would lead to the tooltip being dismissed. This fixes the issue by moving the tooltip to be a sibling of the tooltip trigger, which is the correct structure for react-aria tooltips. Ref: https://react-spectrum.adobe.com/react-aria/useTooltipTrigger.html
* fix(runner): should not generate command with workspace id when all request are selected
* fix: sort requests when there's no -i option
* fix: introduce original types instead of copies
* Update packages/insomnia/src/ui/routes/runner.tsx
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>
* fix: lint error
* fix(cli): misc issues to keep order in running cli runner (#8223)
* fix(cli): cli should not prompt to ask for workspace id
* fix: support runing folder and sorting request by path
* fix: e2e tests
* fix: incorrect sorting
* fix: incorrect change detection
* fix: comments
* fix: include all sub folders in running folder
---------
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>
* Remove unused codes
* let user resolve conflict when using git merge
* fix code review issue
* Solve the bug that working area does not update after merge.
* modify git smoke test timeout
* Fix key-value editor flash issue when input text for the first time
* fix key value editor focus issue for RequestParameters editor by James
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
* fix: update the proxy transforming between sdk and inso
* fix: lint error
* fix: smoke test
* chore: enable sentry for the hidden window
* chore: add tag for sentry reporting
* feat: update personal plan types and formatting
* feat: remove unused personal plan types from organization route
* feat: add planName to CurrentPlan interface and update display logic
* feat: capitalize plan type display in organization route