aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
...
* Fix quality flawsJulien Lancelot2015-02-111-1/+1
* Revert move of Period component since it is used by devcockpitJulien HENRY2015-02-115-6/+9
* SONAR-6048 Fix viewsJulien HENRY2015-02-111-1/+1
* SONAR-6068 Do not break FilePredicate interface as it is used by SonarGraph p...Julien HENRY2015-02-111-1/+2
* SONAR-6048 Use LinkedHashMap to make behavior more consistentJulien HENRY2015-02-101-7/+7
* issues - fix contractsTeryk Bellahsene2015-02-102-7/+3
* SONAR-6048 Fix exclusions by absolute pathJulien HENRY2015-02-101-0/+2
* Optimize memory consumption when batch exports duplications in protobuf messageSimon Brandhof2015-02-101-11/+4
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-10145-1041/+1017
* SONAR-6068 Improve performance of FileSystem query operationJulien HENRY2015-02-1018-108/+294
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-1010-822/+731
* SONAR-6162 Fix bad mergeJulien HENRY2015-02-094-16/+9
* Merge remote-tracking branch 'origin/branch-5.0'Julien HENRY2015-02-092-0/+106
|\
| * SONAR-6162 Fix NPE when searching for Check of custom rulesJulien HENRY2015-02-092-0/+106
| * SONAR-6162 Return template rule key in /batch/projects WSJulien Lancelot2015-02-092-2/+2
* | SONAR-6169 Fix lifecycle issueJulien HENRY2015-02-096-134/+188
* | Fix log levelJulien HENRY2015-02-091-1/+1
* | SONAR-5183 timezones - migrate issues table from timestamp to longTeryk Bellahsene2015-02-096-15/+13
* | SONAR-6162 Return template rule key in /batch/projects WSJulien Lancelot2015-02-093-3/+3
* | SONAR-5183 timezones - fix views and devcockpitTeryk Bellahsene2015-02-0612-26/+26
* | SONAR-5183 - analysis unsensitive to timezones - update dbUnit testTeryk Bellahsene2015-02-041-1/+1
* | SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-0441-161/+165
* | Fix quality flawsSimon Brandhof2015-02-042-8/+8
* | Fix merge of protocol buffers branchSimon Brandhof2015-02-021-2/+8
* | Use protocol buffers format for analysis reportsSimon Brandhof2015-02-028-276/+188
* | Set a hash even on empty file -> Will prevent NPE on empty fileJulien Lancelot2015-02-024-14/+6
* | SONAR-5436 Update messageJulien HENRY2015-01-301-1/+1
* | SONAR-5831 Provide the ability to explicitly ask the SCM sensor to reload all...Julien HENRY2015-01-308-31/+132
* | SONAR-5473 Fix progressive migration of file_sources.src_hashJulien HENRY2015-01-303-2/+39
* | SONAR-5927 Display a message when no previous analysisJulien HENRY2015-01-301-1/+5
* | SONAR-5927 Improve permission checking and error reportingJulien HENRY2015-01-281-1/+13
* | Unwrap JSON error message when calling WSJulien HENRY2015-01-282-1/+34
* | SONAR-6111 Drop ability to execute Maven plugin as part of the batch analysisJulien HENRY2015-01-2824-735/+17
* | SONAR-6012 Do not output reporter, updateDate and closeDate in JSON reportJulien HENRY2015-01-282-9/+9
* | SONAR-6105 Fix missing SVN and Git pluginsJulien HENRY2015-01-281-2/+2
* | SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-2786-1004/+723
* | Fix medium testJulien HENRY2015-01-261-0/+15
* | Add profiling logs to analysis report exchange protocolSimon Brandhof2015-01-261-0/+9
* | SONAR-6012 Fix creationDate during issue tracking on removed componentsJulien HENRY2015-01-262-2/+3
* | delete component ids from the issues tableTeryk Bellahsene2015-01-261-7/+2
* | SONAR-5912 fix notification of issue changes during analysisSimon Brandhof2015-01-261-0/+1
* | Fix some quality flawsJulien HENRY2015-01-261-1/+2
* | Fix some quality flawsJulien HENRY2015-01-2612-37/+52
* | SONAR-6012 Fix manual severity and get previous creation dateJulien HENRY2015-01-262-15/+6
* | SONAR-5927 Restore UserFinder on batch side but deprecate itJulien HENRY2015-01-261-0/+4
* | SONAR-5077 Compute ncloc for files with no languageJulien HENRY2015-01-267-49/+210
* | SONAR-5077 Rename property to enable indexation of all filesJulien HENRY2015-01-261-1/+1
* | SONAR-6060 Move HTML report into the coreJulien HENRY2015-01-2656-83/+2064
* | SONAR-6013 Return severity, manualSeverity and creationDateJulien Lancelot2015-01-232-3/+3
* | SONAR-6012 Local issue trackingJulien HENRY2015-01-2365-90/+3631