aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6370 drop core pluginSimon Brandhof2015-05-283-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 pluginSimon Brandhof2015-05-282-227/+2
|
* SONAR-6370 move the remaining extensions out of core pluginSimon Brandhof2015-05-2812-506/+2
|
* SONAR-6370 move batch extensions out of core pluginSimon Brandhof2015-05-2863-5404/+1
| | | | Decorators temporarily moved to package org.sonar.batch.compute of sonar-batch.
* SONAR-6370 move server extensions out of core pluginSimon Brandhof2015-05-2890-5748/+1
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-222-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 testsJulien HENRY2015-05-217-18/+18
|
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-2/+2
|
* change web structure: separate componentsStas Vilchik2015-05-192-2/+2
|
* SONAR-6553 SONAR-6554 Drop the web part of the design spaceStas Vilchik2015-05-192-2/+1
|
* update the links color inside issues widgetStas Vilchik2015-05-151-10/+10
|
* Remove duplicationDavid Gageot2015-05-121-8/+1
|
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-112-5/+5
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-115-15/+0
|
* Redundant importsDavid Gageot2015-05-072-5/+0
|
* Redundant throws clause in testsDavid Gageot2015-05-073-8/+8
|
* SONAR-6457 Feed dependencies in batch reportJulien HENRY2015-05-054-21/+13
|
* Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-041-1/+1
|
* SONAR-6392 Drop measure trendsSimon Brandhof2015-04-2314-631/+102
|
* sanitize batch protocol domains relating to use of singular/pluralTeryk Bellahsene2015-04-202-11/+16
|
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-315-13/+13
|
* Fix some quality flawsJulien HENRY2015-03-271-4/+3
|
* SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-265-63/+160
|
* SONAR-6234 apply feedbackStas Vilchik2015-03-202-12/+42
|
* SONAR-6243 apply feedbackStas Vilchik2015-03-201-7/+17
|
* SONAR-6234 apply feedbackStas Vilchik2015-03-182-14/+2
|
* SONAR-6261 Persist events in compute stackJulien Lancelot2015-03-172-3/+3
|
* Fix quality flawsJean-Baptiste Lievremont2015-03-111-10/+11
|
* SONAR-6236 Put back widgets on default "Issues" dashboard, based on new ↵Jean-Baptiste Lievremont2015-03-103-10/+100
| | | | issue filter widget
* Merge branch 'master' into branch-5.2Stas Vilchik2015-03-091-2/+2
|\ | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java server/sonar-web/src/main/less/components.less
| * SONAR-5077 Change label "Other" -> "Unknown"Julien HENRY2015-03-091-2/+2
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2015-03-061-1/+1
| |
| * [maven-release-plugin] prepare release 5.1-RC15.1-RC1Eric Hartmann2015-03-061-1/+1
| |
* | SONAR-6206 Manual Measures of type String are not displayed in the Custom ↵Julien Lancelot2015-03-051-1/+1
| | | | | | | | Measure widget
* | SONAR-6136 add TODOs for widget replacementsStas Vilchik2015-03-051-0/+8
| |
* | SONAR-6136 remove hardcoded Issues widgetsStas Vilchik2015-03-0511-319/+1
| | | | | | | | | | | | | | - Unresolved Issues by status - Unresolved Issues by assignee - False Positive Issues - My Unresolved Issues
* | SONAR-6159 drop the most violated rules widgetStas Vilchik2015-03-053-162/+0
| |
* | SONAR-6234 fix widget nameStas Vilchik2015-03-041-1/+1
| |
* | SONAR-6234 add project issue filter widgetStas Vilchik2015-03-043-0/+96
| |
* | SONAR-5726 add global issue filter widgetStas Vilchik2015-03-042-20/+35
| |
* | Automatic merge from masterJenkins CI2015-03-035-204/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fix source viewer test Add search the ability to search for rules by profiles in RubyRuleService Needed to fix SQALE-269 SONAR-5884 show ut and it coverage separately SONAR-5884 show ut and it coverage separately SONAR-5884 Apply feedback on unit test and field names SONAR-5884 Replace overall coverage with UT coverage, add IT coverage info Revert "SONAR-6202 Compute overall coverage on all files" SONAR-5077 Display ncloc of files with no language in size widget SONAR-6233 Searching for rules without debt characteristic is not working fix bug with extra duplicated line in the popup fix bug with extra duplicated line Fix quality flaws update events widget Update version of Git and SVN plugins to 1.0
| * Revert "SONAR-6202 Compute overall coverage on all files"Julien HENRY2015-03-023-197/+0
| | | | | | | | | | | | | | This reverts commit eac465bea9f5bf89a7beb8036e4d8eea4723f421. Conflicts: plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
| * SONAR-5077 Display ncloc of files with no language in size widgetJulien HENRY2015-03-021-6/+13
| |
| * update events widgetStas Vilchik2015-03-021-1/+1
| |
* | Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|/
* Fix typoJulien HENRY2015-02-251-62/+7
|
* Revert SONAR-5772Julien HENRY2015-02-203-213/+0
|
* SONAR-6202 Compute overall coverage on all filesJulien HENRY2015-02-193-1/+199
|
* SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-193-10/+48
|
* SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-1922-143/+186
|