You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
This API will be used by repa. Hopefully this will be much faster than querying the OBS.
Parameters:
project
optional: List of statuses. default: everything except of rejected/accepted
optional: base project
URL: /submissions//?status=&base=
Result is a jsoned list of dictionaries in this form:
[{submission: , status: , status_base:, packages: <list of packages/git trees>} ... ]
Desired order: by submission name
Example of typical request from repa:
Parameters: projects: Tizen:Wearable, base project: Tizen:Common
Result should contain all active submissions for Tizen:Wearable, list of packages for each of them and statuses in Tizen:Wearable and Tizen:Common for each of them ordered by submission name:
This API will be used by repa. Hopefully this will be much faster than querying the OBS.
Parameters:
URL: /submissions//?status=&base=
Result is a jsoned list of dictionaries in this form:
[{submission: , status: , status_base:, packages: <list of packages/git trees>} ... ]
Desired order: by submission name
Example of typical request from repa:
Parameters: projects: Tizen:Wearable, base project: Tizen:Common
Result should contain all active submissions for Tizen:Wearable, list of packages for each of them and statuses in Tizen:Wearable and Tizen:Common for each of them ordered by submission name:
Here is an example of repa command line and output:
The text was updated successfully, but these errors were encountered: