| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-27 | Update tests to use requests_mock pytest plugin | Scott Bahling | 1 | -135/+125 | |
| 2020-01-27 | Use unittest mocks for test cases | Scott Bahling | 2 | -39/+178 | |
| We simply test that the url and params are correct for the HTTP requests and that the result is returned to use properly | |||||
| 2020-01-26 | Pass extra optional arguments to get_log | Scott Bahling | 1 | -2/+2 | |
| 2020-01-26 | Add RepoFlags class and api.get_repo_flags method | Scott Bahling | 4 | -0/+239 | |
| 2020-01-25 | Enhance binaries_ls method to return project level binary lists | Scott Bahling | 2 | -1/+15 | |
| 2020-01-25 | Better get_meta tests | Scott Bahling | 1 | -5/+9 | |
| 2020-01-25 | Fix get_repository call for retrieving binary objects | Scott Bahling | 2 | -5/+14 | |
| Enhance test case | |||||
| 2020-01-21 | PEP8 | Scott Bahling | 2 | -32/+32 | |
| 2020-01-21 | Fix some python3 incompatibilities | Scott Bahling | 3 | -8/+5 | |
| 2020-01-21 | Add get_spec_files method | Scott Bahling | 2 | -0/+19 | |
| 2020-01-21 | Change import paths | Scott Bahling | 2 | -3/+3 | |
| 2019-01-31 | Validate the apiurl when setting it. | Scott Bahling | 1 | -1/+20 | |
| 2019-01-31 | Fix logger methods | Scott Bahling | 1 | -4/+4 | |
| 2018-08-24 | Initial user and group methods for ObsApi class | Scott Bahling | 2 | -0/+78 | |
| 2018-08-24 | Enhance api.ls and api.project_ls | Scott Bahling | 1 | -4/+6 | |
| Allow listing projects by passing no 'prj' option to api.ls() | |||||
| 2018-08-24 | remove bare except: | Scott Bahling | 1 | -1/+1 | |
| 2018-08-24 | Add initial person api | Scott Bahling | 2 | -0/+42 | |
| 2018-08-24 | Generic API get now returns None on failure. Handle appropriately | Scott Bahling | 1 | -5/+11 | |
| 2018-08-03 | Add streaming option for HTTP get method | Scott Bahling | 2 | -3/+9 | |
| 2018-08-03 | Add put and post methods to build api | Scott Bahling | 1 | -0/+10 | |
| 2018-07-18 | Fix module name | Scott Bahling | 1 | -1/+1 | |
| 2018-07-18 | Handle retrieving binary files properly | Scott Bahling | 2 | -2/+10 | |
| 2018-07-18 | Remove output noise | Scott Bahling | 1 | -2/+0 | |
| 2018-07-18 | Make flake8 happy | Scott Bahling | 3 | -2/+35 | |
| Add dummy logger for now | |||||
| 2017-11-01 | Only call osc.conf.get_config() when neededobsapi-0.0.7 | Scott Bahling | 2 | -13/+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-11-01 | Add test for sourceapi.put_meta | Scott Bahling | 2 | -0/+20 | |
| 2017-10-04 | Move test project/package to build.opensuse.org | Scott Bahling | 3 | -29/+29 | |
| 2017-02-21 | Implement locking api; refactor ObsSourceApi get/put/post calls | Scott Bahling | 5 | -29/+132 | |
| 2016-05-20 | remove print | Scott Bahling | 1 | -1/+0 | |
| 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 | 3 | -125/+32 | |
| 2016-03-03 | Add formatter class and extend FileInfo class | Scott Bahling | 5 | -24/+118 | |
| 2016-03-03 | Add ObsBuildApi class | Scott Bahling | 2 | -0/+177 | |
| 2016-03-03 | Add ObsSourceApi class | Scott Bahling | 2 | -0/+115 | |
| 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 | Add test for get_binary_fileinfo | Scott Bahling | 1 | -0/+14 | |
| 2016-02-21 | rename source_info method to get_source_info | Scott Bahling | 2 | -1/+10 | |
| Consistency with other get_* methods | |||||
| 2016-02-21 | rename get_binaries to binaries_ls | Scott Bahling | 2 | -4/+16 | |
| 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-06-30 | Requires python-requests | Scott Bahling | 1 | -0/+1 | |
| 2015-04-19 | Update versioneer and add first unit testsobsapi-0.0.3 | Scott Bahling | 7 | -529/+869 | |
| 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 | |||||
