- Jul 26, 2018
-
-
Tim Kinnane authored
-
Tim Kinnane authored
Also fixed test fail due to join room array order
-
- Jun 27, 2018
-
-
Tim Kinnane authored
-
- Jun 11, 2018
-
-
Tim Kinnane authored
chore: Ignore and remove .DS_Store
-
- Jun 10, 2018
-
-
knjname authored
-
- Jun 04, 2018
-
-
Tim Kinnane authored
- Add a test utility to get the last sent message/s - Some minor test refactoring - Fixed interface error with reactions
-
- Jun 02, 2018
-
-
Tim Kinnane authored
-
Tim Kinnane authored
-
Tim Kinnane authored
- Refactored `channelInfo` to accept name or ID - Fixes #10
-
- Jun 01, 2018
-
-
Tim Kinnane authored
Related #10
-
- May 07, 2018
-
-
Tim Kinnane authored
-
Tim Kinnane authored
- Allow driver login with default credentials - Update docs and all env variable usage to settings - Make settings module available as export
-
Tim Kinnane authored
-
Tim Kinnane authored
-
Tim Kinnane authored
- Add `bot-helpers` user queries as `api.users` methods - Related #5 - Add demo interactions in `start.ts`
-
Tim Kinnane authored
- Add docs and tests for API - Update tests using old utils api - Use setup script pretest instead of each spec
-
- May 04, 2018
-
-
Tim Kinnane authored
- Fixes #7 - Use `ROCKETCHAT_USER` and `ROCKETCHAT_PASSWORD` for default credentials - Use `ROCKETCHAT_ROOM` for default room joins - Use `ROCKETCHAT_USESSL` to force SSL - `respondToMessages` now auto-joins rooms if not yet joined - Fix some interface / schema errors - Add pre-test checks for instance readiness - Add tests for all of the above
-
- May 01, 2018
-
-
Tim Kinnane authored
Remove 'connected' listener after connection times out in driver.connect
-
- Apr 29, 2018
-
-
Mikael Mello authored
Uncomment `driver .conenct` tests on driver.spec.ts
-
- Apr 16, 2018
-
-
SingLi authored
-
- Apr 11, 2018
-
-
SingLi authored
-
- Apr 04, 2018
-
-
SingLi authored
Add quick start for plain vanilla node 8
-
SingLi authored
-
SingLi authored
-
timkinnane authored
-
timkinnane authored
+ Update send methods to reduce variation and deprecated methods to reduce confusion. + Add tests for all send methods and updated docs. BREAKING CHANGE: sendMessageByRoomId and sendMessageByRoom replaced with sendToRoomId and sendToRoom. sendMessage is now semantically used for the endpoint that sends a message object, where other send methods are abstractions of that and accept strings instead that are converted to a message.
-
timkinnane authored
Typedoc API links weren't working for Github pages and the generated docs don't need to be committed if not in use.
-
- Apr 03, 2018
-
-
timkinnane authored
-
timkinnane authored
+ fix the demo start script async handling
-
timkinnane authored
+ Also updated some interfaces and docs
-
timkinnane authored
+ Add some configs for Wallaby.js and Spellchecker
-
- Mar 28, 2018
-
-
timkinnane authored
-
timkinnane authored
-
- Mar 26, 2018
-
-
timkinnane authored
-
timkinnane authored
Includes some changes for temporary publishing outside org scope
-
- Mar 21, 2018
-
-
timkinnane authored
+ Updated tests for clearner output + Added utils for sending to a room via API, to test DDP subscriptions - Had to disable connection tests because they were breaking following tests
-
- Mar 19, 2018
-
-
timkinnane authored
-
- Mar 15, 2018
-
-
Tim Kinnane authored
Is now a general SDK package, less bot specific. Also includes fixes to package paths that were causing errors in publishing. Plus a minor lint fix regarding log warning alias method.
-
Tim Kinnane authored
# Conflicts: # package-lock.json
-
Tim Kinnane authored
-