summaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-5375 Minor optimization to remove all issues once for a given componentJulien HENRY2014-10-291-3/+2
* Fix profiling outputJulien HENRY2014-10-284-7/+15
* Infinite timeout on upload report as long as it's asynchronousJulien HENRY2014-10-282-3/+6
* Fix IT on MsSQLJulien Lancelot2014-10-285-30/+10
* Dump profiling results in properties files in order to ease later comparisonJulien HENRY2014-10-284-10/+50
* SONAR-5628 - Compute Engine - Remove sonar-dbcleaner-pluginTeryk Bellahsene2014-10-271-1/+7
* Fix some quality flawsJulien HENRY2014-10-272-16/+6
* SONAR-5737 Drop support of "sonar.importSources" featureJulien HENRY2014-10-272-17/+3
* SONAR-5755 Fix issue with deeply nested modulesJulien HENRY2014-10-273-2/+92
* SONAR-5662 Do not run persisters in preview modeJulien HENRY2014-10-271-10/+15
* SONAR-5755 Fix computation of UUIDs to support viewsJulien HENRY2014-10-271-5/+2
* SONAR-5755 Update uuids on existing resources to deal with project structure ...Julien HENRY2014-10-241-5/+5
* SONAR-5755 Fix UUID on libraries and uuid_module_pathJulien HENRY2014-10-243-7/+35
* SONAR-5695 - Compute Engine - update the analysis success message on batch sideTeryk Bellahsene2014-10-242-2/+4
* SONAR-5705 Drop support of Maven 2Julien HENRY2014-10-231-6/+4
* Remove JFreeChart from batch classpathSimon Brandhof2014-10-231-1/+21
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-231-1/+1
* SONAR-5753 Revert change on ComponentMapperJulien HENRY2014-10-221-1/+3