-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Support customized entry types in BibliographyConsistencyCheck #13799
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
Open
dcarpentiero
wants to merge
43
commits into
JabRef:main
Choose a base branch
from
dcarpentiero:customized-entry-types-13794
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.
Open
Changes from 2 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
94e1770
feat: draft PR for substituting `BibEntryTypesManager` instead of `Bi…
dcarpentiero b42b7c8
Merge remote-tracking branch 'origin/main' into customized-entry-type…
dcarpentiero 274d859
fix: removing comments
dcarpentiero b9d69c2
fix: resolving conflicts
dcarpentiero b2bc3a4
Merge branch 'main' into customized-entry-types-13794
dcarpentiero 8128685
Merge branch 'main' into customized-entry-types-13794
dcarpentiero 831ed3b
Merge branch 'main' into customized-entry-types-13794
dcarpentiero 9942817
fix: modern best practices: Set.copyOf() instead of new HashSet<>()
dcarpentiero ff8006e
Merge remote-tracking branch 'origin/customized-entry-types-13794' in…
dcarpentiero d453516
feat: double constructor: a default and accepting manager constructor
dcarpentiero 53b83d9
Update jablib/src/main/java/org/jabref/logic/quality/consistency/Bibl…
dcarpentiero b7145af
feat: passing down the BibEntryTypes manager to BibliographyConsisten…
dcarpentiero baeff03
feat: starting substituting CliPreferences with JabRefCliPreferences …
dcarpentiero 3a79c98
Merge branch 'main' into customized-entry-types-13794
dcarpentiero d302f7c
fix: BibliographyConsistencyCheck now accept a CliPreference passed d…
dcarpentiero 76394d7
Merge branch 'main' into customized-entry-types-13794
dcarpentiero 3f97a75
feat: `BibliographyConsistencyCheckTest`, `BibliographyConsistencyChe…
dcarpentiero 37416ff
fix: passing `getCustomEntryTypes` parameter to `JabKit`, `CheckConsi…
dcarpentiero 66b2bbf
fix: typo
dcarpentiero 2031f0e
fix: typo
dcarpentiero ad131c6
fix: typo and parameter order
dcarpentiero 9c24a2f
fix: removal unnecessary parameter
dcarpentiero ff9a529
fix: removal unnecessary parameter
dcarpentiero d6d8278
fix: removing double import--using `argumentProcessor.cliPrefences`
dcarpentiero 0d7e37d
fix: using `mockito` for testing
dcarpentiero 1fc3810
fix: resolving conflicts
dcarpentiero d30b731
fix: resolving conflicts
dcarpentiero 462657a
fix: resolving conflicts
dcarpentiero 704885f
Merge branch 'main' into customized-entry-types-13794
dcarpentiero c321b78
fix: removing double imports
dcarpentiero 79af35f
fix: removing double imports
dcarpentiero 3befca7
fix: removing `CliPreferences` redundancy–– `GuiPreferences` already …
dcarpentiero 7125b76
fix: `PreferencesMigrations.runMigrations(preferences);` now accepts …
dcarpentiero e580f9a
fix: passing null to `getCustomEntryTypesRepository` to get the first…
dcarpentiero d3bfbd8
fix: adding no-parameter `getCustomEntryRepository` method to `CliPre…
dcarpentiero 6ed613a
fix: typo
dcarpentiero 6cc90e2
fix: adding missing method to `BibliographyConsistencyCheckTest`
dcarpentiero f1adef0
fix: including previously excluded entries that have consistent (miss…
dcarpentiero 6cea857
fix: typo
dcarpentiero c899efa
feat: now accepting entries that present consistent (eg. all absent) …
dcarpentiero 3e6c4b1
fix: when filtering entries, checking if the entry has a differing fi…
dcarpentiero d681cd8
fix: when filtering entries, checking if the entry has a differing fi…
dcarpentiero 5040b0c
Merge branch 'main' into customized-entry-types-13794
dcarpentiero 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
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.
Uh oh!
There was an error while loading. Please reload this page.