Permalink
Branch: master
Commits on Apr 17, 2019
-
Merge pull request #1497 from Trott/silence-deprecation-warning
fix: address deprecation warning on startup
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 6, 2019
-
Merge pull request #1496 from mistydemeo/fix_circular_reference
Brain: avoid retaining dangerous robot/brain references
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 5, 2019
Commits on Feb 19, 2019
-
Merge pull request #1489 from hubotio/add_datastore_clean
Add a new persistence model - Datastore
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 11, 2019
-
Merge pull request #1482 from mistydemeo/dep_updates
Dependency updates
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
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
-
Merge pull request #1487 from mistydemeo/reconstruct_users
Brain: ensure User objects are actually User objects
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
-
chore(package.json): bump to the latest mocha
mistydemeo committedNov 27, 2018
Commits on Dec 4, 2018
-
Adapter docs: document ES2015 entry point
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
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
-