1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-12 00:46:14 +01:00
github.com_openSUSE_osc/osc/obs_api
Daniel Mach 52f076636d Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional
The presence of the fields seems to be random and the only truly required field
is the actual public key/cert. Other fields are only for the information.
2024-07-04 14:24:52 +02:00
..
__init__.py Migrate 'token' command to obs_api.Token 2024-04-26 22:15:54 +02:00
enums.py Add obs_api.Person class 2024-03-05 16:45:52 +01:00
flag.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
group_role.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
keyinfo_pubkey.py Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional 2024-07-04 14:24:52 +02:00
keyinfo_sslcert.py Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional 2024-07-04 14:24:52 +02:00
keyinfo.py Fix obs_api.Keyinfo by making 'project' field optional 2024-04-22 14:04:06 +02:00
linkinfo.py Add obs_api.PackageSources class for handling OBS SCM sources 2024-03-04 15:00:12 +01:00
package_devel.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
package_revision.py Fix obs_api.PackageRevision.vrev by changing the type from int to string 2024-05-10 13:24:57 +02:00
package_sources_file.py Add obs_api.PackageSources class for handling OBS SCM sources 2024-03-04 15:00:12 +01:00
package_sources.py Add obs_api.PackageSources class for handling OBS SCM sources 2024-03-04 15:00:12 +01:00
package.py Add Package.get_revision_list() for listing commit log 2024-04-17 10:57:59 +02:00
person_owner.py Add obs_api.Person class 2024-03-05 16:45:52 +01:00
person_role.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
person_watchlist_package.py Add obs_api.Person class 2024-03-05 16:45:52 +01:00
person_watchlist_project.py Add obs_api.Person class 2024-03-05 16:45:52 +01:00
person_watchlist_request.py Add obs_api.Person class 2024-03-05 16:45:52 +01:00
person_watchlist.py Add obs_api.Person class 2024-03-05 16:45:52 +01:00
person.py Add 'person search' command 2024-05-21 13:16:49 +02:00
project_devel.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
project_link.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
project_maintenance_maintains.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
project.py Store apiurl in Project and Package instances 2024-03-04 15:00:12 +01:00
repository_download_master.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
repository_download.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
repository_hostsystem.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
repository_path.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
repository_releasetarget.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
repository.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
request_action_acceptinfo.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_action_group.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_action_grouped.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_action_options.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_action_person.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_action_source.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_action_target.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_action.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_history.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_review_history.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_review.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff_file_diff.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff_file_new.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff_file_old.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff_files_file.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff_issue.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff_new.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff_old.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_sourcediff.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request_state.py Add obs_api.Request class for handling requests 2024-03-04 15:00:12 +01:00
request.py Migrate core.create_submit_request() to obs_api.Request 2024-03-04 15:00:12 +01:00
serviceinfo.py Add obs_api.PackageSources class for handling OBS SCM sources 2024-03-04 15:00:12 +01:00
simple_flag.py Fix TypeError: SimpleFlag.__init__() got an unexpected keyword argument '_apiurl' 2024-03-11 09:09:29 +01:00
status_data.py Migrate 'token' command to obs_api.Token 2024-04-26 22:15:54 +02:00
status.py Add XML models for Project and Package 2024-02-21 09:46:53 +01:00
token.py Migrate 'token' command to obs_api.Token 2024-04-26 22:15:54 +02:00