Skip to content
Permalink
Branch: master
Commits on Apr 17, 2019
  1. Merge pull request #1497 from Trott/silence-deprecation-warning

    mistydemeo committed Apr 17, 2019
    fix: address deprecation warning on startup
Commits on Mar 6, 2019
  1. Merge pull request #1496 from mistydemeo/fix_circular_reference

    mistydemeo committed Mar 6, 2019
    Brain: avoid retaining dangerous robot/brain references
Commits on Mar 5, 2019
  1. fix(Brain): avoid retaining dangerous robot/brain references

    mistydemeo committed Mar 5, 2019
Commits on Feb 19, 2019
  1. Merge pull request #1489 from hubotio/add_datastore_clean

    mistydemeo committed Feb 19, 2019
    Add a new persistence model - Datastore
Commits on Jan 11, 2019
  1. Merge pull request #1482 from mistydemeo/dep_updates

    mistydemeo committed Jan 11, 2019
    Dependency updates
  2. feat(User): add Datastore support

    mistydemeo committed Jan 10, 2019
  3. feat: Add new Datastore class

    mistydemeo committed Jan 10, 2019
    The Datastore class provides a persistent, database-backed key-value
    data storage class. This complements the existing Brain class in a few
    ways:
    
    1. Each get/set operation is directly backed by the backing database,
       allowing multiple Hubot instances to share cooperative access to
       data simultaneously;
    2. get/set operations are asynchronous, mapping well to the async
       access methods used by many database adapters.
Commits on Jan 10, 2019
  1. Merge pull request #1487 from mistydemeo/reconstruct_users

    mistydemeo committed Jan 10, 2019
    Brain: ensure User objects are actually User objects
  2. feat(Brain): ensure User objects are actually User objects

    mistydemeo committed Dec 18, 2018
  3. chore(package.json): bump to the latest coveralls

    mistydemeo committed Nov 27, 2018
Commits on Dec 4, 2018
  1. Adapter docs: document ES2015 entry point

    mistydemeo committed Dec 4, 2018
    The default Hubot require entrypoint is only compatible with
    CoffeeScript. A separate entrypoint has to be used when writing ES2015
    classes.
Commits on Aug 2, 2018
  1. Merge branch 'master' into do_not_trim_deprecated_syntax_lines

    mistydemeo committed Aug 2, 2018
  2. fix(docstrings): split on any newline

    mistydemeo committed Dec 11, 2017
  3. chore(travis): drop Node 4, add Node 10

    mistydemeo committed Aug 2, 2018
  4. feat(express): bump express and connect-multiparty

    mistydemeo committed Jul 30, 2018
You can’t perform that action at this time.