Skip to content
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

feat: includes missing datasources #1190

Merged

Conversation

wolf4ood
Copy link
Contributor

@wolf4ood wolf4ood commented Apr 3, 2024

WHAT

Includes missing datasources

  • module postgresql-migraiton has been splitted in
    • postgres-migration-lib: base migration logic
    • dataplane-migration : data plane specific migrations
    • control-plane-migration : control-plane specific migrations
  • helm charts have been updated accordingly
  • some refactoring due upstream changes on vc data model

WHY

prep for release

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes #1173

@wolf4ood wolf4ood force-pushed the feat/1173_missing_datasources branch 2 times, most recently from 706dd2c to c0364b9 Compare April 3, 2024 13:26
@wolf4ood wolf4ood force-pushed the feat/1173_missing_datasources branch from c0364b9 to d44cf1c Compare April 3, 2024 13:35
@wolf4ood wolf4ood force-pushed the feat/1173_missing_datasources branch from d44cf1c to 6b267c1 Compare April 3, 2024 14:00
@wolf4ood wolf4ood force-pushed the feat/1173_missing_datasources branch from 3ce0ecd to 8d53427 Compare April 3, 2024 17:33
Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@wolf4ood wolf4ood marked this pull request as ready for review April 4, 2024 07:15
@wolf4ood wolf4ood merged commit fd5e27b into eclipse-tractusx:main Apr 4, 2024
32 checks passed
@wolf4ood wolf4ood deleted the feat/1173_missing_datasources branch April 4, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

feat: Incorporate the missing SQL data sources
2 participants