aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare branch 2.5simonbrandhof2010-12-241-2/+1
* log a warning when period properties are not validsimonbrandhof2010-12-231-2/+9
* minor : change the RSS feed iconsimonbrandhof2010-12-221-1/+1
* SONAR-1941 fix tracking of violations since previous analysissimonbrandhof2010-12-212-10/+13
* remove ISO categories from ws-client ResourceQuery + minor improvements of GW...simonbrandhof2010-12-151-1/+1
* SONAR-249 add span ids to htmlsimonbrandhof2010-12-151-4/+4
* SONAR-2057 Move quality profile link from dashboard header to description widgetsimonbrandhof2010-12-151-22/+38
* SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support va...simonbrandhof2010-12-156-53/+53
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-1516-75/+83
* SONAR-1956 improve filters in order to display variationssimonbrandhof2010-12-101-0/+3
* fix bug in SONAR-1729simonbrandhof2010-12-102-18/+14
* do not display big trend iconssimonbrandhof2010-12-094-12/+12
* SONAR-249 define default values of periodssimonbrandhof2010-12-094-9/+48
* SONAR-1729 Violations decorator should test if the measure exist before savin...simonbrandhof2010-12-092-60/+85
* SONAR-1941 improve the select box of periodssimonbrandhof2010-12-081-1/+1
* Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, beca...Godin2010-12-082-6/+6
* SONAR-1937 fix calculation of new_violations : compare to a date instead of a...simonbrandhof2010-12-0819-117/+153
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-12/+12
* SONAR-1450 log comparison dates at batch startup + improve the algorithm of p...simonbrandhof2010-12-076-104/+60
* SONAR-1937 add the field 'age' to violations web service + display the select...simonbrandhof2010-12-071-0/+2
* SONAR-1450 measure 'new_violations' is missing on rules and packages/projects...simonbrandhof2010-12-072-38/+37
* SONAR-2036 Violations widget: do not display bar charts when no violationssimonbrandhof2010-12-071-0/+10
* SONAR-2032 Delete the measures on metric 'violations' and rule prioritysimonbrandhof2010-12-062-9/+3
* SONAR-2011: Instead of deprecated project.getPom() use injected MavenProject ...Godin2010-12-062-8/+12
* Improve ViolationsDecoratorTestGodin2010-12-061-5/+16
* Add unit tests for NewViolationsDecoratorGodin2010-12-062-4/+15
* NewViolationsDecorator :Godin2010-12-063-15/+151
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-0612-69/+63
* Fix metric nameGodin2010-12-061-1/+1
* Improve performance of NewViolationsDecoratorGodin2010-12-061-36/+32
* NewViolationsDecorator should count new violations by priority and by ruleGodin2010-12-062-26/+128
* SONAR-1450: Don't do anything in ViolationPersisterDecorator if no violations...Godin2010-12-061-1/+4
* Minor change : use Maps.newHashMap() instead of new HashMap<...>()simonbrandhof2010-12-061-1/+2
* SONAR-249 rename some methods of PastSnapshot so sonar can detect it's a beansimonbrandhof2010-12-045-23/+23
* some method renaming + improve code Qsimonbrandhof2010-12-047-13/+21
* improve code Qsimonbrandhof2010-12-043-3/+4
* SONAR-249 add some unit testssimonbrandhof2010-12-043-16/+82
* Add missing extensions to CorePluginGodin2010-12-041-0/+2
* SONAR-249 support configurations by custom date or by last analysissimonbrandhof2010-12-039-29/+467
* SONAR-249 add the select-box to display variation periodssimonbrandhof2010-12-0314-61/+248
* SONAR-249 correctly save the variations configuration into the table SNAPSHOTSsimonbrandhof2010-12-0316-83/+334
* SONAR-1450: Prevent NPE with Natural and VB pluginsGodin2010-12-032-0/+6
* SONAR-249 improve some widgets + display variation of test execution timesimonbrandhof2010-12-033-15/+14
* SONAR-1450: Remove unused methods, improve unit testsGodin2010-12-034-46/+46
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-032-28/+25
* SONAR-249 remove the annotation @SupportVariationDashboardsimonbrandhof2010-12-035-9/+4
* SONAR-249 add variations to widgets comments, tests and complexitysimonbrandhof2010-12-033-35/+105
* SONAR-249 do not hide widgets which are changed in variation view + improve r...simonbrandhof2010-12-032-58/+117
* Fix violations reported on Nemo.Godin2010-12-022-6/+22
* SONAR-1450: Improve unit testsGodin2010-12-024-5/+87