-
I am trying to start this up in the most basic way possible but having some issues. The documentation around getting started isn't all that clear for me. Below is the startup command I am trying to ru…
-
Has anyone written unit tests for scripts that include/call hubot-auth? I haven't found any solid examples of how to stub out the 'hasRole' or 'isAdmin' functions. I've played around with my own using…
-
I couldn't find any information about how to handle ChatOps authentication/authorization. I know that this is probably something for Hubot, but could still be documented for StackStorm.
What is rec…
-
It looks like in late 2014 there were issues with the node-gyp repo and deploying to Heroku (#232). I've gone through all the threads and am still having the same issue when I push to Heroku. [Here's …
-
Hey there, first time hubot user here. When creating my own docker container based off the Dockerfile in the repo, I get the following error message. I was able to get past it by changing the Dockerfi…
-
## Description
Describe your issue here.
## What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
- [ ] enhancement (feature request)
- [ ] question
- [ ] documentation re…
-
GitHubのIssueやPull RequestをHubotにも通知できるようにする。
IssueやPull Requestの一覧をHubotを通して確認できるようにしたい。
-
Checking if table row should be populated can be done before iterating over the columns in the row, instead of during the iteration. This reduces calling rowContains method unnecessarily.
-
rowContains method does not do anything at the moment, only iterates through row properties without checking for strings matching the search term.
-
ClientLogin no longer works and makes script unable to load the spreadsheet, so I replaced the ClientLogin with OAuth2.0 method from edit-google-spreadsheet npm (https://npmjs.org/package/edit-google-…