| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-05-19 | Replace get_binaries with binaries_ls | Scott Bahling | 1 | -1/+1 | |
| 2016-04-19 | Update api core to use buildapi and sourceapiobsapi-0.0.5 | Scott Bahling | 2 | -122/+26 | |
| 2016-03-03 | Add formatter class and extend FileInfo class | Scott Bahling | 4 | -24/+114 | |
| 2016-03-03 | Add ObsBuildApi class | Scott Bahling | 1 | -0/+53 | |
| 2016-03-03 | Add ObsSourceApi class | Scott Bahling | 1 | -0/+47 | |
| 2016-03-03 | Add ObsHttpApi class | Scott Bahling | 1 | -0/+104 | |
| 2016-02-21 | Refactor FileInfo object | Scott Bahling | 1 | -54/+49 | |
| 2016-02-21 | rename source_info method to get_source_info | Scott Bahling | 1 | -1/+1 | |
| Consistency with other get_* methods | |||||
| 2016-02-21 | rename get_binaries to binaries_ls | Scott Bahling | 1 | -2/+4 | |
| Consistency with the other "ls" methods | |||||
| 2016-02-20 | Implement get_build_info and get_nothing_provides | Scott Bahling | 1 | -0/+20 | |
| 2016-02-20 | Implement lock method | Scott Bahling | 1 | -0/+37 | |
| 2016-02-20 | Implement __api_put and get/put meta methods | Scott Bahling | 1 | -2/+39 | |
| 2016-02-20 | Implement source_info | Scott Bahling | 1 | -1/+16 | |
| 2016-02-20 | Modify __api_get to function with self.retries set to 0 | Scott Bahling | 1 | -1/+10 | |
| 2015-08-06 | Add some robustness to http connectionsobsapi-0.0.4 | Scott Bahling | 1 | -3/+15 | |
| - 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. | |||||
| 2015-04-19 | Update versioneer and add first unit testsobsapi-0.0.3 | Scott Bahling | 2 | -122/+125 | |
| 2015-04-19 | Fix __get_auth | Scott Bahling | 1 | -1/+2 | |
| 2015-04-19 | Fixup get_vendor method | Scott Bahling | 1 | -4/+13 | |
| Handle projects without repositories. | |||||
| 2015-04-19 | Add success property to ObsApi | Scott Bahling | 1 | -1/+8 | |
| Returns True or False if the last api query was successful or not | |||||
| 2015-04-19 | Add ObsApi.get_xml() method | Scott Bahling | 1 | -14/+27 | |
| 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. | |||||
| 2015-04-19 | Get OBS authentication from osc if installed | Scott Bahling | 1 | -1/+23 | |
| 2015-04-08 | Setup packageobsapi-0.0.2 | Scott Bahling | 1 | -0/+192 | |
| 2015-02-23 | Initialobsapi-0.0.1 | Scott Bahling | 2 | -0/+236 | |
