-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Store journal abbreviation lists in specified directory #12544
Draft
adhamahmad
wants to merge
18
commits into
JabRef:main
Choose a base branch
from
adhamahmad:fix-for-issue-10557
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+506
−128
Draft
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b2dc993
feat: Allow user to set journal abbreviation directory and ensure cus…
adhamahmad 53ac1f7
removed extra spaces
adhamahmad 1eb3eb0
removed extra spaces
adhamahmad 628a648
Merge branch 'main' into fix-for-issue-10557
adhamahmad c8d0eaf
Merge branch 'JabRef:main' into fix-for-issue-10557
adhamahmad b926f72
Merge branch 'main' into fix-for-issue-10557
adhamahmad cc70174
Implement automatic detection of journal lists and CSV to MVStore con…
adhamahmad b54cb36
Apply OpenRewrite fixes to follow JabRef coding guidelines
adhamahmad 7fa15b1
Add detailed JavaDoc for initializeDirectory method
adhamahmad 4b57648
Refactor: Extract magic strings as constants for maintainability
adhamahmad 0ce80ba
Refactor: removed trivial comment
adhamahmad 29eaf82
Merge branch 'main' into fix-for-issue-10557
adhamahmad ffd98f7
Regenerate missing .mv files even if CSV timestamps are unchanged
adhamahmad fdf074f
Created Unit tests for CsvToMv conversion
adhamahmad b8ee7ef
Removed .csv branch from JournalAbbreviationsTabViewModel.updtaeJour…
adhamahmad 700f63c
Merge remote-tracking branch 'upstream/main' into fix-for-issue-10557
adhamahmad 1b96435
Merge branch 'main' into fix-for-issue-10557
adhamahmad 07acaff
Merge branch 'main' into fix-for-issue-10557
adhamahmad 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 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 |
---|---|---|
@@ -1,27 +1,21 @@ | ||
<!-- YOU HAVE TO MODIFY THE TEXT BELOW TO FIT YOUR PR. OTHERWISE, YOUR PR WILL BE CLOSED WITHOUT FURTHER COMMENT. --> | ||
<!-- YOU HAVE TO MODIFY THIS TEXT TO FIT YOUR PR. OTHERWISE, YOUR PR WILL BE CLOSED WITHOUT FURTHER COMMENT. --> | ||
|
||
<!-- LINK THE ISSUE WITH THE "Closes" KEYWORD --> | ||
<!-- Example: Closes (link) OR Closes #12345 --> | ||
Describe the changes you have made here: what, why, ... | ||
|
||
Closes _____ | ||
Describe the changes you have made here: what, where, why, ... | ||
If your work is not yet complete, please open a draft pull request. In that case, outline your intended next steps. Do you need feedback? Will you continue in parallel? ... | ||
<!-- LINK THE ISSUE WITH THE "Closes" KEYWORD --> | ||
<!-- Example: Closes (link) OR Closes #xyz --> | ||
|
||
### Mandatory checks | ||
|
||
<!-- | ||
Go throgh the checklist below. It is mandatory, even for a draft pull request. | ||
|
||
Keep ALL the items. Mark them as follows: | ||
[x] done | ||
[ ] not done | ||
[/] not applicable | ||
- Go through the list below. Please don't remove any items. | ||
- [x] done; [ ] not done / not applicable | ||
--> | ||
|
||
- [x] I own the copyright of the code submitted and I license it under the [MIT license](https://github.com/JabRef/jabref/blob/main/LICENSE) | ||
- [ ] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if change is visible to the user) | ||
- [ ] Tests created for changes (if applicable) | ||
- [ ] Manually tested changed features in running JabRef (always required) | ||
- [ ] Screenshots added in PR description (if change is visible to the user) | ||
- [ ] Screenshots added in PR description (for UI changes) | ||
- [ ] [Checked developer's documentation](https://devdocs.jabref.org/): Is the information available and up to date? If not, I outlined it in this pull request. | ||
- [ ] [Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not, I created an issue at <https://github.com/JabRef/user-documentation/issues> or, even better, I submitted a pull request to the documentation repository. |
This file contains 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 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 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 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 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 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 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 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
Submodule abbrv.jabref.org
updated
2 files
+0 −7 | journals/journal_abbreviations_mathematics.csv | |
+0 −3 | journals/journal_abbreviations_ubc.csv |
This file contains 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 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 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.
Method lacks JavaDoc despite being a complex method that handles file loading and data transformation. The method's purpose and behavior should be documented.