Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6370 move the remaining extensions out of core plugin | Simon Brandhof | 2015-05-28 | 4 | -196/+0 |
| | |||||
* | SONAR-6370 move batch extensions out of core plugin | Simon Brandhof | 2015-05-28 | 34 | -2764/+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 | 11 | -764/+0 |
| | |||||
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 1 | -2/+2 |
| | | | | 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 | 2 | -4/+4 |
| | |||||
* | SONAR-6553 SONAR-6554 Drop the web part of the design space | Stas Vilchik | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | Remove duplication | David Gageot | 2015-05-12 | 1 | -8/+1 |
| | |||||
* | Redundant imports | David Gageot | 2015-05-07 | 2 | -5/+0 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 3 | -8/+8 |
| | |||||
* | SONAR-6392 Drop measure trends | Simon Brandhof | 2015-04-23 | 2 | -240/+0 |
| | |||||
* | sanitize batch protocol domains relating to use of singular/plural | Teryk Bellahsene | 2015-04-20 | 1 | -7/+7 |
| | |||||
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute report | Julien HENRY | 2015-03-31 | 1 | -2/+2 |
| | |||||
* | SONAR-6317 Feed SCM in compute report - batch side | Julien HENRY | 2015-03-26 | 1 | -34/+122 |
| | |||||
* | SONAR-6236 Put back widgets on default "Issues" dashboard, based on new ↵ | Jean-Baptiste Lievremont | 2015-03-10 | 2 | -2/+60 |
| | | | | issue filter widget | ||||
* | SONAR-6136 remove hardcoded Issues widgets | Stas Vilchik | 2015-03-05 | 1 | -1/+1 |
| | | | | | | | - Unresolved Issues by status - Unresolved Issues by assignee - False Positive Issues - My Unresolved Issues | ||||
* | Revert "SONAR-6202 Compute overall coverage on all files" | Julien HENRY | 2015-03-02 | 1 | -114/+0 |
| | | | | | | | This reverts commit eac465bea9f5bf89a7beb8036e4d8eea4723f421. Conflicts: plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java | ||||
* | Revert SONAR-5772 | Julien HENRY | 2015-02-20 | 1 | -120/+0 |
| | |||||
* | SONAR-6202 Compute overall coverage on all files | Julien HENRY | 2015-02-19 | 1 | -0/+114 |
| | |||||
* | SONAR-5772 Force coverage measure computation by default | Julien HENRY | 2015-02-19 | 1 | -3/+18 |
| | |||||
* | SONAR-5772 Force coverage measure computation by default | Julien HENRY | 2015-02-19 | 10 | -68/+114 |
| | |||||
* | SONAR-5772 Force coverage measure computation by default | Julien HENRY | 2015-02-19 | 9 | -22/+84 |
| | |||||
* | Revert move of Period component since it is used by devcockpit | Julien HENRY | 2015-02-11 | 1 | -2/+2 |
| | |||||
* | SONAR-6134, SONAR-6048 Improve performance of FS indexation | Julien HENRY | 2015-02-10 | 7 | -20/+26 |
| | |||||
* | Revert "SONAR-6044 Stop storing distribution of issue-related measures by rule" | Julien Lancelot | 2015-02-06 | 1 | -1/+43 |
| | | | | | | | | | This reverts commit 217d3d5d39aa5a06828743d11b5a7fab0e10d8f0. Conflicts: server/sonar-server/src/main/java/org/sonar/server/db/migrations/DatabaseMigrations.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql | ||||
* | SONAR-5183 - analysis unsensitive to timezones - snapshots table | Teryk Bellahsene | 2015-02-04 | 5 | -13/+13 |
| | |||||
* | SONAR-6044 Stop storing distribution of issue-related measures by rule | Julien Lancelot | 2015-02-04 | 1 | -43/+1 |
| | |||||
* | SONAR-6088 Remove old preview/h2 mode | Julien HENRY | 2015-01-27 | 2 | -209/+0 |
| | |||||
* | SONAR-6012 Local issue tracking | Julien HENRY | 2015-01-23 | 14 | -1502/+0 |
| | |||||
* | Computation stack based on an isolated picocontainer | Simon Brandhof | 2015-01-20 | 10 | -781/+0 |
| | |||||
* | SONAR-5883 Drop snapshot data | Julien HENRY | 2015-01-15 | 1 | -99/+0 |
| | |||||
* | SONAR-5931 Publish new measure API | Julien HENRY | 2015-01-15 | 2 | -84/+4 |
| | |||||
* | change issue_changes timestamp columns to bigint/long | Teryk Bellahsene | 2015-01-12 | 1 | -2/+3 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 38 | -39/+39 |
| | |||||
* | SONAR-6014 Isolate persistence of resources to ease its removal in preview mode | Julien HENRY | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | SONAR-5970 Have tag changes appear in email notification | Jean-Baptiste Lievremont | 2014-12-19 | 2 | -1/+3 |
| | |||||
* | SONAR-5945 Improve export of components in report and fix upload | Julien HENRY | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | SONAR-5952 Update the issue permalink in the notification email | Julien HENRY | 2014-12-17 | 4 | -4/+4 |
| | |||||
* | SONAR-5945 Upload issues in analysis report | Julien HENRY | 2014-12-17 | 1 | -2/+9 |
| | |||||
* | Profile dbTests enables only the tests involving a database | Simon Brandhof | 2014-12-10 | 1 | -10/+3 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-12-09 | 1 | -20/+4 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-12-04 | 1 | -3/+4 |
| | |||||
* | SONAR-5868 Issue tracking now use hash WS instead of raw sources | Julien HENRY | 2014-12-02 | 8 | -306/+179 |
| | |||||
* | SONAR-5810 replace param componentRootUuids by projectUuids | Simon Brandhof | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | SONAR-5795 Move project indexation post job on server side | Teryk Bellahsene | 2014-10-31 | 1 | -53/+0 |
| | |||||
* | Fix typo | Simon Brandhof | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Fix URL in notification email on issue changes | Simon Brandhof | 2014-10-30 | 1 | -4/+5 |
| | | | | Replace request parameter componentRoot by componentRootUuid | ||||
* | SONAR-5375 Do not load source in issue tracking when there is zero issue | Julien HENRY | 2014-10-29 | 1 | -3/+19 |
| | |||||
* | SONAR-5582 remove XRadar chart | Simon Brandhof | 2014-10-24 | 1 | -49/+0 |
| | |||||
* | SONAR-5530 Add uuid in Issue Index | Julien Lancelot | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Fix merge with 4.5 | Julien Lancelot | 2014-10-09 | 1 | -1/+1 |
|\ |