[obs-commits] [openSUSE/osc] 77b738: Improve password handling
Branch: refs/heads/pw_redesign Home: https://github.com/openSUSE/osc Commit: 77b7382562a5c22b8dca643ce5ba7695b25c58db https://github.com/openSUSE/osc/commit/77b7382562a5c22b8dca643ce5ba7695b25c5... Author: lethliel <mstrigl@suse.com> Date: 2019-08-29 (Thu, 29 Aug 2019) Changed paths: M osc/commandline.py M osc/conf.py M osc/oscerr.py Log Message: ----------- Improve password handling * Adapt do_config to use the new credentials manager implementation * Adapt config_set_option to follow the change in do_config. * Split selection of the credentials manager descriptor to reuse it in do_config and interactive_config_setup. * Introduce new ConfigMissingCredentialsError which is raised in case of missing credentials (user or password). In this case the user will be asked to enter the new credentials. Commit: 5f3fd3368f2a40e4efb6e8451b752e84988a9f7b https://github.com/openSUSE/osc/commit/5f3fd3368f2a40e4efb6e8451b752e84988a9... Author: lethliel <mstrigl@suse.com> Date: 2019-08-29 (Thu, 29 Aug 2019) Changed paths: M osc/conf.py Log Message: ----------- Refactor user extraction Implement _extract_user_compat() for gnomekeyring special case. Compare: https://github.com/openSUSE/osc/compare/e3afbcee0b50...5f3fd3368f2a
participants (1)
-
Marco Strigl