Eugen

Results 283 comments of Eugen

This is relevant for the Plugin developers

For python schema/config validation the conventional choices are: - https://json-schema.org/ is a commonly used standard across the projects irrespective of programming language - https://github.com/python-jsonschema/jsonschema 4K ⭐️ - Example: https://stackoverflow.com/a/22231372/4533625 -...

Nice to have. Moderate effort. Lower priority.

Is the current code available as bash here https://github.com/bitovi/bitops/tree/master/scripts/bitops-config and the idea to convert it to some standalone CLI tool?

I understand that the idea is to keep all error messages in the dictionary. When the error case is hit in the code, - it will lookup the error message...

@mickmcgrath13 Really easy one, low priority, more of the consensus question. Just unbufferring random ideas really quick while exploring the repo instead of jumping straight into it. I'd also add...

No, it's good. The migration page looks absolutely nice, didn't want to confuse it with the Changelog. They just complement each other. We usually tend to say something along the...

Cross-linking [Updating splash about - BitOps slogan #273](https://github.com/bitovi/bitops/pull/273) which added more clarity helping answering what is BitOps based on collective team effort.

Is there any benefit of mirroring the Docker images in Github outside of the Docker Hub?

The problem is with the backends not starting: ``` NAME READY AGE statefulset.apps/stackstorm-ha-mongodb 0/3 8m54s statefulset.apps/stackstorm-ha-rabbitmq 0/3 8m54s statefulset.apps/stackstorm-ha-redis-node 0/3 8m54s ``` StackStorm HA relies on external helm charts for...