Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open source dashboard: Add cashapp/blip cashapp/hermit square/etre #53

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions projects-dashboard/src/content/project/cashapp_blip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
repo:
owner: cashapp
name: blip
title: blip
description: Sublime MySQL monitoring
branding: cashapp
lifeCycleStatus: mature
ciChecks:
- type: github-actions
label: test
value: ci.yml
licenses:
- type: github-license
securityScans:
- type: github-actions
label: CodeQL
value: codeql-analysis.yml
contributing:
- type: "contribution-guidelines"
value: "CONTRIBUTING.md"
- type: "issues"

packages:
- packageName: github.com/cashapp/blip
language: go
artifacts:
- type: reference-docs
value: https://pkg.go.dev/github.com/cashapp/blip
---
30 changes: 30 additions & 0 deletions projects-dashboard/src/content/project/cashapp_hermit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
repo:
owner: cashapp
name: hermit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you see the CI badge with no status it's likely because the default branch is different than main.
image

To adjust that, just set this config: https://github.com/block/ospo/blob/main/projects-dashboard/src/content/config.ts#L6

For this project it should be mainBranch: master (which I just realized its a bad config name, it should be renamed to defaultBranch.

title: hermit
description: Hermit manages isolated, self-bootstrapping sets of tools in software projects.
branding: cashapp
lifeCycleStatus: mature
ciChecks:
- type: github-actions
label: test
value: ci.yml
licenses:
- type: github-license
securityScans:
- type: github-actions
label: CodeQL
value: codeql-analysis.yml
contributing:
- type: "contribution-guidelines"
value: "CONTRIBUTING.md"
- type: "issues"

packages:
- packageName: github.com/cashapp/blip
language: go
artifacts:
- type: reference-docs
value: https://cashapp.github.io/hermit/
---
20 changes: 20 additions & 0 deletions projects-dashboard/src/content/project/square_etre.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
repo:
owner: square
name: etre
title: etre
description: Entity API for managing primitive entities with labels
branding: square
lifeCycleStatus: mature
licenses:
- type: github-license
contributing:
- type: "issues"

packages:
- packageName: github.com/square/etre
language: go
artifacts:
- type: reference-docs
value: https://pkg.go.dev/github.com/square/etre
---
Loading