aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Improve qualityDuarte Meneses2015-07-243-3/+4
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-2430-222/+544
* SONAR-6695 Remove decorators execution from the batchJulien Lancelot2015-07-2310-655/+1
* Fix regression with old Violation APIJulien HENRY2015-07-231-2/+4
* Fix NPE when using old Issuable APIJulien HENRY2015-07-231-3/+9
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-2312-206/+490
* SONAR-6676 remove Decorators for FILES and DIRECTORIES metricsSébastien Lesaint2015-07-233-141/+1
* SONAR-6684 remove Issue.tags from batch reportSimon Brandhof2015-07-231-1/+0
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-231-18/+7
* Remove useless usage of BatchReport.Measure.setDescription() and setVariation...Julien Lancelot2015-07-211-52/+27
* SONAR-6681 Remove UnitTestDecorator form the batchJulien Lancelot2015-07-212-97/+0
* MeasuresPublisher should not filter measures to put in the reportJulien Lancelot2015-07-211-34/+1
* Fix quality flawsSimon Brandhof2015-07-211-2/+2
* SONAR-6679 Remove computation of language distribution measures from batchJulien Lancelot2015-07-213-103/+1
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-201-19/+0
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-205-45/+89
* SONAR-6678 Remove duplication decorators from the batchJulien Lancelot2015-07-174-178/+1
* Fix medium tests and improve temp foldersDuarte Meneses2015-07-172-17/+22
* Disable JMX in PersistitDuarte Meneses2015-07-171-0/+1
* Merge remote-tracking branch 'origin/branch-5.1'Simon Brandhof2015-07-151-5/+5
|\
| * SONAR-6685, SONAR-6351 Fix syntax issue when generating HTML reportJulien HENRY2015-07-151-5/+5
| * Merge pull request #403 from SonarSource/feature/fix_notif_manager_previewJulien HENRY2015-07-131-1/+1
| |\
| | * SONAR-6673 Do not try to load DefaultNotificationManager in preview modeJulien HENRY2015-06-301-1/+1
* | | SONAR-6682 Remove computation of comment density measures from the batchJulien Lancelot2015-07-152-93/+1
* | | fix quality flaw: method can be staticSébastien Lesaint2015-07-101-1/+1
* | | Automatic merge from branch-5.1Jenkins CI2015-07-091-5/+9
|\| |
| * | SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always n...Simon Brandhof2015-07-091-5/+9
| |/
| * SONAR-6398 Restore PostJob execution in preview modeJulien HENRY2015-05-251-1/+6
* | SONAR-6677 remove coverage Decorators from batchSébastien Lesaint2015-07-0911-818/+1
* | SONAR-6680 Remove quality profile decorator from batchJulien Lancelot2015-07-073-72/+2
* | Extract module sonar-dbSimon Brandhof2015-07-049-204/+9
* | Fix quality flawsJulien Lancelot2015-07-032-26/+31
* | Revert remove of RuleI18n component from batchSimon Brandhof2015-07-031-0/+2
* | SONAR-6588 drop db connection from batchSimon Brandhof2015-07-0227-1598/+5
* | Merge branch 'feature/ce_issue_tracking'Simon Brandhof2015-07-0241-1962/+115
|\ \
| * | SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-024-36/+1
| * | SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-0213-571/+96
| * | SONAR-6623 distribution of issues by debt in Compute EngineSimon Brandhof2015-07-023-227/+0
| * | SONAR-6623 count issuesSimon Brandhof2015-07-021-66/+0
| * | SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0233-1074/+30
* | | Handle two threads asking for a temp folder at the very same timeDavid Gageot2015-07-021-1/+4
* | | add ability to dump batch report enabled by sonar.batch.dumpReportDirSébastien Lesaint2015-07-021-8/+48
* | | SONAR-6628 fix warning log displaying value, security holeSébastien Lesaint2015-07-021-4/+1
|/ /
* | SONAR-6588 Send all measures to the report, even the ones that was not marked...Julien Lancelot2015-07-021-2/+1
* | SONAR-6645 remove computation of new coverage measures from BatchSébastien Lesaint2015-07-016-578/+0
* | Fix some quality flawsJulien HENRY2015-06-306-39/+32
* | SONAR-6628 warn log if any sonar.jdbc property is set in BatchSébastien Lesaint2015-06-303-12/+67
* | SONAR-6621 warn log if sonar.qualitygate set in project propertiesSébastien Lesaint2015-06-301-0/+22
* | Fix quality flawsSimon Brandhof2015-06-301-6/+6
* | Quality flawsSimon Brandhof2015-06-2910-29/+56