You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "ibrahimejaz (via GitHub)" <gi...@apache.org> on 2023/03/15 10:41:48 UTC

[GitHub] [incubator-devlake] ibrahimejaz opened a new issue, #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

ibrahimejaz opened a new issue, #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Happen to see there where mismatch informations on getting data from Reliability and few other metrics using Sonarqube dashboard. 
   Also checked with sorting date range and still same. 
   
   ### What do you expect to happen
   
   Sonar bug information is not properly displaying on the sonarqube dashboard
   
   ### How to reproduce
   
   Sonar bug information is not properly displaying on the sonarqube dashboard
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] ibrahimejaz commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "ibrahimejaz (via GitHub)" <gi...@apache.org>.
ibrahimejaz commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1472236806

   Have updated the DB but still see the data missing when compared it with actual sonarqube dashboard and devlake/sonarqube dashboard. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] Startrekzky commented on issue #4672: [Bug][Dashboard] Wrong bug title in the Sonarqube dashboard

Posted by "Startrekzky (via GitHub)" <gi...@apache.org>.
Startrekzky commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1547514493

   This issue has been solved. Feel free to reopen it if it still exists.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "warren830 (via GitHub)" <gi...@apache.org>.
warren830 commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1471187391

   Hi @ibrahimejaz , can you run the following scripts to change collation, then run the sonarqube bp again:
   ALTER TABLE _tool_sonarqube_projects CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_issues CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_issue_code_blocks CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_hotspots CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_file_metrics CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_accounts CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE cq_projects CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE cq_issues CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE cq_issue_code_blocks CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE cq_file_metrics CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] ibrahimejaz commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "ibrahimejaz (via GitHub)" <gi...@apache.org>.
ibrahimejaz commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1516366038

   Yes @abeizn 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn closed issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.
URL: https://github.com/apache/incubator-devlake/issues/4672


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1544992129

   > 
   @ibrahimejaz 
   Sorry, I missed the news, we are now upgraded to [v0.16.0](https://github.com/apache/incubator-devlake/releases/tag/v0.16.0) official version or [v0.17.0-beta4](https://github.com/apache/incubator-devlake/releases/tag/v0.17.0-beta4), these versions have fixes for sonarqube.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "warren830 (via GitHub)" <gi...@apache.org>.
warren830 commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1471174407

   Hi @ibrahimejaz , can you provide more detail? And what is your mysql configuration? Can you check two configs as below?      
         --character-set-server=utf8mb4
         --collation-server=utf8mb4_bin


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] klesh commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "klesh (via GitHub)" <gi...@apache.org>.
klesh commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1471143352

   Thanks for your report, will look into is ASAP


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1493508626

   > Yes I've rerun transformation again @abeizn
   
   @ibrahimejaz There are still problems, right?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] ibrahimejaz commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "ibrahimejaz (via GitHub)" <gi...@apache.org>.
ibrahimejaz commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1488708215

   Yes I've rerun transformation again @abeizn 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] Startrekzky closed issue #4672: [Bug][Dashboard] Wrong bug title in the Sonarqube dashboard

Posted by "Startrekzky (via GitHub)" <gi...@apache.org>.
Startrekzky closed issue #4672: [Bug][Dashboard] Wrong bug title in the Sonarqube dashboard
URL: https://github.com/apache/incubator-devlake/issues/4672


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn commented on issue #4672: [Bug][Module Name] Bug title Issue with Sonarqube dashboard.

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn commented on issue #4672:
URL: https://github.com/apache/incubator-devlake/issues/4672#issuecomment-1475755516

   > @ibrahimejaz 
   After updating the database, whether to rerun the blueprint of sonarqube?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org