-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
realised too late that templates are fixed so only django is hard coded at the moment
- Loading branch information
1 parent
1b71984
commit 10f866f
Showing
17 changed files
with
185 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -782,6 +782,7 @@ rabbitmq: | |
- '3.6' | ||
- '3.5' | ||
supported: | ||
- '4.0' | ||
- '3.13' | ||
- '3.12' | ||
legacy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 11 additions & 7 deletions
18
sites/platform/static/files/fetch/examples/relationships/elasticsearch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
{ | ||
"username": null, | ||
"scheme": "http", | ||
"service": "elasticsearch77", | ||
"fragment": null, | ||
"ip": "169.254.169.232", | ||
"hostname": "jmgjydr275pkj5v7prdj2asgxm.elasticsearch77.service._.eu-3.platformsh.site", | ||
"port": 9200, | ||
"cluster": "rjify4yjcwxaa-master-7rqtwti", | ||
"host": "elasticsearch.internal", | ||
"rel": "elasticsearch", | ||
"path": null, | ||
"query": [], | ||
"password": null, | ||
"port": 9200, | ||
"host_mapped": false, | ||
"service": "elasticsearch77", | ||
"hostname": "jmgjydr275pkj5v7prdj2asgxm.elasticsearch77.service._.eu-3.platformsh.site", | ||
"epoch": 0, | ||
"instance_ips": [ | ||
"247.229.144.158" | ||
], | ||
"rel": "elasticsearch", | ||
"scheme": "http", | ||
"type": "elasticsearch:7.7", | ||
"public": false, | ||
"host_mapped": false | ||
"public": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 11 additions & 7 deletions
18
sites/platform/static/files/fetch/examples/relationships/mysql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
{ | ||
"username": "user", | ||
"scheme": "mysql", | ||
"service": "mariadb104", | ||
"fragment": null, | ||
"ip": "169.254.255.221", | ||
"hostname": "e3wffyxtwnrxujeyg5u3kvqi6y.mariadb104.service._.eu-3.platformsh.site", | ||
"port": 3306, | ||
"cluster": "rjify4yjcwxaa-master-7rqtwti", | ||
"host": "mysql.internal", | ||
"rel": "mysql", | ||
"path": "main", | ||
"query": { | ||
"is_master": true | ||
}, | ||
"password": "", | ||
"port": 3306, | ||
"host_mapped": false, | ||
"service": "mariadb104", | ||
"hostname": "e3wffyxtwnrxujeyg5u3kvqi6y.mariadb104.service._.eu-3.platformsh.site", | ||
"epoch": 0, | ||
"instance_ips": [ | ||
"246.85.48.128" | ||
], | ||
"rel": "mysql", | ||
"scheme": "mysql", | ||
"type": "mariadb:10.4", | ||
"public": false, | ||
"host_mapped": false | ||
"public": false | ||
} |
18 changes: 11 additions & 7 deletions
18
sites/platform/static/files/fetch/examples/relationships/opensearch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
{ | ||
"username": null, | ||
"scheme": "http", | ||
"service": "opensearch12", | ||
"fragment": null, | ||
"ip": "169.254.99.100", | ||
"hostname": "2e36wpnescmc5ffcddczsnhnai.opensearch12.service._.eu-3.platformsh.site", | ||
"port": 9200, | ||
"cluster": "rjify4yjcwxaa-master-7rqtwti", | ||
"host": "opensearch.internal", | ||
"rel": "opensearch", | ||
"path": null, | ||
"query": [], | ||
"password": null, | ||
"port": 9200, | ||
"host_mapped": false, | ||
"service": "opensearch12", | ||
"hostname": "2e36wpnescmc5ffcddczsnhnai.opensearch12.service._.eu-3.platformsh.site", | ||
"epoch": 0, | ||
"instance_ips": [ | ||
"246.207.64.37" | ||
], | ||
"rel": "opensearch", | ||
"scheme": "http", | ||
"type": "opensearch:1.2", | ||
"public": false, | ||
"host_mapped": false | ||
"public": false | ||
} |
18 changes: 11 additions & 7 deletions
18
sites/platform/static/files/fetch/examples/relationships/oraclemysql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
{ | ||
"username": "user", | ||
"scheme": "mysql", | ||
"service": "oraclemysql", | ||
"fragment": null, | ||
"ip": "169.254.150.190", | ||
"hostname": "7q5hllmmhoeuthu6th7qovoone.oraclemysql.service._.eu-3.platformsh.site", | ||
"port": 3306, | ||
"cluster": "rjify4yjcwxaa-master-7rqtwti", | ||
"host": "oraclemysql.internal", | ||
"rel": "mysql", | ||
"path": "main", | ||
"query": { | ||
"is_master": true | ||
}, | ||
"password": "", | ||
"port": 3306, | ||
"host_mapped": false, | ||
"service": "oraclemysql", | ||
"hostname": "7q5hllmmhoeuthu6th7qovoone.oraclemysql.service._.eu-3.platformsh.site", | ||
"epoch": 0, | ||
"instance_ips": [ | ||
"246.180.32.9" | ||
], | ||
"rel": "mysql", | ||
"scheme": "mysql", | ||
"type": "oracle-mysql:8.0", | ||
"public": false, | ||
"host_mapped": false | ||
"public": false | ||
} |
18 changes: 11 additions & 7 deletions
18
sites/platform/static/files/fetch/examples/relationships/postgresql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
{ | ||
"username": "main", | ||
"scheme": "pgsql", | ||
"service": "postgresql12", | ||
"fragment": null, | ||
"ip": "169.254.38.66", | ||
"hostname": "zydalrxgkhif2czr3xqth3qkue.postgresql12.service._.eu-3.platformsh.site", | ||
"port": 5432, | ||
"cluster": "rjify4yjcwxaa-master-7rqtwti", | ||
"host": "postgresql.internal", | ||
"rel": "postgresql", | ||
"path": "main", | ||
"query": { | ||
"is_master": true | ||
}, | ||
"password": "main", | ||
"port": 5432, | ||
"host_mapped": false, | ||
"service": "postgresql12", | ||
"hostname": "zydalrxgkhif2czr3xqth3qkue.postgresql12.service._.eu-3.platformsh.site", | ||
"epoch": 0, | ||
"instance_ips": [ | ||
"247.229.144.9" | ||
], | ||
"rel": "postgresql", | ||
"scheme": "pgsql", | ||
"type": "postgresql:12", | ||
"public": false, | ||
"host_mapped": false | ||
"public": false | ||
} |
18 changes: 11 additions & 7 deletions
18
sites/platform/static/files/fetch/examples/relationships/rabbitmq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
{ | ||
"username": "guest", | ||
"scheme": "amqp", | ||
"service": "rabbitmq39", | ||
"fragment": null, | ||
"ip": "169.254.220.199", | ||
"hostname": "453lqa3dz2ekflsrm7whfdhbiq.rabbitmq39.service._.eu-3.platformsh.site", | ||
"port": 5672, | ||
"cluster": "rjify4yjcwxaa-master-7rqtwti", | ||
"host": "rabbitmq.internal", | ||
"rel": "rabbitmq", | ||
"path": null, | ||
"query": [], | ||
"password": "guest", | ||
"port": 5672, | ||
"host_mapped": false, | ||
"service": "rabbitmq39", | ||
"hostname": "453lqa3dz2ekflsrm7whfdhbiq.rabbitmq39.service._.eu-3.platformsh.site", | ||
"epoch": 0, | ||
"instance_ips": [ | ||
"247.229.144.230" | ||
], | ||
"rel": "rabbitmq", | ||
"scheme": "amqp", | ||
"type": "rabbitmq:3.9", | ||
"public": false, | ||
"host_mapped": false | ||
"public": false | ||
} |
18 changes: 11 additions & 7 deletions
18
sites/platform/static/files/fetch/examples/relationships/redis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
{ | ||
"username": null, | ||
"scheme": "redis", | ||
"service": "redis6", | ||
"fragment": null, | ||
"ip": "169.254.22.75", | ||
"hostname": "7mnenhdiz7ecraovljrba6pmiy.redis6.service._.eu-3.platformsh.site", | ||
"port": 6379, | ||
"cluster": "rjify4yjcwxaa-master-7rqtwti", | ||
"host": "redis.internal", | ||
"rel": "redis", | ||
"path": null, | ||
"query": [], | ||
"password": null, | ||
"port": 6379, | ||
"host_mapped": false, | ||
"service": "redis6", | ||
"hostname": "7mnenhdiz7ecraovljrba6pmiy.redis6.service._.eu-3.platformsh.site", | ||
"epoch": 0, | ||
"instance_ips": [ | ||
"247.229.144.209" | ||
], | ||
"rel": "redis", | ||
"scheme": "redis", | ||
"type": "redis:6.0", | ||
"public": false, | ||
"host_mapped": false | ||
"public": false | ||
} |
Oops, something went wrong.