Tags: requestly/requestly
Tags
[ENGG-4237] feat: Support to Delete Workspaces (#3906) * fix: Fix active workspace name * fix: Fix dependency array for activeWorkspaceName, code cleanup * [WIP] feat: Add Delete functionality for local workspaces * fix: Apply CodeRabbit suggestion to avoid rendering until teamDetails is valid * refactor: Move local workspace deletion code to a separate component * refactor: Remove previousPath typecasting as per PR suggestion * refactor: Change variable name as per PR suggestion * refactor/fix: Replace window.state with useSelector to access Redux state * change: Change removeWorkspace timeout from 80s to 10s * refactor: Use WorkspaceType.LOCAL instead of string literal * refactor: Move refresh and navigation code in DeleteWorkspaceSection to a separate function * refactor/fix: Change type for removeWorkspace to FileSystemResult<void> * refactor: Rename DeleteWorkspaceSection to DeleteLocalWorkspaceSection * refactor: Use existing type FileSystemResult and remove newly declared types for removeWorkspace * refactor: Remove optional chaining from getNonLocalWorkspaces * refactor: Use getAllWorkspaces() as getAllLocalWorkspaces() in DeleteWorkspaceSection * refactor: Rename local workspace deletion component and move styling to a separate file * change: Move toast after setAllWorkspaces dispatch * refactor: Switch to useParams to get workspaceId * refactor: Use WorkspaceType.LOCAL instead of string literal * change: Add Sentry captureException to addWorkspaceToView * refactor/fix: Remove redundant FileSystemError type from FsManagerServiceAdapter * refactor: Refactor Sentry captureException * refactor: Revert successful workspace deletion toast position & add a toast to indicate refresh failure * fix: Check result type for removeWorkspace * refactor: Remove comment for removeWorkspace * refactor: Move DeleteLocalWorkspaceSection files to a separate folder * feat: Add compatibility check for DeleteLocalWorkspace * fix: workspace selectors * [ENGG-4237]: Add Deletion Modal & Analytics Events to Local Workspace Deletion (#3968) * add: Add Deletion Modal for local workspace deletion * add: Add analytics tracking for workspaceDeleteClicked and workspaceDeleted * refactor: Specify exact params for trackWorkspaceDeleted * Update app/src/modules/analytics/events/common/teams/index.js Co-authored-by: Nafees Nehar <[email protected]> --------- Co-authored-by: Nafees Nehar <[email protected]> --------- Co-authored-by: nafees87n <[email protected]>
[ENGG-4839] fix: sharing execution context across collection run (#3844) * [ENGG-4628] fix: sharing execution context across collection run * fix: request state and runtime variables rendering * fix: runtimestore * fix: request updation to reflect changes in script logs * fix: runtime variables override
Add support for require and some builtin modules and globals (#3778) * Added support to specify error type * Add support to sanitize value when script sets a key * Add support for require and globals in scripts * Added error handling to xml2Json * Fixed types for try * Added more packages * added lodash in require * Updated package-lock
[ENGG-4607] Enable autoFocus for Environment Creation (#3786) * fix: Enable breadcrumb autofocus on creation of a new Collection * refactor: rename CollectionView prop isNewItem to isNewRecord * fix: Add isNew, setIsNew to tabStore, change getIsNew() to use tabStore instead of tabSource, add setIsNew() to useGenericState(), remove isNewRecord prop from CollectionView, trigger setIsNew(false) on collection rename * Apply suggestions from code review (coderabbitai) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update app/src/componentsV2/Tabs/store/tabStore.ts, suggestion by Nafees Co-authored-by: Nafees Nehar <[email protected]> * fix: Move setIsNew(false) to onBlur * fix: Enable autoFocus for Environment creation * fix: Add setIsNew(false) to environment (VariablesListHeader) header onBlur --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Nafees Nehar <[email protected]>
PreviousNext