-
Notifications
You must be signed in to change notification settings - Fork 3
feat(dbaas): Update DBaaS for production release #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
65b8dc1 to
69a8f23
Compare
|
Pure Unit test coverage
Minimum allowed coverage is Generated by 🐒 cobertura-action against eccb8c6 |
|
Global test coverage
Minimum allowed coverage is Generated by 🐒 cobertura-action against eccb8c6 |
|
📦 Download test reports to see details |
|
📦 Download test reports to see details |
|
📦 Download test reports to see details |
|
📦 Download test reports to see details |
1d114a4 to
090fe44
Compare
|
📦 Download test reports to see details |
|
📦 Download test reports to see details |
4825fb1 to
60708d0
Compare
|
📦 Download test reports to see details |
chore: clean things up chore: remove outdated todo comment
* feat(dbaas): allowed cidrs schema * feat(dbaas): resource CRUD ops * feat(dbaas): read datasource * docs(dbaas): cidr whitelist example * fix(dbaas): minor fixes * fix(dbaas): ip filtering api changes * feat(dbaas): datasource * fix(dbaas): update state after update * feat(dbaas): add kubernetes identifier * feat(dbaas): implement new datasources and improve api matching (#56) * refactor(dbaas): clean unused backup resources * feat(dbaas): replace backups by backup schedule * docs(dbaas): backup schedule * feat(dbaas): data datasources * docs(dbaas): packs & consts datasources * fix(dbaas): minor fixs * fix(dbaas): api changes on backup schedules * fix(dbaas): allowed cidrs type * refactor: only use int64 (#57) refactor(kaas): extract schemas refactor(dbaas): extract schemas refactor(domain): extract schemas refactor: unused scopes packges fix: minor fixes Co-authored-by: Copilot <[email protected]> fix(dbaas): latest api changes fix: minor fixs
60708d0 to
e5bd104
Compare
|
📦 Download test reports to see details |
📊 Test Reports Available🔍 Unit Test Results: View Detailed Report 🔍 Acceptance Mocked Test Results: View Detailed Report 📦 Download archive test reports to see details |
|



Match API usage with the latest API changes that broke the DBaaS resources.
Allow users to setup IP Filtering and backups on their DbaaS.