Eugen

Results 77 issues of 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...

enhancement

The cool thing I found (suddenly :facepunch:) is that Sensor payload schema supports `description` for each property and even more, webui shows the hints! ![1](https://cloud.githubusercontent.com/assets/1533818/9892230/bfdc3f0a-5c04-11e5-875c-43fdbce8be2c.gif) That's just awesome, however never...

enhancement

#### Finished task has "Execution time" ![](https://i.imgur.com/QDNUpxx.png) #### Running task can have "Execution time" indicator, too ![](https://i.imgur.com/e2szMPk.png) It would be nice to show the indication with animation for how long...

enhancement

Add `Donate` button in the visible place of the Web UI header linking to the https://stackstorm.com/donate/, similar to StackStorm website. ![linux dig_-_History_StackStorm_Web_UI_-_2020-10-13_14 20 37](https://user-images.githubusercontent.com/1533818/95866289-a5399280-0d5f-11eb-9c4f-c8f259a0ad15.png) As project is struggling with the...

enhancement
wontfix
feature

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

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

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

feature
tests

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

enhancement ✨
good first issue
refactor

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

feature