Skip to content

Commit

Permalink
Merge pull request #52 from Marginal/retire_v2
Browse files Browse the repository at this point in the history
Retire v2 commodities schema and v1 outfitting and shipyard schemas
  • Loading branch information
AnthorNet committed Oct 25, 2016
2 parents 924c948 + 341f159 commit 46c2a73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 286 deletions.
96 changes: 0 additions & 96 deletions schemas/commodity-v2.0.json

This file was deleted.

121 changes: 0 additions & 121 deletions schemas/outfitting-v1.0.json

This file was deleted.

61 changes: 0 additions & 61 deletions schemas/shipyard-v1.0.json

This file was deleted.

16 changes: 8 additions & 8 deletions src/eddn/conf/Settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@ class _Settings(object):
GATEWAY_IP_KEY_SALT = None

GATEWAY_JSON_SCHEMAS = {
"http://schemas.elite-markets.net/eddn/commodity/2": "schemas/commodity-v2.0.json",
"http://schemas.elite-markets.net/eddn/commodity/2/test": "schemas/commodity-v2.0.json",
"http://schemas.elite-markets.net/eddn/commodity/3": "schemas/commodity-v3.0.json",
"http://schemas.elite-markets.net/eddn/commodity/3/test": "schemas/commodity-v3.0.json",

"http://schemas.elite-markets.net/eddn/shipyard/1": "schemas/shipyard-v1.0.json",
"http://schemas.elite-markets.net/eddn/shipyard/1/test": "schemas/shipyard-v1.0.json",
"http://schemas.elite-markets.net/eddn/shipyard/2": "schemas/shipyard-v2.0.json",
"http://schemas.elite-markets.net/eddn/shipyard/2/test": "schemas/shipyard-v2.0.json",

"http://schemas.elite-markets.net/eddn/outfitting/1": "schemas/outfitting-v1.0.json",
"http://schemas.elite-markets.net/eddn/outfitting/1/test": "schemas/outfitting-v1.0.json",
"http://schemas.elite-markets.net/eddn/outfitting/2": "schemas/outfitting-v2.0.json",
"http://schemas.elite-markets.net/eddn/outfitting/2/test": "schemas/outfitting-v2.0.json",

"http://schemas.elite-markets.net/eddn/blackmarket/1": "schemas/blackmarket-v1.0.json",
"http://schemas.elite-markets.net/eddn/blackmarket/1/test": "schemas/blackmarket-v1.0.json",

"http://schemas.elite-markets.net/eddn/journal/1": "schemas/journal-v1.0.json",
"http://schemas.elite-markets.net/eddn/journal/1/test": "schemas/journal-v1.0.json"
"http://schemas.elite-markets.net/eddn/journal/1/test": "schemas/journal-v1.0.json",
}

GATEWAY_OUTDATED_SCHEMAS = [
"http://schemas.elite-markets.net/eddn/commodity/1",
"http://schemas.elite-markets.net/eddn/commodity/1/test"
"http://schemas.elite-markets.net/eddn/commodity/1/test",
"http://schemas.elite-markets.net/eddn/commodity/2",
"http://schemas.elite-markets.net/eddn/commodity/2/test",
"http://schemas.elite-markets.net/eddn/outfitting/1",
"http://schemas.elite-markets.net/eddn/outfitting/1/test",
"http://schemas.elite-markets.net/eddn/shipyard/1",
"http://schemas.elite-markets.net/eddn/shipyard/1/test",
]

###############################################################################
Expand Down

0 comments on commit 46c2a73

Please sign in to comment.