st2chatops icon indicating copy to clipboard operation
st2chatops copied to clipboard

Packaging environment for building StackStorm chatops native packages

Results 15 st2chatops issues
Sort by recently updated
recently updated
newest added

pin coffeescript which will allow builds with node 20 to succeed. No other libraries needed to be updated (excluding and assuming no issues with hubot-botframework if someone has access to...

https://github.com/slackapi/hubot-slack/pull/565 has been merged, so afaict coffeescript 2 actually _is_ fully supported there. ...which means this repo's README needs an update.

When I try to use the st2chatops docker container configured for using Rocket Chat the container will give an error that it can't find `ddp.js` and exits. st2chatops log: ```...

bug
regression

Hi team. When I tried to pull st2chatops docker image, I got below error. ``` root# docker pull stackstorm/hubotUsing default tag: latest Trying to pull repository docker.io/stackstorm/hubot ... repository docker.io/stackstorm/hubot...

bug
help wanted
documentation
good first issue

In #156 I switched the default st2-docker branch we clone to `DEPRECATED/all-in-one`. This will work for now, but we should be using the `master` branch of st2-docker.

enhancement
WIP
maintenance
good first issue

I installed StackStorm 3.2.0 via ansible playbook ``` ansible-playbook stackstorm.yml --verbose ``` Git HEAD of ansible playbook is ``` commit 97108985f3351d696d3413f2db3cf3d43eb43a89 Merge: 86a1cec 35abf1d Author: JP Bourget Date: Tue Apr...

status:to be verified
status:need more info

Using hubot token ``` HUBOT_SLACK_TOKEN=xoxb-my-hubot-token \ > HUBOT_ADAPTER=slack \ > HUBOT_LOG_LEVEL=debug \ > HUBOT_SLACK_RTM_CLIENT_OPTS='{ "logLevel": "debug" }' \ > HUBOT_SLACK_RTM_CLIENT_OPTS='{ "retryConfig": { "retries": 20 } }' \ > HUBOT_SLACK_RTM_START_OPTS='{ "mpim_aware":...

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 recommended...

documentation

Would be nice to include CircleCI build status badge (https://circleci.com/gh/StackStorm/st2chatops/) in the README header. https://github.com/stackstorm/st2 and https://github.com/stackstorm/st2-packages as example.

enhancement
good first issue