Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix NPE when using old Issuable API | Julien HENRY | 2015-07-23 | 1 | -0/+7 |
| | |||||
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 9 | -28/+159 |
| | |||||
* | Add empty profile to xoo plugin | Simon Brandhof | 2015-07-16 | 3 | -3/+38 |
| | |||||
* | Add QualityGateNotificationTest | Simon Brandhof | 2015-06-29 | 2 | -1/+4 |
| | |||||
* | First draft of integration tests | Simon Brandhof | 2015-06-29 | 9 | -43/+436 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-05 | 1 | -0/+23 |
| | |||||
* | SONAR-6370 merge sonar-email-notifications-plugin into server module | Simon Brandhof | 2015-06-05 | 8 | -864/+0 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core classes | Simon Brandhof | 2015-06-05 | 8 | -15/+19 |
| | |||||
* | Merge pull request #261 from SonarSource/feature/batch/drop_maven_dep | Julien HENRY | 2015-06-03 | 3 | -0/+151 |
|\ | | | | | SONAR-3821 Drop any Maven dependency | ||||
| * | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 3 | -0/+151 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2015-06-03 | 1 | -1/+1 |
|/ | |||||
* | Drop L10n english plugin | Simon Brandhof | 2015-06-01 | 4 | -165/+0 |
| | |||||
* | SONAR-6370 drop core plugin | Simon Brandhof | 2015-05-28 | 3 | -99/+0 |
| | | | | | The core plugin was highly coupled with core, so it did not respect classloader isolation as other plugins. | ||||
* | SONAR-6370 move properties out of core plugin | Simon Brandhof | 2015-05-28 | 2 | -227/+2 |
| | |||||
* | SONAR-6370 move the remaining extensions out of core plugin | Simon Brandhof | 2015-05-28 | 12 | -506/+2 |
| | |||||
* | SONAR-6370 move batch extensions out of core plugin | Simon Brandhof | 2015-05-28 | 63 | -5404/+1 |
| | | | | Decorators temporarily moved to package org.sonar.batch.compute of sonar-batch. | ||||
* | SONAR-6370 move server extensions out of core plugin | Simon Brandhof | 2015-05-28 | 90 | -5748/+1 |
| | |||||
* | SONAR-6370 Shade sonar-* libraries into sonar-plugin-api | Simon Brandhof | 2015-05-28 | 1 | -7/+5 |
| | |||||
* | SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into ↵ | Simon Brandhof | 2015-05-28 | 4 | -4/+18 |
| | | | | sonar-plugin-api | ||||
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 2 | -2/+5 |
| | | | | 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) | ||||
* | SONAR-6278 Stop relying on graph to store tests | Julien HENRY | 2015-05-21 | 7 | -18/+18 |
| | |||||
* | Move @BatchSide and @ServerSide to appropriate packages | Simon Brandhof | 2015-05-20 | 2 | -3/+3 |
| | |||||
* | SONAR-6555 Drop design related features on batch side | Julien HENRY | 2015-05-19 | 3 | -217/+16 |
| | |||||
* | change web structure: separate components | Stas Vilchik | 2015-05-19 | 2 | -2/+2 |
| | |||||
* | SONAR-6553 SONAR-6554 Drop the web part of the design space | Stas Vilchik | 2015-05-19 | 2 | -2/+1 |
| | |||||
* | update the links color inside issues widget | Stas Vilchik | 2015-05-15 | 1 | -10/+10 |
| | |||||
* | Use StandardCharsets instead of Guava and commons-io | Simon Brandhof | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-05-13 | 1 | -2/+3 |
| | |||||
* | Remove duplication | David Gageot | 2015-05-12 | 1 | -8/+1 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 2 | -5/+5 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 5 | -15/+0 |
| | |||||
* | Redundant imports | David Gageot | 2015-05-07 | 2 | -5/+0 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 4 | -12/+12 |
| | |||||
* | SONAR-6457 Feed dependencies in batch report | Julien HENRY | 2015-05-05 | 4 | -21/+13 |
| | |||||
* | Cleanup batch side from specific code for devcockpit and views | Julien HENRY | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Fix some other quality flaws | Simon Brandhof | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | SONAR-6278 Feed tests in compute report | Julien HENRY | 2015-04-27 | 3 | -0/+247 |
| | |||||
* | SONAR-6392 Drop measure trends | Simon Brandhof | 2015-04-23 | 14 | -631/+102 |
| | |||||
* | SONAR-6200 New Sensor API to report UT/IT/Overall coverage | Julien HENRY | 2015-04-22 | 8 | -0/+533 |
| | |||||
* | sanitize batch protocol domains relating to use of singular/plural | Teryk Bellahsene | 2015-04-20 | 2 | -11/+16 |
| | |||||
* | SONAR-6408 Restore PostJob execution in preview mode | Julien HENRY | 2015-04-14 | 5 | -5/+101 |
| | |||||
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute report | Julien HENRY | 2015-03-31 | 6 | -16/+19 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-03-27 | 1 | -4/+3 |
| | |||||
* | SONAR-6317 Feed SCM in compute report - batch side | Julien HENRY | 2015-03-26 | 5 | -63/+160 |
| | |||||
* | SONAR-6234 apply feedback | Stas Vilchik | 2015-03-20 | 2 | -12/+42 |
| | |||||
* | SONAR-6243 apply feedback | Stas Vilchik | 2015-03-20 | 1 | -7/+17 |
| | |||||
* | SONAR-6234 apply feedback | Stas Vilchik | 2015-03-18 | 2 | -14/+2 |
| | |||||
* | SONAR-6261 Persist events in compute stack | Julien Lancelot | 2015-03-17 | 2 | -3/+3 |
| | |||||
* | Fix quality flaws | Jean-Baptiste Lievremont | 2015-03-11 | 1 | -10/+11 |
| |