]> source.dussan.org Git - sonarqube.git/commit
Remove optimization on updated at
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 30 Sep 2015 15:00:33 +0000 (17:00 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 30 Sep 2015 15:00:41 +0000 (17:00 +0200)
commit98e189c6f0c74403d49a006ec550a99a1cb2cf48
tree9b32c8ad63d05fc54dd0e83f1f8ed27ea4384fc9
parenta40d994889fae249ae7e60af71636ba45648181c
Remove optimization on updated at

As there's no more ES index of file sources, there's no need to modify the updated at date only when binary data are updated
server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistFileSourcesStep.java
server/sonar-server/src/test/java/org/sonar/server/computation/step/PersistFileSourcesStepTest.java