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

* Install node version as specified in engine section in package.json * ```git clone [email protected]:StackStorm/st2chatops.git``` * ```npm install``` * Edit package in package.json and set it to new version *...

documentation

Update the test scripts - e.g. https://github.com/StackStorm/st2chatops/blob/master/testingenv/xenial/docker-entrypoint.sh#L18 This should fail on ERROR log entries, e.g. `ERROR Stream error: Event { type: 'error', status: 404 }`

NOTE: This issue only applies to `el6` systems. Define the `HUBOT_SLACK_TOKEN` variable, and then install BWC using: ``` curl -sSL -O https://brocade.com/bwc/install/install.sh && chmod +x install.sh ./install.sh --user=st2admin --password='Ch@ngeMe' --license=${BWC_LICENSE_KEY}...

bug
help wanted

The default log level set in `st2chatops.env` is debug ``` # Log level export HUBOT_LOG_LEVEL=debug ``` This makes st2chatops log messages every 2 minutes, containing every alias loaded. This results...

Example: https://circleci.com/gh/StackStorm/st2chatops/253 This happens because of several reasons: - Build assumes that `HUBOT_SLACK_TOKEN` is provided - Build assumes that `PACKAGECLOUD_TOKEN` is provided For security reasons these env variables are hidden...

bug