-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[19.09] Fix data_manager_manual with new data tables + cleanup and fixes #8817
Conversation
4c78302
to
6bed265
Compare
I think this is ready for review now. |
@mvdbeek here are now some conflicts. |
This is needed in case data_manager_manual should create a new data table.
Co-Authored-By: Nicola Soranzo <nicola.soranzo@gmail.com>
@@ -520,7 +520,6 @@ def tool_shed_repository(self): | |||
name=self.repository_name, | |||
owner=self.repository_owner, | |||
installed_changeset_revision=self.installed_changeset_revision, | |||
repository_id=self.repository_id, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I understand this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you specify a repository_id we'll not be able to use ToolConfRepository items, which don't have an id. We should only provide the repository_id when working in the galaxy_install module.
Builds on #8792 by @abretaud