summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAge
* Create actual messages in maildirChristian Mollekopf2016-05-05
|
* ASYNCCOMPARE and ASYNCVERIFY for maildirresourcetestChristian Mollekopf2016-05-04
|
* An in memory testaccount that can be used for application testing.Christian Mollekopf2016-05-03
|
* Account filter for resources and contains comparator in queryChristian Mollekopf2016-05-01
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Fixed identity lookupChristian Mollekopf2016-04-13
|
* Stop abusing the identifier propertyChristian Mollekopf2016-04-13
|
* Fixed accounttestChristian Mollekopf2016-04-12
|
* Generalized LocalStorageFacadeChristian Mollekopf2016-04-12
|
* Use ConfigStore for accountsChristian Mollekopf2016-04-11
|
* accountstest and a way to create new entitiesChristian Mollekopf2016-04-10
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Fetch more data on demandChristian Mollekopf2016-02-20
| | | | | | | | We skip values we've already seen and only retrieve the new ones. This currently only properly works in a non-live query and we don't give the model any feedback when we can't fetch more data anymore. However, it generally works and we get the desired effect.
* Get substring matches to work with sorted duplicates in storeChristian Mollekopf2016-02-20
|
* Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibilityChristian Mollekopf2016-02-17
|
* Forgot to add testmail for maildir new mail importChristian Mollekopf2016-02-17
|
* Pipeline benchmarkChristian Mollekopf2016-02-17
|
* Mailquerybenchmark stuffChristian Mollekopf2016-02-16
|
* Added an index for mail sorting by date on folder queriesChristian Mollekopf2016-02-16
|
* Added a mailquerybenchmarkChristian Mollekopf2016-02-16
|
* The top-level fetchMore call happens implicitlyChristian Mollekopf2016-02-15
|
* Ensure we correctly sort by date.Christian Mollekopf2016-02-15
|
* CleanupChristian Mollekopf2016-02-13
|
* Different summaries in the benchmark and fixed printing.Christian Mollekopf2016-02-12
| | | | The transaction commit invalidates the transaction
* Benchmark findLatestChristian Mollekopf2016-02-12
| | | | It's not much slower if there is only one matching entry
* Sequential keys go badly with findLatestChristian Mollekopf2016-02-12
|
* Import new mails as wellChristian Mollekopf2016-02-11
|
* MaildirsyncbechmarkChristian Mollekopf2016-02-11
|
* Adapt to latest kasync versionChristian Mollekopf2016-02-10
|
* Stop using clientapi.hChristian Mollekopf2016-02-10
|
* Renamed Resources to ResourceControlChristian Mollekopf2016-02-10
|
* Use Sink instead of SinkCommonChristian Mollekopf2016-02-09
|
* Moved some APIChristian Mollekopf2016-02-09
|
* Added a hawd datasetChristian Mollekopf2016-02-09
|
* Use removeDataFromDiskChristian Mollekopf2016-02-09
|
* Avoid shutdowns where we can.Christian Mollekopf2016-02-08
|
* Gather more timingsChristian Mollekopf2016-02-08
|
* Executed database removal in the resource instead of the client.Christian Mollekopf2016-02-08
| | | | | The resource doesn't really notify all clients properly about the removal, but the tests all still pass.
* Test responsiveness of command processing.Christian Mollekopf2016-02-08
|
* Use property transformation for the mimeMessageChristian Mollekopf2016-02-05
| | | | | | | | | | | | | The filepath changes with every flag change. It is thus easier to only store a limited path that remains stable, and figure out the rest as the property is requested (we'll have to translate it anyways once we the file handoff protocol is implemented). The reason why we don't update the mimeMessage path on every modification is because we move the message during change replay, and not while storing the modification in the db. This would lead to the message-path on disk not correspond to what is in the db for some time.
* Fixed buildChristian Mollekopf2016-02-01
|
* Centralized main database nameChristian Mollekopf2016-02-01
|
* Ensure maildir flagchanges work completelyChristian Mollekopf2016-02-01
|
* Fixed modificationsChristian Mollekopf2016-02-01
|
* Build without warningsChristian Mollekopf2016-01-31
|
* Enabled and fixed a bunch of warningsChristian Mollekopf2016-01-31
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Fixed build.Christian Mollekopf2016-01-19
|
* Moved all commands in to the Commands namespaceChristian Mollekopf2016-01-19
|
* Disambiguate between what we want to flushChristian Mollekopf2016-01-19
| | | | Even though the implementation is still exactly the same