aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/resources/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6327 Add is_default column to rules_profilesJean-Baptiste Lievremont2015-03-262-8/+8
* SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-2310-113/+0
* Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.Simon Brandhof2015-03-202-74/+83
* SONAR-6261 Persist events in compute stackJulien Lancelot2015-03-173-19/+19
* SONAR-6163 - timezones - events migrationTeryk Bellahsene2015-02-173-15/+15
* 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-1012-2/+2
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-105-32/+8
* SONAR-5183 timezones - migrate issues table from timestamp to longTeryk Bellahsene2015-02-095-12/+12
* SONAR-5183 - analysis unsensitive to timezones - update dbUnit testTeryk Bellahsene2015-02-041-1/+1
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-0425-92/+92
* Use protocol buffers format for analysis reportsSimon Brandhof2015-02-022-80/+0
* 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-6012 Do not output reporter, updateDate and closeDate in JSON reportJulien HENRY2015-01-281-3/+1
* SONAR-6012 Local issue trackingJulien HENRY2015-01-236-0/+93
* 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
* Automatic merge from branch-5.0Jenkins CI2015-01-062-2/+2
|\
| * SONAR-5753 Save empty string instead of null for root projectsJulien HENRY2015-01-052-2/+2
* | Fix issue when publishing components on ViewsJulien Lancelot2014-12-221-0/+21
* | SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-191-0/+59
* | Automatic merge from branch-5.0Jenkins CI2014-12-193-0/+21
|\|
| * SONAR-5878 Fix regression when parsing project propertiesJulien HENRY2014-12-193-0/+21
* | Automatic merge from branch-5.0Jenkins CI2014-12-171-0/+12
|\|
| * SONAR-5869 Restore built-in Java Colorizer support for test filesJulien HENRY2014-12-171-0/+12
* | SONAR-5896 Create database column to hold issue tagsJean-Baptiste Lievremont2014-12-103-0/+3
|/
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-044-8/+8
* 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-5868 Issue tracking now use hash WS instead of raw sourcesJulien HENRY2014-12-022-9/+0
* 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-5878 Fix another regression (should not remove root properties from Tas...Julien HENRY2014-11-281-0/+1
* SONAR-5878 Fix regression on deep multi-module projects after previous changeJulien HENRY2014-11-281-1/+1
* SONAR-5878 High memory consumption for very big Maven projectsJulien HENRY2014-11-284-0/+19
* 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 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-211-0/+8
* 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
* Fix IT on MsSQLJulien Lancelot2014-10-285-30/+10