Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-25 | isort | Richard van der Hoff | 1 | -4/+5 | |
2019-06-25 | Add a main() function | Richard van der Hoff | 1 | -8/+11 | |
2019-06-25 | Factor out a run_generate_config function | Richard van der Hoff | 1 | -17/+28 | |
2019-06-25 | Factor out "generate_config_from_template" | Richard van der Hoff | 1 | -41/+81 | |
... and inline generate_secrets | |||||
2019-06-25 | Prevent multiple upgrades on the same room at once (#5051) | Andrew Morgan | 3 | -52/+91 | |
Closes #4583 Does slightly less than #5045, which prevented a room from being upgraded multiple times, one after another. This PR still allows that, but just prevents two from happening at the same time. Mostly just to mitigate the fact that servers are slow and it can take a moment for the room upgrade to actually complete. We don't want people sending another request to upgrade the room when really they just thought the first didn't go through. | |||||
2019-06-25 | Add extremities graphs to grafana dashboard | Richard van der Hoff | 1 | -23/+832 | |
2019-06-25 | format json for grafana dashboard | Richard van der Hoff | 1 | -1/+6005 | |
2019-06-25 | Increase default log level for docker image to INFO. (#5547) | Richard van der Hoff | 2 | -5/+3 | |
Fixes #3370. | |||||
2019-06-25 | Update docker image to use Python 3.7. (#5546) | Richard van der Hoff | 3 | -3/+4 | |
Python 3.7 is apparently faster than 3.6, and should be mature enough. | |||||
2019-06-24 | Add info about black to code_style.rst (#5537) | Andrew Morgan | 2 |