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

Commits on Mar 28, 2024

  1. Merge pull request #160 from colorfulFlames/main

    Update quick fix
    SeveralCircles authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d30ee69 View commit details
    Browse the repository at this point in the history
  2. Code quality

    SeveralCircles committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3765d85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #164 from colorfulFlames/main

    Update qodana.yaml
    SeveralCircles authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1c77769 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    5ce4eda View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    SeveralCircles authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0140d49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9167c80 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #174 from colorfulFlames/qodana/quick-fixes-847688…

    …0656
    
    🤖 Apply quick-fixes by Qodana
    SeveralCircles authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ebec0dc View commit details
    Browse the repository at this point in the history
  5. Clean code

    SeveralCircles committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a9b615e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38c7f5a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    a405bba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #175 from colorfulFlames/qodana/quick-fixes-847695…

    …8543
    
    🤖 Apply quick-fixes by Qodana
    SeveralCircles authored May 2, 2024
    Configuration menu
    Copy the full SHA
    543bc52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #177 from colorfulFlames/FLR-15

    FLR-15 Move Flames branding from author to footer
    SeveralCircles authored May 2, 2024
    Configuration menu
    Copy the full SHA
    20964b7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    8b404a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b84095 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #182 from colorfulFlames/FLR-17

    FLR 17 - Start work on Amiguito
    SeveralCircles authored May 9, 2024
    Configuration menu
    Copy the full SHA
    c09951e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    d819fd7 View commit details
    Browse the repository at this point in the history
  2. yeah

    SeveralCircles committed May 28, 2024
    Configuration menu
    Copy the full SHA
    07900a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    49ba1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c4a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef41c31 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    c488d1e View commit details
    Browse the repository at this point in the history
  2. Fix FLR-22

    SeveralCircles committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4570de6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Update project configurations, user data handling, and text resources

    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.
    SeveralCircles committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f87293b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add Hootenanny data management functionality

    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.
    SeveralCircles committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e97b5af View commit details
    Browse the repository at this point in the history
  2. Remove Amiguito feature.

    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.
    SeveralCircles committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    728800e View commit details
    Browse the repository at this point in the history
  3. Retire outdated classes, update user handling strategy

    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.
    SeveralCircles committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    aa1c84e View commit details
    Browse the repository at this point in the history
  4. Replace legacy user management with new FlamesDataManager

    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.
    SeveralCircles committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    427b961 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Refactor data management, remove deprecated class

    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`.
    SeveralCircles committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bcaf5d6 View commit details
    Browse the repository at this point in the history
  2. Integrate data upgrade utility and refactor data classes

    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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    68a9292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1217d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix URL filtering, enhance data management, update embeds

    Restored URL filtering in `MessageEvent`. Added methods and documentation for `FlamesDataManager`. Simplified ordinal day logic and updated several strings in resources.
    SeveralCircles committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ff03ba0 View commit details
    Browse the repository at this point in the history
  2. Add data upgrade flag, tests, and Javadoc comments

    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.
    SeveralCircles committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2be10d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update message handling and embeds, finalize project version

    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.
    SeveralCircles committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a22f104 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Update user name method calls to use getGlobalName()

    Replaced calls to user.getName() with user.getGlobalName() across multiple classes. This change ensures that the global name is consistently used throughout the application.
    SeveralCircles committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    591e079 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #186 from colorfulFlames/FLR-30

    Update user name method calls to use getGlobalName()
    SeveralCircles authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9799f12 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Refactor CLASSPATH and add new user management features

    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.
    SeveralCircles committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    df46e9a View commit details
    Browse the repository at this point in the history