Skip to content
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

Release/v8 #185

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

Release/v8 #185

wants to merge 36 commits into from

Conversation

SeveralCircles
Copy link
Member

No description provided.

SeveralCircles and others added 30 commits March 28, 2024 14:57
FLR-15 Move Flames branding from author to footer
FLR 17 - Start work on Amiguito
Refactored project to JDK 20, modified user consent actions, enhanced user data storage, and fixed 'hootenanny' spelling inconsistencies. Added new data management classes and adjusted localization files accordingly.
Introduce the `HootenannyDataManager` to manage hootenanny data, including methods to save and retrieve this data. Modify `FlamesServer` and `Conversation` classes to incorporate hootenanny data operations, ensuring that relevant data is persisted correctly. A new method in `FlamesServer` checks if today is a hootenanny day.
Removed the entirety of the Amiguito feature from the codebase, including related classes, data management, and frontend components. This declutters the project by eliminating unused functionalities.
Removed obsolete `Personality` and `Thought` related classes. Transitioned user data handling to utilize `LegacyFlamesUser` and associated legacy classes, ensuring backward compatibility and maintaining data integrity during the upgrade process.
Removed legacy user handling across multiple classes and replaced it with the updated FlamesDataManager. This includes adding methods for user and server data management, refactoring interfaces to use FlamesUser, and streamlining the Conversation processMessage logic.
Replaced `LegacyFlamesUser` with `FlamesUser` in multiple commands and handlers to streamline data operations. Deleted `GetAlongCommand.java` as it was deprecated. Added getters and setters for improved encapsulation in `Conversation.java`.
Added DataUpgradeUtil to handle the migration from legacy data structures. Refactored the FlamesServer and FlamesUser classes to include constructors for compatibility with legacy data objects. Updated FlamesDataManager to save the new data structures.
SeveralCircles and others added 6 commits August 27, 2024 09:55
Restored URL filtering in `MessageEvent`. Added methods and documentation for `FlamesDataManager`. Simplified ordinal day logic and updated several strings in resources.
Refactored the data upgrade mechanism to run conditionally based on a command-line argument "RunUpgrade". Added unit tests for FlamesServer and FlamesDataManager. Enhanced existing classes with comprehensive Javadoc comments.
Added conditions to ignore specific messages in `MessageEvent` and handled long questions in `SparkCommand`. Adjusted several text resources, included server score updates, and improved user and server data embeds to reflect changes in data handling and aesthetics.
Replaced calls to user.getName() with user.getGlobalName() across multiple classes. This change ensures that the global name is consistently used throughout the application.
Update user name method calls to use getGlobalName()
Refactored CLASSPATH definitions in various scripts to remove SNAPSHOT suffixes and organize dependencies. Introduced new user management features including destructive dropdowns and confirmation modals for data deletion, with corresponding locale properties for both English and Spanish.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants