Skip to content

Commit

Permalink
Fix: polish the homepage dashboard (#6385)
Browse files Browse the repository at this point in the history
* fix: polish the dashboard homepage

* fix: add tags to provisioned dashboards

---------

Co-authored-by: Startrekzky <[email protected]>
  • Loading branch information
Startrekzky and merico-devlake authored Nov 2, 2023
1 parent 0d639e4 commit 319f3b1
Show file tree
Hide file tree
Showing 22 changed files with 136 additions and 1,212 deletions.
4 changes: 3 additions & 1 deletion grafana/dashboards/BitBucket.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,9 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"Data Source Dashboard"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion grafana/dashboards/Circleci.json
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,9 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"Data Source Dashboard"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion grafana/dashboards/ComponentAndFileLevelMetrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,9 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"Engineering Leads Dashboard"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion grafana/dashboards/ContributorExperience.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,9 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"OSS Maintainer Dashboard"
],
"templating": {
"list": [
{
Expand Down
5 changes: 4 additions & 1 deletion grafana/dashboards/DORA.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,10 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"Engineering Leads Dashboard",
"Highlights"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion grafana/dashboards/DORAByTeam.json
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,9 @@
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"tags": [
"Engineering Leads Dashboard"
],
"templating": {
"list": [
{
Expand Down
5 changes: 4 additions & 1 deletion grafana/dashboards/DORADebug.json
Original file line number Diff line number Diff line change
Expand Up @@ -3533,7 +3533,10 @@
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"tags": [
"Engineering Leads Dashboard",
"Highlights"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion grafana/dashboards/EngineeringOverview.json
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,9 @@
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"tags": [
"Engineering Leads Dashboard"
],
"templating": {
"list": [
{
Expand Down
5 changes: 4 additions & 1 deletion grafana/dashboards/EngineeringThroughputAndCycleTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,10 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"Engineering Leads Dashboard",
"Highlights"
],
"templating": {
"list": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,9 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"Engineering Leads Dashboard"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion grafana/dashboards/GitHub.json
Original file line number Diff line number Diff line change
Expand Up @@ -3265,7 +3265,9 @@
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"tags": [
"Data Source Dashboard"
],
"templating": {
"list": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,9 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"OSS Maintainer Dashboard"
],
"templating": {
"list": [
{
Expand Down
4 changes: 3 additions & 1 deletion grafana/dashboards/Gitlab.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,9 @@
"refresh": "",
"schemaVersion": 30,
"style": "dark",
"tags": [],
"tags": [
"Data Source Dashboard"
],
"templating": {
"list": [
{
Expand Down
Loading

0 comments on commit 319f3b1

Please sign in to comment.