aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Quality flawsSimon Brandhof2015-06-2910-29/+56
* SONAR-6200 Apply coverage exclusions on new Sensor APIJulien HENRY2015-06-292-12/+12
* SONAR-6664 remove SqaleRatingDecorator from batchSébastien Lesaint2015-06-264-367/+0
* SONAR-6649 Stop components from global container in case of errorJulien HENRY2015-06-251-2/+14
* SONAR-6648 Rework redirection of logsJulien HENRY2015-06-259-76/+151
* Fix lock on windowsDuarte Meneses2015-06-241-3/+14
* Fix project temp foldersDuarte Meneses2015-06-241-4/+18
* Fix quality flawDuarte Meneses2015-06-241-2/+1
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-249-45/+200
* SONAR-6648 Allow to redirect logs to custom streamDuarte Meneses2015-06-244-42/+191
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-247-72/+229
* Revert merge to d70f025Duarte Meneses2015-06-2313-595/+121
* Fix project temp folderDuarte Meneses2015-06-231-4/+18
* Fix quality flawsDuarte Meneses2015-06-231-2/+1
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-239-45/+200
* SONAR-6648 Allow to redirect logs to a custom streamDuarte Meneses2015-06-234-42/+191
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-237-72/+229
* SONAR-6659 ProgressMonitor during file indexation is not properly stopped in ...Duarte Meneses2015-06-231-1/+2
* SONAR-6646 Remove CountFalsePositivesDecorator from batchJulien Lancelot2015-06-222-88/+0
* SONAR-6646 Remove CountUnresolvedIssuesDecorator from batchJulien Lancelot2015-06-222-306/+0
* Fix quality flawsSimon Brandhof2015-06-212-2/+2
* Fix Q flawsSimon Brandhof2015-06-191-6/+10
* SONAR-6635 Remove check on analysis date from the batchJulien Lancelot2015-06-191-36/+3
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-193-4/+4
|\
| * Cleanup warningsGabor Liptak2015-06-173-4/+4
* | SONAR-6620 remove QualityGate measures computation from batchSébastien Lesaint2015-06-199-768/+0
* | SONAR-6643 Remove VariationDecorator from the batchJulien Lancelot2015-06-192-207/+0
* | SONAR-6463 Improve loggingJulien HENRY2015-06-194-30/+22
* | SONAR-6588 Remove RuleFinder from batch bootstrap phaseSimon Brandhof2015-06-171-2/+0
* | SONAR-6588 Remove unused core components from batchSimon Brandhof2015-06-171-6/+0
* | Remove ability to get users from batchSimon Brandhof2015-06-172-6/+0
|/
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-122-170/+0
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-121-11/+5
* Fix quality flawsJulien Lancelot2015-06-122-2/+2
* SONAR-6557 Remove library filter in SQL queriesJulien Lancelot2015-06-127-59/+39
* SONAR-6636 Remove module checks from batch requiring databaseJulien Lancelot2015-06-121-49/+4
* SONAR-6596 Remove database semaphores from batchJulien Lancelot2015-06-104-106/+7
* SONAR-6324 Disable cross project duplicationsJulien Lancelot2015-06-102-66/+12
* SONAR-6260 Apply PR feedbackJulien Lancelot2015-06-101-12/+6
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-108-460/+48
* SONAR-6260 Remove snapshot id from batch reportJulien Lancelot2015-06-102-8/+0
* Temporarily remove custom measures from batchSimon Brandhof2015-06-102-81/+0
* SONAR-6577 offline mode in preview modeDuarte Meneses2015-06-091-2/+2
* SONAR-6567 move notifications from sonar-core to sonar-serverSimon Brandhof2015-06-081-3/+0
* SONAR-6568 remove events from batchSimon Brandhof2015-06-086-396/+1
* improve cache loggingDuarte Meneses2015-06-051-0/+3
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-053-46/+8
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-06-045-24/+131
* SONAR-3821 Restore ProjectClasspath in order to please PMD pluginJulien HENRY2015-06-031-0/+2
* Merge pull request #261 from SonarSource/feature/batch/drop_maven_depJulien HENRY2015-06-039-566/+5
|\