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 Apr 1, 2019
  1. Update robot.js

    Trott committed Apr 1, 2019
Commits on Mar 12, 2019
  1. fix: address deprecation warning on startup

    Trott committed Mar 12, 2019
    The `body-parser` deprecation warning on startup is due to `express.urlencode()`
    requiring an `extended` property in the options argument in Express 4.x.
    
    Fixes: #1476
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 Feb 13, 2019
  1. Merge branch 'master' into add_datastore_clean

    technicalpickles committed Feb 13, 2019
Commits on Jan 11, 2019
  1. Merge pull request #1482 from mistydemeo/dep_updates

    mistydemeo committed Jan 11, 2019
    Dependency updates
  2. Merge branch 'master' into dep_updates

    technicalpickles committed Jan 11, 2019
  3. feat(User): add Datastore support

    mistydemeo committed Jan 10, 2019
  4. 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 #1468 from mattr-/upgrade-nyc

    technicalpickles committed Jan 10, 2019
    chore(package): Upgrade nyc to the 13.x series
  2. Merge branch 'master' into upgrade-nyc

    technicalpickles committed Jan 10, 2019
  3. Merge pull request #1487 from mistydemeo/reconstruct_users

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

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

    mistydemeo committed Nov 27, 2018
  6. Merge pull request #1466 from loveonelong/master

    technicalpickles committed Jan 10, 2019
    chore(package): Move coffee-scirpt to coffeescript
  7. Merge branch 'master' into master

    technicalpickles committed Jan 10, 2019
  8. Merge pull request #1477 from tsukakei/patch-1

    technicalpickles committed Jan 10, 2019
    docs(src/robot.js): add comment for alias
  9. Merge branch 'master' into patch-1

    technicalpickles committed Jan 10, 2019
  10. Merge branch 'master' into master

    technicalpickles committed Jan 10, 2019
  11. Merge pull request #1486 from jawn/patch-1

    technicalpickles committed Jan 10, 2019
    Fix spelling
  12. Merge branch 'master' into master

    technicalpickles committed Jan 10, 2019
  13. Merge branch 'master' into patch-1

    technicalpickles committed Jan 10, 2019
  14. Merge branch 'master' into patch-1

    technicalpickles committed Jan 10, 2019
  15. Merge pull request #1484 from hubotio/adapter_es2015_note

    technicalpickles committed Jan 10, 2019
    Adapter docs: document ES2015 entry point
Commits on Dec 13, 2018
  1. Fix spelling

    jawn committed Dec 13, 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 Nov 7, 2018
  1. docs(src/robot.js): add comment for alias

    tsukakei committed Nov 7, 2018
Commits on Sep 30, 2018
  1. chore(package): Upgrade nyc to the 13.x series

    mattr- committed Sep 30, 2018
Commits on Sep 10, 2018
  1. chore(package): Move coffee-scirpt to coffeescript

    loveonelong committed Sep 10, 2018
Commits on Aug 9, 2018
  1. Merge pull request #1461 from hubotio/no-more-next

    technicalpickles committed Aug 9, 2018
    Chore: Publish to default tag instead of next
  2. Merge branch 'master' into no-more-next

    technicalpickles committed Aug 9, 2018
  3. Chore: Publish to default tag instead of next

    technicalpickles committed Aug 9, 2018
Older
You can’t perform that action at this time.