-
- Downloads
Add generic way to push changes down hierarchy
Add a config property to containers called "propagated_properties". All PUT updates to these properties will update all objects down the hierarchy. Update requests that mix propagated_properties with other properties will not currently be allowed, but modifying the logic to only push the relevant properties of the payload down the hierarchy tree is an option. Still to be done: proper permission and schema validation.
Showing
- api/dao/containerstorage.py 21 additions, 3 deletionsapi/dao/containerstorage.py
- api/handlers/containerhandler.py 10 additions, 1 deletionapi/handlers/containerhandler.py
- api/schemas/input/container.json 1 addition, 0 deletionsapi/schemas/input/container.json
- api/schemas/mongo/container.json 1 addition, 0 deletionsapi/schemas/mongo/container.json
Loading
Please register or sign in to comment