| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-13 | Use 'path' name when working with URI paths | Scott Bahling | 1 | -7/+7 | |
| 2020-02-13 | Implement general exception handling | Scott Bahling | 1 | -2/+0 | |
| We trap the low level OBS api calls via a callback and check for success. If error returned, parse the OBS error response and raise an exception. | |||||
| 2020-02-12 | Implement sub-api callbackso | Scott Bahling | 1 | -1/+29 | |
| When an api object makes an API request to the OBS server, in addition to returning the results, it sends a reference to itself to the registered callback function (if set). We use this to track the last api object called so we can access the last raw request response. | |||||
| 2020-02-12 | Remove unused assignment | Scott Bahling | 1 | -1/+1 | |
| 2020-02-12 | Simplify retry code | Scott Bahling | 1 | -5/+2 | |
| 2020-02-03 | Disable retries for now | Scott Bahling | 1 | -1/+1 | |
| Probably should make this a configurable setting | |||||
| 2020-01-21 | Change import paths | Scott Bahling | 1 | -2/+2 | |
| 2019-01-31 | Validate the apiurl when setting it. | Scott Bahling | 1 | -1/+20 | |
| 2018-08-03 | Add streaming option for HTTP get method | Scott Bahling | 1 | -1/+7 | |
| 2018-07-18 | Fix module name | Scott Bahling | 1 | -1/+1 | |
| 2018-07-18 | Handle retrieving binary files properly | Scott Bahling | 1 | -0/+4 | |
| 2018-07-18 | Remove output noise | Scott Bahling | 1 | -2/+0 | |
| 2018-07-18 | Make flake8 happy | Scott Bahling | 1 | -2/+4 | |
| Add dummy logger for now | |||||
| 2017-11-01 | Only call osc.conf.get_config() when neededobsapi-0.0.7 | Scott Bahling | 1 | -7/+13 | |
| osc.conf.get_config() can cause calls to password managers like kwallet. Move this action from module init to the functions that actually need to access the OBS api and require authentication. We also cache the results in a local variable now. | |||||
| 2017-02-21 | Implement locking api; refactor ObsSourceApi get/put/post calls | Scott Bahling | 1 | -6/+27 | |
| 2016-05-20 | remove print | Scott Bahling | 1 | -1/+0 | |
| 2016-03-03 | Add ObsHttpApi class | Scott Bahling | 1 | -0/+104 | |
