summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-02Fix userconsent on Python 3 (#3938)Amber Brown6-96/+240
2018-10-01Further reduce the size of the docker image (#3972)Richard van der Hoff2-25/+47
Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need.
2018-10-01Correctly match 'dict.pop' apiErik Johnston1-3/+11
2018-10-01Don't update eviction metrics on explicit removalErik Johnston1-5/+0
2018-09-28add --no-admin flag to registration script (#3836)Bruno Windels2-4/+15
2018-09-28Fix complete fail to do the right thingRichard van der Hoff2-1/+3
2018-09-28build python 3 docker images on circle CI (#3976)Jan Christian Grünhage2-5/+12
2018-09-28Remove redundant call to start_get_pdu_cacheRichard van der Hoff2-1/+1
I think this got forgotten in #3932. We were getting away with it because it was the last call in this function.
2018-09-27Run our oldest supported configuration in CI (#3952)Amber Brown4-13/+38
2018-09-27Update 3970.bugfixAmber Brown1-1/+1
2018-09-27Remove redundant, failing, testRichard van