aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/OCM
Commit message (Collapse)AuthorAgeFilesLines
* feat(OCM): Dispatch an event so apps can register resourcesJoas Schilling2023-10-131-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(OCM): Add a way for apps to create a new IOCMResourceJoas Schilling2023-10-131-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-131-9/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(OCM): Make the public API only rely on OCPJoas Schilling2023-10-132-27/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* small fixesMaxence Lange2023-09-201-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* ocm controllerMaxence Lange2023-09-203-0/+474
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>