summaryrefslogtreecommitdiffstats
path: root/common/notifier.cpp
Commit message (Collapse)AuthorAge
* Fixed memoryleakChristian Mollekopf2017-11-09
|
* Keep notifier alive for notifications of new resources.Christian Mollekopf2017-07-05
| | | | Necessary to get notifications for newly created resources.
* Fixed build errorChristian Mollekopf2017-04-26
|
* Fixed notification queringChristian Mollekopf2017-03-26
|
* Use the resourceaccessfactory for notifiers as well.Christian Mollekopf2017-03-26
| | | | | Otherwise we end up trying to start the resource from multiple places in notifiertest.
* Removed unnecessary debug outputChristian Mollekopf2017-03-18
|
* Preparation to get useful notifications to KubeChristian Mollekopf2017-03-15
|
* The synchronization call can be sync.Christian Mollekopf2016-11-29
| | | | | ... because we really just enqueue the request and then wait for the notification.
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Moved Notifier and ResourceAccess to separate files.Christian Mollekopf2016-02-10