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

637 data model visualization is broken #638

Merged
merged 8 commits into from Apr 17, 2023

Conversation

nhoening
Copy link
Contributor

@nhoening nhoening commented Apr 13, 2023

Closes #637 check there for some investigation details.

…and doesn't allow passing in a command anymore

Signed-off-by: Nicolas Höning <nicolas@seita.nl>
…quired)

Signed-off-by: Nicolas Höning <nicolas@seita.nl>
…replaces the --dev option

Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
@nhoening nhoening linked an issue Apr 13, 2023 that may be closed by this pull request
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
@coveralls
Copy link
Collaborator

coveralls commented Apr 13, 2023

Pull Request Test Coverage Report for Build 4722440452

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 64.793%

Totals Coverage Status
Change from base Build 4720952735: 0.0%
Covered Lines: 7071
Relevant Lines: 10158

💛 - Coveralls

Copy link
Contributor

@victorgarcia98 victorgarcia98 left a comment

Choose a reason for hiding this comment

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

I didn't know this feature and I really like it 😄

I run it locally and I an error when I had to install the required packages:

sudo apt install python3-pydot python3-pydot-ng graphviz
Error:

E: Unable to locate package python3-pydot-ng

By just installing graphviz with apt, the command make show-data-model, run without problem. Maybe we should update line.

Signed-off-by: Nicolas Höning <nicolas@seita.nl>
…hemadisplay library), rename a variable for readability

Signed-off-by: Nicolas Höning <nicolas@seita.nl>
@nhoening
Copy link
Contributor Author

I believe you're right and I confimed it locally, @victorgarcia98. It seems the pydot capability can be also installed by pip, and actually it does come as a dependency of the library anyway.

Copy link
Contributor

@victorgarcia98 victorgarcia98 left a comment

Choose a reason for hiding this comment

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

Thanks! That would be it :D

@nhoening nhoening merged commit cf74312 into main Apr 17, 2023
5 checks passed
@nhoening nhoening deleted the 637-data-model-visualization-is-broken branch April 17, 2023 15:04
@Flix6x Flix6x added this to the 0.13.0 milestone Apr 18, 2023
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.

data model visualization is broken
4 participants