-
Notifications
You must be signed in to change notification settings - Fork 500
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
5456 external tools for other mimetypes #5464
5456 external tools for other mimetypes #5464
Conversation
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.
I have some changes in mind but I'll summarize in the issue which gets more visibility than pull requests.
@@ -0,0 +1 @@ | |||
ALTER TABLE externaltool ADD COLUMN contenttype text; |
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.
Two things:
Should this have a NOT NULL
in it to be consistent with @Column(nullable = false)
?
Are we sure the next version is 4.10.2? This may be a question for @djbrooke .
5456-External_tools_for_other_mimetypes Conflicts: src/test/java/edu/harvard/iq/dataverse/externaltools/ExternalToolHandlerTest.java
and the fact that external tools can work on other mimetypes...
New Contributors
Welcome! New contributors should at least glance at CONTRIBUTING.md, especially the section on pull requests where we encourage you to reach out to other developers before you start coding. Also, please note that we measure code coverage and prefer you write unit tests. Pull requests can still be reviewed without tests or completion of the checklist outlined below. Thanks!
Related Issues
Pull Request Checklist