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

Save sensor readings to timeseries database #194

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

Commits on May 1, 2018

  1. Copy the full SHA
    649e452 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    32125d3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Copy the full SHA
    093d486 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. added KairosDB to installer

    Bobsdorf committed May 3, 2018
    Copy the full SHA
    47d6e76 View commit details
    Browse the repository at this point in the history
  2. added KairosDB to installer

    Bobsdorf committed May 3, 2018
    Copy the full SHA
    33834c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ac328b8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Copy the full SHA
    0803e85 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c34939f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Copy the full SHA
    8e4f509 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5c722b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    869473f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Copy the full SHA
    cc65591 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Copy the full SHA
    37068ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b17203d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Added additional parameters to configure timeseries database queries …

    …(kairos_db_sampling_value, kairos_db_start_relative)
    Bobsdorf committed May 23, 2018
    Copy the full SHA
    cdac4bc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Import boil time alerts from BeerXML

    By reading the HOP and MISC elements, the 'please add your hop' alerts may be imported.
    DrRataplan authored and isarvalley committed Sep 23, 2018
    Copy the full SHA
    590a523 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    removed lines 37 and 38 to make hysteresis work properly.
    clearwaterbrewer authored and isarvalley committed Sep 23, 2018
    Copy the full SHA
    e57350e View commit details
    Browse the repository at this point in the history
  3. Remove duplicate line

    archonic authored and isarvalley committed Sep 23, 2018
    Copy the full SHA
    e0c2678 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    efc85d6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    640d921 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f11f7d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from Manuel83/master

    Keep up to date with original fork from Manuel
    isarvalley committed Sep 23, 2018
    Copy the full SHA
    254a4c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. beer.xml exports from "BrewersFriend" can contain a tag like "<STEP_T…

    …IME></STEP_TIME>" which led to a float converting error. Now this will be interpreted as Step_Time = 0.0
    Bobsdorf committed Oct 28, 2018
    Copy the full SHA
    a3bbbcc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Copy the full SHA
    1008613 View commit details
    Browse the repository at this point in the history
  2. start event is called everytime a new step starts. So a new value for…

    … "active_brew" will only be generated if the value before was "none". The value is "none" either after initializing the app or after the process got stopped. That leaves one potentiall error: if a process is started and the app needs a restart. In this case a new value for "active_brew" would be unecessarily generated.
    Bobsdorf committed Nov 1, 2018
    Copy the full SHA
    b89dc3a View commit details
    Browse the repository at this point in the history
  3. Update package because of vulnerability

    Flask:
    CVE-2018-1000656 More information
    moderate severity
    Vulnerable versions: < 0.12.3
    Patched version: 0.12.3
    The Pallets Project flask version Before 0.12.3 contains a CWE-20:
    Improper Input Validation vulnerability in flask that can result in
    Large amount of memory usage possibly leading to denial of service.
    This attack appear to be exploitable via Attacker provides JSON data in
    incorrect encoding. This vulnerability appears to have been fixed in
    0.12.3.
    
    Requests:
    CVE-2018-18074 More information
    moderate severity
    Vulnerable versions: <= 2.19.1
    Patched version: 2.20.0
    The Requests package through 2.19.1 before 2018-09-14 for Python sends
    an HTTP Authorization header to an http URI upon receiving a
    same-hostname https-to-http redirect, which makes it easier for remote
    attackers to discover credentials by sniffing the network.
    Manuel83 authored and Bobsdorf committed Nov 1, 2018
    Copy the full SHA
    2da4aff View commit details
    Browse the repository at this point in the history
  4. merged from original fork

    Bobsdorf committed Nov 1, 2018
    Copy the full SHA
    4d574b1 View commit details
    Browse the repository at this point in the history