aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6370 move the remaining extensions out of core pluginSimon Brandhof2015-05-284-196/+0
|
* SONAR-6370 move batch extensions out of core pluginSimon Brandhof2015-05-2834-2764/+1
| | | | Decorators temporarily moved to package org.sonar.batch.compute of sonar-batch.
* SONAR-6370 move server extensions out of core pluginSimon Brandhof2015-05-2811-764/+0
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-221-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 testsJulien HENRY2015-05-212-4/+4
|
* SONAR-6553 SONAR-6554 Drop the web part of the design spaceStas Vilchik2015-05-191-1/+1
|
* Remove duplicationDavid Gageot2015-05-121-8/+1
|
* Redundant importsDavid Gageot2015-05-072-5/+0
|
* Redundant throws clause in testsDavid Gageot2015-05-073-8/+8
|
* SONAR-6392 Drop measure trendsSimon Brandhof2015-04-232-240/+0
|
* sanitize batch protocol domains relating to use of singular/pluralTeryk Bellahsene2015-04-201-7/+7
|
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-311-2/+2
|
* SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-261-34/+122
|
* SONAR-6236 Put back widgets on default "Issues" dashboard, based on new ↵Jean-Baptiste Lievremont2015-03-102-2/+60
| | | | issue filter widget
* SONAR-6136 remove hardcoded Issues widgetsStas Vilchik2015-03-051-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 HENRY2015-03-021-114/+0
| | | | | | | This reverts commit eac465bea9f5bf89a7beb8036e4d8eea4723f421. Conflicts: plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
* Revert SONAR-5772Julien HENRY2015-02-201-120/+0
|
* SONAR-6202 Compute overall coverage on all filesJulien HENRY2015-02-191-0/+114
|
* SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-191-3/+18
|
* SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-1910-68/+114
|
* SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-199-22/+84
|
* Revert move of Period component since it is used by devcockpitJulien HENRY2015-02-111-2/+2
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-107-20/+26
|
* Revert "SONAR-6044 Stop storing distribution of issue-related measures by rule"Julien Lancelot2015-02-061-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 tableTeryk Bellahsene2015-02-045-13/+13
|
* SONAR-6044 Stop storing distribution of issue-related measures by ruleJulien Lancelot2015-02-041-43/+1
|
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-272-209/+0
|
* SONAR-6012 Local issue trackingJulien HENRY2015-01-2314-1502/+0
|
* Computation stack based on an isolated picocontainerSimon Brandhof2015-01-2010-781/+0
|
* SONAR-5883 Drop snapshot dataJulien HENRY2015-01-151-99/+0
|
* SONAR-5931 Publish new measure APIJulien HENRY2015-01-152-84/+4
|
* change issue_changes timestamp columns to bigint/longTeryk Bellahsene2015-01-121-2/+3
|
* Replace fest-assert by assertJSimon Brandhof2015-01-1038-39/+39
|
* SONAR-6014 Isolate persistence of resources to ease its removal in preview modeJulien HENRY2015-01-071-1/+1
|
* SONAR-5970 Have tag changes appear in email notificationJean-Baptiste Lievremont2014-12-192-1/+3
|
* SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-191-1/+1
|
* SONAR-5952 Update the issue permalink in the notification emailJulien HENRY2014-12-174-4/+4
|
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-2/+9
|
* Profile dbTests enables only the tests involving a databaseSimon Brandhof2014-12-101-10/+3
|
* Fix quality flawsJulien Lancelot2014-12-091-20/+4
|
* Fix some quality flawsJulien HENRY2014-12-041-3/+4
|
* SONAR-5868 Issue tracking now use hash WS instead of raw sourcesJulien HENRY2014-12-028-306/+179
|
* SONAR-5810 replace param componentRootUuids by projectUuidsSimon Brandhof2014-11-061-1/+1
|
* SONAR-5795 Move project indexation post job on server sideTeryk Bellahsene2014-10-311-53/+0
|
* Fix typoSimon Brandhof2014-10-301-1/+1
|
* Fix URL in notification email on issue changesSimon Brandhof2014-10-301-4/+5
| | | | Replace request parameter componentRoot by componentRootUuid
* SONAR-5375 Do not load source in issue tracking when there is zero issueJulien HENRY2014-10-291-3/+19
|
* SONAR-5582 remove XRadar chartSimon Brandhof2014-10-241-49/+0
|
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-231-1/+1
|
* Fix merge with 4.5Julien Lancelot2014-10-091-1/+1
|\