.. |
_private
|
Fix 'buildhistory' command by setting the type of the '--limit' option to int
|
2023-04-17 15:35:17 +02:00 |
commands
|
commandline: New class-based commands
|
2023-03-31 09:39:04 +02:00 |
util
|
Refactor tar open functions to return early
|
2022-09-30 15:51:06 +02:00 |
__init__.py
|
release 1.1.4
|
2023-05-24 08:59:45 +02:00 |
.gitignore
|
convert svn:ignore to gitignore
|
2009-12-03 19:19:53 +01:00 |
babysitter.py
|
Fix running osc in an AppImage by switching to the correct working directory
|
2023-05-23 15:30:32 +02:00 |
build.py
|
Add glob support to the 'trusted_prj' config option
|
2023-05-02 09:56:27 +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
|
Change 'review list' command to display open requests (state: new, review, declined)
|
2023-05-19 22:04:50 +02:00 |
conf.py
|
conf: Display apiurl when asking for a username or a password
|
2023-04-11 11:25:24 +02:00 |
connection.py
|
Fix ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled
|
2023-05-30 16:29:25 +02:00 |
core.py
|
Add req_states parameter to osc.core.get_review_list
|
2023-05-12 11:02:51 +02:00 |
credentials.py
|
Avoid crash when deleting a password
|
2022-11-01 18:40:39 +00: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
|
core.Action: Add src_pkg_object and tgt_pkg_object properties providing object wrappers to file lists
|
2023-02-14 16:24:20 +01:00 |