aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/resources/org/sonar/batch/index
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-2310-113/+0
* SONAR-6118 Module UUID path on projects and modules must contain the componen...Julien HENRY2015-02-133-3/+3
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-102-2/+2
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-105-32/+8
* SONAR-5183 - analysis unsensitive to timezones - update dbUnit testTeryk Bellahsene2015-02-041-1/+1
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-0410-32/+32
* Set a hash even on empty file -> Will prevent NPE on empty fileJulien Lancelot2015-02-021-2/+2
* SONAR-5473 Fix progressive migration of file_sources.src_hashJulien HENRY2015-01-301-0/+9
* SONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATHJulien HENRY2015-01-152-2/+2
* Fix SourcePersisterTestJulien HENRY2015-01-141-1/+1
* SONAR-5883 Feed new column file_sources.src_hashJulien HENRY2015-01-133-0/+4
* SONAR-6014 Isolate persistence of resources to ease its removal in preview modeJulien HENRY2015-01-0711-0/+0
* SONAR-5753 Save empty string instead of null for root projectsJulien HENRY2015-01-052-2/+2
* Remove unused test fileSimon Brandhof2014-12-042-23/+0
* SONAR-5869 Remove persistence of highlighting and symbols in snapshot_dataJulien HENRY2014-12-023-5/+4
* SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-013-6/+6
* SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-283-6/+6
* SONAR-5866 Add IT and Overall coverage data into file_sourcesJulien HENRY2014-11-273-7/+7
* SONAR-5866 Add coverage data into file_sources table + migrationJulien HENRY2014-11-253-6/+6
* SONAR-5868 Allow issue tracking mechanism to work without full previous sourcesJulien HENRY2014-11-243-5/+19
* SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-243-4/+4
* SONAR-5827 Use byte[] instead of String to manipulate file_sources data so th...Julien HENRY2014-11-213-19/+0
* SONAR-5827 Fix issue on Oracle (null vs empty string)Julien HENRY2014-11-201-1/+1
* SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-197-1/+37
* SONAR-5755 Don't mess UUIDs when persisting librariesJulien HENRY2014-11-042-1/+66
* SONAR-5815 Store last update time on source dataJulien HENRY2014-11-031-1/+1
* SONAR-5814 Add updated_at column on snapshot_sourcesJean-Baptiste Lievremont2014-10-311-1/+1
* SONAR-5755 Fix UUID on libraries and uuid_module_pathJulien HENRY2014-10-241-1/+14
* SONAR-5755 Populate uuid column on new resourcesJulien HENRY2014-10-222-3/+3
* SONAR-5753 Create migration to add UUID columns in projectsJulien Lancelot2014-10-2012-56/+56
* Fix SourcePersisterTest on OracleSimon Brandhof2014-10-102-6/+6
* Don't do batch insert for duplication in order to avoid OOM errorJulien HENRY2014-07-312-0/+15
* SONAR-5233 Speed up migrationJulien HENRY2014-06-172-12/+48
* SONAR-5277 Increase size of project_measures.text_valueJulien HENRY2014-05-121-1/+1
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-298-25/+22
* SONAR-926 Language is null in projects table for project/module resourcesJulien HENRY2014-02-107-10/+10
* SONAR-3024 Perform one shot migration of all project resourcesJulien HENRY2014-01-234-2/+132
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-202-6/+6
* SONAR-926 Merge Java package and directory concepts. Display full path of res...Julien HENRY2014-01-161-1/+1
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-139-21/+21
* SONAR-3024 Introduce a path attribute on resource to allow distinguish filesJulien HENRY2014-01-0810-27/+27
* SONAR-4245 Don't allow to convert a Sonar Maven project into a Sonar Maven mo...Julien HENRY2013-07-121-1/+1
* SONAR-3893 Renamed column in SNAPSHOT_DATA from value to snapshot_dataJean-Baptiste Vilain2013-04-261-2/+2
* SONAR-3893 Renamed column in SNAPSHOT_DATA from data to valueJean-Baptiste Vilain2013-04-261-2/+2
* SONAR-3755 complete ModuleIssues for issue trackingSimon Brandhof2013-04-171-1/+0
* SONAR-3893 use persistent map for syntax and symbol highlightingSimon Brandhof2013-04-172-0/+9
* SONAR-4069 Allow to persist a project with a copy_resource_idJulien HENRY2013-03-191-0/+22
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-2711-20/+20
* SONAR-3636 Add and feed a new column projects.created_atFabrice Bellingard2012-09-279-18/+18
* Fix measure data not being evicted anymoreDavid Gageot2012-07-161-7/+1