-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Improve citation key handling for #12292 #14099
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
Closed
+762
−26
Closed
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
547d217
Improve INSPIRE citekey handling and cleanup
SLin417 67116d5
Merge pull request #1 from SLin417/sonia-inspirefetcher
u7978428 91ae89f
Provide a switch to let users choose whether to enable the texkeys fu…
u7978428 9c6d882
feat(3.2): Add retry mechanism and validation to INSPIRE fetcher
QiyuanHananu 64b8d07
Merge main into qiyuan-inspireretry
QiyuanHananu f248c71
fix: Adjust timeout and exception handling for URLDownload compatibility
QiyuanHananu bc84296
Merge pull request #3 from SLin417/qiyuan-inspireretry
QiyuanHananu eb48ff1
Merge pull request #4 from SLin417/main
SLin417 6133c0b
Use CitationKeyGenerator to generate new keys for INSPIREFetcher and …
SLin417 bb0a220
Merge pull request #5 from SLin417/sonia-inspirefetcher
u7978428 4f2b006
Merge pull request #2 from SLin417/yuxiao-keycleanup
Junqi597 f6907cc
Implement identifier detection and UI prompt enhancement
u7978428 7da31e2
Merge pull request #6 from SLin417/yuxiao-keycleanup
Junqi597 c276938
feat: enhance INSPIREFetcher with texkeys extraction and retry mechan…
Junqi597 5de358d
feat: prioritize INSPIREFetcher for arXiv identifiers with fallback.
Junqi597 c773d99
Merge branch 'main' into junqi-compositeidfetcher
Junqi597 8ba0fad
Add long citation key detection with user guidance notification.
u7978428 6e7a5a6
Merge pull request #7 from SLin417/junqi-compositeidfetcher
SLin417 7f8d425
Merge pull request #8 from SLin417/yuxiao-keycleanup
Junqi597 0b6bd5d
Add logging to WebSearch ViewModels
u7978428 303975f
test
AmandaDec 1bc4cba
test
AmandaDec 4e82452
Merge pull request #9 from SLin417/yuxiao-keycleanup
Junqi597 f1b63d3
test
AmandaDec 12defef
test
AmandaDec cdcb119
test
AmandaDec 643d45c
Add routing and texkeys tests for INSPIRE fetcher and OpenAlex parser…
AmandaDec c9cb687
Merge origin/zhouran-routingtests: resolve conflicts and fix INSPIREF…
AmandaDec 8a97466
test
AmandaDec 3e23ec0
debug
AmandaDec 717fbc6
Move doPostCleanup to performSearch after setTexkeys
SLin417 c343089
Rewrite INSPIREFetcherTexkeysTest
SLin417 9e5494a
Rewrite OpenAlexParserTest
SLin417 689fbaf
Correct the names of tests.
SLin417 98952c5
Correct the names of test classes.
SLin417 4220be8
changes for import static org.junit.jupiter.api.Assertions.*
AmandaDec de3509f
Fix compilation errors in test classes
QiyuanHananu e7cfd1c
delete test
AmandaDec 6d92ffa
add test
AmandaDec 2e69968
Fix bugs in WebSearchPaneViewModelIdentifierTest.
SLin417 ee5e5db
Merge pull request #11 from SLin417/zhouran-routingtests
SLin417 4cafceb
Merge branch 'main' into main
SLin417 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,3 +66,4 @@ tasks.cyclonedxBom { | |
| componentVersion = project.version.toString() | ||
| componentGroup = "org.jabref" | ||
| } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is an indication that an AI was used without double check.