Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement user_agent_detail for snippets | Gauvain Pocentek | 2018-05-27 | 1 | -0/+7 |
| | | | | Add a new UserAgentDetail mixin to avoid code duplication. | ||||
* | Drop GetFromListMixin | Gauvain Pocentek | 2018-05-19 | 1 | -20/+0 |
| | |||||
* | introduce RefreshMixin | Pierre Tardy | 2018-03-04 | 1 | -0/+19 |
| | | | | | RefreshMixin allows to update a REST object so that you can poll on it. This is mostly useful for pipelines and jobs, but could be set on most of other objects, with unknown usecases. | ||||
* | Revert "Add unit tests for mixin exceptions" | Gauvain Pocentek | 2017-11-16 | 1 | -86/+0 |
| | | | | This reverts commit 4ee139ad5c58006da1f9af93fdd4e70592e6daa0. | ||||
* | Add unit tests for mixin exceptions | Gauvain Pocentek | 2017-11-11 | 1 | -0/+86 |
| | |||||
* | Add a SetMixin | Gauvain Pocentek | 2017-11-11 | 1 | -0/+25 |
| | | | | | Use it for UserCustomAttribute, will be useful for {Project,Group}CustomAttribute (#367) | ||||
* | Update tests for list() changes | Gauvain Pocentek | 2017-08-04 | 1 | -2/+2 |
| | |||||
* | Restore correct exceptions | Gauvain Pocentek | 2017-07-15 | 1 | -1/+1 |
| | | | | | | Match the exceptions raised in v3 for v4. Also update the doc strings with correct information. | ||||
* | tests for objects mixins | Gauvain Pocentek | 2017-06-05 | 1 | -0/+57 |
| | |||||
* | Add tests for managers mixins | Gauvain Pocentek | 2017-06-05 | 1 | -0/+354 |