-
-
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
Git Integration and UI Improvements #12252
Open
khola22
wants to merge
93
commits into
JabRef:main
Choose a base branch
from
khola22:branch-1
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 87 commits
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
094252c
l'ajout de la classe BackUpManagerJGit
nawalchahboune d0f6346
l'ajout de la classe BackUpManagerJGit
nawalchahboune 7fd8f89
Merge remote-tracking branch 'origin/main'
nawalchahboune 9ab37a2
l'ajout de la classe BackUpManagerJGit
nawalchahboune d8812ef
Add the class JGIT
af50c7c
first git implementation, not tested
e72d408
ajout de la methide backupGitDiffers
nawalchahboune d427e05
Added Pop up to choose backup
0737f48
adding methods 06/11
nawalchahboune f68236f
methods aded and changed : retrieveCommitDetails , retreiveCommits
nawalchahboune 129d175
I start switching French comments to English
ilias-lwa3r b82682a
finish switching comments from French to English
ilias-lwa3r 34a2889
Added table
b299e5f
Navigation through dialogs implemented
d2b3619
some modif
nawalchahboune d84fcab
some modif
nawalchahboune 54fa60a
fix some issues
nawalchahboune 9a8e615
adding date details
nawalchahboune 62a8beb
Merge branch 'UI' into branch-1
df21a4d
Merge branch 'branch-1' of https://github.com/khola22/jabref into bra…
0f9fcb9
Revert "Merge branch 'branch-1' of https://github.com/khola22/jabref …
7b6ee3f
Reapply "Merge branch 'branch-1' of https://github.com/khola22/jabref…
b67b2d9
minor fixes
3f9584e
Minor Synthax fixes
76b6f92
supression de classe BackupManagerJGit
nawalchahboune fc94296
differenciation BackupManagerOld et BackupManager
nawalchahboune d6df47a
Corrected errors related to BackupManagerGit class
9a07077
Start tests
9c86a64
OpenDatabaseAction adapted
fa42e86
Start adapting SaveDatabaseAction.java and LibraryTab.java
be482cd
Classes adapted, except for UI
2797c01
UI update
27f7c47
Merge branch 'branch-1' of https://github.com/khola22/jabref into bra…
d070e67
Starting tests
528fe03
Starting tests
d40eadd
Merge remote-tracking branch 'origin/branch-1' into branch-1
11f65c7
first tests that are working
8ebb62a
All the tests for BackupManagerGit + Launcher working
562b285
Add some LOGGERS to BackupManagerGit.java
a2fa8b0
Adapted UI to BackupManagerGit for ChoiceDialog
1ad47a3
Adapted BackupUIManager to BackupManagerGit
a580032
Adapted Tests to UI adaptation
9a1c3a1
Added getter for name attribute of BackupEntry
1013c3c
Revert "Added getter for name attribute of BackupEntry"
4daf772
Final fix
ecad580
fixed the issue with detecting changes
c356375
Merge remote-tracking branch 'origin/branch-1' into branch-1
5d22a1a
editing the testRerieveCommitDetails test
nawalchahboune ae8583a
Fix the shutdown / usage of old BackupManager
44f4e17
correct path
19b0ef5
attempt to remove useless original path in some methods
nawalchahboune 7f89d89
CORRECTING PATHS ! a clean launch (except for the 1st exception)
850e681
Merge remote-tracking branch 'origin/branch-1' into branch-1
119e5d0
Fixed the dialog of the 1st exception)
a7d271b
Fixed the infinite loops of commits
96c3239
Reversed backup list
5d0afe6
no more NULL for git initialization
7a48131
resolving prblm
nawalchahboune 47d5238
Copying files to the backupdir logic
e881ce4
Add listeners
02fa1d1
Listeners detect changes but don't set needsBackup to true (I don't k…
c219a98
correct comment
5ae7407
Resolve the comment : Remove this here, we already have a newer versi…
ebe6f6b
Resolve the comment : delete this file (module-info.java), it's not n…
b0cc7f7
Adding BackupManagerGitTest class (with 5/5 passed tests)
nawalchahboune 7085fc4
- Implement the unique file names in order to avoid conflicts when co…
3532d2e
The popup is available again
08b3c0c
Restore backup that functions
2c6da4b
Corrected retrieve commits / commits details
bca3558
Updated submodule abbrv.jabref.org
7e63aa2
Updated submodule csl-styles to latest commit
97caf34
Added support to review each change in a backup
Gillan0 b1c006e
Remove usage of BackupFileUtil in UI
Gillan0 aac4915
BackupResolverDialog.java doesn't use the old backup system anymore.
a292db3
change in CHANGELOG.md
7ae97d1
Updated submodule csl-locales to latest commit
5bbefcf
Merge branch 'main' into branch-1
khola22 70b123b
Update CHANGELOG.md
khola22 69ad0f3
CHANGELOG.md changes
a577ad9
Resolve comment on LibraryTab.java and BackupManagerGit.java
e55a831
Resolve comment on LibraryTab.java and BackupManagerGit.java
cf23e68
Resolve comment on BackupUIManager.java
61a1987
checkstyle
b515e51
Working Tests
8f06c80
Add missing submodule configuration
d3b6dd3
Apply OpenRewrite recipes
2a05da5
Correct Unit Tests
dbe6f2b
Added new UI text to JabRef_en.properties
Gillan0 3d13e22
Merge branch 'fix-localization-issues' into branch-1
e065399
Resolve comment on BackupManagerGitTest.java and
nawalchahboune 01478c7
Resolve comments on insatantiation within mock
nawalchahboune e4ad25c
Merge branch 'main' into branch-1
khola22 da79d5d
Resolve comment about BackupUIManager.java
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
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.
entryTypesManager
is available as visible above. No need to inject.