index
:
pgarchives.git
master
py3
PostgreSQL mailinglist archives backend
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
/
load_message.py
Age
Commit message (
Expand
)
Author
2019-01-03
Fix incorrect import
Magnus Hagander
2019-01-03
Whitespace fixes
Magnus Hagander
2019-01-03
Fix indentation
Magnus Hagander
2019-01-03
Tabs to 4 spaces
Magnus Hagander
2019-01-03
Update loader scripts to use python3 syntax
Magnus Hagander
2018-11-29
Use advisory lock around load_message.py
Magnus Hagander
2013-08-17
Fix typo
Cédric Villemain
2013-01-05
Centralize varnish purging in the loader
Magnus Hagander
2013-01-05
Fix comment
Magnus Hagander
2012-10-03
Need to set host header
Magnus Hagander
2012-10-03
Ugh, ugly typo
Magnus Hagander
2012-10-03
Attempt to do the purging from API instead of direct db
Magnus Hagander
2012-10-03
Add support for proper varnish purging when loading messages
Magnus Hagander
2012-07-07
Typo in another place - copy/pasted of course...
Magnus Hagander
2012-07-07
Rename INI files to archives.ini, makes more sense
Magnus Hagander
2012-07-07
Try to read the config file from the dir of the script..
Magnus Hagander
2012-07-07
Add status message in single message load mode
Magnus Hagander
2012-07-07
Remove useless data
Magnus Hagander
2012-07-07
Use logger for error
Magnus Hagander
2012-07-07
Stop hardcoding the connection string
Magnus Hagander
2012-07-06
Include force-date in all analyze calls, now that we support it
Magnus Hagander
2012-07-06
Support filtering a single email out of mbox/directory for reloading
Magnus Hagander
2012-07-06
Add parameter to override the date of a message
Magnus Hagander
2012-07-01
Ok, try once more
Magnus Hagander
2012-07-01
again.. :P
Magnus Hagander
2012-07-01
One more try
Magnus Hagander
2012-07-01
Don't die when we have to print something with strange charset (hopefuly)
Magnus Hagander
2012-07-01
Log the listid of failed loads
Magnus Hagander
2012-06-25
Collect errors into a log table, so we can analyze it properly later
Magnus Hagander
2012-06-21
Give error if a file is missing instead of saying 0 messages
Magnus Hagander
2012-06-21
Remove hardcoded hostname
Magnus Hagander
2012-06-20
Add verbose mode, off by default. Collect and print statistics
Magnus Hagander
2012-06-20
Add ability to parse a mailbox directly
Magnus Hagander
2012-06-20
Make exceptions shared
Magnus Hagander
2012-06-19
Split parsing and storing into two different scripts
Magnus Hagander
2012-06-17
Store list of which months have messages, use this to build index pages
Magnus Hagander
2012-06-17
Materialize info on if a mail has attachments, to decrease queries.
Magnus Hagander
2012-06-16
Try harder to extract attachment filenames
Magnus Hagander
2012-06-16
Properly decode all MIME headers that can be encoded
Magnus Hagander
2012-06-11
Add some basic support for attachments
Magnus Hagander
2012-06-11
Initial import, because i need something
Magnus Hagander