dspavlov commented on a change in pull request #89: IGNITE-10454 Create page with muted tests
URL:
https://github.com/apache/ignite-teamcity-bot/pull/89#discussion_r239796518
##########
File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/teamcity/ignited/TeamcityIgnitedImpl.java
##########
@@ -550,8 +581,51 @@ private void sheduleResyncBuildRefs() {
*
*/
void fullReindex() {
- buildRefSync.runActualizeBuildRefs(srvNme, true, null, conn);
+ buildRefSync.runActualizeBuildRefs(srvName, true, null, conn);
}
+ /**
+ * Refresh mutes for given project.
+ *
+ * @param projectId Project id.
+ * @return Message with loading result.
+ */
+ protected String actualizeMuteRefs(String projectId) {
Review comment:
I suggest moving this actualization outside of TC Ignited class to avoid creating a god object in future. We can name it MuteSync or something like that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services