summaryrefslogtreecommitdiff
path: root/service/test
AgeCommit message (Collapse)Author
2014-10-27Card #30 - fixes bug in which % character on multipart body was causing an ↵Patrick Maia and Victor Shyba
exception
2014-10-27Errors out if pipe file doesn't existBruno Wagner
2014-10-27Fixing pep8 violationsDuda Dornelles
2014-10-27Attempt to fix functional tests: adding more wait_untils on the core of our ↵Duda Dornelles
selectors (like capybara), disabling mail list autoRefresh (only for functional tests) and adding some ridiculos timeout in a specific step
2014-10-27#112 - Created tests to delete permanentelly mails and move to trashNeissi Torres Lima
2014-10-24Card #30 - considers all parts when generating mail bodyPatrick Maia and Victor Shyba
2014-10-24Card #30 - information for alternatives and attachments are differentVictor Shyba
2014-10-24Card #30 - handles alternative bodies on InputMailPatrick Maia
2014-10-24small fixes here and thereDuda Dornelles
2014-10-23Add tests for the mails controllerAlexandre Pretto Nunes
2014-10-23disabling sqlcipher WAL for debian, refer toDuda Dornelles
https://leap.se/code/issues/5562
2014-10-23Adding test for get mails by ident on soledad_querierDuda Dornelles
2014-10-23Fixing unit testsDuda Dornelles
2014-10-23Improving test on soldeda_querier all_mails to make it more robust andDuda Dornelles
deleting marking recent flags for all mailboxes
2014-10-23#117 making partial fetch of all_mails more reliable in case the fdoc of a ↵Duda Dornelles
mail has already been synced but the hdoc hasnt - have to do the same for cdocs
2014-10-23Removed crochet, and streamlined the reactor shutdown so we shouldn't see ↵Bruno Wagner
errors on user agent start/exit anymore
2014-10-22Disabled requests logging for functional testsBruno Wagner
2014-10-22Host and port are now user agent switches, not depending on .pixelated file ↵Bruno Wagner
anymore
2014-10-22index mails to accept a callback so that we can mark all as not recent when ↵Duda Dornelles
we are done indexing mails
2014-10-21Fixing unit testsDuda Dornelles
2014-10-21Adding sync_info controller for #117Duda Dornelles
2014-10-20Moving drafts service test to the unit folderDuda Dornelles
2014-10-20fixing pep8 warningsDuda Dornelles
2014-10-20adds permant deleted for trashed messages.Lisa Junger
2014-10-17adds regression tests on #114 due to a bug found and fixes mail creation ↵Victor Shyba
with predefined status that wasnt being set
2014-10-17bulk mark as read #114Victor Shyba
2014-10-17Fixed date order testBruno Wagner
2014-10-17Readded line removed in rebaseBruno Wagner
2014-10-17#102 #113 Sorting through search, and ignoring duplicate results on searchesBruno Wagner
2014-10-17improving matching for filtering tags and fixing pep8 warningsDuda Dornelles
2014-10-17better tests for getting all tags and filtering all tags. some fixes go togetherDuda Dornelles
2014-10-16Fix PEP8 errorsAlexandre Pretto Nunes
2014-10-16Better handle information on exceptions. #92Alexandre Pretto Nunes
2014-10-16Pep8 fixesBruno Wagner
2014-10-16Created a way to search all mails with no pagination for indexingBruno Wagner
2014-10-16decreasing count on tag and tag shortcut when email is read. we wereDuda Dornelles
decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-16Added some wait until visible to functional tests to make them more stable.Folker Bernitt
2014-10-15getting rid of "pixelated" in the names of many classes - redundantDuda Dornelles
2014-10-15moving things out of user_agent. now it is called runserver and only does ↵Duda Dornelles
basic app setup and delegates to other "classes".
2014-10-15Changed pixelated mail file to mail, because it has more than pixelated mailBruno Wagner
2014-10-15removing unused imports on testsVictor Shyba
2014-10-15#107 Statuses are only used when delivering mails to the front-end, flags ↵Bruno Wagner
are used elsewhere
2014-10-15fixing pep8Duda Dornelles
2014-10-15deleting unused test codeDuda Dornelles
2014-10-15Extracting features controllerDuda Dornelles
2014-10-15small refactoring to mark as read unread test.Lisa Junger
2014-10-15Moved input mail from dict to input mail instead of floating elsewhereBruno Wagner
2014-10-15Extracting controller classesDuda Dornelles
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles