Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6643 Remove VariationDecorator from the batch | Julien Lancelot | 2015-06-19 | 3 | -356/+0 |
| | |||||
* | SONAR-6463 Improve logging | Julien HENRY | 2015-06-19 | 4 | -30/+22 |
| | |||||
* | Drop Hibernate from server | Simon Brandhof | 2015-06-18 | 1 | -0/+22 |
| | |||||
* | SONAR-6588 Remove RuleFinder from batch bootstrap phase | Simon Brandhof | 2015-06-17 | 1 | -2/+0 |
| | | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam | ||||
* | SONAR-6588 Remove unused core components from batch | Simon Brandhof | 2015-06-17 | 1 | -6/+0 |
| | | | | | | - PurgeProfiler - EmailSettings - MeasuresDao | ||||
* | Remove ability to get users from batch | Simon Brandhof | 2015-06-17 | 2 | -6/+0 |
| | | | | + drop Hibernate model "User" | ||||
* | Drop support of org.sonar.api.batch.TimeMachine | Simon Brandhof | 2015-06-12 | 2 | -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_PRIORITY | Simon Brandhof | 2015-06-12 | 1 | -11/+5 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-06-12 | 2 | -2/+2 |
| | |||||
* | SONAR-6557 Remove library filter in SQL queries | Julien Lancelot | 2015-06-12 | 9 | -65/+42 |
| | |||||
* | SONAR-6636 Remove module checks from batch requiring database | Julien Lancelot | 2015-06-12 | 2 | -149/+5 |
| | |||||
* | SONAR-6596 Remove database semaphores from batch | Julien Lancelot | 2015-06-10 | 5 | -208/+7 |
| | |||||
* | SONAR-6324 Disable cross project duplications | Julien Lancelot | 2015-06-10 | 3 | -70/+13 |
| | |||||
* | SONAR-6260 Apply PR feedback | Julien Lancelot | 2015-06-10 | 2 | -22/+9 |
| | |||||
* | SONAR-6260 Remove snapshot and project persistence form batch | Julien Lancelot | 2015-06-10 | 15 | -1100/+79 |
| | |||||
* | SONAR-6260 Remove snapshot id from batch report | Julien Lancelot | 2015-06-10 | 3 | -10/+0 |
| | |||||
* | SONAR-6615 add in table 'manual_measures' column 'compunent_uuid' | Teryk Bellahsene | 2015-06-10 | 1 | -0/+11 |
| | |||||
* | Temporarily remove custom measures from batch | Simon Brandhof | 2015-06-10 | 4 | -144/+0 |
| | | | | They are being moved to Compute Engine. | ||||
* | SONAR-6577 offline mode in preview mode | Duarte Meneses | 2015-06-09 | 2 | -7/+7 |
| | |||||
* | SONAR-6567 move notifications from sonar-core to sonar-server | Simon Brandhof | 2015-06-08 | 1 | -3/+0 |
| | |||||
* | SONAR-6568 remove events from batch | Simon Brandhof | 2015-06-08 | 9 | -812/+4 |
| | |||||
* | improve cache logging | Duarte Meneses | 2015-06-05 | 1 | -0/+3 |
| | |||||
* | SONAR-6370 Remove usage of sonar-java-api from batch and server | Simon Brandhof | 2015-06-05 | 1 | -4/+6 |
| | |||||
* | SONAR-6370 remove concept of core plugin | Simon Brandhof | 2015-06-05 | 1 | -2/+2 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core classes | Simon Brandhof | 2015-06-05 | 5 | -50/+16 |
| | |||||
* | SONAR-6577 Offline mode in preview mode | Duarte Meneses | 2015-06-04 | 7 | -30/+255 |
| | |||||
* | SONAR-3821 Restore ProjectClasspath in order to please PMD plugin | Julien HENRY | 2015-06-03 | 1 | -0/+2 |
| | |||||
* | Merge pull request #261 from SonarSource/feature/batch/drop_maven_dep | Julien HENRY | 2015-06-03 | 14 | -988/+6 |
|\ | | | | | SONAR-3821 Drop any Maven dependency | ||||
| * | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 14 | -988/+6 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2015-06-03 | 12 | -68/+55 |
|/ | |||||
* | Fix NPE when using ProjectBuilder + sonar.showProfilingLevel=true | Julien HENRY | 2015-06-02 | 1 | -12/+10 |
| | |||||
* | Use ImmutableProjectReactor when possible | Julien HENRY | 2015-06-01 | 5 | -26/+23 |
| | |||||
* | SONAR-6281 Fix branch and keys of components in compute report | Julien HENRY | 2015-06-01 | 9 | -108/+151 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 3 | -5/+5 |
| | |||||
* | SONAR-6463 Add logs to better profile execution time | Julien HENRY | 2015-05-28 | 3 | -32/+41 |
| | |||||
* | Fix definition of core component qualifiers | Simon Brandhof | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | SONAR-6370 drop core plugin | Simon Brandhof | 2015-05-28 | 2 | -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 plugin | Simon Brandhof | 2015-05-28 | 1 | -2/+4 |
| | |||||
* | SONAR-6370 move batch extensions out of core plugin | Simon Brandhof | 2015-05-28 | 62 | -3/+5406 |
| | | | | Decorators temporarily moved to package org.sonar.batch.compute of sonar-batch. | ||||
* | SONAR-6370 Decrease coupling of sonar-duplications with guava | Simon Brandhof | 2015-05-28 | 3 | -1/+87 |
| | |||||
* | SONAR-6370 Remove guava from dependencies of sonar-colorizer | Simon Brandhof | 2015-05-28 | 2 | -17/+11 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | SONAR-6281 Add description of components in report | Julien HENRY | 2015-05-25 | 2 | -7/+17 |
| | |||||
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 2 | -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 report | Julien HENRY | 2015-05-22 | 1 | -8/+9 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-05-22 | 2 | -13/+0 |
| | |||||
* | SONAR-6259 Use component caches to get id or uuid | Julien Lancelot | 2015-05-21 | 1 | -5/+2 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-05-21 | 1 | -11/+3 |
| | |||||
* | SONAR-6278 Stop relying on graph to store tests | Julien HENRY | 2015-05-21 | 66 | -399/+869 |
| | |||||
* | Delete DefaultPurgeTask and remove DefaultPeriodCleaner from batch | Simon Brandhof | 2015-05-20 | 1 | -9/+2 |
| |