Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Specify the resource name in one place | 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. | |||
* | 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. | |||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | Debug output | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Fixed new diagnostics errors | Christian Mollekopf | 2016-07-13 | |
| | ||||
* | 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. | |||
* | More debug output | Christian Mollekopf | 2016-06-30 | |
| | ||||
* | Fixed build | Christian Mollekopf | 2016-06-30 | |
| | ||||
* | Share special purpose preprocessor implementation. | Christian Mollekopf | 2016-06-25 | |
| | ||||
* | Use username instead of just user | Christian Mollekopf | 2016-06-23 | |
| | ||||
* | Made the log-level output a lot less noisy | Christian Mollekopf | 2016-06-20 | |
| | ||||
* | Detect and skip noselect folders | Christian Mollekopf | 2016-06-20 | |
| | ||||
* | Only one commit per folder and skip folders that we fail to sync. | Christian Mollekopf | 2016-06-20 | |
| | ||||
* | Commit all databases in the same interval | Christian Mollekopf | 2016-06-20 | |
| | ||||
* | Moved mailpreprocessors to a shared location | Christian Mollekopf | 2016-06-19 | |
| | ||||
* | We no longer care about folder changes for this. | Christian Mollekopf | 2016-06-17 | |
| | ||||
* | Move to trash | Christian Mollekopf | 2016-06-15 | |
| | ||||
* | Get folder moves to work, and fix the mime message moving. | Christian Mollekopf | 2016-06-13 | |
| | ||||
* | Moving of mails between folders | Christian Mollekopf | 2016-06-12 | |
| | ||||
* | Move the mime messages to their place. | Christian Mollekopf | 2016-06-11 | |
| | ||||
* | Use the new api for the property extractor | Christian Mollekopf | 2016-06-11 | |
| | ||||
* | Fixup | Christian Mollekopf | 2016-06-10 | |
| | ||||
* | Create the drafts folder if necessary and merge it with the source | Christian Mollekopf | 2016-06-10 | |
| | | | | version | |||
* | Less hardcoded assumptions and a new RID scheme | Christian Mollekopf | 2016-06-08 | |
| | | | | | By using (folder local id:imap uid) for mails, we don't have to change mail rid's on folder renames. | |||
* | These checks are no longer necessary | Christian Mollekopf | 2016-06-05 | |
| | ||||
* | Track modified properties to detect necessary replay changes | Christian Mollekopf | 2016-06-03 | |
| | ||||
* | Implemented imap flag changes. | Christian Mollekopf | 2016-06-03 | |
| | ||||
* | The imap resource can write-back changes | Christian Mollekopf | 2016-06-03 | |
| | ||||
* | IMAP folder writeback | Christian Mollekopf | 2016-06-02 | |
| | ||||
* | Always return jobs, not futures. | Christian Mollekopf | 2016-06-02 | |
| | | | | Otherwise the calls are not composable. | |||
* | Fixed property extraction in imap resource | Christian Mollekopf | 2016-05-31 | |
| | ||||
* | ImapResource cleanup | Christian Mollekopf | 2016-05-31 | |
| | ||||
* | Open a valid database also in the NullChangeReplay and skip internal keys | Christian Mollekopf | 2016-05-31 | |
| | ||||
* | The imap resource is back | Christian Mollekopf | 2016-05-29 | |
| | ||||
* | Validate subject and mime message | Christian Mollekopf | 2016-05-24 | |
| |