Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | [tests] mock update to reflect deferreds returned | Victor Shyba | |
Calls to get_key now returns deferreds, so mocks need to do the same. Also, underlying call changed. -- Issue #422 | |||
2015-08-11 | [refactor] Extracts get_key logic, sharing it | Victor Shyba | |
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422 | |||
2015-08-11 | Added mail store to mail service. | Folker Bernitt | |
2015-08-11 | Added mail_store to LeapSession. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Fixed maintenance.py initialization. | Folker Bernitt | |
- Issue #420 - Initialize mail store - load-mails works with new data model | |||
2015-08-11 | Removed unused code from test_commands.py. | Folker Bernitt | |
2015-08-11 | Adapted maintenace.load_mails to new data model. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Fixed load-mails for empty case. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Moved MailStore interface to extra file. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Removed relative import of test resources. | Folker Bernitt | |
- test_contacts.py and test_commands.py | |||
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 | reenabled parallelism on integration tests | Victor Shyba | |
2015-08-11 | mailbox collision shouldnt cancel operation | Victor Shyba | |
2015-08-11 | specify branch develop on requirements | Victor Shyba | |
2015-08-11 | fix typo in import | Victor Shyba | |
2015-08-11 | disable events for integration tests | Victor Shyba | |
2015-08-11 | patch leap.common for unit testing | Victor Shyba | |
2015-08-11 | reinstall to latest gnupg on go script | Victor Shyba | |
2015-08-11 | Fixed pep8 warnings in environment.py. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Install develop HEAD dependencies on ./go setup. | Folker Bernitt | |
- Allows to build user agent using latest dependencies - does not need extra pypi server with packages | |||
2015-08-11 | Fixed invalid crochet import. | Folker Bernitt | |
- Issue #420 | |||
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 | Added delete_mailbox to leap mail store. | Folker Bernitt | |
2015-08-11 | Added tests to get mails within a mailbox. | Folker Bernitt | |
2015-08-11 | Added delete mail to mail store. | Folker Bernitt | |
- Fix for empty mails returned by leap_mail. | |||
2015-08-11 | Added actual assert to add_mail mail store test. | Folker Bernitt | |
2015-08-11 | fix attachment integration test | Victor Shyba | |
2015-08-11 | Removed unused code from test_leap_mailstore.py. | Folker Bernitt | |
2015-08-11 | Added add mailbox and add message behaviour. | Folker Bernitt | |
- Add message does not yet mail index | |||
2015-08-11 | Added integration test for LeapMailStore.all_mails. | Folker Bernitt | |
2015-08-11 | Added all_mails to LeapMailStore. | Folker Bernitt | |
2015-08-11 | Fix: reordered code and added missing yield. | Folker Bernitt | |
2015-08-11 | Refactored test_leap_mailstore.py. | Folker Bernitt | |
2015-08-11 | Run integration tests sequentially. | Folker Bernitt | |
- Fix for concurrency problems - Should be re-enabled after migration | |||
2015-08-11 | Added leap mailstore integration test. | Folker Bernitt | |
2015-08-11 | Added include_body to get_mail. | Folker Bernitt | |
2015-08-11 | Added to_dict and get_mails to mail storage. | Folker Bernitt | |
2015-08-11 | Started work on MailStore abstraction. | Folker Bernitt | |
2015-08-11 | Skipped test_welcome_mail integration test. | Folker Bernitt | |
- Fixed test_mailbox.py | |||
2015-08-11 | Fixed test_delete_mail integration test. | Folker Bernitt | |
2015-08-11 | Fixed attachments_resource.py. | 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 | Added some calls to super for tests based on test_abstract_leap.py. | Folker Bernitt | |
2015-08-11 | Temporary fix: INBOX as default mailbox name. | Folker Bernitt | |
2015-08-11 | fix testing on draft while sending mails | Victor Shyba | |
2015-08-11 | Fixed missing yield in test_mail.py. | Folker Bernitt | |
2015-08-11 | Fixed relative file resource in test_mail.py. | Folker Bernitt | |