]> source.dussan.org Git - sonarqube.git/commit
SONAR-3895 Local mode
authorDavid Gageot <david@gageot.net>
Thu, 18 Oct 2012 15:47:19 +0000 (17:47 +0200)
committerDavid Gageot <david@gageot.net>
Tue, 23 Oct 2012 09:48:21 +0000 (11:48 +0200)
commita505a98b4d1ad33c80b939ae6fed12043e635ded
tree939b5de8fce6a3f5e3ad150c3ca814c429d462b6
parent9f509a9600f0dafb62d8c9787d94a910762de385
SONAR-3895 Local mode
12 files changed:
sonar-batch/pom.xml
sonar-batch/src/main/java/org/sonar/batch/bootstrap/BootstrapModule.java
sonar-batch/src/main/java/org/sonar/batch/bootstrap/LocalMode.java [new file with mode: 0644]
sonar-batch/src/main/java/org/sonar/batch/local/LocalDatabase.java [new file with mode: 0644]
sonar-batch/src/test/java/org/sonar/batch/bootstrap/LocalModeTest.java [new file with mode: 0644]
sonar-server/pom.xml
sonar-server/src/main/java/org/sonar/server/database/LocalDatabaseFactory.java [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/platform/Platform.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/synchro_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb
sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb