- 07 May, 2018 5 commits
-
-
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
-
- 04 May, 2018 1 commit
-
-
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
-
- 01 May, 2018 1 commit
-
-
Tim Kinnane authored
Remove 'connected' listener after connection times out in driver.connect
-
- 29 Apr, 2018 1 commit
-
-
Mikael Mello authored
Uncomment `driver .conenct` tests on driver.spec.ts
-
- 16 Apr, 2018 1 commit
-
-
SingLi authored
-
- 11 Apr, 2018 1 commit
-
-
SingLi authored
-
- 04 Apr, 2018 6 commits
-
-
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.
-
- 03 Apr, 2018 4 commits
-
-
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
-
- 28 Mar, 2018 2 commits
-
-
timkinnane authored
-
timkinnane authored
-
- 26 Mar, 2018 2 commits
-
-
timkinnane authored
-
timkinnane authored
Includes some changes for temporary publishing outside org scope
-
- 21 Mar, 2018 1 commit
-
-
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
-
- 19 Mar, 2018 1 commit
-
-
timkinnane authored
-
- 15 Mar, 2018 3 commits
-
-
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
-
- 06 Mar, 2018 2 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
-
- 05 Mar, 2018 1 commit
-
-
Tim Kinnane authored
-
- 02 Mar, 2018 1 commit
-
-
Tim Kinnane authored
-
- 28 Feb, 2018 4 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
-
Tim Kinnane authored
-
Tim Kinnane authored
Now `yarn build` will complete test, coverage, compile and document
-
- 27 Feb, 2018 2 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
-
- 20 Feb, 2018 1 commit
-
-
Tim Kinnane authored
-