.. |
_private
|
Check for None & len() of ET.Element instead of bool()
|
2024-08-16 11:51:39 +02:00 |
commands
|
Add 'person search' command
|
2024-05-21 13:16:49 +02:00 |
commands_git
|
Implement git-obs command with several subcommands
|
2024-10-11 13:13:26 +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 |
gitea_api
|
Implement git-obs command with several subcommands
|
2024-10-11 13:13:26 +02:00 |
obs_api
|
Merge pull request #1635 from adrianschroeter/fix_scmsync_revisioned_checkout
|
2024-10-14 10:04:56 +02:00 |
obs_scm
|
Fix 'resolved' command to skip subdirectories in package checkouts
|
2024-09-17 08:52:18 +02:00 |
output
|
Fix colorize() to avoid wrapping empty string into color escape sequences
|
2024-07-04 14:24:52 +02:00 |
util
|
Use findtext() instead of find().text
|
2024-09-11 13:31:41 +02:00 |
__init__.py
|
release 1.9.2
|
2024-09-23 20:37:43 +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
|
Merge pull request #1626 from mlschroe/master
|
2024-10-14 10:09:04 +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_common.py
|
Improve git-obs startup time by loading less python modules
|
2024-10-11 13:13:26 +02:00 |
commandline_git.py
|
Improve git-obs startup time by loading less python modules
|
2024-10-11 13:13:26 +02:00 |
commandline.py
|
Merge pull request #1599 from dmach/gitea_api
|
2024-10-11 16:23:13 +02:00 |
conf.py
|
Modify conf.get_config() to print permissions warning to stderr rather than stdout
|
2024-06-25 08:41:36 +02:00 |
connection.py
|
Use configured 'http_headers' in HTTP requests
|
2024-09-16 08:27:11 +02:00 |
core.py
|
Refactor code handling _scmsync.obsinfo to obs_api.scmsync_obsinfo.ScmsyncObsinfo class
|
2024-10-08 09:42:02 +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
|
Fix meter by setting default of use_pb_fallback to False
|
2024-10-08 15:56:25 +02:00 |
OscConfigParser.py
|
OscConfigParser: Remove automatic __name__ option
|
2024-07-10 11:19:58 +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 |