Add OpsCanopy to Continuous Integration & Delivery - #500
Open
PushkarMandark wants to merge 1 commit into
Open
Conversation
Add OpsCanopy to Continuous Integration & Delivery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds OpsCanopy, a set of 29 browser-based DevOps utilities.
Relevant to this section: GitHub Actions workflow validator, GitHub Actions
expression and trigger tester, GitLab CI validator, and a Docker run to Compose
converter. Others cover observability (PromQL, LogQL, Alertmanager routing,
Prometheus relabeling), networking (subnet, CIDR, PTR) and encoding.
Everything runs client-side with no signup and no upload — the site's CSP sets
connect-src 'self', so pasted configs cannot leave the browser. That is themain reason it exists: the equivalent hosted validators all POST your CI config
to a server, which is awkward when it contains internal hostnames and secret
names.
Disclosure: I built this.