]> source.dussan.org Git - sonarqube.git/commit
(SONAR-3893) Improve the highlighter API to not depend on sonar-channel and allow...
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Tue, 9 Apr 2013 08:03:20 +0000 (10:03 +0200)
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Tue, 9 Apr 2013 08:03:20 +0000 (10:03 +0200)
commit5fee326983c1b11c1ce95fc9582b11fcf578ee53
treedbf0c3225317e13515f7f762072a1655d3c7d672
parent2a0843355942ed03672048cb36b2eec25f8e410b
(SONAR-3893) Improve the highlighter API to not depend on sonar-channel and allow to work on multi-line tokens - Added new table SNAPSHOT_DATA to store the highlighting data
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseUtils.java
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java
sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl
sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_data.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb [new file with mode: 0644]