You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* -Add validation logic around default profile.
-Add help message for when default is not set (or points to an invalid/missing entry).
* - update base cursor store to allow row deletions.
- add clean() method to FileEventCursorStore to remove a profile's row(s).
* add delete_password() to password module
* add delete_profile() to ConfigAccessor
* handle resetting default_profile internal value to __DEFAULT__ when the default profile is deleted.
* add delete_profile() method to profile module that clears config/password/cursor_store
* - add `delete_profile()`, `delete_all_profiles()` functions
- add `delete`, and `delete_all` Commands and register them
- fix typo in `_load_profile_create_descriptions()`
* merge error
* fix more merge errors
* fix the merge error fix error
* address PR feedback
* update changelog
* remove unused DEFAULT_PROFILE_IS_COMPLETE config item.
* attempting some tests
* a working delete_profile_clears_checkpoint test
* fix test for py3.5 compat
* formatting
0 commit comments