|
948f37afd4
|
Filter by configured/enabled plugins when returning the entity/plugin registry
|
2022-04-07 01:04:06 +02:00 |
|
|
2eeb1d4fea
|
Entity objects are now JSON-able
|
2022-04-07 00:21:54 +02:00 |
|
|
26ffc0b0e1
|
Use Redis instead of an in-process map to store the entity/plugin registry
This is particularly useful when we want to access the registry from
another process, like the web server or an external script.
|
2022-04-07 00:18:11 +02:00 |
|
|
061268cdaf
|
Support for direct actions on native entities [WIP]
|
2022-04-05 23:22:54 +02:00 |
|
|
91ff47167b
|
Don't terminate the entities engine thread if a batch of entity records fails
|
2022-04-05 23:04:57 +02:00 |
|
|
fe0f3202fe
|
columns should be a property of the Entity object
|
2022-04-05 23:04:19 +02:00 |
|
|
8a70f1d38e
|
Replaced deprecated sqlalchemy.ext.declarative with sqlalchemy.orm
|
2022-04-05 22:47:44 +02:00 |
|
|
4b7eeaa4ed
|
Smarter merging of entities with the same key before they are committed
|
2022-04-05 21:17:58 +02:00 |
|
|
4ee7e4db29
|
Basic support for entities on the local db and implemented support for switch entities on the tplink plugin
|
2022-04-04 16:50:17 +02:00 |
|