summaryrefslogtreecommitdiff
path: root/service/pixelated/maintenance.py
AgeCommit message (Expand)Author
2016-11-23Fixes pep8Denis Costa
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-08-19Normalizing single and multi user bootstrap #759Bruno Wagner
2016-05-11Remove dispatcher references from serviceCaio Carrara
2016-01-25Add integrity-check maintenance commandFolker Bernitt
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
2016-01-13Removed unused logging imports and fixed maintenance logger during testBruno Wagner
2015-11-06Refactor - Removed class SoledadSessionJefferson Stachelski
2015-10-28Add markov-generate to load-mailsFolker Bernitt
2015-10-12Run initial soledad task for maintenanceFolker Bernitt
2015-09-25Add repair to pixelated maintenanceFolker Bernitt
2015-08-20Yield call to soledad when doing `maintenance reset`kaeff
2015-08-19Fixes maintenance.py from throwing due to method signature mismatchkaeff
2015-08-11Added mail_store to LeapSession.Folker Bernitt
2015-08-11Fixed maintenance.py initialization.Folker Bernitt
2015-08-11Adapted maintenace.load_mails to new data model.Folker Bernitt
2015-08-11Fixed load-mails for empty case.Folker Bernitt
2015-08-11Temporary changes to make maintenance.py work with soledad 0.7.1.Folker Bernitt
2015-08-11trying out a new migrationVictor Shyba
2015-06-24#412 Added a sleep to get a enought time to soledad sync the added mailsJefferson Stachelski
2015-06-16Explicit is better than implicit.Victor Shyba
2015-06-15Put False on maintenance to not use organization mode on intialise_leapJefferson Stachelski
2015-06-06maintenance was broken, arguments parser changedVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
2015-06-05Refactoring the config, logging_setup is now called loggerBruno Wagner
2015-06-04Config is not used anymoreBruno Wagner
2015-06-03remove unused imports from maintenanceVictor Shyba
2015-06-03Creating a leap session is now part of leap initBruno Wagner
2015-06-03Dispatcher tests were not reflecting the args parser changesBruno Wagner
2015-06-03Moved all args parseing to config/args and fixed maintenance after the shiftsBruno Wagner
2015-05-11Use maildir for folders like DRAFTS or SENT.Folker Bernitt
2015-05-08#338 Added pre load emails on mailbox SENTJefferson Stachelski
2015-05-05#337 Added preload mails to DRAFTSJefferson Stachelski
2015-05-05#337 Create mailbox if it already does not existJefferson Stachelski
2015-05-04Changed maintenance load mails format from mbox to maildir.Folker Bernitt
2015-04-30#337 Removed email name validationJefferson Stachelski
2015-04-30#337 Extracted a method to a new oneJefferson Stachelski
2015-04-30Fixed invalid variable names in maintenance.py.Folker Bernitt
2015-04-30Removed check for mail file names.Folker Bernitt
2015-04-30Flush soledad to disk before syncing.Folker Bernitt
2015-04-29#337 Created a validation to just open file that the file name starts with 'm...Jefferson Stachelski
2015-04-29#337 Refactored maintenance, renaming to make it more clear when read the cod...Jefferson Stachelski
2015-04-29Fixed wrong method name.Folker Bernitt
2015-04-28#337 Made some refactors to make the code more readableJefferson Stachelski
2015-04-27#337 Fixed the if __name__ is __main__ to run the appJefferson Stachelski
2015-04-22Fix: Remove invalid import from maintenance.py.Folker Bernitt
2015-04-21Added load-mails maintenance command.Folker Bernitt
2015-04-16maintenance reads credentials from stdin.Folker Bernitt
2015-04-15Introduced maintenance command and added reset behaviour.Folker Bernitt