Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Used the CommandProcessor as central place for all command processing. | Christian Mollekopf | 2016-11-28 | |
| | ||||
* | Moved inspection commands to a separate inspector. | Christian Mollekopf | 2016-11-28 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2016-11-27 | |
| | ||||
* | Folded the SourceWriteback into the Synchronizer. | Christian Mollekopf | 2016-11-21 | |
| | | | | | | | | | | | | By concentrating all communication to the source in one place we get rid of several oddities. * Quite a bit of duplication since both need access to the synchronizationStore and the source. * We currently have an akward locking in place because both classes access the ync store. This is not easier to resolve cleanly. * The live of resource implementers becomes easier. * An implementation could elect to not use changereplay and always do a full sync... (maybe?) | |||
* | Removed unnecessary includes | Christian Mollekopf | 2016-11-21 | |
| | ||||
* | Apply default date filter. | Christian Mollekopf | 2016-11-15 | |
| | ||||
* | Made the use of the folder struct a bit more expressive | Christian Mollekopf | 2016-11-14 | |
| | ||||
* | Deal with only having the rid available but not the separated path. | Christian Mollekopf | 2016-11-14 | |
| | ||||
* | Prepared new query based synchronization API | Christian Mollekopf | 2016-11-11 | |
| | ||||
* | Implement debug stream operators for query. | Christian Mollekopf | 2016-11-07 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2016-10-21 | |
| | ||||
* | Specify the resource name in one place | Christian Mollekopf | 2016-10-21 | |
| | ||||
* | Fixed maildir message moving | Christian Mollekopf | 2016-10-21 | |
| | ||||
* | Ported the pipeline to the entitystore | Christian Mollekopf | 2016-10-21 | |
| | ||||
* | Removed the now obsolete EntityStore | Christian Mollekopf | 2016-10-21 | |
| | ||||
* | Refactor how the storage is used. | Christian Mollekopf | 2016-10-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the initial refactoring to improve how we deal with the storage. It does a couple of things: * Rename Sink::Storage to Sink::Storage::DataStore to free up the Sink::Storage namespace * Introduce a Sink::ResourceContext to have a single object that can be passed around containing everything that is necessary to operate on a resource. This is a lot better than the multiple separate parameters that we used to pass around all over the place, while still allowing for dependency injection for tests. * Tie storage access together using the new EntityStore that directly works with ApplicationDomainTypes. This gives us a central place where main storage, indexes and buffer adaptors are tied together, which will also give us a place to implement external indexes, such as a fulltextindex using xapian. * Use ApplicationDomainTypes as the default way to pass around entities. Instead of using various ways to pass around entities (buffers, buffer adaptors, ApplicationDomainTypes), only use a single way. The old approach was confusing, and was only done as: * optimization; really shouldn't be necessary and otherwise I'm sure we can find better ways to optimize ApplicationDomainType itself. * a way to account for entities that have multiple buffers, a concept that I no longer deem relevant. While this commit does the bulk of the work to get there, the following commits will refactor more stuff to get things back to normal. | |||
* | These jobs now work reliably. | Christian Mollekopf | 2016-10-07 | |
| | ||||
* | Avoid using the resource object to remove the data from disk. | Christian Mollekopf | 2016-10-07 | |
| | | | | | ...because creating it will potentially start transactions on the database we're about to remove. | |||
* | A better resource filter api | Christian Mollekopf | 2016-10-05 | |
| | ||||
* | New query api | Christian Mollekopf | 2016-09-27 | |
| | ||||
* | A new query system | Christian Mollekopf | 2016-09-23 | |
| | ||||
* | A first draft of the threading algorithm. | Christian Mollekopf | 2016-09-20 | |
| | ||||
* | New synchronization algorithm that only fetches the last 14 days. | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | New kimap2 syntax | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | New kimap2 syntax | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Remember highestmodseq | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Don' create new entities on flag change. | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Flag updates | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Made use of KAsync::Job::serialEach | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Use KIMAP2 | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | The ping is no longer necessary | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Ported to the new API | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Ported to the kasync revamp | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Incremental fetch of mails | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Prepare incremental syncing. | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Progress reporting | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Test mail resync | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Debug output | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | ImapMailSyncBenchmark | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Ping the server first to make sure it's available. | Christian Mollekopf | 2016-07-14 | |
| | | | | This significantely reduces the time required to execute the tests. | |||
* | Fixed new diagnostics errors | Christian Mollekopf | 2016-07-13 | |
| | ||||
* | Avoid calling back into destroyed objects | Christian Mollekopf | 2016-07-11 | |
| | ||||
* | Shorten the types to be more distinctive. | Christian Mollekopf | 2016-07-08 | |
| | | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. | |||
* | Control debugoutput during tests with sinksh. | Christian Mollekopf | 2016-07-08 | |
| | ||||
* | A new debug system. | Christian Mollekopf | 2016-07-07 | |
| | | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names. | |||
* | Fix imap tests after trash addition | Christian Mollekopf | 2016-07-07 | |
| | ||||
* | Fail quickly if the backend is not available | Christian Mollekopf | 2016-07-07 | |
| | ||||
* | Test the resource status | Christian Mollekopf | 2016-07-06 | |
| | ||||
* | Maildir trash support | Christian Mollekopf | 2016-06-30 | |
| |