apache / incubator-devlake

Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth.
https://devlake.apache.org/
Apache License 2.0
2.5k stars 493 forks source link

[Bug][Module Name] Bug title #7643

Closed pedro-rbaptista-totvstechfin closed 1 week ago

pedro-rbaptista-totvstechfin commented 1 week ago

Search before asking

What happened

In the Component and File-level Metrics dashboard, the views that transform dates into days of the week are performing the conversion in disagreement with the mysql documentation.

What do you expect to happen

According to https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html#function_dayofweek : (1 = Sunday, 2 = Monday, …, 7 = Saturday)

But it is implemented like: (7 = Sunday, 1 = Monday, …, 6 = Saturday)

How to reproduce

Open the Component and File-level Metrics dashboard with data

Anything else

No response

Version

v1.0.0-beta11

Are you willing to submit PR?

Code of Conduct

pedro-rbaptista-totvstechfin commented 1 week ago

Already resolved in main branch