Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes insomnia designer migration code #4404

Merged
merged 2 commits into from
Jan 25, 2022

Conversation

dimitropoulos
Copy link
Contributor

@dimitropoulos dimitropoulos commented Jan 25, 2022

closes INS-1311
changelog(Breaking Changes): We removed the ability to migrate from Insomnia Designer

This PR removes all functionality (or mention) of migration from Insomnia Designer from documentation, tests, source code, user settings, etc.

@dimitropoulos dimitropoulos marked this pull request as ready for review January 25, 2022 15:07
@dimitropoulos dimitropoulos requested review from develohpanda, jackkav and gatzjames and removed request for develohpanda January 25, 2022 15:07
Copy link
Contributor

@jackkav jackkav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

Comment on lines -76 to -86

if (!db && !appDataDir && !src) {
const designerDir = getAppDataDir('Insomnia Designer');
db = await neDbAdapter(designerDir);
db &&
logger.debug(
`Data store configured from Insomnia Designer app data directory at \`${path.resolve(
designerDir,
)}\``,
);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@falondarville @wdawson I just want to make sure you're aware of this: it means that inso will also not have any knowledge of anything related to insomnia designer. It makes sense to remove here since literally all other mention of designer is being removed as well, but I just wanted to call it out since I don't think we'd talked about it prior.

@dimitropoulos dimitropoulos merged commit 4940348 into Kong:develop Jan 25, 2022
@dimitropoulos dimitropoulos deleted the feat/remove-migration branch January 25, 2022 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants