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

Migrate AoC features and introduce a new Month-Day based season lock mechanism #19

Closed
wants to merge 4 commits into from

Commits on Apr 9, 2022

  1. Introduce Month-Day based season lock decorator and config file

    The reimagined season lock decorator accepts a unique id, which must be defined in the `season_lock` config file.
    From now on, seasons can be specified using an interval, in the format of day:month to day:month. The decorator automatically handled the span between years.
    D0rs4n committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    d781143 View commit details
    Browse the repository at this point in the history
  2. Migrate AoC features from Sir-Lancebot

    Co-Authored-By: Janine vN <[email protected]>
    Co-Authored-By: ChrisJL <[email protected]>
    Co-Authored-By: Ben Soyka <[email protected]>
    Co-Authored-By: TizzySaurus <[email protected]>
    Co-Authored-By: Hassan Abouelela <[email protected]>
    Co-Authored-By: Matteo Bertucci <[email protected]>
    Co-Authored-By: Johannes Christ <[email protected]>
    Co-Authored-By: arl <[email protected]>
    Co-Authored-By: Sebastiaan Zeeff <[email protected]>
    Co-Authored-By: Xithrius <[email protected]>
    Co-Authored-By: wookie184 <[email protected]>
    Co-Authored-By: Joe Banks <[email protected]>
    Co-Authored-By: ToxicKidz <[email protected]>
    Co-Authored-By: decorator-factory <[email protected]>
    15 people committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    445ff2e View commit details
    Browse the repository at this point in the history
  3. Add site as a project dependency

    This commit furthermore configures the aiohttp session to easily interact with the site api.
    D0rs4n committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    9663f18 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Add support for storing AoC blocks on site

    - This commits adds an APIClient to the AoC cog, and implements site as the backend storage for AoC role blocks
    D0rs4n committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    49b5f17 View commit details
    Browse the repository at this point in the history