aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/OCM
Commit message (Collapse)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-4/+4
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-243-57/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* 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>