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

Converted Log to new backend system #2227

Merged
merged 1 commit into from
Nov 21, 2018

Conversation

muhrin
Copy link
Contributor

@muhrin muhrin commented Nov 21, 2018

  • Removed custom Log find methods. These are piped through to the QueryBuilder now
  • Temporarily adding dblog dummy model (can be removed once spyros finishes with the aldjemy work)

@muhrin muhrin requested a review from sphuber November 21, 2018 10:43
@coveralls
Copy link

coveralls commented Nov 21, 2018

Coverage Status

Coverage decreased (-0.06%) to 68.791% when pulling 14ef6e6 on muhrin:orm_log_refactor into aa79072 on aiidateam:provenance_redesign.

Copy link
Contributor

@sphuber sphuber left a comment

Choose a reason for hiding this comment

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

One question, but other than that looks good

@@ -80,21 +80,21 @@ def entry_points(self):
if not self._entry_points:
for category in self.entry_point_categories:
key = 'aiida.' + category
ep_list = [i[:i.find('=')].strip() for i in self.entry_points_raw[key]]
ep_list = [i[:i.find()].strip() for i in self.entry_points_raw[key]]
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you remove these '=' from the find() call intentionally?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops, no, that was a search-replace mistake. I found a couple of others and reverted.

* Removed custom Log find methods.  These are piped through to the
QueryBuilder now
* Temporarily adding dblog dummy model
@sphuber sphuber merged commit bd59481 into aiidateam:provenance_redesign Nov 21, 2018
@muhrin muhrin deleted the orm_log_refactor branch November 21, 2018 13:17
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.

None yet

3 participants