Skip to content

Conversation

@ezilber-akamai
Copy link
Contributor

📝 Description

Added support for VPC/DBaaS Integration features and unit tests.

✔️ How to Test

The following test steps assume you have pulled down this PR locally.

Unit Testing

make test-unit

@ezilber-akamai ezilber-akamai requested a review from a team as a code owner June 4, 2025 20:14
@ezilber-akamai ezilber-akamai added the new-feature for new features in the changelog. label Jun 4, 2025
@ezilber-akamai ezilber-akamai requested review from lgarber-akamai, yec-akamai and zliang-akamai and removed request for a team June 4, 2025 20:14

EngineConfig *PostgresDatabaseEngineConfig `json:"engine_config,omitempty"`
EngineConfig *PostgresDatabaseEngineConfig `json:"engine_config,omitempty"`
PrivateNetwork *DatabasePrivateNetwork `json:"private_network,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally I'd be a concerned about whether this type of substruct would diverge per-database type in the future, but I don't think that's likely in this case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I thought separating it out into two separate structs, but I agree its not likely to diverge.

Copy link
Contributor

@lgarber-akamai lgarber-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Copy link
Member

@zliang-akamai zliang-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ezilber-akamai ezilber-akamai merged commit e7aca77 into linode:proj/dbaas-vpc Jun 5, 2025
10 checks passed
lgarber-akamai added a commit that referenced this pull request Oct 6, 2025
* Added support for VPC DBaaS Integration and corresponding unit tests (#763)

* fix unit tests (#828)

* Re-run TestInstance_GetMonthlyTransfer

* IPv6Range -> IPv6Ranges (#833)

---------

Co-authored-by: Erik Zilber <ezilber@akamai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-feature for new features in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants