elody 0.0.176__py3-none-any.whl → 0.0.177__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- elody/util.py +2 -1
- {elody-0.0.176.dist-info → elody-0.0.177.dist-info}/METADATA +1 -1
- {elody-0.0.176.dist-info → elody-0.0.177.dist-info}/RECORD +6 -6
- {elody-0.0.176.dist-info → elody-0.0.177.dist-info}/LICENSE +0 -0
- {elody-0.0.176.dist-info → elody-0.0.177.dist-info}/WHEEL +0 -0
- {elody-0.0.176.dist-info → elody-0.0.177.dist-info}/top_level.txt +0 -0
elody/util.py
CHANGED
|
@@ -223,10 +223,11 @@ def signal_edge_changed(mq_client, parent_ids_from_changed_edges):
|
|
|
223
223
|
send_cloudevent(mq_client, "dams", "dams.edge_changed", data)
|
|
224
224
|
|
|
225
225
|
|
|
226
|
-
def signal_entity_changed(mq_client, entity):
|
|
226
|
+
def signal_entity_changed(mq_client, entity, unchanged_entity=None):
|
|
227
227
|
data = {
|
|
228
228
|
"location": f"/entities/{get_raw_id(entity)}",
|
|
229
229
|
"type": entity.get("type", "unspecified"),
|
|
230
|
+
"unchanged_entity": unchanged_entity,
|
|
230
231
|
}
|
|
231
232
|
send_cloudevent(mq_client, "dams", "dams.entity_changed", data)
|
|
232
233
|
|
|
@@ -7,7 +7,7 @@ elody/exceptions.py,sha256=5KSw2sPCZz3lDIJX4LiR2iL9n4m4KIil04D1d3X5rd0,968
|
|
|
7
7
|
elody/job.py,sha256=wpq1dSxYxMv1Jv1hSvyxvFI1qNbRkDNghRLhndo57rU,3923
|
|
8
8
|
elody/loader.py,sha256=Mr7zyP5DP5psYerf2-DnP90GiqtFlKZpcLIPD7P4pSU,5242
|
|
9
9
|
elody/schemas.py,sha256=WtKdZEAX-PtEuAaRohyS3Md8H4-8yKVXMkHfCQ2SDR4,4676
|
|
10
|
-
elody/util.py,sha256=
|
|
10
|
+
elody/util.py,sha256=3tqzRmeff3rZhvU1ceurzw06tHhSIc3h2v1IvVoPjFo,8753
|
|
11
11
|
elody/validator.py,sha256=G7Ya538EJHCFzOxEri2OcFMabfLBCtTKxuf4os_KuNw,260
|
|
12
12
|
elody/migration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
elody/migration/base_object_migrator.py,sha256=n8uvgGfjEUy60G47RD7Y-oxp1vHLOauwPMDl87LcxtU,436
|
|
@@ -40,8 +40,8 @@ tests/data.py,sha256=Q3oxduf-E3m-Z5G_p3fcs8jVy6g10I7zXKL1m94UVMI,2906
|
|
|
40
40
|
tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
41
41
|
tests/unit/test_csv.py,sha256=NQaOhehfQ4GuXku0Y1SA8DYjJeqqidbF50zEHAi8RZA,15923
|
|
42
42
|
tests/unit/test_utils.py,sha256=g63szcEZyHhCOtrW4BnNbcgVca3oYPIOLjBdIzNwwN0,8784
|
|
43
|
-
elody-0.0.
|
|
44
|
-
elody-0.0.
|
|
45
|
-
elody-0.0.
|
|
46
|
-
elody-0.0.
|
|
47
|
-
elody-0.0.
|
|
43
|
+
elody-0.0.177.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
|
44
|
+
elody-0.0.177.dist-info/METADATA,sha256=XKT6US19rLl15m3KTJkM_yt3gCFfTGJM-kk_x1YMw6k,23336
|
|
45
|
+
elody-0.0.177.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
46
|
+
elody-0.0.177.dist-info/top_level.txt,sha256=E0mImupLj0KmtUUCXRYEoLDRaSkuiGaOIIseAa0oQ-M,21
|
|
47
|
+
elody-0.0.177.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|