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

fix: MM remote improvements #519

Merged
merged 6 commits into from
Oct 30, 2024

Commits on Oct 6, 2024

  1. fix: the scheduler for the mattermost remote

    The scheduler would never trigger, because the MM remote never populated
    the list of rooms the bot can talk in.
    
    The bot should now support the output_rooms option in rules.
    James Conroy committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    05fc7c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: MM handle direct messages and output to users

    James Conroy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9c206e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. chore: pull the direct message logic into function

    Helps simplify the code to call the function once instead of running
    through all the steps to create a direct message every time.
    James Conroy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c4f382c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. chore: fix some golang-ci linter issues

    stuff like cuddled assignements, unnessisary new lines, and putting the
    context argument first in function parameters
    James Conroy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    998576a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. chore: start log messages lowercase

    Sentence case is not consistent with the rest of the log messages, lowercase is preferred.
    
    Co-authored-by: david may <1301201+wass3r@users.noreply.github.com>
    JamesMConroy and wass3r authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ee6722b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    6a49868 View commit details
    Browse the repository at this point in the history