Eugen
Eugen
> Proposed by @lakshmi-kannan ### Problem In #community newcomers from time to time suffer finding good/easy ChatOps templating examples, something to start with. (remember Google pack not working). ### Idea...
The cool thing I found (suddenly :facepunch:) is that Sensor payload schema supports `description` for each property and even more, webui shows the hints!  That's just awesome, however never...
#### Finished task has "Execution time"  #### Running task can have "Execution time" indicator, too  It would be nice to show the indication with animation for how long...
Add `Donate` button in the visible place of the Web UI header linking to the https://stackstorm.com/donate/, similar to StackStorm website.  As project is struggling with the...
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.
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...
While on #903, update the outdated & broken `Dockerfile` for local docker-based development.
Outside of the Unit Tests https://github.com/bitovi/bitops/issues/286 where we test lower-level function details, we'll need Integration Tests to verify different BitOps scenarios as a complete tool. The main logic is in...
This is an unfinished refactoring sub-task coming from the [Add Pylint as a python static code analyzer #298](https://github.com/bitovi/bitops/pull/298). The `install_plugins()` function in `install_plugins.py` is failing pylint check on: > scripts/plugins/install_plugins.py:17:0:...
Try to inject from the BitOps core bash functions into the plugins. And so we could do this in plugin `deploy.sh`: ```sh #!/bin/bash info "This is an info message" debug...