]> source.dussan.org Git - sonarqube.git/commit
SONAR-5806 Invalidate database preview cache after snapshot switch on the server...
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Thu, 30 Oct 2014 19:58:43 +0000 (20:58 +0100)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Thu, 30 Oct 2014 20:28:59 +0000 (21:28 +0100)
commitd8d5c8fd2d5d25822baa93d77adf02a34122a7c1
tree0041ed055a9ac6bf956040e88c58ab599de4da48
parent34a501e8a0c1764c111c12ab759d594b0c5fd729
SONAR-5806 Invalidate database preview cache after snapshot switch on the server side
server/sonar-server/src/main/java/org/sonar/server/computation/ComputationStepRegistry.java
server/sonar-server/src/main/java/org/sonar/server/computation/InvalidatePreviewCacheStep.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java
server/sonar-server/src/test/java/org/sonar/server/computation/ComputationStepRegistryTest.java
server/sonar-server/src/test/java/org/sonar/server/computation/InvalidatePreviewCacheStepTest.java [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb
sonar-batch/src/main/java/org/sonar/batch/phases/UpdateStatusJob.java
sonar-batch/src/test/java/org/sonar/batch/phases/UpdateStatusJobTest.java