-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
GH-110 Add parcel receiving logic #118
Open
Jakubk15
wants to merge
37
commits into
master
Choose a base branch
from
receiving-logic
base: master
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.
+632
−557
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f24c5c5
Remove recipients field from Parcel object. Convert GuiView to interface
Jakubk15 bc1f26a
Create ParcelCollectionGui. Simplify unit test. Add more config entries.
Jakubk15 44e65d7
Remove builder() method from Parcel
Jakubk15 d121759
Fix test
Jakubk15 9cda801
Exclude gson from relocation. Enable auto-relocation
Jakubk15 3982f80
Move checkstyle config to gradle/
Jakubk15 853ec0e
Rename ExceptionHandler to SentryExceptionHandler
Jakubk15 d39695b
Add ParcelManager#collectParcel method
Jakubk15 893132e
Fix relocation. Add Blossom replacement tokens
Jakubk15 c6c3262
Update src/main/java/com/eternalcode/parcellockers/gui/implementation…
Jakubk15 965fc3e
Remove checkstyle
Jakubk15 c0951e4
Merge remote-tracking branch 'origin/receiving-logic' into receiving-…
Jakubk15 2b3dde9
Implement removeAll() methods. Add DebugCommand. Fix ParcelCollectionGui
Jakubk15 42817d9
Implement parcel collection logic, minor code improvements
Jakubk15 4def015
Improve pagination logic
Jakubk15 fd01b8a
Update src/main/java/com/eternalcode/parcellockers/command/debug/Debu…
Jakubk15 2c63ae7
Update src/main/java/com/eternalcode/parcellockers/gui/implementation…
Jakubk15 ce8c10f
Merge remote-tracking branch 'origin/receiving-logic' into receiving-…
Jakubk15 8c5d200
Unify repository method naming
Jakubk15 a42e565
Fix build. Improve run-task tasks
Jakubk15 5b92da4
Fix CompletionException. Improve DebugCommand
Jakubk15 91387c7
apply coderabbit suggestion
Jakubk15 9d0b2cc
Fix items shift. Give items synchronously. migrate to commons ItemUti…
Jakubk15 85d9997
remove todo
Jakubk15 16d7cb6
Correct version in gradle
Jakubk15 932cd53
Update src/main/java/com/eternalcode/parcellockers/parcel/ParcelManag…
Jakubk15 2092096
Update src/main/java/com/eternalcode/parcellockers/command/debug/Debu…
Jakubk15 6c4bcf5
Update src/main/java/com/eternalcode/parcellockers/command/debug/Debu…
Jakubk15 693d1c9
Update src/main/java/com/eternalcode/parcellockers/command/debug/Debu…
Jakubk15 acf44b9
Update src/main/java/com/eternalcode/parcellockers/command/debug/Debu…
Jakubk15 26fdfd2
Update src/main/java/com/eternalcode/parcellockers/command/debug/Debu…
Jakubk15 993df00
Update src/main/java/com/eternalcode/parcellockers/command/debug/Debu…
Jakubk15 2c58d76
Reformat code, do not use * imports
Jakubk15 92993ca
Merge branch 'receiving-logic' of https://github.com/EternalCodeTeam/…
Jakubk15 89441b1
Import necessary classes
Jakubk15 2553e7a
Do not create instance of ParcelCollectionGui every time.
Jakubk15 9806ceb
Update src/main/java/com/eternalcode/parcellockers/configuration/impl…
Jakubk15 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
org.gradle.daemon=true | ||
org.gradle.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=2048m | ||
org.gradle.parallel=true | ||
org.gradle.workers.max=8 | ||
org.gradle.caching=true | ||
#org.gradle.configuration-cache=true | ||
org.gradle.vfs.watch=true |
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.
💡 Verification agent
🧩 Analysis chain
Consider using a stable version of shadow plugin.
Using beta version
9.0.0-beta8
in production could lead to unexpected issues.🌐 Web query:
💡 Result:
The latest stable version of the Gradle Shadow Plugin is v8.3.1, released on September 10, 2024[1][10]. This version includes compatibility updates and fixes for issues like excluding Gradle APIs in Java Gradle Plugin publications[1][10].
Key Changes in v8.x Series:
com.github.johnrengelman.shadow
tocom.gradleup.shadow
[1][5].com.gradleup.shadow:shadow-gradle-plugin
[1][5].9.0.0-beta7
,9-beta
) are still in beta as of February 2025[1][5].For production use with Java projects targeting Java ≤11 or needing stability, v8.3.x remains recommended until v9 stabilizes[1][10].
Citations:
Switch to a Stable Shadow Plugin Version
"9.0.0-beta8"
."8.3.1"
.📝 Committable suggestion