Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove unused code, simplify string format | godaji | 2019-10-06 | 1 | -3/+0 |
| | |||||
* | fix: improve pickle support | bourgesl | 2019-07-21 | 1 | -0/+1 |
| | |||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 1 | -41/+39 |
| | |||||
* | fix: use python2 compatible syntax for superfix/python-tests | Max Wittig | 2019-02-22 | 1 | -1/+5 |
| | |||||
* | Implement __eq__ and __hash__ methods | Jonathan Piron | 2019-02-20 | 1 | -0/+23 |
| | | | | To ease lists and sets manipulations. | ||||
* | Remove now-invalid test | Gauvain Pocentek | 2017-12-16 | 1 | -3/+0 |
| | |||||
* | Module's base objects serialization (#359) | Lyudmil Nenov | 2017-11-03 | 1 | -0/+10 |
| | | | | | | | | Make gitlab objects serializable With current implementation of API v3 and v4 support, some instances have properties of type module and are not serializable. Handle these properties manually with setstate and getstate methods. | ||||
* | Unit tests for REST* classes | Gauvain Pocentek | 2017-06-05 | 1 | -0/+129 |