aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/index/SourcePersister.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6253 Cleanup SourcePersister on batch sideJulien HENRY2015-04-171-148/+0
* SONAR-6258 Fix hashes, symbols and highlighting persistenceJulien Lancelot2015-04-171-22/+18
* Restore old behavior for InputFile::lines() -> returns 1 for empty filesJulien HENRY2015-04-131-6/+2
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-311-10/+9
* Fix some quality flawsJulien HENRY2015-03-271-2/+2
* Fix regression in SourcePersisterJulien HENRY2015-03-181-3/+5
* Batch should set updated date to 0 on updated sources and Compute should upda...Julien Lancelot2015-03-181-2/+2
* SONAR-5473 Optimization: do not change file_sources.updated_atJulien HENRY2015-03-121-2/+5
* Fix regression in issue trackingJulien HENRY2015-02-121-1/+1
* SONAR-6182 Log a warning when unmappable character is detected in a fileJulien HENRY2015-02-121-24/+15
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-101-21/+39
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-101-362/+40
* SONAR-5473 Fix progressive migration of file_sources.src_hashJulien HENRY2015-01-301-1/+2
* Fix some quality flawsJulien HENRY2015-01-261-2/+3
* SONAR-5077 Add option to import all files even if no languageJulien HENRY2015-01-151-17/+21
* SONAR-5883 Feed new column file_sources.src_hashJulien HENRY2015-01-131-0/+2
* Use try-with-resources when possibleJulien HENRY2015-01-071-4/+1
* Automatic merge from branch-5.0Jenkins CI2014-12-171-1/+11
|\
| * SONAR-5867 Sort symbol references to avoid variations between consecutive runsJulien HENRY2014-12-171-1/+11
* | SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-1/+1
|/
* Fix regression concerning SONAR-5878 (custom working directory was not consid...Julien HENRY2014-12-051-3/+1
* SONAR-5827 Decrease memory use during SourcePersister phaseJulien HENRY2014-12-031-9/+38
* SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st...Julien HENRY2014-12-021-25/+1
* SONAR-5827 Disable batch session when inserting in file_sources to avoid OOMJulien HENRY2014-12-021-1/+2
* SONAR-5827 Do not produce empty higlighting rules like 0,0,kJulien HENRY2014-12-021-3/+7
* SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-011-3/+47
* SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-281-27/+108
* SONAR-5866 Add IT and Overall coverage data into file_sourcesJulien HENRY2014-11-271-4/+12
* SONAR-5868 Try to reduce memory consumption of line hashesJulien HENRY2014-11-251-3/+19
* SONAR-5866 Add coverage data into file_sources table + migrationJulien HENRY2014-11-251-1/+6
* SONAR-5868 Allow issue tracking mechanism to work without full previous sourcesJulien HENRY2014-11-241-3/+17
* SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-241-9/+4
* SONAR-5801 fix compatibility with all dbsSimon Brandhof2014-11-231-2/+2
* SONAR-5827 Use byte[] instead of String to manipulate file_sources data so th...Julien HENRY2014-11-211-2/+3
* SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-211-2/+15
* Fix some quality flawsJulien HENRY2014-11-211-1/+2
* SONAR-5827 Enable bulk insertJulien HENRY2014-11-211-1/+1
* SONAR-5827 Select all previous file lines data hash with a single SQL queryJulien HENRY2014-11-201-7/+22
* SONAR-5827 Fix corner cases with highligthing offset conversionJulien HENRY2014-11-201-45/+57
* SONAR-5827 Fix issue on Oracle (null vs empty string)Julien HENRY2014-11-201-3/+5
* SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-191-3/+180
* SONAR-5815 Store last update time on source dataJulien HENRY2014-11-031-22/+4
* SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-051-11/+15
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-171-0/+9
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-211-12/+16