aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5911 persist issues on server sideTeryk Bellahsene2014-12-241-1/+1
* Fix issue when publishing components on ViewsJulien Lancelot2014-12-221-1/+6
* SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-194-9/+30
* Automatic merge from branch-5.0Jenkins CI2014-12-191-1/+6
|\
| * SONAR-5878 Fix regression when parsing project propertiesJulien HENRY2014-12-191-1/+6
* | Rename resources.json -> components.jsonJulien HENRY2014-12-181-1/+1
* | SONAR-5945 Rename resource -> component in batch protocolJulien HENRY2014-12-183-18/+17
* | Automatic merge from branch-5.0Jenkins CI2014-12-176-16/+36
|\|
| * SONAR-5869 Restore built-in Java Colorizer support for test filesJulien HENRY2014-12-171-1/+8
| * SONAR-5867 Sort symbol references to avoid variations between consecutive runsJulien HENRY2014-12-175-15/+28
* | SONAR-5945 Fix NPE when having issues on deleted resourcesJulien HENRY2014-12-171-2/+3
* | SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-1729-495/+591
* | SONAR-5910 create digest report step & delete unused experimental modeTeryk Bellahsene2014-12-161-2/+2
* | SONAR-5903 Feed issues tagsJulien HENRY2014-12-121-3/+11
|/
* Fix some quality flawsJulien HENRY2014-12-093-9/+5
* SONAR-5915 Escape project key when loading project referentialsJulien HENRY2014-12-091-1/+1
* Remove unused LOGGER in DefaultModuleFileSystemSimon Brandhof2014-12-091-4/+0
* Fix some quality flawsJulien HENRY2014-12-082-2/+3
* Fix regression concerning SONAR-5878 (custom working directory was not consid...Julien HENRY2014-12-052-8/+5
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-041-4/+2
* Fix regression concerning SONAR-5878 (task property was released too early)Julien HENRY2014-12-041-2/+2
* Fix some quality flawsJulien HENRY2014-12-041-1/+1
* SONAR-5878 More improvement concerning memory consumptionJulien HENRY2014-12-034-46/+51
* compute engine – move ProjectPurgeTask on the server sideTeryk Bellahsene2014-12-031-2/+2
* SONAR-5827 Decrease memory use during SourcePersister phaseJulien HENRY2014-12-031-9/+38
* SONAR-5869 Remove persistence of highlighting and symbols in snapshot_dataJulien HENRY2014-12-022-14/+16
* SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st...Julien HENRY2014-12-025-73/+17
* 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-021-3/+7
* SONAR-5868 Issue tracking now use hash WS instead of raw sourcesJulien HENRY2014-12-023-82/+54
* Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-12-011-4/+16
|\
| * SONAR-5864 API cleanupJulien HENRY2014-12-011-4/+16
* | SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-011-3/+47
* | SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-286-61/+150
* | SONAR-5878 Fix another regression (should not remove root properties from Tas...Julien HENRY2014-11-281-1/+4
* | SONAR-5878 Fix regression on deep multi-module projects after previous changeJulien HENRY2014-11-281-44/+17
* | SONAR-5878 High memory consumption for very big Maven projectsJulien HENRY2014-11-282-62/+80
* | SONAR-5866 Add IT and Overall coverage data into file_sourcesJulien HENRY2014-11-271-4/+12
* | SONAR-5868 Improve performances of fs indexationJulien HENRY2014-11-254-58/+35
* | SONAR-5868 Try to reduce memory consumption of line hashesJulien HENRY2014-11-253-12/+34
* | 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-244-19/+44
* | SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-241-9/+4
* | Fix some quality flawsJulien HENRY2014-11-241-7/+0
* | SONAR-5801 fix compatibility with all dbsSimon Brandhof2014-11-231-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-211-2/+3
* | 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-216-4/+252
* | Centralize algorithm of UUID generationSimon Brandhof2014-11-211-2/+2