Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-6567 send notifications on QGate failures | Simon Brandhof | 2015-06-10 | 2 | -4/+7 | |
| | ||||||
* | SONAR-6567 move notifications from sonar-core to sonar-server | Simon Brandhof | 2015-06-08 | 4 | -371/+0 | |
| | ||||||
* | SONAR-6370 remove concept of core plugin | Simon Brandhof | 2015-06-05 | 2 | -19/+14 | |
| | ||||||
* | SONAR-6370 isolate plugin classloader from core classes | Simon Brandhof | 2015-06-05 | 13 | -44/+350 | |
| | ||||||
* | SONAR-6606 drop origin column from metrics table | Teryk Bellahsene | 2015-06-04 | 4 | -17/+8 | |
| | ||||||
* | Add missing @Nullable/@CheckForNull in SnapshotDto | Julien Lancelot | 2015-06-03 | 1 | -1/+0 | |
| | ||||||
* | fix missing coverage on Module class | Sébastien Lesaint | 2015-06-02 | 1 | -0/+80 | |
| | ||||||
* | Rename SnapshotDto.resourceId to componentId | Julien Lancelot | 2015-06-02 | 1 | -2/+2 | |
| | ||||||
* | add tests to PurgeConfiguration | Teryk Bellahsene | 2015-06-02 | 1 | -3/+29 | |
| | ||||||
* | Drop L10n english plugin | Simon Brandhof | 2015-06-01 | 1 | -0/+11 | |
| | ||||||
* | SONAR-6476 SONAr-6477 Apply feedback from PR | Jean-Baptiste Lievremont | 2015-06-01 | 1 | -125/+77 | |
| | ||||||
* | SONAR-6475 Add WS to list members of a group | Jean-Baptiste Lievremont | 2015-06-01 | 2 | -0/+146 | |
| | ||||||
* | SONAR-6259 Grant project permission on the compute engine | Julien Lancelot | 2015-06-01 | 2 | -1/+9 | |
| | ||||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 1 | -1/+1 | |
| | ||||||
* | Fix definition of core component qualifiers | Simon Brandhof | 2015-05-28 | 1 | -2/+2 | |
| | ||||||
* | SONAR-6370 drop core plugin | Simon Brandhof | 2015-05-28 | 1 | -40/+7 | |
| | | | | | 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 | -0/+47 | |
| | ||||||
* | SONAR-6474 New WS to delete a group | Jean-Baptiste Lievremont | 2015-05-27 | 9 | -36/+84 | |
| | ||||||
* | SONAR-6465 Replace groupsCount by groups | Jean-Baptiste Lievremont | 2015-05-26 | 1 | -9/+6 | |
| | ||||||
* | SONAR-6465 Add groupsCount on users search | Jean-Baptiste Lievremont | 2015-05-26 | 2 | -0/+24 | |
| | ||||||
* | move metric related classes in a specific package - SONAR-6570 | Teryk Bellahsene | 2015-05-26 | 3 | -58/+1 | |
| | ||||||
* | SONAR-6259 Do not assume that project exists at the begin of the compute engine | Julien Lancelot | 2015-05-25 | 1 | -11/+0 | |
| | ||||||
* | SONAR-6471 Add new WS to search for user groups | Jean-Baptiste Lievremont | 2015-05-22 | 2 | -2/+34 | |
| | ||||||
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 4 | -1/+191 | |
| | | | | 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-6259 Use component caches to get id or uuid | Julien Lancelot | 2015-05-21 | 1 | -4/+14 | |
| | ||||||
* | SONAR-6259 Persist components in db | Julien Lancelot | 2015-05-21 | 1 | -0/+2 | |
| | ||||||
* | SONAR-6278 Stop relying on graph to store tests | Julien HENRY | 2015-05-21 | 17 | -2865/+0 | |
| | ||||||
* | Sanitize Hibernate model ManualMeasure | Simon Brandhof | 2015-05-20 | 1 | -3/+1 | |
| | ||||||
* | Remove Hibernate model Property | Simon Brandhof | 2015-05-20 | 1 | -39/+0 | |
| | ||||||
* | Remove useless methods from MeasuresDao | Simon Brandhof | 2015-05-20 | 1 | -27/+0 | |
| | ||||||
* | Remove Hibernate model SchemaMigration | Simon Brandhof | 2015-05-20 | 1 | -8/+14 | |
| | ||||||
* | Delete DefaultPurgeTask and remove DefaultPeriodCleaner from batch | Simon Brandhof | 2015-05-20 | 2 | -153/+9 | |
| | ||||||
* | SONAR-6418 delete table GRAPHS | Simon Brandhof | 2015-05-20 | 3 | -206/+0 | |
| | ||||||
* | Fix creation of component key | Julien Lancelot | 2015-05-20 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6555 Drop design related features on batch side | Julien HENRY | 2015-05-19 | 1 | -4/+0 | |
| | ||||||
* | Use StandardCharsets instead of Guava and commons-io | Simon Brandhof | 2015-05-15 | 1 | -6/+6 | |
| | ||||||
* | Tests should not catch the exception | David Gageot | 2015-05-13 | 1 | -14/+4 | |
| | ||||||
* | Remove redundant throws | David Gageot | 2015-05-13 | 4 | -7/+7 | |
| | ||||||
* | Useless code | David Gageot | 2015-05-12 | 2 | -20/+20 | |
| | ||||||
* | SONAR-6517 fix loading of field Sonar-RequirePlugins | Simon Brandhof | 2015-05-11 | 1 | -0/+3 | |
| | ||||||
* | SONAR-6365 implement DB check in /api/system/status | Sébastien Lesaint | 2015-05-11 | 1 | -0/+55 | |
| | ||||||
* | Fix stability of PluginInfoTest | Simon Brandhof | 2015-05-11 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6517 apply second feedback | Simon Brandhof | 2015-05-11 | 1 | -8/+27 | |
| | ||||||
* | SONAR-6517 apply feedback | Simon Brandhof | 2015-05-11 | 3 | -81/+90 | |
| | ||||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 19 | -422/+1001 | |
| | ||||||
* | Redundant imports | David Gageot | 2015-05-07 | 6 | -13/+0 | |
| | ||||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 84 | -323/+323 | |
| | ||||||
* | SONAR-6470 New Java WS to show a user's groups | Jean-Baptiste Lievremont | 2015-05-07 | 1 | -11/+39 | |
| | ||||||
* | SONAR-6458 Create FileDependencyDao to insert and select file dependencies | Julien Lancelot | 2015-04-30 | 3 | -78/+51 | |
| | ||||||
* | SONAR-6453 Add columns in the dependencies table | Julien Lancelot | 2015-04-29 | 4 | -36/+36 | |
| |