summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* log a warning when period properties are not validsimonbrandhof2010-12-231-2/+9
* the violations tab must reuse the period selected in violations drilldownsimonbrandhof2010-12-231-0/+8
* forgot to declare the PurgeDependencies componentsimonbrandhof2010-12-231-1/+1
* update labels of variation select boxessimonbrandhof2010-12-232-2/+5
* minor : change the RSS feed iconsimonbrandhof2010-12-221-1/+1
* SONAR-1941 fix tracking of violations since previous analysissimonbrandhof2010-12-212-10/+13
* Minor fix.Godin2010-12-171-15/+9
* SONAR-1941 add a period filter on violations tabsimonbrandhof2010-12-163-29/+84
* remove ISO categories from ws-client ResourceQuery + minor improvements of GW...simonbrandhof2010-12-153-25/+29
* 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-159-63/+63
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-1542-252/+260
* Do not keep DSM measure in cachesimonbrandhof2010-12-151-11/+8
* Do not keep DSM measure in cachesimonbrandhof2010-12-151-1/+4
* 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-1809: Export / import alerts attached to a quality profileGodin2010-12-083-4/+7
* 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 violations tab : display violation age in days to current datesimonbrandhof2010-12-081-6/+26
* 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-074-23/+23
* 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-072-2/+7
* SONAR-1829: Use severity instead of priorityGodin2010-12-075-9/+9
* SONAR-1829: Use severity instead of priorityGodin2010-12-075-51/+47
* 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-063-27/+18
* SONAR-2011: Instead of deprecated project.getPom() use injected MavenProject ...Godin2010-12-062-8/+12
* Fix typosGodin2010-12-061-1/+1
* SONAR-2031: Remove the feature "reuse configuration" of the plugins Checkstyl...Godin2010-12-068-116/+29
* 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-0637-346/+340
* 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
* SONAR-2011:Godin2010-12-063-21/+21
* 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