Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-24 | Review comments | Erik Johnston | 2 | -2/+4 | |
2019-01-24 | Update make_membership_event docs | Erik Johnston | 1 | -2/+5 | |
2019-01-24 | Remove unecessary setting of outlier bit | Erik Johnston | 1 | -2/+0 | |
2019-01-24 | Use term 'out of band membership' instead | Erik Johnston | 3 | -9/+10 | |
2019-01-24 | Change default timeout value from 0 to None | Andrew Morgan | 1 | -1/+1 | |
2019-01-24 | Use self.clock instead of datetime | Andrew Morgan | 1 | -4/+3 | |
2019-01-24 | isort | Andrew Morgan | 1 | -1/+1 | |
2019-01-24 | Generate the debian config during build (#4444) | Richard van der Hoff | 4 | -617/+33 | |
Rather than hardcoding a config which we always forget to update, generate it from the default config. | |||||
2019-01-24 | Fix UnboundLocalError in post_urlencoded_get_json (#4460) | Richard van der Hoff | 2 | -2/+4 | |
This could cause exceptions if the id server returned 4xx responses. | |||||
2019-01-24 | Look up the right SRV record | Richard van der Hoff | 3 | -4/+12 | |
2019-01-24 |