aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* 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-029-221/+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
| * 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