generated from block/oss-project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
open source dashboard: Add cashapp/blip cashapp/hermit square/etre
- Loading branch information
1 parent
5a4ac32
commit e07305a
Showing
3 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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 | ||
--- |
This file contains 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
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/ | ||
--- |
This file contains 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
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 | ||
--- |