Skip to content

Commit

Permalink
Remove references to mongodb (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai authored May 5, 2023
1 parent 9b2ad5d commit 448d818
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12,421 deletions.
1 change: 0 additions & 1 deletion databases.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const (

const (
DatabaseEngineTypeMySQL DatabaseEngineType = "mysql"
DatabaseEngineTypeMongo DatabaseEngineType = "mongodb"
DatabaseEngineTypePostgres DatabaseEngineType = "postgresql"
)

Expand Down
324 changes: 0 additions & 324 deletions mongo.go

This file was deleted.

21 changes: 1 addition & 20 deletions test/integration/fixtures/TestDatabase_List.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9017,26 +9017,7 @@ interactions:
1, "hosts": {"primary": null, "secondary": null}, "port": 3306, "updates": {"frequency":
"weekly", "duration": 3, "hour_of_day": 0, "day_of_week": null, "week_of_month":
null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05", "instance_uri":
"/v4/databases/mysql/instances/522"}, {"id": 6806, "label": "tf_test-6495208472049336246",
"type": "g6-nanode-1", "engine": "mongodb", "version": "3.6.21", "region": "us-southeast",
"status": "provisioning", "encrypted": false, "allow_list": [], "cluster_size":
1, "hosts": {"primary": null, "secondary": null}, "port": 27017, "updates":
{"frequency": "weekly", "duration": 3, "hour_of_day": 0, "day_of_week": null,
"week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05",
"instance_uri": "/v4/databases/mongodb/instances/6806"}, {"id": 6807, "label":
"tf_test-6874476732250362643", "type": "g6-nanode-1", "engine": "mongodb", "version":
"3.6.21", "region": "us-southeast", "status": "provisioning", "encrypted": true,
"allow_list": ["0.0.0.0/0"], "cluster_size": 1, "hosts": {"primary": null, "secondary":
null}, "port": 27017, "updates": {"frequency": "weekly", "duration": 3, "hour_of_day":
0, "day_of_week": null, "week_of_month": null}, "created": "2018-01-02T03:04:05",
"updated": "2018-01-02T03:04:05", "instance_uri": "/v4/databases/mongodb/instances/6807"},
{"id": 6808, "label": "tf_test-3486893335994149933", "type": "g6-nanode-1",
"engine": "mongodb", "version": "3.6.21", "region": "us-southeast", "status":
"provisioning", "encrypted": true, "allow_list": ["0.0.0.0/0"], "cluster_size":
3, "hosts": {"primary": null, "secondary": null}, "port": 27017, "updates":
{"frequency": "weekly", "duration": 3, "hour_of_day": 0, "day_of_week": null,
"week_of_month": null}, "created": "2018-01-02T03:04:05", "updated": "2018-01-02T03:04:05",
"instance_uri": "/v4/databases/mongodb/instances/6808"}, {"id": 10043, "label":
"/v4/databases/mysql/instances/522"}, {"id": 10043, "label":
"go-postgres-testing-def", "type": "g6-nanode-1", "engine": "postgresql", "version":
"10.14", "region": "ap-west", "status": "active", "encrypted": false, "allow_list":
["203.0.113.1", "192.0.1.0/24"], "cluster_size": 3, "hosts": {"primary": "lin-10043-2411-pgsql-primary.servers.linodedb.net",
Expand Down
Loading

0 comments on commit 448d818

Please sign in to comment.