Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-21 | Switch out pep8 for pycodestyle in git hook | Magnus Hagander | |
New name for the same command. | |||
2021-12-12 | Update for django 3.2 compatibility | Magnus Hagander | |
2019-02-06 | Add a pre-commit hook to ensure pep8 | Magnus Hagander | |
2019-02-06 | Fix mail sender for py3 | Magnus Hagander | |
2019-02-06 | Update cmd tools to use python3 | Magnus Hagander | |
This includes changing to requests for check_patches_in_archives.py, like previously done for the internal APIs. | |||
2019-02-06 | Remove oneoff tool instead of having to port it | Magnus Hagander | |
2019-02-06 | Fixes for pep8 compatibility | Magnus Hagander | |
2018-02-21 | Implement thread notification receiving | Magnus Hagander | |
This allows the archivs server to ping the CF app to pick up updates to mailthreads quicker. | |||
2017-01-07 | Fully qualify parameters to HTTPConnection/HTTPSConnection | Magnus Hagander | |
They go in different orders in the two, so fully specify them to make it super clear. | |||
2017-01-07 | Attempt to support https in calls to archives | Magnus Hagander | |
2016-01-06 | Fully qualify more imports | Magnus Hagander | |
2016-01-06 | New way for django standalone scripts | Magnus Hagander | |
2015-02-08 | Collect and show attachment filenames | Magnus Hagander | |
2015-02-04 | Log to stdout instead of stderr | Magnus Hagander | |
This plays nicer with our cronjob outputs | |||
2015-02-04 | Use proper logging from cronjobs | Magnus 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-19 | Add the tool to send email | Magnus Hagander | |
Forgot to git add that one, it seems.. | |||
2015-01-19 | Remove useless debugging output | Magnus Hagander | |
2015-01-19 | Add missing continue | Magnus Hagander | |
2014-07-15 | Add script to regularly update mail threads from the archives | Magnus Hagander | |
2014-07-15 | Properly close database connection to avoid logspam | Magnus Hagander | |
2013-08-18 | Track which attachments are actually patches | Magnus 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. |