infrahub-server 1.5.4__py3-none-any.whl → 1.5.5__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.
@@ -87,14 +87,15 @@ CALL (node_uuid) {
87
87
  // ------------
88
88
  MATCH (n:Node {uuid: node_uuid})-[:IS_RELATED]-(rel:Relationship)
89
89
  WITH DISTINCT rel
90
- MATCH (rel)-[e]->(peer)
90
+ MATCH (rel)-[e]-(peer)
91
91
  WITH
92
+ elementId(rel) AS rel_element_id,
92
93
  type(e) AS e_type,
93
94
  e.branch AS e_branch,
94
95
  e.from AS e_from,
95
96
  e.to AS e_to,
96
97
  e.status AS e_status,
97
- e.peer AS e_peer,
98
+ elementId(peer) AS peer_element_id,
98
99
  CASE
99
100
  WHEN startNode(e) = rel THEN "out" ELSE "in"
100
101
  END AS direction,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: infrahub-server
3
- Version: 1.5.4
3
+ Version: 1.5.5
4
4
  Summary: Infrahub is taking a new approach to Infrastructure Management by providing a new generation of datastore to organize and control all the data that defines how an infrastructure should run.
5
5
  License: Apache-2.0
6
6
  Author: OpsMill
@@ -205,7 +205,7 @@ infrahub/core/migrations/graph/m037_index_attr_vals.py,sha256=pc-223N-jhAglpPIeU
205
205
  infrahub/core/migrations/graph/m038_redo_0000_prefix_fix.py,sha256=8seWnXQhgEJDFLWxYHVcnMNDPcHq5C24c0RYrtn_WGE,2411
206
206
  infrahub/core/migrations/graph/m039_ipam_reconcile.py,sha256=yRWTE73Rq1Qh6tPLu98w60zJdx8cgdO7_DL-g10x87s,11112
207
207
  infrahub/core/migrations/graph/m040_duplicated_attributes.py,sha256=2LxsG-CfcZnBirwGhwYL4kU-g3oxl6lNSM12vZTZ7Gw,2930
208
- infrahub/core/migrations/graph/m041_deleted_dup_edges.py,sha256=eP2BqUfvwkjACJrKI5fVyBBmXxEDwxtAD9O_CcbwBMw,5409
208
+ infrahub/core/migrations/graph/m041_deleted_dup_edges.py,sha256=GYcaKiVhiPogakMa_i-NiP9ImVShieNH6Juw1GQrosE,5468
209
209
  infrahub/core/migrations/graph/m042_profile_attrs_in_db.py,sha256=KdEaNPHovJxxiNL3CFRjWBnNzaMdidj1nmW5Jbhrt-4,6431
210
210
  infrahub/core/migrations/graph/m043_create_hfid_display_label_in_db.py,sha256=giICX6Dwd_z1GaWTWyX3KD5Va34LGth0Vv2uyaof044,7290
211
211
  infrahub/core/migrations/graph/m044_backfill_hfid_display_label_in_db.py,sha256=FuV3EBWS4lY4dtOn7-1Qgo6J7j4XDq4s5yIQjfCCVDM,39575
@@ -889,8 +889,8 @@ infrahub_testcontainers/models.py,sha256=hT7WEX2o7gxTFPE9uhtP5yigKgP5YSsy2c3tFB-
889
889
  infrahub_testcontainers/performance_test.py,sha256=_nf7Uk15mHwqpN4y7XUfI4JI54-UaXW-Yu4uwMIx21w,6185
890
890
  infrahub_testcontainers/plugin.py,sha256=I3RuZQ0dARyKHuqCf0y1Yj731P2Mwf3BJUehRJKeWrs,5645
891
891
  infrahub_testcontainers/prometheus.yml,sha256=610xQEyj3xuVJMzPkC4m1fRnCrjGpiRBrXA2ytCLa54,599
892
- infrahub_server-1.5.4.dist-info/LICENSE.txt,sha256=7GQO7kxVoQYnZtFrjZBKLRXbrGwwwimHPPOJtqXsozQ,11340
893
- infrahub_server-1.5.4.dist-info/METADATA,sha256=nX55O3QHheHyTq0Ntl453Hw2Bizx-R_r657PW5T2O8k,6127
894
- infrahub_server-1.5.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
895
- infrahub_server-1.5.4.dist-info/entry_points.txt,sha256=UXIeFWDsrV-4IllNvUEd6KieYGzQfn9paga2YyABOQI,393
896
- infrahub_server-1.5.4.dist-info/RECORD,,
892
+ infrahub_server-1.5.5.dist-info/LICENSE.txt,sha256=7GQO7kxVoQYnZtFrjZBKLRXbrGwwwimHPPOJtqXsozQ,11340
893
+ infrahub_server-1.5.5.dist-info/METADATA,sha256=V3eczPUgvwAgqFdnb3ZQiUltnkgPnzeABDjT4acfJaQ,6127
894
+ infrahub_server-1.5.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
895
+ infrahub_server-1.5.5.dist-info/entry_points.txt,sha256=UXIeFWDsrV-4IllNvUEd6KieYGzQfn9paga2YyABOQI,393
896
+ infrahub_server-1.5.5.dist-info/RECORD,,