Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | No parent query | Christian Mollekopf | 2018-01-02 |
| | |||
* | Fixed memoryleak | Christian Mollekopf | 2017-11-09 |
| | |||
* | Keep notifier alive for notifications of new resources. | Christian Mollekopf | 2017-07-05 |
| | | | | Necessary to get notifications for newly created resources. | ||
* | Fixed build error | Christian Mollekopf | 2017-04-26 |
| | |||
* | Fixed notification quering | Christian Mollekopf | 2017-03-26 |
| | |||
* | Use the resourceaccessfactory for notifiers as well. | Christian Mollekopf | 2017-03-26 |
| | | | | | Otherwise we end up trying to start the resource from multiple places in notifiertest. | ||
* | Removed unnecessary debug output | Christian Mollekopf | 2017-03-18 |
| | |||
* | Preparation to get useful notifications to Kube | Christian Mollekopf | 2017-03-15 |
| | |||
* | The synchronization call can be sync. | Christian Mollekopf | 2016-11-29 |
| | | | | | ... because we really just enqueue the request and then wait for the notification. | ||
* | Don't encode the resource type into the identifier | Christian Mollekopf | 2016-04-17 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Moved Notifier and ResourceAccess to separate files. | Christian Mollekopf | 2016-02-10 |