Add OpsCanopy to Productivity Tools - #501
Open
PushkarMandark wants to merge 1 commit into
Open
Conversation
PushkarMandark
pushed a commit
to opscanopy/opscanopy.com
that referenced
this pull request
Jul 27, 2026
…cted as bad fits Opened wmariuss/awesome-devops#501 (+1 line, mergeable, Productivity Tools). Inspecting each candidate against the API rather than trusting my earlier shortlist changed the plan. What matters is whether a list is still maintained AND whether it has precedent for a hosted web tool — star count alone is actively misleading: wmariuss/awesome-devops 4.3k stars, pushed 3 days ago -> SUBMITTED. The entry directly above mine is YAML Validator (yamlvalidator.dev), an online browser validator. Exact precedent, exact section. Filed under Productivity Tools, not CI/CD — that section lists platforms (Jenkins, Circle CI) and OpsCanopy is not one. sdras/awesome-actions 28k stars, but last push Sep 2024 -> SKIPPED. Dormant ~23 months. And the list is "awesome ACTIONS": every Utility entry is a github.com repo; all 18 non-GitHub links in the file are tutorials or videos. No precedent for a hosted tool. My earlier recommendation to target this list was wrong and would have been closed as off-scope. brandonhimpfen/awesome-github-actions 6 stars -> SKIPPED, negligible. dastergon/awesome-sre 13.4k stars -> SKIPPED. Articles and books; its "SRE Tools" section is three links to other curated lists. So the honest outcome is one good PR, not the two I promised. Token handling: a short-lived classic PAT scoped to public_repo only was used via a file outside the repo, never echoed, and deleted immediately after — along with the script that read it.
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.
Placed in Productivity Tools rather than Continuous Integration & Delivery: that
section lists CI/CD platforms (Jenkins, Circle CI, Travis) and OpsCanopy is not
one — it is a set of validators and testers you use alongside them. The closest
existing entry is YAML Validator, directly above.
Relevant tools: GitHub Actions workflow validator, GitHub Actions expression and
trigger tester, GitLab CI validator, Docker run to Compose converter, PromQL and
LogQL explainers, Prometheus relabel and Alertmanager route testers, plus
subnet/CIDR, cron and JWT utilities.
Everything runs client-side — no signup, no upload. The site's CSP sets
connect-src 'self', so a pasted config cannot leave the browser. That is thereason it exists: hosted CI validators generally POST your config to a server,
which is awkward when it contains internal hostnames and secret names.
Disclosure: I built this.