aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6643 Remove VariationDecorator from the batchJulien Lancelot2015-06-193-356/+0
|
* SONAR-6463 Improve loggingJulien HENRY2015-06-194-30/+22
|
* Drop Hibernate from serverSimon Brandhof2015-06-181-0/+22
|
* SONAR-6588 Remove RuleFinder from batch bootstrap phaseSimon Brandhof2015-06-171-2/+0
| | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam
* SONAR-6588 Remove unused core components from batchSimon Brandhof2015-06-171-6/+0
| | | | | | - PurgeProfiler - EmailSettings - MeasuresDao
* Remove ability to get users from batchSimon Brandhof2015-06-172-6/+0
| | | | + drop Hibernate model "User"
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-122-170/+0
| | | | It can't be supported anymore by design. Analyzers do not connect to database anymore.
* 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-129-65/+42
|
* SONAR-6636 Remove module checks from batch requiring databaseJulien Lancelot2015-06-122-149/+5
|
* SONAR-6596 Remove database semaphores from batchJulien Lancelot2015-06-105-208/+7
|
* SONAR-6324 Disable cross project duplicationsJulien Lancelot2015-06-103-70/+13
|
* SONAR-6260 Apply PR feedbackJulien Lancelot2015-06-102-22/+9
|
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-1015-1100/+79
|
* SONAR-6260 Remove snapshot id from batch reportJulien Lancelot2015-06-103-10/+0
|
* SONAR-6615 add in table 'manual_measures' column 'compunent_uuid'Teryk Bellahsene2015-06-101-0/+11
|
* Temporarily remove custom measures from batchSimon Brandhof2015-06-104-144/+0
| | | | They are being moved to Compute Engine.
* SONAR-6577 offline mode in preview modeDuarte Meneses2015-06-092-7/+7
|
* SONAR-6567 move notifications from sonar-core to sonar-serverSimon Brandhof2015-06-081-3/+0
|
* SONAR-6568 remove events from batchSimon Brandhof2015-06-089-812/+4
|
* improve cache loggingDuarte Meneses2015-06-051-0/+3
|
* SONAR-6370 Remove usage of sonar-java-api from batch and serverSimon Brandhof2015-06-051-4/+6
|
* SONAR-6370 remove concept of core pluginSimon Brandhof2015-06-051-2/+2
|
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-055-50/+16
|
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-06-047-30/+255
|
* 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-0314-988/+6
|\ | | | | SONAR-3821 Drop any Maven dependency
| * SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-0314-988/+6
| |
* | Fix quality flawsJulien Lancelot2015-06-0312-68/+55
|/
* Fix NPE when using ProjectBuilder + sonar.showProfilingLevel=trueJulien HENRY2015-06-021-12/+10
|
* Use ImmutableProjectReactor when possibleJulien HENRY2015-06-015-26/+23
|
* SONAR-6281 Fix branch and keys of components in compute reportJulien HENRY2015-06-019-108/+151
|
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-293-5/+5
|
* SONAR-6463 Add logs to better profile execution timeJulien HENRY2015-05-283-32/+41
|
* Fix definition of core component qualifiersSimon Brandhof2015-05-281-1/+1
|
* SONAR-6370 drop core pluginSimon Brandhof2015-05-282-29/+6
| | | | | The core plugin was highly coupled with core, so it did not respect classloader isolation as other plugins.
* SONAR-6370 move the remaining extensions out of core pluginSimon Brandhof2015-05-281-2/+4
|
* SONAR-6370 move batch extensions out of core pluginSimon Brandhof2015-05-2862-3/+5406
| | | | Decorators temporarily moved to package org.sonar.batch.compute of sonar-batch.
* SONAR-6370 Decrease coupling of sonar-duplications with guavaSimon Brandhof2015-05-283-1/+87
|
* SONAR-6370 Remove guava from dependencies of sonar-colorizerSimon Brandhof2015-05-282-17/+11
|
* Fix quality flawsJulien Lancelot2015-05-251-1/+1
|
* SONAR-6281 Add description of components in reportJulien HENRY2015-05-252-7/+17
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-222-3/+3
| | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status)
* Add project name in URL when publishing reportJulien HENRY2015-05-221-8/+9
|
* Fix some quality flawsJulien HENRY2015-05-222-13/+0
|
* SONAR-6259 Use component caches to get id or uuidJulien Lancelot2015-05-211-5/+2
|
* Fix some quality flawsJulien HENRY2015-05-211-11/+3
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-2166-399/+869
|
* Delete DefaultPurgeTask and remove DefaultPeriodCleaner from batchSimon Brandhof2015-05-201-9/+2
|