| Age | Commit message (Collapse) | Author | Files | Lines |
|
Consistency with other get_* methods
|
|
Consistency with the other "ls" methods
|
|
|
|
|
|
|
|
|
|
|
|
- Add a retry loop. Shouldn't be required, but sometimes api.suse.com
fails with authentication and a second retry works.
- Add verify_ssl option to turn off SSL verification. Needed when
facing temporary SSL certificate issues on the api server.
|
|
|
|
Handle projects without repositories.
|
|
Returns True or False if the last api query was successful or not
|
|
get_xml will attempt to retrieve the xml response from the obs api.
If response failes, a dummy, blank xml file will be returned. This
makes the helper functions more robust against api connection errors.
If query failes, empty data will be simply be returned to the client.
The client is responsible for any response error checking.
The 'response' property is added to the ObsApi. This holds the
full requests response from the last api query. The client can check
this property to test for query success when required.
|
|
|
|
|