..
_private
add architecture filtering to osc release
2024-06-12 21:12:58 +02:00
commands
Add 'person search' command
2024-05-21 13:16:49 +02:00
git_scm
Fix traceback when running osc from an arbitrary git repo that fails to map branch to a project (boo#1218170)
2024-01-09 11:08:28 +01:00
obs_api
Add 'person search' command
2024-05-21 13:16:49 +02:00
obs_scm
Add info for projects
2024-06-11 11:36:42 +02:00
output
Add output.pipe_to_pager() that pipes lines to a pager without creating an intermediate temporary file
2024-04-17 10:57:59 +02:00
util
Forbid extracting files with absolute path from 'cpio' archives (boo#1122683)
2024-05-30 14:53:58 +02:00
__init__.py
release 1.7.0
2024-05-22 14:13:35 +02:00
.gitignore
convert svn:ignore to gitignore
2009-12-03 19:19:53 +01:00
babysitter.py
Move print_msg() to the 'osc.output' module
2024-03-05 16:45:52 +01:00
build.py
Change 'build' command to pass '--jobs' option to 'build' tool only if 'build_jobs' > 0
2024-05-10 11:01:21 +02:00
checker.py
Convert to using f-strings
2024-01-06 10:00:38 +01:00
cmdln.py
Improve cmdln.HelpFormatter to obey newline characters
2024-04-22 13:28:55 +02:00
commandline.py
Add results --fail-on-error/-F
flag
2024-06-20 09:56:35 +02:00
conf.py
Change 'build' command to pass '--jobs' option to 'build' tool only if 'build_jobs' > 0
2024-05-10 11:01:21 +02:00
connection.py
Always expand '~' in sshkey path
2024-04-29 14:12:37 +02:00
core.py
Add results --fail-on-error/-F
flag
2024-06-20 09:56:35 +02:00
credentials.py
Cache password from SecretService to avoid spamming user with an accept dialog
2024-04-08 09:21:15 +02:00
fetch.py
Migrate Fetcher.run() to obs_api.Keyinfo
2024-03-14 13:48:38 +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
Don't show meter in terminals that are not interactive
2024-01-24 15:47:37 +01:00
OscConfigParser.py
Fix config parser to throw an exception on duplicate sections or options
2024-06-03 08:21:17 +02:00
oscerr.py
Convert to using f-strings
2024-01-06 10:00:38 +01:00
oscssl.py
Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars
2024-02-14 14:24:04 +01:00
py.typed
Add py.typed marker to osc
2022-12-05 15:28:02 +01:00
store.py
Move store.Store to obs_scm.Store
2024-04-15 14:37:01 +02:00