-
-
Notifications
You must be signed in to change notification settings - Fork 105
Features/add command to reset activity for a help thread #739
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
Merged
CodePawfect
merged 23 commits into
Together-Java:develop
from
CodePawfect:features/add-command-to-reset-activity-for-a-help-thread
Jan 20, 2023
Merged
Changes from 9 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dc1fd1a
add HelpThreadHistoryCache class;
CodePawfect 7072821
Implement feature #567: Add command to reset activity for a help thread
CodePawfect 3f2a7c2
change access modifier back to private and class back to final;
CodePawfect 07dfec7
changed ResetActivityCommand from own command to Subcommand;
CodePawfect 9ae5835
add removeChannel method to cache; adjust methods;
CodePawfect 3aefdbe
replaced HelpThreadManuallyResetHistoryCache.java with Caffeine Object.
CodePawfect e2464bf
adjust cache setting and variable name;
CodePawfect 49d15a4
changes command response message;
CodePawfect 0ef8cb3
changed access modifier to package-private; adjust resetActivity;
CodePawfect 8e61a4f
changed suggestions from code findings;
CodePawfect ca4f636
removed not needed sorting;
CodePawfect ba631e6
adjust line formatting;
CodePawfect 3625a00
added if case that only thread author can reset activity;
CodePawfect 485e277
added if case that only thread author can reset activity;
CodePawfect d5aaff7
changed blocking to async method;
CodePawfect d03a114
add return;
CodePawfect b2d6ae7
removed lines from lambda;
CodePawfect 142e20d
changed cache type
CodePawfect d96edac
changed getId to getIdLong and removed line;
CodePawfect e2d7d3a
resolved code findings;
CodePawfect dd339a8
resolved code findings #2;
CodePawfect ae2d562
resolved code findings #3;
CodePawfect 895d487
resolved code findings #4;
CodePawfect 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
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.
Uh oh!
There was an error while loading. Please reload this page.