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

Drop the nodeversion and public columns of DbNode #2937

Merged

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented May 28, 2019

Fixes #2925

These columns have been there from the initial model definition but have
not been used at all. The adaptation of the import export format will be
taken care of in another commit, that takes all the changes since v0.3
into account in one go.

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.4%) to 69.312% when pulling 5aaae84be9dead35d155bfe6aa9b751cbf297950 on sphuber:fix_2925_drop_node_version_public into fbfabe8 on aiidateam:develop.

@coveralls
Copy link

coveralls commented May 28, 2019

Coverage Status

Coverage decreased (-0.02%) to 72.649% when pulling a7a624e on sphuber:fix_2925_drop_node_version_public into 95ced04 on aiidateam:develop.

# self.node.delete_extra(extra_name)

# with self.assertRaises(AttributeError):
# self.node.get_extra(extra_name)
Copy link
Member

Choose a reason for hiding this comment

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

Are these commented out by mistake?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

@sphuber sphuber force-pushed the fix_2925_drop_node_version_public branch from 5aaae84 to 8140933 Compare May 28, 2019 06:53
Copy link
Member

@giovannipizzi giovannipizzi left a comment

Choose a reason for hiding this comment

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

Thanks!

These columns have been there from the initial model definition but have
not been used at all. The adaptation of the import export format will be
taken care of in another commit, that takes all the changes since v0.3
into account in one go.
@sphuber sphuber force-pushed the fix_2925_drop_node_version_public branch from 8140933 to a7a624e Compare May 28, 2019 07:39
@sphuber sphuber merged commit b8eaffc into aiidateam:develop May 28, 2019
@sphuber sphuber deleted the fix_2925_drop_node_version_public branch May 28, 2019 08:24
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.

Drop public and nodeversion columns for node models
3 participants