1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

clean up / format / poetry (#1000)

* stub in poetry for pipenv

* re-add tester image

* add pre-commit / formatting

* fix ghactions

* revert test data whitespace, exclude tests/data

* revert ws

* decruft, rm tox/pipenv

* install dev packages for base image

* add lgtm config to force to py3
This commit is contained in:
Matt Griswold
2021-07-10 10:12:35 -05:00
committed by GitHub
parent c458173667
commit 5147028bee
260 changed files with 3356 additions and 2456 deletions

View File

@@ -1,36 +1,36 @@
{
"results": [
{
"Name": "Facility 1",
"Management": "Organization 1",
"CLLI": "CLLI1",
"NPA-NXX": "1-1",
"City": "City 1",
"Country": "US",
"State": "State 1",
"Postal Code": "1",
"Name": "Facility 1",
"Management": "Organization 1",
"CLLI": "CLLI1",
"NPA-NXX": "1-1",
"City": "City 1",
"Country": "US",
"State": "State 1",
"Postal Code": "1",
"Networks": 1
},
},
{
"Name": "Facility 2",
"Management": "Organization 2",
"CLLI": "CLLI2",
"NPA-NXX": "2-2",
"City": "City 2",
"Country": "FI",
"State": "State 2",
"Postal Code": "2",
"Name": "Facility 2",
"Management": "Organization 2",
"CLLI": "CLLI2",
"NPA-NXX": "2-2",
"City": "City 2",
"Country": "FI",
"State": "State 2",
"Postal Code": "2",
"Networks": 1
},
},
{
"Name": "Facility 3",
"Management": "Organization 3",
"CLLI": "CLLI3",
"NPA-NXX": "3-3",
"City": "City 3",
"Country": "",
"State": "State 3",
"Postal Code": "3",
"Name": "Facility 3",
"Management": "Organization 3",
"CLLI": "CLLI3",
"NPA-NXX": "3-3",
"City": "City 3",
"Country": "",
"State": "State 3",
"Postal Code": "3",
"Networks": 1
}
]

View File

@@ -1,24 +1,24 @@
{
"results": [
{
"Name": "Exchange 1",
"Media Type": "Ethernet",
"Country": "US",
"City": "City 1",
"Name": "Exchange 1",
"Media Type": "Ethernet",
"Country": "US",
"City": "City 1",
"Networks": 1
},
},
{
"Name": "Exchange 2",
"Media Type": "Ethernet",
"Country": "FI",
"City": "City 2",
"Name": "Exchange 2",
"Media Type": "Ethernet",
"Country": "FI",
"City": "City 2",
"Networks": 1
},
},
{
"Name": "Exchange 3",
"Media Type": "Ethernet",
"Country": "",
"City": "City 3",
"Name": "Exchange 3",
"Media Type": "Ethernet",
"Country": "",
"City": "City 3",
"Networks": 1
}
]

View File

@@ -1,39 +1,39 @@
{
"results": [
{
"Name": "Network 1",
"Also known as": "AKA 1",
"ASN": 1,
"General Policy": "Open",
"Network Type": "Not Disclosed",
"Network Scope": "Not Disclosed",
"Traffic Levels": "0-20Mbps",
"Traffic Ratio": "Not Disclosed",
"Exchanges": 1,
"Name": "Network 1",
"Also known as": "AKA 1",
"ASN": 1,
"General Policy": "Open",
"Network Type": "Not Disclosed",
"Network Scope": "Not Disclosed",
"Traffic Levels": "0-20Mbps",
"Traffic Ratio": "Not Disclosed",
"Exchanges": 1,
"Facilities": 1
},
},
{
"Name": "Network 2",
"Also known as": "AKA 2",
"ASN": 2,
"General Policy": "Open",
"Network Type": "Not Disclosed",
"Network Scope": "Not Disclosed",
"Traffic Levels": "0-20Mbps",
"Traffic Ratio": "Not Disclosed",
"Exchanges": 1,
"Name": "Network 2",
"Also known as": "AKA 2",
"ASN": 2,
"General Policy": "Open",
"Network Type": "Not Disclosed",
"Network Scope": "Not Disclosed",
"Traffic Levels": "0-20Mbps",
"Traffic Ratio": "Not Disclosed",
"Exchanges": 1,
"Facilities": 1
},
},
{
"Name": "Network 3",
"Also known as": "AKA 3",
"ASN": 3,
"General Policy": "Open",
"Network Type": "Not Disclosed",
"Network Scope": "Not Disclosed",
"Traffic Levels": "0-20Mbps",
"Traffic Ratio": "Not Disclosed",
"Exchanges": 1,
"Name": "Network 3",
"Also known as": "AKA 3",
"ASN": 3,
"General Policy": "Open",
"Network Type": "Not Disclosed",
"Network Scope": "Not Disclosed",
"Traffic Levels": "0-20Mbps",
"Traffic Ratio": "Not Disclosed",
"Exchanges": 1,
"Facilities": 1
}
]

View File

@@ -1,18 +1,18 @@
{
"results": [
{
"Name": "Organization 1",
"Country": "US",
"Name": "Organization 1",
"Country": "US",
"City": "City 1"
},
},
{
"Name": "Organization 2",
"Country": "FI",
"Name": "Organization 2",
"Country": "FI",
"City": "City 2"
},
},
{
"Name": "Organization 3",
"Country": "",
"Name": "Organization 3",
"Country": "",
"City": "City 3"
}
]