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

chore: tables attached to domain description in load stage is not authorized starting from 1.2.0 but a config migration is automatically done ## Summary #909

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

tiboun
Copy link
Collaborator

@tiboun tiboun commented May 30, 2024

No description provided.

@tiboun tiboun force-pushed the improve/remove-tables-deprecation branch 2 times, most recently from 3d94fdf to f965331 Compare May 31, 2024 13:32
…horized starting from 1.2.0 but a config migration is automatically done
@tiboun tiboun force-pushed the improve/remove-tables-deprecation branch from f965331 to 8743e3b Compare May 31, 2024 14:38
Copy link
Contributor

@hayssams hayssams left a comment

Choose a reason for hiding this comment

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

LGTM
Gr8 PR

@@ -231,6 +234,7 @@ case class LoadDesc(version: Int, load: Domain)

def asDot(includeAllAttrs: Boolean, fkTables: Set[String]): String = {
tables
.sortBy(_.name)
Copy link
Contributor

Choose a reason for hiding this comment

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

sortBy(_.getFinaleName) probably

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This has no importance regarding rendering I think. It was introduced here in order to have an determinist output for unit test assertion.

@hayssams hayssams merged commit f639aa9 into master Jun 3, 2024
5 checks passed
@hayssams hayssams deleted the improve/remove-tables-deprecation branch June 3, 2024 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants