bitops
bitops copied to clipboard
Automate the provisioning and configuration of cloud infrastructure with BitOps docker image
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities. ## Recommendations _Last analysis: Sep 03 | Next scheduled analysis: Sep 10_ ### Open ✅ Nice work,...
closes #429 DEVOPS-819
When you have to kill a bitops run on the command line, with ctrl-c, it just hangs. It would be nice if it would exit gracefully. I believe this can...
https://github.com/bitovi/bitops/blob/b4b0c7e18a694f445e99af40f8c057e261693e58/.github/workflows/ci.yaml#LL163-L168
**Why are you updating / adding this documentation?** The way to test a local plugin is easier now with ops repo/env-level bitops configs that can override the base `bitops.plugin` and...
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...
This was present in BitOps `v1`, but missing in `v2`. The BitOps creates a temporary tmp dir and uses that as a working dir to avoid storing sensitive data in...