summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2023-02-21Switch out pep8 for pycodestyle in git hookMagnus Hagander
New name for the same command.
2021-12-12Update for django 3.2 compatibilityMagnus Hagander
2019-02-06Add a pre-commit hook to ensure pep8Magnus Hagander
2019-02-06Fix mail sender for py3Magnus Hagander
2019-02-06Update cmd tools to use python3Magnus Hagander
This includes changing to requests for check_patches_in_archives.py, like previously done for the internal APIs.
2019-02-06Remove oneoff tool instead of having to port itMagnus Hagander
2019-02-06Fixes for pep8 compatibilityMagnus Hagander
2018-02-21Implement thread notification receivingMagnus Hagander
This allows the archivs server to ping the CF app to pick up updates to mailthreads quicker.
2017-01-07Fully qualify parameters to HTTPConnection/HTTPSConnectionMagnus Hagander
They go in different orders in the two, so fully specify them to make it super clear.
2017-01-07Attempt to support https in calls to archivesMagnus Hagander
2016-01-06Fully qualify more importsMagnus Hagander
2016-01-06New way for django standalone scriptsMagnus Hagander
2015-02-08Collect and show attachment filenamesMagnus Hagander
2015-02-04Log to stdout instead of stderrMagnus Hagander
This plays nicer with our cronjob outputs
2015-02-04Use proper logging from cronjobsMagnus Hagander
This makes it reasonable to redirect it to a file (it now has timestamps), and also adds the -debug parameter to get more logging when actually testing something out
2015-01-19Add the tool to send emailMagnus Hagander
Forgot to git add that one, it seems..
2015-01-19Remove useless debugging outputMagnus Hagander
2015-01-19Add missing continueMagnus Hagander
2014-07-15Add script to regularly update mail threads from the archivesMagnus Hagander
2014-07-15Properly close database connection to avoid logspamMagnus Hagander
2013-08-18Track which attachments are actually patchesMagnus Hagander
This weill eventually get exposed as some sort of API for a buildbot, but we might as well track it and show it on the website already now.