-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Implement logic orchestration for Git Pull/Push operations #13518
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
wanling0000
wants to merge
33
commits into
JabRef:main
Choose a base branch
from
wanling0000:clean-gsoc-git-support-init
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 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
43ca5f7
init: add basic test case for git sync service
wanling0000 7fa3b86
feat(git): Add SemanticMerger MVP #12350
wanling0000 6233df9
feat(git): Implement normal sync loop without conflicts #12350
wanling0000 8d3fa2b
chore(git): Apply review suggestions #12350
wanling0000 269473d
chore(git): Fix CI-related issues #12350
wanling0000 ac66eed
chore(git): Add push test + Fix failing unit test #12350
wanling0000 69575b5
chore(git): Fix variable names + refactoring (moving the GitConflictRβ¦
wanling0000 3fc49c3
refactor(git): Apply strategy pattern for conflict resolution + add Gβ¦
wanling0000 32c30a0
fix: Repair failing unit tests and CI integration tests #12350
wanling0000 f8250d1
Fix submodules
wanling0000 477cfae
Merge remote-tracking branch 'upstream/main' into clean-gsoc-git-suppβ¦
wanling0000 61a19b8
test: Try to fix GitHandlerTest by ensuring remote main branch existsβ¦
wanling0000 7e36b2e
test: Try to fix GitSyncServiceTest/GitStatusCheckerTest by ensuring β¦
wanling0000 cf60c02
test: Try to fix GitSyncServiceTest by explicitly pushing refspec #12350
wanling0000 bf05ce9
Merge branch 'main' into clean-gsoc-git-support-init
wanling0000 5799483
test: Try to fix GitSyncServiceTest by explicitly checking out to theβ¦
wanling0000 36e7d95
Merge branch 'clean-gsoc-git-support-init' of github.com:wanling0000/β¦
wanling0000 9107ddf
test: Try to fix GitSyncServiceTest #12350
wanling0000 0ea08f1
Change exception logging
koppor bd2a738
Merge branch 'main' into clean-gsoc-git-support-init
koppor a78c8c4
test: Add debug output to GitSyncServiceTest #12350
wanling0000 fe3d84e
Merge branch 'clean-gsoc-git-support-init' of github.com:wanling0000/β¦
wanling0000 d055947
test: Fix GitSyncServiceTest by closing Git resources and improving cβ¦
wanling0000 22f9704
test: Fix GitSyncServiceTest by switching to init() + remoteAdd() + pβ¦
wanling0000 a0a39cc
test: Remove redundant git field in GitSyncServiceTest #12350
wanling0000 0419771
Merge remote-tracking branch 'upstream/main' into clean-gsoc-git-suppβ¦
wanling0000 15aca84
fix: Apply trag bot suggestion and fix bug where newly merged entriesβ¦
wanling0000 b9a072a
Merge remote-tracking branch 'upstream/main' into clean-gsoc-git-suppβ¦
wanling0000 1e13ffd
fix: Resolve Modernizer violations #12350
wanling0000 aaeac7c
chore: Apply valid trag-bot suggestions #12350
wanling0000 fc67d0d
chore: Apply valid trag-bot suggestions in logic module; partially upβ¦
wanling0000 c721298
chore: Apply valid trag-bot suggestions (change RevisionTriple.base tβ¦
wanling0000 d3f5536
Use JSpecify
koppor 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
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.
I think, this was OK.
Maybe, you need to close
aliceGit
at the end of the method.