Skip to content

Commit

Permalink
feat: add the work log dashboard and update the homepage dashboard (#…
Browse files Browse the repository at this point in the history
…7180)

* fix: update the title of Bitbucket dashboard

* fix: update the wording and categories on the homepage dashboard

* fix: adjust the dashboard tag

* feat: add the work log dashboard

---------

Co-authored-by: Startrekzky <[email protected]>
  • Loading branch information
Startrekzky and merico-devlake authored Mar 15, 2024
1 parent fe72075 commit 60faf14
Show file tree
Hide file tree
Showing 4 changed files with 1,166 additions and 14 deletions.
2 changes: 1 addition & 1 deletion grafana/dashboards/BitBucket.json
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
},
"timepicker": {},
"timezone": "",
"title": "BitBucket",
"title": "Bitbucket",
"uid": "4LzQHZa4k",
"version": 3,
"weekStart": ""
Expand Down
24 changes: 12 additions & 12 deletions grafana/dashboards/Homepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 9,
"id": 26,
"links": [],
"liveNow": false,
"panels": [
Expand All @@ -40,10 +40,10 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "# Welcome to Apache DevLake\n\n - DevLake provides following dashboards, grouped by use cases and data sources.\n - The data displayed in these dashboards are queried from DevLake's domain layer data, see <a href=\"https://devlake.apache.org/docs/DataModels/DevLakeDomainLayerSchema\" target=\"_blank\">data schema</a>.\n - You can also make your own dashboard based on the <a href=\"https://devlake.apache.org/docs/DataModels/DevLakeDomainLayerSchema\" target=\"_blank\">domain layer schema</a>, the SQL exmaples of <a href=\"https://devlake.apache.org/docs/Metrics\" target=\"_blank\">engineering metrics</a>, and <a href=\"https://devlake.apache.org/docs/Configuration/Dashboards/GrafanaUserGuide\" target=\"_blank\">Grafana manuals</a>.\n - Feel free to <a href=\"https://github.com/apache/incubator-devlake/issues/new/choose\" target=\"_blank\">fire an issue</a> if you have any question.\n",
"content": "# Welcome\n\n - Dashboards are grouped by use cases and data sources.\n - All data is queried from <a href=\"https://devlake.apache.org/docs/DataModels/DevLakeDomainLayerSchema\" target=\"_blank\">here</a>. You can go to the 'Explore' page on the left menu to play around.\n - You can always make your own dashboard based on the <a href=\"https://devlake.apache.org/docs/DataModels/DevLakeDomainLayerSchema\" target=\"_blank\">domain layer schema</a>, SQL exmaples in <a href=\"https://devlake.apache.org/docs/Metrics\" target=\"_blank\">engineering metrics</a>, and <a href=\"https://devlake.apache.org/docs/Configuration/Dashboards/GrafanaUserGuide\" target=\"_blank\">dashboard manuals</a>.\n",
"mode": "markdown"
},
"pluginVersion": "9.5.2",
"pluginVersion": "9.5.15",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"showStarred": true,
"tags": []
},
"pluginVersion": "9.5.2",
"pluginVersion": "9.5.15",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -116,7 +116,7 @@
"Highlights"
]
},
"pluginVersion": "9.5.2",
"pluginVersion": "9.5.15",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -179,7 +179,7 @@
"Engineering Leads Dashboard"
]
},
"pluginVersion": "9.5.2",
"pluginVersion": "9.5.15",
"title": "For Engineering Leads",
"type": "dashlist"
},
Expand All @@ -206,7 +206,7 @@
"OSS Maintainer Dashboard"
]
},
"pluginVersion": "9.5.2",
"pluginVersion": "9.5.15",
"title": "For OSS Maintainers",
"type": "dashlist"
},
Expand All @@ -230,11 +230,11 @@
"showSearch": true,
"showStarred": false,
"tags": [
"QA Dashboard"
"Developer"
]
},
"pluginVersion": "9.5.2",
"title": "For QA Engineers",
"pluginVersion": "9.5.15",
"title": "For Developers",
"type": "dashlist"
},
{
Expand Down Expand Up @@ -286,7 +286,7 @@
"Data Source Dashboard"
]
},
"pluginVersion": "9.5.2",
"pluginVersion": "9.5.15",
"type": "dashlist"
}
],
Expand All @@ -305,6 +305,6 @@
"timezone": "",
"title": "Homepage",
"uid": "lCO8w-pVk",
"version": 16,
"version": 4,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/dashboards/WeeklyBugRetro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@
"schemaVersion": 38,
"style": "dark",
"tags": [
"QA Dashboard"
"Engineering Leads Dashboard"
],
"templating": {
"list": [
Expand Down
Loading

0 comments on commit 60faf14

Please sign in to comment.