-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix CCSB and DOAJ #7426
Fix CCSB and DOAJ #7426
Conversation
User documentation update: JabRef/user-documentation#348 |
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.
Could you please add tests for this as well? Thanks! Otherwise it looks good to me.
What's the status here? |
@tobiasdiez I did not find time yet to write the tests. Please give me some time to dive into this again. We also have a devcall on Monday. Would you like to participate, please? |
Only other tests fail. Would it be OK to finally review these changes and merge? Then we can work on fixing the fetchers. |
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.
Looks good to me.
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.
One last remark
src/test/java/org/jabref/logic/importer/fetcher/transformators/JstorQueryTransformerTest.java
Outdated
Show resolved
Hide resolved
Since the remark of tobias is fixed and besides this fix the changes were minimal we are going to merge this now. Some small follow-up issues were create in koppors fork. Plan is to fix the fetchers now one by one with a pr for each. |
* upstream/main: (354 commits) Fix ScienceDirect fetcher (#7684) Refactor NoBibTexFieldCheckerTest to increase mutation coverage (#7697) Update Gradle from 6.8.3 to 7.0 (#7619) Fixes #7305: the RFC fetcher is not compatible with the draftFix for issue 7305 (#7674) Refactoring existing unit tests (#7693) cover boundary cases & add more unit tests (#7694) Bump classgraph from 4.8.104 to 4.8.105 (#7688) Bump java-diff-utils from 4.9 to 4.10 (#7692) Fix arXiv fetcher tests (#7686) Make key for ScienceDirect configurable (#7683) migration of timestamp (#7671) Fix CCSB and DOAJ (#7426) [Bot] Update CSL styles (#7680) MS Office XML: Export month name (#7677) linkfix (#7678) readd fix (#7675) Fix threading cleanup in performSearch (#7672) add missing changelog delete bug fix (#7580) Add more unit tests to three gui classes (#7636) ... # Conflicts: # build.gradle
This aligns the implementation to the documentation.
Some fetchers still need to be checked.