You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by GitBox <gi...@apache.org> on 2018/11/07 08:37:13 UTC

[GitHub] SomeFire commented on a change in pull request #60: IGNITE-10146 Refresh missing from Git prs while full reindex

SomeFire commented on a change in pull request #60: IGNITE-10146 Refresh missing from Git prs while full reindex
URL: https://github.com/apache/ignite-teamcity-bot/pull/60#discussion_r231416889
 
 

 ##########
 File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/github/ignited/GitHubConnIgnitedImpl.java
 ##########
 @@ -134,13 +137,30 @@ protected String runActualizePrs(String srvId, boolean fullReindex) {
             cntSaved += savedThisChunk;
             totalChecked += ghData.size();
 
+            if (fullReindex)
 
 Review comment:
   ```suggestion
               if (fullReindex) {
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services