1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 09:16:14 +01:00
github.com_openSUSE_osc/osc
Daniel Mach 9067a803cc Fix retrieving the configured user in 'user' command
Testing if 'user' config value is present is not necessary,
because the 'username' field is mandatory in HostOptions
and there is also a check that prompts user to enter new credentials if
user is not set.
2023-10-13 20:23:26 +02:00
..
_private Improve print_msg() and migrate some arbitrary prints to it 2023-07-27 10:16:08 +02:00
commands The repo list command now resolves and displays flags (build, publish, ...) 2023-07-07 13:15:34 +02:00
git_scm Fix GitStore to error out properly if there is no 'origin' remote in the git repo 2023-08-28 09:54:38 +02:00
output Add 'output' module for handling console output 2023-06-02 15:58:31 +02:00
util Add 'osc.util.models' module implementing an alternative pydantic-like data validation 2023-09-11 21:11:05 +02:00
__init__.py release 1.4.1 2023-10-10 20:06:27 +02:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py Stop suggesting that the working directory is git/mercurial/svn/cvs 2023-08-28 09:49:39 +02:00
build.py Print a hint to clean the build root after a failed build 2023-09-29 09:53:59 +02:00
checker.py Mute pylint false-positive errors related to rpm 2023-01-20 16:16:23 +01:00
cmdln.py cmdln: Sort commands before printing help 2023-03-31 09:39:04 +02:00
commandline.py Fix retrieving the configured user in 'user' command 2023-10-13 20:23:26 +02:00
conf.py Fix retrieving a password in case a function returns another callable 2023-10-13 19:14:34 +02:00
connection.py Fix api_host_options for custom CAs (#1403) 2023-09-11 21:06:34 +02:00
core.py Fix core.change_request_state_template() to always return a string 2023-10-10 16:32:50 +02:00
credentials.py Switch 'osc.conf.config' from dict to Options class with type checking 2023-09-11 21:14:45 +02:00
fetch.py build: New option 'disable_hdrmd5_check' to ignore hdrmd5 mismatches 2023-02-21 14:53:08 +01:00
grabber.py Fix grabber to work with old urllib3 versions that do not contain URLSchemeUnknown exception 2023-05-15 22:38:21 +02:00
meter.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
OscConfigParser.py Disable configparser interpolation to allow unescaped '%' in values 2022-10-04 09:37:33 +02:00
oscerr.py Add oscerr.ProjectError class needed by core.delete_project() 2023-01-20 16:16:23 +01:00
oscssl.py oscssl: Fix sys.version_info comparison 2022-10-24 13:44:31 +02:00
py.typed Add py.typed marker to osc 2022-12-05 15:28:02 +01:00
store.py Fix a crash in 'Fix handling empty vm_type in Store.last_buildroot' when last_buildroot is empty 2023-09-25 14:41:17 +02:00