Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Control debugoutput during tests with sinksh. | Christian Mollekopf | 2016-07-08 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility | Christian Mollekopf | 2016-02-17 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Don't use a smart pointer for the result provider | Christian Mollekopf | 2015-11-18 |
| | | | | We're not doing any lifetime management anyways. | ||
* | Cleanup | Christian Mollekopf | 2015-11-15 |
| | |||
* | Documentation on what tests are supposed to test. | Christian Mollekopf | 2015-10-24 |
| | |||
* | Moved more entitystorage functionality back to facade. | Christian Mollekopf | 2015-10-15 |
| | | | | | To avoid unnecessary abstraction layers that don't solve a problem, and to allow facades to customize how entities are loaded. | ||
* | Moved test implementations to central location. | Christian Mollekopf | 2015-10-13 |
| | |||
* | Modification and removal in results | Christian Mollekopf | 2015-10-10 |
| | | | | | Now we just need to ensure that equality is tested using the ApplicationDomainType::identifier | ||
* | Always get the latest revision directly from storage | Christian Mollekopf | 2015-10-10 |
| | | | | We can just as well read the latest available revision from storage. | ||
* | Change replay | Christian Mollekopf | 2015-10-10 |
| | | | | | So far only includes modifications and additions, removals are not yet stored as separate revisions. | ||
* | Added support for mails to akonadi and the dummyresource. | Christian Mollekopf | 2015-09-08 |
| | | | | Adding new types definitely needs to become easier. | ||
* | Test life queries in the generic facade | Christian Mollekopf | 2015-07-28 |
| | |||
* | Abstracted the storage so the facade can be tested. | Christian Mollekopf | 2015-07-27 |