[obs-commits] [openSUSE/osc] 3d3860: Introduction of new credential management
Branch: refs/heads/pw_redesign Home: https://github.com/openSUSE/osc Commit: 3d38607364101f157e4a2bacc0150474b1c2fe4c https://github.com/openSUSE/osc/commit/3d38607364101f157e4a2bacc0150474b1c2f... Author: lethliel <mstrigl@suse.com> Date: 2019-08-28 (Wed, 28 Aug 2019) Changed paths: M osc/conf.py A osc/credentials.py Log Message: ----------- Introduction of new credential management * new module credentials.py which contains classes and methods to set and get passwords for different backends: - python-keyring - gnomekeyring - ConfigFile based storage The new code should be backward compatible except a minor change in add_section (pass and passx are not removed from the config parser) (add_section is supposed to be only called for new sections) On initial osc call or initial osc call on new API Url the user now can decide where to store the password (based on the backends available on his system) Commit: 3b034bce1786e313e43cf045a358908be0ec22fa https://github.com/openSUSE/osc/commit/3b034bce1786e313e43cf045a358908be0ec2... Author: lethliel <mstrigl@suse.com> Date: 2019-08-28 (Wed, 28 Aug 2019) Changed paths: M osc/conf.py M osc/credentials.py Log Message: ----------- New credentials backend (Transient store) New backend to not store the password and ask for it every time. Commit: 90585c8b42fef93eef1141d42e9c401b4241c02a https://github.com/openSUSE/osc/commit/90585c8b42fef93eef1141d42e9c401b4241c... Author: lethliel <mstrigl@suse.com> Date: 2019-08-28 (Wed, 28 Aug 2019) Changed paths: M osc/conf.py Log Message: ----------- Remove check for GNOME_DESKTOP_SESSION_ID It was removed from GNOME with this commit: https://gitlab.gnome.org/GNOME/gnome-session/commit/6bf47ad8c6f0a513c95a5043... Compare: https://github.com/openSUSE/osc/compare/4b59612cb331...90585c8b42fe
participants (1)
-
Marco Strigl