summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAge
...
* The imap resource can write-back changesChristian Mollekopf2016-06-03
|
* Flush the replayqueue before trying inspections.Christian Mollekopf2016-06-02
|
* Got rid of the maildirresourcetestChristian Mollekopf2016-05-31
|
* The maildir resource passes the maildirmailsync testChristian Mollekopf2016-05-31
|
* Fixed revision sortingChristian Mollekopf2016-05-31
| | | | We used to sort wrong as soon as we got over revision 9.
* Replace the imapresourcetest with the generic mailsynctestChristian Mollekopf2016-05-31
|
* Fixed genericresource so it works with the maildirresourcetestChristian Mollekopf2016-05-29
|
* Refactored the generic resource to use separate classes forChristian Mollekopf2016-05-28
| | | | | | | | changereplay and synchronization. This cleans up the API and avoids the excessive passing around of transactions. It also provides more flexibility in eventually using different synchronization strategies for different resources.
* Maildir folder inspectionChristian Mollekopf2016-05-25
|
* Removed everything from maildirresourcetest that is covered in mailtestChristian Mollekopf2016-05-24
|
* A much more comprehensive mail testChristian Mollekopf2016-05-24
|
* Validate subject and mime messageChristian Mollekopf2016-05-24
|
* Adapt mailtest for the maildirresourceChristian Mollekopf2016-05-24
|
* Shared test macrosChristian Mollekopf2016-05-24
|
* A generic mailtest that can be applied to all resources that supportChristian Mollekopf2016-05-24
| | | | mails.
* Run maildir tests isolated.Christian Mollekopf2016-05-23
|
* Handle modifications in maildirChristian Mollekopf2016-05-11
|
* Fixed resource property filteringChristian Mollekopf2016-05-10
|
* Updated extracted properties in pipeline.Christian Mollekopf2016-05-09
| | | | .. and store the correct mimeMesage path (without cur)
* Index lastChristian Mollekopf2016-05-09
| | | | Otherwise we don't index what is going to be stored.
* Move mimeMessage in preprocessor, and directly move to cur.Christian Mollekopf2016-05-08
| | | | | We use the maildir as our internal storage, so the message needs to be moved immediately and not only with changereplay.
* Updated maildirresource test.Christian Mollekopf2016-05-08
|
* Run preprocessors before persising the value.Christian Mollekopf2016-05-08
| | | | And allow preprocessors to modify the result.
* 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
|