Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.15.0rc1 v1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+0 |
| | |||||
* | Revert "1.15.0rc1" | Brendan Abolivier | 2020-06-09 | 1 | -0/+1 |
| | | | | This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb. | ||||
* | 1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+0 |
| | |||||
* | Don't fail all of an iteration of the device list retry loop on error (#7609) | Brendan Abolivier | 2020-06-01 | 1 | -0/+1 |
Without this patch, if an error happens which isn't caught by `user_device_resync`, then `_maybe_retry_device_resync` would fail, without retrying the next users in the iteration. This patch fixes this so that it now only logs an error in this case. |