-
-
Notifications
You must be signed in to change notification settings - Fork 101
Release v3.5 #545
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
Release v3.5 #545
Conversation
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
* Added missing javadocs * pr comments
Added a short embed message to sendExplanationMessage() in HelpSystemHelper.java for the purpose of reminding users to use the slash command "/close". The command is used to close their question thread when their question has been answered. Addresses issues #482
Bumps com.diffplug.spotless from 6.9.1 to 6.10.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…asses (#529) * Replaces enum-utility-pattern classes with regular noninstantiable classes * removed unused variable
Bumps [ascii-table](https://github.com/freva/ascii-table) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/freva/ascii-table/releases) - [Commits](freva/ascii-table@1.3.0...1.4.0) --- updated-dependencies: - dependency-name: com.github.freva:ascii-table dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixed attachment error + close input stream correctly * Improved log message clarity
* removed unnecessary checks from AskCommand * removed unnecessary checks from ChangeHelpCategoryCommand * removed unnecessary checks from ChangeHelpTitleCommand * removed unnecessary checks from CloseCommand * removed unused code from HelpSystemHelper * removed unnecessary checks from AuditCommand * remove unnecessary checks from ModerationUtils#handleRoleChangeChecks * remove unused imports * removed unnecessary checks from BanCommand * removed unnecessary checks from KickCommand * removed unnecessary checks from NoteCommand * removed unnecessary checks from UnbanCommand * removed unnecessary checks from WarnCommand * removed unused method from MoerationUtils * removed unnecessary checks from TagManageCommand * removed unnecessary checks from TopHelpersCommand * removed unused entry from comfig template * fixed tag manage command test * fixed TagManagedCommandTest * restore stagingChannelPattern * fixed the logic of AuditCommand checks
Bumps [flyway-core](https://github.com/flyway/flyway) from 9.1.3 to 9.2.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-9.1.3...flyway-9.2.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Removal of threads when user leaves * Pass all the tests * Added purging of thread channels in DB after a week * Added some comments * Changed from deleting thread to archiving it * Changed naming of variables * Fixed various changes suggested by Zabuzard/Tais * Fixed various changes suggested by Zabuzard * Added annotation and changed variable name Co-authored-by: mikerasch <[email protected]>
* Added documentation and private modifiers * Added more clarity to ensure optimal agreement on the use cases of parameters. * Fixed period at the end of the parameter documentation
* added MemeListener checks if the sent message in Meme Channel contains Media * added MemeListenerTests * added Review Feedback * CodeFactor does not allow escaped Unicode * fixed typo * aded Review Feedback * added Review Feedback * added Review Feedback * added Review Feedback * added Review Feedback * added Review Feedback * added Review Feedback * added Review Feedback * added Review Feedback * Improved the unit tests * Use raw message when forwarding Co-authored-by: Zabuzard <[email protected]>
* Fixed blocking bugs and improved readability of page-turn mechanism * Display last page by default, max page size 10
* added "handleRequireOverviewChannel" helper to reduce code duplication
* Cleaned up Nonnull/Nullable mess * Fixed some issues * Spotless after rebase * Fixes after rebase
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
New features:
/close
for help threadsBugfixes:
/audit
unable to retrieve usersPlatform:
@ParametersAreNonnullByDefault
and cleaned up usages of@Nonnull
/@Nullable