Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | A better resource filter api | Christian Mollekopf | 2016-10-05 | |
| | ||||
* | Specify base set as part of the filter stages in the query. | Christian Mollekopf | 2016-10-05 | |
| | ||||
* | Resource subqueries | Christian Mollekopf | 2016-10-04 | |
| | ||||
* | Only call fetch once on the aggregate fetcher. | Christian Mollekopf | 2016-10-04 | |
| | | | | Otherwise we end up executing the initial query multiple times. | |||
* | Don't hardcode the type property. | Christian Mollekopf | 2016-09-27 | |
| | ||||
* | Ported to the kasync revamp | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Fixed new diagnostics errors | Christian Mollekopf | 2016-07-13 | |
| | ||||
* | React to new resources | Christian Mollekopf | 2016-07-12 | |
| | ||||
* | Wait for the resource shutdown during removeFromDisk | Christian Mollekopf | 2016-07-12 | |
| | | | | Otherwise we risk failing jobs if they are sent to the old resource. | |||
* | Centrally define global types | Christian Mollekopf | 2016-07-11 | |
| | ||||
* | 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. | |||
* | Synchronous API | Christian Mollekopf | 2016-06-15 | |
| | ||||
* | Workaround for missing error propagation of each | Christian Mollekopf | 2016-05-22 | |
| | ||||
* | Deal with null results (as provided by the mailtransport) | Christian Mollekopf | 2016-05-09 | |
| | ||||
* | Don't call setFinished twice | Christian Mollekopf | 2016-05-06 | |
| | | | | setError already does that for us. | |||
* | Account filter for resources and contains comparator in query | Christian Mollekopf | 2016-05-01 | |
| | ||||
* | Don't encode the resource type into the identifier | Christian Mollekopf | 2016-04-17 | |
| | ||||
* | Fixed identity lookup | Christian Mollekopf | 2016-04-13 | |
| | ||||
* | Register the Identity type | Christian Mollekopf | 2016-04-13 | |
| | ||||
* | Allow clients to request a temporary file for BLOB properties | Christian Mollekopf | 2016-04-10 | |
| | ||||
* | Fixed operations on accounts and resources | Christian Mollekopf | 2016-03-17 | |
| | ||||
* | Fixed accounts support | Christian Mollekopf | 2016-03-15 | |
| | ||||
* | Support syncing all resources | Christian Mollekopf | 2016-03-15 | |
| | ||||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 | |
| | | | | clang-format -i */**{.cpp,.h} | |||
* | Fetch more data on demand | Christian Mollekopf | 2016-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. | |||
* | Reuse ResourceAccess where we can | Christian Mollekopf | 2016-02-13 | |
| | ||||
* | Adapt to latest kasync version | Christian Mollekopf | 2016-02-10 | |
| | ||||
* | Moved Store to separate file | Christian Mollekopf | 2016-02-10 | |