-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix/sonar multiple servers #2973
Fix/sonar multiple servers #2973
Conversation
} | ||
} | ||
// extract unique collector item IDs from components | ||
// (in this context collector_items are sonar projects) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@fidelcoria-aa When I try to run the collector locally, I get errors especially around metrics section. I am moving this repository to a new location this weekend. Can we setup a call to discuss this PR? |
We are using Sonar versions 6.0 and 6.7. I don't see any metrics errors. What version are you testing with? |
@fidelcoria-aa I will setup a call next week and send you the details of the meeting. Meanwhile we have moved the sonar collector to its own repository can you please close this PR and create it against the new repo? Here is the link to the same - https://github.com/Hygieia/hygieia-codequality-sonar-collector |
Yes, sir! |
I have split up this PR into 5 smaller ones. I hope this helps |
Fix #2972 by moving metric strings and version numbers out of properties file and into collector
the Config from admin page overrides any config from properties file
Fix #2971 by supporting multiple usernames and passwords for multiple sonar instances