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

Wip/mqtt/init - tracking mqtt experiments #190

Merged
merged 37 commits into from
Mar 19, 2015
Merged

Wip/mqtt/init - tracking mqtt experiments #190

merged 37 commits into from
Mar 19, 2015

Commits on Aug 2, 2014

  1. introduce mqtt

    Introduce basic mqtt.
    bewest committed Aug 2, 2014
    Configuration menu
    Copy the full SHA
    4f195dd View commit details
    Browse the repository at this point in the history
  2. lint records first

    bewest committed Aug 2, 2014
    Configuration menu
    Copy the full SHA
    cc0cd36 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2014

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

Commits on Oct 1, 2014

  1. Merge branch 'dev' into wip/mqtt/init

    Simple conflicts merged.
    Conflicts:
    	env.js
    	package.json
    bewest committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    e16328c View commit details
    Browse the repository at this point in the history
  2. make mqtt experiments suitable for hacking

    Uses experimental support in sgvdata for protobuf.
    bewest committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    b9e8a5f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. Configuration menu
    Copy the full SHA
    c8be1de View commit details
    Browse the repository at this point in the history
  2. forgot long

    bewest committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    756e9e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. test coverage

    bewest committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    9ad7bf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

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

Commits on Dec 27, 2014

  1. blarg, attempt to debug mqtt

    bewest committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    1f1bc4d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

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

Commits on Dec 31, 2014

  1. Configuration menu
    Copy the full SHA
    bf2f623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70877f7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'wip/mqtt/init' of github.com:ktind/cgm-remote-monitor i…

    …nto wip/mqtt/init
    
    Conflicts:
    	lib/mqtt.js
    Merging @ktind's version.
    bewest committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    de51d22 View commit details
    Browse the repository at this point in the history
  4. First pass at adding MGB, Sensor, Calibration, and Device Status reco…

    …rds via MQTT
    
    New method to create device status with a backdated timestamp
    ktind committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    650bcd1 View commit details
    Browse the repository at this point in the history
  5. allow multiple instances of mqtt to multiplex

    This is intended to allow multiple listeners on mqtt to each receive data from
    MQTT, so long as they are writing to different databases.
    bewest committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    b37069e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/wip/mqtt/init' into wip/mqtt/ini…

    …t-merge
    
    Conflicts:
    	lib/mqtt.js
    ktind committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    e59adfc View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2015

  1. Store the download object in the entries for debugging purposes

    Converting Sensor filtered and unfiltered data to a proper number
    ktind committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    76b9a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11a7d9d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Merge remote-tracking branch 'origin/dev' into wip/mqtt/init

    Conflicts:
    	lib/devicestatus.js
    ktind committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    e4d6675 View commit details
    Browse the repository at this point in the history
  2. fix mbg undefined

    bewest committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    6b4041a View commit details
    Browse the repository at this point in the history
  3. only need one stream factory

    Pass around the sync function for less code.
    bewest committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    ddc9bf2 View commit details
    Browse the repository at this point in the history
  4. force strict zero check

    bewest committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    de7cb78 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2015

  1. Configuration menu
    Copy the full SHA
    1b5fc82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #413 from nightscout/release/0.6.4

    Dreamsicle (Release 0.6.4)
    jasoncalabrese committed Feb 14, 2015
    Configuration menu
    Copy the full SHA
    48bdd80 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

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

Commits on Feb 26, 2015

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

Commits on Mar 8, 2015

  1. updated with dev

    jasoncalabrese committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    f21c317 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2015

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

Commits on Mar 18, 2015

  1. Configuration menu
    Copy the full SHA
    a291a0e View commit details
    Browse the repository at this point in the history
  2. rebasing, it seems to run

    bewest committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    469d868 View commit details
    Browse the repository at this point in the history
  3. fix broken test

    bewest committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    1a38f4e View commit details
    Browse the repository at this point in the history
  4. bring back ensureIndexes

    Make sure indexes are created for commonly sought fields.
    bewest committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    6705b62 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'wip/mqtt/rebased' into wip/mqtt/init

    Resolved Conflicts:
    	lib/devicestatus.js
    	package.json
    	server.js
    bewest committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    82032f4 View commit details
    Browse the repository at this point in the history
  6. rm spurious tmp file

    bewest committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    0cdd3c0 View commit details
    Browse the repository at this point in the history
  7. make mqtt listener more unique

    bewest committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    7578c1a View commit details
    Browse the repository at this point in the history
  8. remove spurious, unused code

    bewest committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    d185010 View commit details
    Browse the repository at this point in the history