summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/soledad/soledad_writer_mixin.py
AgeCommit message (Collapse)Author
2015-09-09Remove soledad querier and last usagesFolker Bernitt
- Issue #432
2015-09-08Revert "Kill SoledadQuerier with πŸ”₯πŸ”₯πŸ”₯"kaeff
This reverts commit 7deaefb939c833d65fd499aacb35502d6de1ac7e.
2015-09-08Kill SoledadQuerier with πŸ”₯πŸ”₯πŸ”₯kaeff
2015-08-11Fix: reordered code and added missing yield.Folker Bernitt
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11Some more yields.Folker Bernitt
2015-08-11Fixing integration tests.Folker Bernitt
2015-08-11fix pep8 in order to run testsVictor Shyba
2015-08-11Moved mark_all_as_not_recent to yield.Folker Bernitt
2015-06-04refactor unassigned list comprehensionVictor Shyba
2015-05-19stop unneeded index rebuild and endless marking of recent docsrafael lisboa
(paired with @shyba) this should stop soledad sync from running repeatedly - removes all callbacks to the SOLEDAD_DONE_DATA_SYNC event after they’re called - avoid re-marking a document as recent if it was already marked
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
-- Issue #334
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-01-06Getting rid of unused sqlcipher index updates, speeding up tests and app. ↡Duda Dornelles
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests
2015-01-05#193 get next uid from the mailbox we are trying to add the email instead of ↡Duda Dornelles
getting it always from the index
2014-12-23fixing pep8 warningsDuda Dornelles
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles