]> source.dussan.org Git - sonarqube.git/commit
SONAR-5814 Add updated_at column on snapshot_sources
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 31 Oct 2014 13:56:55 +0000 (14:56 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 31 Oct 2014 15:14:37 +0000 (16:14 +0100)
commit0ffd9d683485c9a179e83ed4a466370c6036d1fe
treed476c4a82f414c0fd315cbf43cd1dad1978bd111
parent44545af5e1f35e18525c05672c3e1c68b1a8dbd4
SONAR-5814 Add updated_at column on snapshot_sources
16 files changed:
server/sonar-server/src/main/java/org/sonar/server/db/migrations/DatabaseMigrations.java
server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/FeedSnapshotSourcesUpdatedAt.java [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/711_add_updated_at_to_snapshot_sources.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/712_feed_snapshot_sources_updated_at.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/README.txt
sonar-batch/.sonar/profiling/myProject-profiler.xml [new file with mode: 0644]
sonar-batch/.sonar/profiling/total-execution-profiler.xml [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shouldSaveSource-result.xml
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java
sonar-core/src/main/java/org/sonar/core/persistence/migration/v50/Migration50Mapper.java
sonar-core/src/main/java/org/sonar/core/persistence/migration/v50/SnapshotSource.java [new file with mode: 0644]
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-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot-result.xml
sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot-result.xml
sonar-core/src/test/resources/org/sonar/core/source/db/SnapshotSourceDaoTest/insert-result.xml