1 Star 0 Fork 0

CNCF/devstatscode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
const.go 4.12 KB
一键复制 编辑 原始数据 按行查看 历史
Lukasz Gryglicki 提交于 2025-03-14 15:25 +08:00 . Add CumulativeCounts API
package devstatscode
// Today - common constant string
const Today string = "today"
// DefaultDataDir - common constant string
const DefaultDataDir string = "/etc/gha2db/"
// Retry - common constant string
const Retry string = "retry"
// Password - common constant string
const Password string = "password"
// GHAAdmin - common constant string
const GHAAdmin string = "gha_admin"
// Quarter - common constant string
const Quarter string = "quarter"
// Now - common constant string
const Now string = "now"
// GHA - common constant string
const GHA string = "gha"
// Localhost - common constant string
const Localhost string = "localhost"
// Devstats - common constant string
const Devstats string = "devstats"
// DevstatsCode - common constant string
const DevstatsCode string = "devstatscode"
// TimeoutError - common constant string
const TimeoutError string = "{\"error\":\"timeout\"}\n"
// EngineIsClosedError - common constant string
const EngineIsClosedError string = "engine is closed"
// LocalGitScripts - common constant string
const LocalGitScripts string = "./git/"
// Metrics - common constant string
const Metrics string = "metrics/"
// Unset - common constant string
const Unset string = "{{unset}}"
// TimeCol - common constant string
const TimeCol string = "time"
// SeriesCol - common constant string
const SeriesCol string = "series"
// PeriodCol - common constant string
const PeriodCol string = "period"
// Null - common constant string
const Null string = "null"
// HideCfgFile - common constant string
const HideCfgFile string = "hide/hide.csv"
// All - common constant string
const All string = "all"
// ALL - common constant string
const ALL string = "All"
// Kubernetes - common constant string
const Kubernetes string = "kubernetes"
// Abuse - common constant string
const Abuse string = "abuse"
// NotFound - common constant string
const NotFound string = "not_found"
// IssueIsDeleted - common constant string
const IssueIsDeleted string = "issue_is_deleted"
// MovedPermanently - common constant string
const MovedPermanently string = "moved_permanently"
// Merged - common constant string
const Merged string = "merged"
// InvalidCatalogName - common constant string
const InvalidCatalogName string = "invalid_catalog_name"
// Nil - common constant string
const Nil string = "(nil)"
// Reconnect - common constant string
const Reconnect string = "reconnect"
// OK - common constant string
const OK string = "ok"
// RepoNamesQuery - common constant string
const RepoNamesQuery string = "select distinct name from gha_repos where name like '%_/_%' and name not like '%/%/%'"
// DevActCnt - common constant string
const DevActCnt string = "DevActCnt"
// DevActCntComp - common constant string
const DevActCntComp string = "DevActCntComp"
// ComContribRepoGrp - common constant string
const ComContribRepoGrp string = "ComContribRepoGrp"
// CompaniesTable - common constant string
const CompaniesTable string = "CompaniesTable"
// ComStatsRepoGrp - common constant string
const ComStatsRepoGrp string = "ComStatsRepoGrp"
// Health - common constant string
const Health string = "Health"
// Events - common constant string
const Events string = "Events"
// ListAPIs - common constant string
const ListAPIs string = "ListAPIs"
// CumulativeCounts - common constant string
const CumulativeCounts string = "CumulativeCounts"
// ListProjects - common constant string
const ListProjects string = "ListProjects"
// RepoGroups - common constant string
const RepoGroups string = "RepoGroups"
// Ranges - common constant string
const Ranges string = "Ranges"
// Repos - common constant string
const Repos string = "Repos"
// Countries - common constant string
const Countries string = "Countries"
// Companies - common constant string
const Companies string = "Companies"
// SiteStats - common constant string
const SiteStats string = "SiteStats"
// Day - common constant string
const Day string = "day"
// Week - common constant string
const Week string = "week"
// Hour - common constant string
const Hour string = "hour"
// Month - common constant string
const Month string = "month"
// Year - common constant string
const Year string = "year"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cncf/devstatscode.git
git@gitee.com:cncf/devstatscode.git
cncf
devstatscode
devstatscode
master

搜索帮助