Skip to content

Commit

Permalink
open source dashboard: Add cashapp/blip cashapp/hermit square/etre
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Jan 23, 2025
1 parent 5a4ac32 commit e07305a
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
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
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
---

0 comments on commit e07305a

Please sign in to comment.