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

Youtube Bee (#25) #248

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Youtube Bee (#25) #248

wants to merge 32 commits into from

Commits on Apr 30, 2019

  1. initial verson done

    Mark-Jung committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    6a4b478 View commit details
    Browse the repository at this point in the history
  2. error messages

    Mark-Jung committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    bd37889 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. done with youtube bee;

    Mark-Jung committed May 14, 2019
    Configuration menu
    Copy the full SHA
    0529378 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    6904446 View commit details
    Browse the repository at this point in the history
  2. Reverse ordering in LogSorter

    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    095472f View commit details
    Browse the repository at this point in the history
  3. Sideload Hives in API requests to /bees

    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    022293f View commit details
    Browse the repository at this point in the history
  4. Bees can now expose their state

    This allows Bees to store a state independent from event parameters.
    Those states can be checked in filters or used as action parameters
    like other values.
    
    Just as examples, Bees could store whether they're currently connected,
    the latest sensor read-out, or the timestamp of the most recent sync
    as their states.
    
    In Filters you could then check their state:
    
    {{test eq .context.irc.connected true}}
    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    6511f38 View commit details
    Browse the repository at this point in the history
  5. Support states in IRCBee

    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    2d82826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a896302 View commit details
    Browse the repository at this point in the history
  7. Go mod tidy our module deps

    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    20081f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9e2b63 View commit details
    Browse the repository at this point in the history
  9. Added Prometheus Bee (muesli#231)

    CalmBit authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    ac93554 View commit details
    Browse the repository at this point in the history
  10. Updated Go module definitions

    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    7960d01 View commit details
    Browse the repository at this point in the history
  11. fix handling of boolean config values

    mkrauser authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    7d52298 View commit details
    Browse the repository at this point in the history
  12. Cronbee fix

    CalmBit authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    1c9af59 View commit details
    Browse the repository at this point in the history
  13. LogDebugF

    CalmBit authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    714db01 View commit details
    Browse the repository at this point in the history
  14. TravisCI Bee (muesli#234)

    CalmBit authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    f15c349 View commit details
    Browse the repository at this point in the history
  15. added email server bee

    mkrauser authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    fc99c8f View commit details
    Browse the repository at this point in the history
  16. Bumped smolder dependency to @master

    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    6184238 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9032dea View commit details
    Browse the repository at this point in the history
  18. Added missing event name

    mkrauser authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    abc4184 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f0a1a85 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9137dbb View commit details
    Browse the repository at this point in the history
  21. Discord Bee (muesli#239)

    CalmBit authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    7715804 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d28e8b2 View commit details
    Browse the repository at this point in the history
  23. Fixed typos in a few bees

    muesli authored and Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    7b75d90 View commit details
    Browse the repository at this point in the history
  24. fixed comments

    added myself as author, replaced hardcoded address, changed error handling, changed event name
    Mark-Jung committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4398116 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    def2f42 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

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

Commits on May 26, 2019

  1. debugging

    Mark-Jung committed May 26, 2019
    Configuration menu
    Copy the full SHA
    e1a471f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e70d41 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. specified incoming events to two

    Parsed the monolithic event into two: new_video and change_video
    Mark-Jung committed May 28, 2019
    Configuration menu
    Copy the full SHA
    a5a1018 View commit details
    Browse the repository at this point in the history