mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* Generate Dashboard kinds with `grafana-app-sdk` Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Hack together a fix for invalid TS codegen for v0 & v1 Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Address Go linter issues Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Address TS linter issues Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Add new app to CODEOWNERS Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Fix a couple of issues detected by tests Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Update OpenAPI definitions and test files Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Remove title from Dashboard v1alpha1 spec Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Remove unused CUE schemas Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * remove unrelated files * allow any in the generated betterer * Add a comment explaining why we don't use deepcopy-gen Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Default to v2alpha1 if dashboards v2 FF is enabled Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> --------- Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
39 lines
609 B
Plaintext
39 lines
609 B
Plaintext
.git
|
|
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
data
|
|
deployment_tools_config.json
|
|
devenv
|
|
dist
|
|
e2e/tmp
|
|
node_modules
|
|
pkg
|
|
public/lib/monaco
|
|
public/sass/*.generated.scss
|
|
scripts/cli/bettererIssueTemplate.md
|
|
scripts/grafana-server/tmp
|
|
vendor
|
|
|
|
# TS generate from cue by cuetsy
|
|
**/*.gen.ts
|
|
|
|
# TS generated by grafana-app-sdk
|
|
**/*_gen.ts
|
|
|
|
# Auto-generated theme files
|
|
theme.light.generated.json
|
|
theme.dark.generated.json
|
|
|
|
# Generated Swagger API specs
|
|
public/api-merged.json
|
|
public/api-enterprise-spec.json
|
|
public/openapi3.json
|
|
|
|
# Generated mock service worker
|
|
public/mockServiceWorker.js
|
|
|
|
# Crowdin files
|
|
public/locales/**/*.json
|