]> source.dussan.org Git - sonarqube.git/commit
SONAR-5007 add EVENTS.EVENT_DATA to store links on quality profile changes
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 23 Jun 2014 22:15:21 +0000 (00:15 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 23 Jun 2014 22:26:49 +0000 (00:26 +0200)
commit5470fe5d8afd1f29980312dcd90eaf8ecb873155
treebe572963bec85161acc44e5bf3ec0a4a88f8799c
parent78f2909b5ef26d889c16423a05e1e3371244861c
SONAR-5007 add EVENTS.EVENT_DATA to store links on quality profile changes
19 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/events.html.erb
sonar-batch/src/main/java/org/sonar/batch/rule/QProfileEventsDecorator.java
sonar-batch/src/test/java/org/sonar/batch/rule/QProfileEventsDecoratorTest.java
sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByPreviousVersionTest/no-previous-version.xml
sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByPreviousVersionTest/with-previous-version-deleted.xml
sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByPreviousVersionTest/with-previous-version.xml
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-core/src/main/resources/org/sonar/l10n/core.properties
sonar-core/src/test/resources/org/sonar/core/persistence/PreviewDatabaseFactoryTest/should_create_database.xml
sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteResource.xml
sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot-result.xml
sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot.xml
sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot-result.xml
sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot.xml
sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldSelectPurgeableSnapshots.xml
sonar-plugin-api/src/main/java/org/sonar/api/batch/Event.java
sonar-server/src/main/webapp/WEB-INF/db/migrate/555_add_event_data_column.rb [new file with mode: 0644]