CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
cesnet_service_path_plugin/__init__.py
cesnet_service_path_plugin/navigation.py
cesnet_service_path_plugin/search.py
cesnet_service_path_plugin/template_content.py
cesnet_service_path_plugin/urls.py
cesnet_service_path_plugin.egg-info/PKG-INFO
cesnet_service_path_plugin.egg-info/SOURCES.txt
cesnet_service_path_plugin.egg-info/dependency_links.txt
cesnet_service_path_plugin.egg-info/requires.txt
cesnet_service_path_plugin.egg-info/top_level.txt
cesnet_service_path_plugin/api/__init__.py
cesnet_service_path_plugin/api/urls.py
cesnet_service_path_plugin/api/serializers/__init__.py
cesnet_service_path_plugin/api/serializers/segment.py
cesnet_service_path_plugin/api/serializers/segment_circuit_mapping.py
cesnet_service_path_plugin/api/serializers/service_path.py
cesnet_service_path_plugin/api/serializers/service_path_segment_mapping.py
cesnet_service_path_plugin/api/views/__init__.py
cesnet_service_path_plugin/api/views/segment.py
cesnet_service_path_plugin/api/views/segment_circuit_mapping.py
cesnet_service_path_plugin/api/views/service_path.py
cesnet_service_path_plugin/api/views/service_path_segment_mapping.py
cesnet_service_path_plugin/filtersets/__init__.py
cesnet_service_path_plugin/filtersets/segment.py
cesnet_service_path_plugin/filtersets/segment_circuit_mapping.py
cesnet_service_path_plugin/filtersets/service_path.py
cesnet_service_path_plugin/filtersets/service_path_segment_mapping.py
cesnet_service_path_plugin/forms/__init__.py
cesnet_service_path_plugin/forms/segment.py
cesnet_service_path_plugin/forms/segment_circuit_mapping.py
cesnet_service_path_plugin/forms/service_path.py
cesnet_service_path_plugin/forms/service_path_segment_mapping.py
cesnet_service_path_plugin/graphql/__init__.py
cesnet_service_path_plugin/graphql/filters.py
cesnet_service_path_plugin/graphql/schema.py
cesnet_service_path_plugin/graphql/types.py
cesnet_service_path_plugin/migrations/0001_segment.py
cesnet_service_path_plugin/migrations/0002_servicepath.py
cesnet_service_path_plugin/migrations/0003_servicepathsegmentmapping.py
cesnet_service_path_plugin/migrations/0004_add_komora_id_and_imported_data_to_models.py
cesnet_service_path_plugin/migrations/0005_segmentcircuitmapping_segment_circuits_and_more.py
cesnet_service_path_plugin/migrations/0006_remove_servicepath_circuits_and_more.py
cesnet_service_path_plugin/migrations/0007_segment_comments.py
cesnet_service_path_plugin/migrations/0008_servicepath_comments.py
cesnet_service_path_plugin/migrations/0009_rename_supplier_segment_contract_segment_provider_segment_contract_and_more.py
cesnet_service_path_plugin/migrations/0010_replace_supplier_with_provider.py
cesnet_service_path_plugin/migrations/0011_remove_segment_supplier_alter_segment_provider.py
cesnet_service_path_plugin/migrations/0012_segment_sync_status_servicepath_sync_status.py
cesnet_service_path_plugin/migrations/0013_alter_segment_table_and_more.py
cesnet_service_path_plugin/migrations/0014_remove_segment_imported_data_and_more.py
cesnet_service_path_plugin/migrations/0015_merge_notes_to_comments.py
cesnet_service_path_plugin/migrations/0016_remove_segment_note_a_remove_segment_note_b.py
cesnet_service_path_plugin/migrations/0017_remove_segment_device_a_remove_segment_device_b_and_more.py
cesnet_service_path_plugin/migrations/0018_remove_segment_sync_status_and_more.py
cesnet_service_path_plugin/migrations/0019_alter_servicepathsegmentmapping_options_and_more.py
cesnet_service_path_plugin/migrations/0020_add_field_status_to_segment_and_servicepath.py
cesnet_service_path_plugin/migrations/0021_copy_service_path_state_to_status.py
cesnet_service_path_plugin/migrations/0022_remove_field_state_from_servicepath.py
cesnet_service_path_plugin/migrations/0023_alter_servicepath_kind.py
cesnet_service_path_plugin/migrations/0024_segment_path_geometry_segment_path_length_km_and_more.py
cesnet_service_path_plugin/migrations/0025_alter_segment_path_geometry.py
cesnet_service_path_plugin/migrations/__init__.py
cesnet_service_path_plugin/models/__init__.py
cesnet_service_path_plugin/models/custom_choices.py
cesnet_service_path_plugin/models/segment.py
cesnet_service_path_plugin/models/segment_circuit_mapping.py
cesnet_service_path_plugin/models/service_path.py
cesnet_service_path_plugin/models/service_path_segment_mapping.py
cesnet_service_path_plugin/tables/__init__.py
cesnet_service_path_plugin/tables/segment.py
cesnet_service_path_plugin/tables/segment_circuit_mapping.py
cesnet_service_path_plugin/tables/service_path.py
cesnet_service_path_plugin/tables/service_path_segment_mapping.py
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/circuit_segments_extension.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/circuit_segments_template_column.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/location_segments_extension.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/provider_segments_extension.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/segment.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/segment_list.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/segment_map.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/segment_path_clear_confirm.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/segmentcircuitmapping.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/segments_map.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/servicepath.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/servicepathsegmentmapping.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/site_segments_extension.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/tenant_provider_extension.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/date_status_badge.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/leaflet_includes.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/map_layer_dropdown.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/map_layers_config.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/map_layers_styles.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/map_status_colors.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/path_data_badge.html
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/inc/path_length.html
cesnet_service_path_plugin/utils/__init__.py
cesnet_service_path_plugin/utils/utils_gis.py
cesnet_service_path_plugin/views/__init__.py
cesnet_service_path_plugin/views/segment.py
cesnet_service_path_plugin/views/segment_circuit_mapping.py
cesnet_service_path_plugin/views/service_path.py
cesnet_service_path_plugin/views/service_path_segment_mapping.py
tests/__init__.py
tests/test_komora_service_path_plugin.py