netbox-cesnet-services-plugin 3.0.2__tar.gz → 3.0.3__tar.gz

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.
Files changed (107) hide show
  1. {netbox_cesnet_services_plugin-3.0.2/netbox_cesnet_services_plugin.egg-info → netbox_cesnet_services_plugin-3.0.3}/PKG-INFO +9 -3
  2. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/README.md +8 -2
  3. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/__init__.py +1 -1
  4. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/filters.py +8 -10
  5. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3/netbox_cesnet_services_plugin.egg-info}/PKG-INFO +9 -3
  6. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/CONTRIBUTING.md +0 -0
  7. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/LICENSE +0 -0
  8. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/MANIFEST.in +0 -0
  9. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/__init__.py +0 -0
  10. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/serializers.py +0 -0
  11. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/urls.py +0 -0
  12. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/views.py +0 -0
  13. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/choices.py +0 -0
  14. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/__init__.py +0 -0
  15. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/bgpconnection.py +0 -0
  16. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/bgpconnection_aggregation.py +0 -0
  17. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/lldpneighbor.py +0 -0
  18. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/lldpneighborleaf.py +0 -0
  19. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/service_core_link.py +0 -0
  20. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/service_core_trunk.py +0 -0
  21. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/service_ip.py +0 -0
  22. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/__init__.py +0 -0
  23. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/bgpconnection.py +0 -0
  24. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/bgpconnection_aggregation.py +0 -0
  25. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/lldpneighbor.py +0 -0
  26. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/lldpneighborleaf.py +0 -0
  27. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/service_core_link.py +0 -0
  28. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/service_core_trunk.py +0 -0
  29. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/service_ip.py +0 -0
  30. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/__init__.py +0 -0
  31. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/schema.py +0 -0
  32. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/types.py +0 -0
  33. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0001_initial.py +0 -0
  34. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0002_bgpconnection_comments.py +0 -0
  35. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0003_alter_bgpconnection_options_bgpconnection_device.py +0 -0
  36. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0004_alter_bgpconnection_options_bgpconnection_raw_vrf_and_more.py +0 -0
  37. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0005_alter_bgpconnection_role.py +0 -0
  38. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0006_lldpneighbor.py +0 -0
  39. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0007_lldpneighbor_comments.py +0 -0
  40. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0008_alter_lldpneighbor_device_a_and_more.py +0 -0
  41. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0009_lldpneighbor_status_lldpneighborleaf_status.py +0 -0
  42. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0010_alter_bgpconnection_raw_vrf_and_more.py +0 -0
  43. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0011_lldpneighbor_last_seen_lldpneighbor_status_detail.py +0 -0
  44. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0012_alter_lldpneighbor_last_seen.py +0 -0
  45. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0013_bgpconnection_last_seen.py +0 -0
  46. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0014_servicecoretrunk_servicecorelink_serviceip.py +0 -0
  47. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0015_alter_service_status_to_circuit_choices.py +0 -0
  48. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0016_serviceip_physical_device_and_more.py +0 -0
  49. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/__init__.py +0 -0
  50. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/__init__.py +0 -0
  51. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/bgpconnection.py +0 -0
  52. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/cesnet_service_base.py +0 -0
  53. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/lldpneighbor.py +0 -0
  54. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/lldpneighborleaf.py +0 -0
  55. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/service_core_link.py +0 -0
  56. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/service_core_trunk.py +0 -0
  57. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/service_ip.py +0 -0
  58. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/navigation.py +0 -0
  59. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/__init__.py +0 -0
  60. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/bgpconnection.py +0 -0
  61. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/bgpconnection_aggregation.py +0 -0
  62. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/lldpneighbor.py +0 -0
  63. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/lldpneighborleaf.py +0 -0
  64. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/service_core_link.py +0 -0
  65. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/service_core_trunk.py +0 -0
  66. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/service_ip.py +0 -0
  67. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/template_content.py +0 -0
  68. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection.html +0 -0
  69. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection_aggregation_list.html +0 -0
  70. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection_include.html +0 -0
  71. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection.html +0 -0
  72. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/connection_endpoints.html +0 -0
  73. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/detail_interface_inc.html +0 -0
  74. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/multiple_children.html +0 -0
  75. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor/lldpneighbor.html +0 -0
  76. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor/lldpneighbor_include.html +0 -0
  77. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor.html +0 -0
  78. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf/lldpneighborleaf.html +0 -0
  79. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf/lldpneighborleaf_include.html +0 -0
  80. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf.html +0 -0
  81. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecorelink/servicecorelink.html +0 -0
  82. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecorelink.html +0 -0
  83. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecoretrunk/servicecoretrunk.html +0 -0
  84. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecoretrunk.html +0 -0
  85. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/serviceip/serviceip.html +0 -0
  86. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/serviceip.html +0 -0
  87. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/__init__.py +0 -0
  88. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/test_service_core_link.py +0 -0
  89. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/test_service_core_trunk.py +0 -0
  90. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/test_service_ip.py +0 -0
  91. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/urls.py +0 -0
  92. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/__init__.py +0 -0
  93. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/bgpconnection.py +0 -0
  94. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/bgpconnection_aggregation.py +0 -0
  95. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/lldpneighbor.py +0 -0
  96. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/lldpneighborleaf.py +0 -0
  97. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/service_core_link.py +0 -0
  98. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/service_core_trunk.py +0 -0
  99. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/service_ip.py +0 -0
  100. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/SOURCES.txt +0 -0
  101. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/dependency_links.txt +0 -0
  102. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/requires.txt +0 -0
  103. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/top_level.txt +0 -0
  104. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/pyproject.toml +0 -0
  105. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/setup.cfg +0 -0
  106. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/tests/__init__.py +0 -0
  107. {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/tests/test_netbox_cesnet_services_plugin.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: netbox_cesnet_services_plugin
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: NetBox plugin for CESNET services.
5
5
  Author-email: Jan Krupa <jan.krupa@cesnet.cz>, Jiri Vrany <jiri.vrany@cesnet.cz>
6
6
  License: Apache-2.0
@@ -46,12 +46,14 @@ Enables CESNET services in NetBox:
46
46
  - **LLDP Neighbors / LLDP Leafs** — stores discovered LLDP adjacencies and leaf relationships
47
47
  - **ServiceCoreTrunk** — core trunk between two nodes with linked path segments
48
48
  - **ServiceCoreLink** — core link with topology, SAPs, L2 (QinQ encapsulation, LLDP, Flowspec), IS-IS/OSPF routing and IP addresses; belongs to one or more CoreTrunks
49
- - **ServiceIP** — IP service with SAP attachment, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
49
+ - **ServiceIP** — IP service with SAP attachment, routed/physical device and interface attributes, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
50
50
 
51
51
  ## Compatibility
52
52
 
53
53
  | NetBox Version | Plugin Version | Notes |
54
54
  |-----------------|----------------|-------|
55
+ | 4.5.4 – 4.6.99 | 3.0.3 | ServiceIP routed/physical device & interface fields |
56
+ | 4.5.4 – 4.6.99 | 3.0.2 | GraphQL schema fix: `DatetimeFilterLookup` resolves `DuplicatedTypeName` error |
55
57
  | 4.5.4 – 4.6.99 | 3.0.1 | ServiceCoreTrunk, ServiceCoreLink, ServiceIP models + full API/UI/tests |
56
58
  | 4.5.4 – 4.6.99 | 3.0.0 | NetBox 4.6 support (Django 6.0) |
57
59
  | 4.5.4+ | 2.1.0 | `last_seen` field, bulk ops, status badges |
@@ -88,7 +90,11 @@ or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netb
88
90
 
89
91
  ```bash
90
92
  # For NetBox 4.5.4 – 4.6.99
91
- netbox-cesnet-services-plugin==3.0.1
93
+ netbox-cesnet-services-plugin==3.0.3
94
+
95
+ # For NetBox 4.5.4 – 4.6.99 (previous releases)
96
+ # netbox-cesnet-services-plugin==3.0.2
97
+ # netbox-cesnet-services-plugin==3.0.1
92
98
 
93
99
  # For NetBox 4.5.4 – 4.6.99 (without new service models)
94
100
  # netbox-cesnet-services-plugin==3.0.0
@@ -14,12 +14,14 @@ Enables CESNET services in NetBox:
14
14
  - **LLDP Neighbors / LLDP Leafs** — stores discovered LLDP adjacencies and leaf relationships
15
15
  - **ServiceCoreTrunk** — core trunk between two nodes with linked path segments
16
16
  - **ServiceCoreLink** — core link with topology, SAPs, L2 (QinQ encapsulation, LLDP, Flowspec), IS-IS/OSPF routing and IP addresses; belongs to one or more CoreTrunks
17
- - **ServiceIP** — IP service with SAP attachment, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
17
+ - **ServiceIP** — IP service with SAP attachment, routed/physical device and interface attributes, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
18
18
 
19
19
  ## Compatibility
20
20
 
21
21
  | NetBox Version | Plugin Version | Notes |
22
22
  |-----------------|----------------|-------|
23
+ | 4.5.4 – 4.6.99 | 3.0.3 | ServiceIP routed/physical device & interface fields |
24
+ | 4.5.4 – 4.6.99 | 3.0.2 | GraphQL schema fix: `DatetimeFilterLookup` resolves `DuplicatedTypeName` error |
23
25
  | 4.5.4 – 4.6.99 | 3.0.1 | ServiceCoreTrunk, ServiceCoreLink, ServiceIP models + full API/UI/tests |
24
26
  | 4.5.4 – 4.6.99 | 3.0.0 | NetBox 4.6 support (Django 6.0) |
25
27
  | 4.5.4+ | 2.1.0 | `last_seen` field, bulk ops, status badges |
@@ -56,7 +58,11 @@ or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netb
56
58
 
57
59
  ```bash
58
60
  # For NetBox 4.5.4 – 4.6.99
59
- netbox-cesnet-services-plugin==3.0.1
61
+ netbox-cesnet-services-plugin==3.0.3
62
+
63
+ # For NetBox 4.5.4 – 4.6.99 (previous releases)
64
+ # netbox-cesnet-services-plugin==3.0.2
65
+ # netbox-cesnet-services-plugin==3.0.1
60
66
 
61
67
  # For NetBox 4.5.4 – 4.6.99 (without new service models)
62
68
  # netbox-cesnet-services-plugin==3.0.0
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Jan Krupa"""
4
4
  __email__ = "jan.krupa@cesnet.cz"
5
- __version__ = "3.0.2"
5
+ __version__ = "3.0.3"
6
6
 
7
7
 
8
8
  from netbox.plugins import PluginConfig
@@ -1,8 +1,6 @@
1
- import datetime
2
-
3
1
  import strawberry_django
4
2
  from netbox.graphql.filters import NetBoxModelFilter
5
- from strawberry_django import FilterLookup, StrFilterLookup
3
+ from strawberry_django import FilterLookup, StrFilterLookup, DatetimeFilterLookup
6
4
 
7
5
  from netbox_cesnet_services_plugin.models import (
8
6
  BGPConnection,
@@ -28,7 +26,7 @@ class LLDPNeighborLeafFilter(NetBoxModelFilter):
28
26
  @strawberry_django.filter_type(BGPConnection, lookups=True)
29
27
  class BGPConnectionFilter(NetBoxModelFilter):
30
28
  role: StrFilterLookup[str] | None = strawberry_django.filter_field()
31
- last_seen: FilterLookup[datetime.datetime] | None = strawberry_django.filter_field()
29
+ last_seen: DatetimeFilterLookup | None = strawberry_django.filter_field()
32
30
 
33
31
 
34
32
  @strawberry_django.filter_type(ServiceCoreTrunk, lookups=True)
@@ -37,8 +35,8 @@ class ServiceCoreTrunkFilter(NetBoxModelFilter):
37
35
  status: StrFilterLookup[str] | None = strawberry_django.filter_field()
38
36
  active: FilterLookup[bool] | None = strawberry_django.filter_field()
39
37
  monitored: FilterLookup[bool] | None = strawberry_django.filter_field()
40
- service_start: FilterLookup[datetime.datetime] | None = strawberry_django.filter_field()
41
- service_end: FilterLookup[datetime.datetime] | None = strawberry_django.filter_field()
38
+ service_start: DatetimeFilterLookup | None = strawberry_django.filter_field()
39
+ service_end: DatetimeFilterLookup | None = strawberry_django.filter_field()
42
40
 
43
41
 
44
42
  @strawberry_django.filter_type(ServiceCoreLink, lookups=True)
@@ -52,8 +50,8 @@ class ServiceCoreLinkFilter(NetBoxModelFilter):
52
50
  flowspec_enable: FilterLookup[bool] | None = strawberry_django.filter_field()
53
51
  routing_isis_enabled: FilterLookup[bool] | None = strawberry_django.filter_field()
54
52
  routing_ospf_enable: FilterLookup[bool] | None = strawberry_django.filter_field()
55
- service_start: FilterLookup[datetime.datetime] | None = strawberry_django.filter_field()
56
- service_end: FilterLookup[datetime.datetime] | None = strawberry_django.filter_field()
53
+ service_start: DatetimeFilterLookup | None = strawberry_django.filter_field()
54
+ service_end: DatetimeFilterLookup | None = strawberry_django.filter_field()
57
55
 
58
56
 
59
57
  @strawberry_django.filter_type(ServiceIP, lookups=True)
@@ -64,5 +62,5 @@ class ServiceIPFilter(NetBoxModelFilter):
64
62
  monitored: FilterLookup[bool] | None = strawberry_django.filter_field()
65
63
  encapsulation_mode: StrFilterLookup[str] | None = strawberry_django.filter_field()
66
64
  routing_type: StrFilterLookup[str] | None = strawberry_django.filter_field()
67
- service_start: FilterLookup[datetime.datetime] | None = strawberry_django.filter_field()
68
- service_end: FilterLookup[datetime.datetime] | None = strawberry_django.filter_field()
65
+ service_start: DatetimeFilterLookup | None = strawberry_django.filter_field()
66
+ service_end: DatetimeFilterLookup | None = strawberry_django.filter_field()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: netbox_cesnet_services_plugin
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: NetBox plugin for CESNET services.
5
5
  Author-email: Jan Krupa <jan.krupa@cesnet.cz>, Jiri Vrany <jiri.vrany@cesnet.cz>
6
6
  License: Apache-2.0
@@ -46,12 +46,14 @@ Enables CESNET services in NetBox:
46
46
  - **LLDP Neighbors / LLDP Leafs** — stores discovered LLDP adjacencies and leaf relationships
47
47
  - **ServiceCoreTrunk** — core trunk between two nodes with linked path segments
48
48
  - **ServiceCoreLink** — core link with topology, SAPs, L2 (QinQ encapsulation, LLDP, Flowspec), IS-IS/OSPF routing and IP addresses; belongs to one or more CoreTrunks
49
- - **ServiceIP** — IP service with SAP attachment, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
49
+ - **ServiceIP** — IP service with SAP attachment, routed/physical device and interface attributes, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
50
50
 
51
51
  ## Compatibility
52
52
 
53
53
  | NetBox Version | Plugin Version | Notes |
54
54
  |-----------------|----------------|-------|
55
+ | 4.5.4 – 4.6.99 | 3.0.3 | ServiceIP routed/physical device & interface fields |
56
+ | 4.5.4 – 4.6.99 | 3.0.2 | GraphQL schema fix: `DatetimeFilterLookup` resolves `DuplicatedTypeName` error |
55
57
  | 4.5.4 – 4.6.99 | 3.0.1 | ServiceCoreTrunk, ServiceCoreLink, ServiceIP models + full API/UI/tests |
56
58
  | 4.5.4 – 4.6.99 | 3.0.0 | NetBox 4.6 support (Django 6.0) |
57
59
  | 4.5.4+ | 2.1.0 | `last_seen` field, bulk ops, status badges |
@@ -88,7 +90,11 @@ or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netb
88
90
 
89
91
  ```bash
90
92
  # For NetBox 4.5.4 – 4.6.99
91
- netbox-cesnet-services-plugin==3.0.1
93
+ netbox-cesnet-services-plugin==3.0.3
94
+
95
+ # For NetBox 4.5.4 – 4.6.99 (previous releases)
96
+ # netbox-cesnet-services-plugin==3.0.2
97
+ # netbox-cesnet-services-plugin==3.0.1
92
98
 
93
99
  # For NetBox 4.5.4 – 4.6.99 (without new service models)
94
100
  # netbox-cesnet-services-plugin==3.0.0