Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-30 | Added command to execute functional tests | Tiago Ferraz | |
Just call go passing functional as an argument. | |||
2015-03-30 | Auto refresh provider certificate on start. | Folker Bernitt | |
- Issue #333 | |||
2015-03-30 | Splitting certificate validation into provider and bootstrap certificate. | Folker Bernitt | |
- Issue #333 - Now a different certificate is used to communicate with the provider's HTTPS website than for all other connections, e.g. to the api | |||
2015-03-26 | Refactorating: replaced XPath by CSS Selector | Tiago Ferraz | |
2015-03-26 | Fix pep8 error | Tiago Ferraz | |
2015-03-26 | Fixing small error on def function | Tiago Ferraz | |
2015-03-26 | Fix pep* errors | Tiago Ferraz | |
Lambda function is now a def | |||
2015-03-26 | Trying to fix functional test | Tiago Ferraz | |
2015-03-26 | Trying to fix problem with functional test while opening email. | Tiago Ferraz | |
2015-03-26 | Fixed pep8 errors. | Tiago Ferraz | |
2015-03-26 | New test that use checkboxes. Removal of hamcrest lib, code refactoring. | Tiago Ferraz | |
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures. | |||
2015-03-24 | Fix pep8 errors of lambda functions | Tiago Ferraz | |
Altered lambda function to def in order to fix pep8 E371 errors | |||
2015-03-23 | -e will not run on all the steps anymore | Bruno Wagner | |
2015-03-23 | #333 Implemented downlload ca.crt when pixelated-user-agent doesn't find a ↵ | Jefferson Stachelski | |
cert file to connect on LEAP provider | |||
2015-03-23 | The whole go script runs with -e now, this will make it break when it breaks | Bruno Wagner | |
2015-03-22 | checks if a mailbox is fresh (uid is 0). | Victor Shyba | |
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334 | |||
2015-03-22 | extracts get_lastuid and adds tests for create_mail uid consistency. | Victor Shyba | |
-- Issue #334 | |||
2015-03-20 | empty queries test makes more sense as a unit test | Victor Shyba | |
2015-03-20 | integration helper: reindex only when new tags are added (performance) | Victor Shyba | |
2015-03-20 | Gracefully handle None from and subject values during tests. | Folker Bernitt | |
- Issue #248 | |||
2015-03-20 | Added missing file for previous commit. | Folker Bernitt | |
- Issue #248 | |||
2015-03-20 | Added support for encoded To, Cc and Bcc headers. | Folker Bernitt | |
- Issue #248 | |||
2015-03-19 | #248 Wrote missing tests | Jefferson Stachelski | |
2015-03-18 | #248 Fixed the UTF-8 decode for special characteres | Jefferson Stachelski | |
2015-03-18 | testing #330, this fixes search performance test | Victor Shyba | |
2015-03-18 | making map and filter explicit | Victor Shyba | |
2015-03-18 | cleaning unused imports and variables | Victor Shyba | |
2015-03-18 | import * and missing re, re came from * | Victor Shyba | |
2015-03-18 | cleaning import * from integration and unit tests | Victor Shyba | |
2015-03-18 | no more self.client, since those methods are available from test case base | Victor Shyba | |
2015-03-18 | TestCase logic moved to AppTestClient, enabling reuse outside of integration ↵ | Victor Shyba | |
(performance tests) | |||
2015-03-18 | Removed if that was not being used | Bruno Wagner | |
2015-03-18 | Fixed identation on ext_key_manager file | Bruno Wagner | |
2015-03-18 | Changed map to list comprehension | Bruno Wagner | |
2015-03-18 | Non exception was being caught by soledad | Bruno Wagner | |
2015-03-18 | MailService is now an object | Bruno Wagner | |
2015-03-18 | we have a valid cert for try.pixelated-project.org now | Christoph Kluenter | |
2015-03-17 | Revert "try was redeployed" | Christoph Kluenter | |
We don't need to change the cert when redeploying because we preserve the certs simply for this reason This reverts commit 02ee338870ad75b5ae8a0963855e9e6de9f07ada. | |||
2015-03-17 | try was redeployed | Christoph Kluenter | |
2015-03-17 | Don't fail to parse mail if neither Date nor Received header is avail. | Folker Bernitt | |
- Issue #331 | |||
2015-03-17 | Lock index on index_mail. | Folker Bernitt | |
- Issue #330 | |||
2015-03-13 | Added test for ext_keymanager_fetch_key monkey patch. | Folker Bernitt | |
- Issue #319 | |||
2015-03-13 | Enable utf-8 locale in user agent. | Folker Bernitt | |
- Fix missing imports - Issues #322, #319, #313 | |||
2015-03-13 | Added missing imports to monkey patch. | Folker Bernitt | |
- Issue #313 | |||
2015-03-12 | Added some error logging if mail part parsing fails. | Folker Bernitt | |
- Especially interested in the Content-Type header field | |||
2015-03-12 | Removed invalid code from config/__init__.py. | Folker Bernitt | |
- using monkey patch by import instead - Issue #313 | |||
2015-03-12 | Fixed problem with multi line content type header field. | Folker Bernitt | |
- Bugfix - Issues #313, #322 | |||
2015-03-12 | Added missing file for previous commit. | Folker Bernitt | |
- Issue #313 | |||
2015-03-12 | Monkey patched KeyManager._fetch_keys_from_server. | Folker Bernitt | |
- Now raises KeyNotFound for all problems, not only 404 - Issue #313 | |||
2015-03-11 | for #315, check query parameter and return empty if they are empty, not an error | Victor Shyba | |