Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt | |
- intermediate state, some tests are broken | |||
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | Fixed LeapMailStore integration test. | Folker Bernitt | |
- ensured INBOX exists | |||
2015-08-11 | pep8 | Victor Shyba | |
2015-08-11 | Added common LeapMailStore to soledad test base. | Folker Bernitt | |
- provides instance to all integration tests | |||
2015-08-11 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | Added mail store to mail service. | Folker Bernitt | |
2015-08-11 | Start events server before running functional tests. | Folker Bernitt | |
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests" | |||
2015-08-11 | move events diabling to AppTestClient for functional tests | Victor Shyba | |
2015-08-11 | fix typo in import | Victor Shyba | |
2015-08-11 | disable events for integration tests | Victor Shyba | |
2015-08-11 | Fixed all functional tests using crochet. | Folker Bernitt | |
- Issue #420 - Added crochet as a test dependency - crochet now executes twisted in same process, in a background thread | |||
2015-08-11 | fix attachment integration test | Victor Shyba | |
2015-08-11 | Added add mailbox and add message behaviour. | Folker Bernitt | |
- Add message does not yet mail index | |||
2015-08-11 | Fixed test_delete_mail integration test. | Folker Bernitt | |
2015-08-11 | Fixed test_mark_as_read_unread.py. | Folker Bernitt | |
2015-08-11 | Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵ | Folker Bernitt | |
implementation. | |||
2015-08-11 | fix integration test_search | Victor Shyba | |
2015-08-11 | fix test_soledad_querier | Victor Shyba | |
2015-08-11 | Fixing integration tests. | Folker Bernitt | |
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-09 | Extracted services setup in a separate class | Bruno Wagner | |
We removed app factory and moved root resource initialization to application.py | |||
2015-06-05 | Added creation of input mail from python message | Bruno Wagner | |
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways. | |||
2015-06-04 | Config is not used anymore | Bruno Wagner | |
2015-06-03 | Fixed tests after app changes | Bruno Wagner | |
2015-03-20 | integration helper: reindex only when new tags are added (performance) | Victor Shyba | |
2015-03-18 | TestCase logic moved to AppTestClient, enabling reuse outside of integration ↵ | Victor Shyba | |
(performance tests) | |||
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in ↵ | Bruno Wagner & Victor Shyba | |
parseaddr Also made some minor fixes based on pylint output | |||
2015-02-13 | Making sure that no private key can be retrieved by the KeysResource | Duda Dornelles | |
2015-02-11 | Fixing pep8 errors | Tiago Ferraz | |
2015-02-11 | General Refactoring | Tiago Ferraz | |
Refactored __init__ method on app_test_client to be succint, go to say what is doing and package.json to execute handlebars from the whole path. | |||
2015-02-09 | Ops, now importing MailBuilder properly for integration tests | Duda Dornelles | |
2015-02-09 | Fixing integration tests | Duda Dornelles | |
2015-02-09 | Sending a mail is always successful in functional test context. | Folker Bernitt | |
- Issue #249 | |||
2015-02-05 | (Re-)added error handling for twisted smtp sender. | Folker Bernitt | |
- Issue #249 - Fixed all tests with that rely on sendmail deferred. | |||
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some ↵ | Duda Dornelles | |
search_engine calls to Mailbox | |||
2015-02-03 | Moving mails_resouce render_GET logic to mail_service | Duda Dornelles | |
2015-02-03 | Enabling integration tests to be run in parallel | Duda Dornelles | |
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster | |||
2015-01-28 | for #173, now searching on sender field for contacts auto complete | Victor Shyba | |
2015-01-28 | Fixing _render function on app_test_client for integration tests so that ↵ | Duda Dornelles | |
when result is NOT_DONE_YET but the request is finished already we return a simple succeed defer | |||
2015-01-28 | for #256, change TestCase to twisted trial | Victor Shyba | |
2015-01-27 | #237 #232 #196 syncing user data once before starting the UA. Displaying a ↵ | Duda Dornelles | |
loading screen in the meantime. The initial sync will make sure the user has a single key pair | |||
2015-01-24 | #184 - not creating empty tags anymore | Vicente Luchi | |
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-22 | #224 moving to trial as test runner | Pixpoa pairing | |
2015-01-21 | #240 Adapted tests after change to twisted web | Duda Dornelles | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2015-01-14 | for #227, MAC on encrypted storage | Victor Shyba | |