Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor doc updates | Gauvain Pocentek | 2017-06-18 | 1 | -0/+11 |
| | |||||
* | pep8 fixes | Gauvain Pocentek | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Fix a few remaining methods | Gauvain Pocentek | 2017-06-11 | 1 | -1/+11 |
| | |||||
* | Unit tests for REST* classes | Gauvain Pocentek | 2017-06-05 | 1 | -4/+11 |
| | |||||
* | Migrate all v4 objects to new API | Gauvain Pocentek | 2017-06-02 | 1 | -28/+9 |
| | | | | | | | Some things are probably broken. Next step is writting unit and functional tests. And fix. | ||||
* | Add support for managers in objects for new API | Gauvain Pocentek | 2017-06-02 | 1 | -2/+31 |
| | | | | Convert User* to the new REST* API. | ||||
* | pep8 | Gauvain Pocentek | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | Move the mixins in their own module | Gauvain Pocentek | 2017-06-02 | 1 | -189/+0 |
| | |||||
* | Rework the manager and object classes | Gauvain Pocentek | 2017-06-02 | 1 | -0/+314 |
| | | | | | | | | | | | | | | Add new RESTObject and RESTManager base class, linked to a bunch of Mixin class to implement the actual CRUD methods. Object are generated by the managers, and special cases are handled in the derivated classes. Both ways (old and new) can be used together, migrate only a few v4 objects to the new method as a POC. TODO: handle managers on generated objects (have to deal with attributes in the URLs). | ||||
* | Fix python functional tests | Gauvain Pocentek | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | Add missing base.py file | Gauvain Pocentek | 2017-05-23 | 1 | -0/+533 |