aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5911 persist issues on server sideTeryk Bellahsene2014-12-242-8/+4
* Fix issue when publishing components on ViewsJulien Lancelot2014-12-223-6/+101
* SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-1910-14/+178
* Automatic merge from branch-5.0Jenkins CI2014-12-195-1/+93
|\
| * SONAR-5878 Fix regression when parsing project propertiesJulien HENRY2014-12-195-1/+93
* | Rename resources.json -> components.jsonJulien HENRY2014-12-181-1/+1
* | SONAR-5903 Fix lost of rule tags and NPEJulien HENRY2014-12-181-1/+3
* | SONAR-5945 Rename resource -> component in batch protocolJulien HENRY2014-12-183-18/+17
* | Automatic merge from branch-5.0Jenkins CI2014-12-1710-21/+84
|\|
| * SONAR-5869 Restore built-in Java Colorizer support for test filesJulien HENRY2014-12-173-4/+35
| * SONAR-5867 Sort symbol references to avoid variations between consecutive runsJulien HENRY2014-12-177-17/+49
* | SONAR-5945 Fix NPE when having issues on deleted resourcesJulien HENRY2014-12-171-2/+3
* | SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-1742-632/+681
* | 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
* | SONAR-5896 Create database column to hold issue tagsJean-Baptiste Lievremont2014-12-103-0/+3
|/
* Fix some quality flawsJulien HENRY2014-12-094-10/+6
* SONAR-5915 Escape project key when loading project referentialsJulien HENRY2014-12-092-5/+13
* 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-054-16/+9
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-046-14/+12
* Remove unused test fileSimon Brandhof2014-12-042-23/+0
* 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-035-78/+87
* 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-026-25/+25
* SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st...Julien HENRY2014-12-027-195/+24
* 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
* | 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