aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5827 Disable batch session when inserting in file_sources to avoid OOMJulien HENRY2014-12-022-3/+3
* SONAR-5827 Do not produce empty higlighting rules like 0,0,kJulien HENRY2014-12-022-5/+9
* SONAR-5868 Issue tracking now use hash WS instead of raw sourcesJulien HENRY2014-12-027-251/+136
* Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-12-011-4/+16
|\
| * SONAR-5864 API cleanupJulien HENRY2014-12-011-4/+16
| * Update version to 4.5.2-SNAPSHOTEric Hartmann2014-10-291-1/+1
| * Release 4.5.14.5.1Eric Hartmann2014-10-291-1/+1
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-10-271-1/+1
| * [maven-release-plugin] prepare release 4.5.1-RC1Eric Hartmann2014-10-271-1/+1
| * Revert "Release 4.5.1-RC1"Eric Hartmann2014-10-271-1/+1
| * Release 4.5.1-RC1Olivier Gaudin2014-10-251-1/+1
* | SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-015-33/+92
* | SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-2814-92/+217
* | SONAR-5878 Fix another regression (should not remove root properties from Tas...Julien HENRY2014-11-283-5/+32
* | SONAR-5878 Fix regression on deep multi-module projects after previous changeJulien HENRY2014-11-282-45/+18
* | SONAR-5878 High memory consumption for very big Maven projectsJulien HENRY2014-11-287-88/+138
* | SONAR-5866 Add IT and Overall coverage data into file_sourcesJulien HENRY2014-11-275-19/+39
* | SONAR-5868 Improve performances of fs indexationJulien HENRY2014-11-256-93/+100
* | SONAR-5868 Try to reduce memory consumption of line hashesJulien HENRY2014-11-256-35/+94
* | SONAR-5866 Add coverage data into file_sources table + migrationJulien HENRY2014-11-255-17/+29
* | SONAR-5868 Allow issue tracking mechanism to work without full previous sourcesJulien HENRY2014-11-2410-40/+111
* | SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-245-19/+14
* | Fix some quality flawsJulien HENRY2014-11-241-7/+0
* | SONAR-5801 fix compatibility with all dbsSimon Brandhof2014-11-232-5/+5
* | Fix test on WindowsJulien HENRY2014-11-211-2/+2
* | Try to fix handling of BOM on WindowsJulien HENRY2014-11-212-6/+3
* | SONAR-5827 Use byte[] instead of String to manipulate file_sources data so th...Julien HENRY2014-11-215-27/+35
* | SONAR-5827 Fix NPE for languages with no source colorizerJulien HENRY2014-11-211-1/+4
* | SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-2112-8/+394
* | Centralize algorithm of UUID generationSimon Brandhof2014-11-211-2/+2
* | Fix some quality flawsJulien HENRY2014-11-213-4/+3
* | 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
* | Add duration of filesystem indexation in profilingJulien HENRY2014-11-201-2/+16
* | SONAR-5827 Fix corner cases with highligthing offset conversionJulien HENRY2014-11-204-56/+143
* | SONAR-5827 Fix issue on Oracle (null vs empty string)Julien HENRY2014-11-202-4/+6
* | SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-1916-17/+453
* | Remove temporary infinite timeout on upload_report now it's back to be asynch...Julien HENRY2014-11-072-3/+3
* | SONAR-5672 Don't save DSM when there is no dependency or more than 200 compon...Julien HENRY2014-11-079-210/+716
* | SONAR-5672 Decrease memory comsumption when working on very big DSM with empt...Julien HENRY2014-11-071-2/+2
* | Move the files generated by PhasesSumUpTimeProfilerTest to a temp dirSimon Brandhof2014-11-053-39/+7
* | Property sonar.showProfiling must export properties file instead of XMLSimon Brandhof2014-11-041-6/+6
* | SONAR-5755 Don't mess UUIDs when persisting librariesJulien HENRY2014-11-044-2/+74
* | Fix some quality flawsJulien HENRY2014-11-032-10/+36
* | SONAR-5815 Store last update time on source dataJulien HENRY2014-11-0313-71/+111
* | SONAR-5814 Add updated_at column on snapshot_sourcesJean-Baptiste Lievremont2014-10-313-1/+37
* | SONAR-5754 Display a progress status of blame in logsJulien HENRY2014-10-314-12/+121
* | SONAR-5806 Invalidate database preview cache after snapshot switch on the ser...Teryk Bellahsene2014-10-302-10/+2
* | SONAR-5347 Preview mode should use the new WS /api/sources/rawJulien HENRY2014-10-302-4/+4
* | Fix issue tracking regression after last optimizationsJulien HENRY2014-10-301-2/+2