| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID | simonbrandhof | 2011-04-12 | 1 | -4/+1 |
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 1 | -19/+2 |
* | Fix some violations | simonbrandhof | 2011-04-01 | 1 | -1/+1 |
* | Fix coding violations | simonbrandhof | 2011-03-27 | 3 | -7/+7 |
* | Fix Clover coverage on new code at project and package levels | simonbrandhof | 2011-03-23 | 1 | -18/+22 |
* | Minor: fix rendering of link in coverage widget | simonbrandhof | 2011-03-23 | 1 | -3/+3 |
* | Improve new coverage widget | simonbrandhof | 2011-03-16 | 1 | -3/+5 |
* | SONAR-2251 Unstable state of violations when stopping a build | simonbrandhof | 2011-03-14 | 1 | -2/+5 |
* | declare time machine barriers to NewCoverage decorator | simonbrandhof | 2011-03-11 | 2 | -4/+4 |
* | SONAR-2218 coverage of new code must be computed even if there are no previou... | simonbrandhof | 2011-03-08 | 3 | -15/+12 |
* | SONAR-2218 improve UI | simonbrandhof | 2011-03-08 | 1 | -2/+2 |
* | SONAR-2218 add drilldown on new lines to cover + add period select-box on mea... | simonbrandhof | 2011-03-07 | 1 | -4/+4 |
* | SONAR-2218 improve rendering of coverage widget | simonbrandhof | 2011-03-07 | 1 | -50/+60 |
* | remove the core GWT components which are replaced by Ruby on Rails pages | simonbrandhof | 2011-03-04 | 1 | -1/+0 |
* | SONAR-2218 support GWT extensions + improve filters | simonbrandhof | 2011-03-03 | 1 | -7/+0 |
* | SONAR-2218 improve drilldown page in order to display variations | simonbrandhof | 2011-03-01 | 1 | -5/+11 |
* | SONAR-2218 display coverage of changed code in widget | simonbrandhof | 2011-02-28 | 4 | -83/+24 |
* | SONAR-2218 compute coverage on new/changed code | simonbrandhof | 2011-02-28 | 7 | -51/+242 |
* | SONAR-2218 aggregate variations of coverage of changed code + add sample of w... | simonbrandhof | 2011-02-27 | 6 | -24/+187 |
* | SONAR-2218 add NewCoverageDecorator + add DateUtils to API | simonbrandhof | 2011-02-25 | 3 | -0/+394 |
* | SONAR-2238 Remove the metric "uncovered_complexity_by_tests" | simonbrandhof | 2011-02-25 | 3 | -138/+0 |
* | Improve code: fix some violations | simonbrandhof | 2011-02-10 | 1 | -2/+3 |
* | Add MavenInitializer | Evgeny Mandrikov | 2011-02-07 | 2 | -0/+69 |
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 74 | -660/+660 |
* | SONAR-791 When the source directory is not exactly the java package root, Son... | simonbrandhof | 2011-01-24 | 4 | -128/+2 |
* | SONAR-2127 API: do not automatically create hierarchy of resource tree | simonbrandhof | 2011-01-21 | 4 | -5/+13 |
* | merge 2.5: fix tracking of violations when message contains whitespace or is ... | simonbrandhof | 2011-01-13 | 2 | -15/+57 |
* | merge 2.5-RC2: fix random execution of NewViolationsDecorator | simonbrandhof | 2011-01-12 | 2 | -7/+26 |
* | merge 2.5-RC2: missing close of input stream | simonbrandhof | 2011-01-10 | 1 | -5/+9 |
* | merge 2.5-RC2: save SNAPSHOTS.VARIATION_x columns on views | simonbrandhof | 2011-01-10 | 2 | -4/+18 |
* | Move timemachine components from core plugin to batch + do not depend on Snap... | simonbrandhof | 2010-12-27 | 34 | -1573/+50 |
* | do not display skipped unit tests when value is 0 | simonbrandhof | 2010-12-26 | 1 | -2/+2 |
* | fix whitespaces in complexity widget | simonbrandhof | 2010-12-26 | 1 | -4/+4 |
* | log a warning when period properties are not valid | simonbrandhof | 2010-12-23 | 1 | -2/+9 |
* | minor : change the RSS feed icon | simonbrandhof | 2010-12-22 | 1 | -1/+1 |
* | SONAR-1941 fix tracking of violations since previous analysis | simonbrandhof | 2010-12-21 | 2 | -10/+13 |
* | remove ISO categories from ws-client ResourceQuery + minor improvements of GW... | simonbrandhof | 2010-12-15 | 1 | -1/+1 |
* | SONAR-249 add span ids to html | simonbrandhof | 2010-12-15 | 1 | -4/+4 |
* | SONAR-2057 Move quality profile link from dashboard header to description widget | simonbrandhof | 2010-12-15 | 1 | -22/+38 |
* | SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support va... | simonbrandhof | 2010-12-15 | 6 | -53/+53 |
* | SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_... | simonbrandhof | 2010-12-15 | 16 | -75/+83 |
* | SONAR-1956 improve filters in order to display variations | simonbrandhof | 2010-12-10 | 1 | -0/+3 |
* | fix bug in SONAR-1729 | simonbrandhof | 2010-12-10 | 2 | -18/+14 |
* | do not display big trend icons | simonbrandhof | 2010-12-09 | 4 | -12/+12 |
* | SONAR-249 define default values of periods | simonbrandhof | 2010-12-09 | 4 | -9/+48 |
* | SONAR-1729 Violations decorator should test if the measure exist before savin... | simonbrandhof | 2010-12-09 | 2 | -60/+85 |
* | SONAR-1941 improve the select box of periods | simonbrandhof | 2010-12-08 | 1 | -1/+1 |
* | Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, beca... | Godin | 2010-12-08 | 2 | -6/+6 |
* | SONAR-1937 fix calculation of new_violations : compare to a date instead of a... | simonbrandhof | 2010-12-08 | 19 | -117/+153 |
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 2 | -12/+12 |