aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src
Commit message (Expand)AuthorAgeFilesLines
...
* Improve code: fix some violationssimonbrandhof2011-02-101-2/+3
* Add MavenInitializerEvgeny Mandrikov2011-02-072-0/+69
* Upgrade copyright headerssimonbrandhof2011-02-0474-660/+660
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-244-128/+2
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-214-5/+13
* merge 2.5: fix tracking of violations when message contains whitespace or is ...simonbrandhof2011-01-132-15/+57
* merge 2.5-RC2: fix random execution of NewViolationsDecoratorsimonbrandhof2011-01-122-7/+26
* merge 2.5-RC2: missing close of input streamsimonbrandhof2011-01-101-5/+9
* merge 2.5-RC2: save SNAPSHOTS.VARIATION_x columns on viewssimonbrandhof2011-01-102-4/+18
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-2734-1573/+50
* do not display skipped unit tests when value is 0 simonbrandhof2010-12-261-2/+2
* fix whitespaces in complexity widgetsimonbrandhof2010-12-261-4/+4
* 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