Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2061 do not keep historical data of metrics prefixed by new_ | Simon Brandhof | 2012-02-07 | 1 | -1/+20 |
| | |||||
* | SONAR-3241 Metric "Lines to cover" should not be hidden | Evgeny Mandrikov | 2012-02-06 | 1 | -1/+0 |
| | | | | In consistence with metric "Uncovered lines". | ||||
* | Improve documentation about core metrics | Evgeny Mandrikov | 2012-02-05 | 1 | -2/+7 |
| | |||||
* | Improve documentation about core metrics | Evgeny Mandrikov | 2012-02-04 | 1 | -16/+110 |
| | |||||
* | Sonar API - Try to improve documentation of notifications | Fabrice Bellingard | 2012-02-03 | 4 | -12/+88 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-03 | 1 | -1/+2 |
| | |||||
* | SONAR-3231 Allow to associate measure with committer | Evgeny Mandrikov | 2012-02-03 | 1 | -16/+30 |
| | | | | | * Fix hashCode and equals for RuleMeasure * Add RuleMeasure.getSeverity() | ||||
* | Improve RuleMeasure | Evgeny Mandrikov | 2012-02-03 | 1 | -6/+18 |
| | | | | | * Fluent API * RulePriority renamed into Severity | ||||
* | Update javadoc of RubyRailsWebservice.java | Simon Brandhof | 2012-02-02 | 1 | -4/+2 |
| | |||||
* | Remove unused private method | Simon Brandhof | 2012-02-02 | 1 | -5/+0 |
| | |||||
* | First shot to improve documentation of Metric API | Fabrice Bellingard | 2012-02-01 | 1 | -34/+102 |
| | | | | | => Mostly, Metric.Builder had to be improved as it is the preferred way to create metric definitions. | ||||
* | SONAR-3228 Set the wieghted_violations metric's best value to 0 | Fabrice Bellingard | 2012-02-01 | 1 | -0/+2 |
| | | | | => To optimize the number of entries persisted in the DB | ||||
* | SONAR-3231 Allow to associate measure with committer | Evgeny Mandrikov | 2012-02-01 | 3 | -3/+42 |
| | |||||
* | Revert invalid comment | Simon Brandhof | 2012-01-31 | 1 | -2/+0 |
| | |||||
* | Add javadoc to Violation#getCommitter | simonbrandhof | 2012-01-30 | 1 | -0/+2 |
| | |||||
* | SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false. | Simon Brandhof | 2012-01-25 | 2 | -25/+75 |
| | | | | | * New column METRICS.DELETE_HISTORICAL_DATA (boolean, nullable) * Hidden core metrics and some data metrics have this new field to true | ||||
* | Move some purge tasks to MyBatis | simonbrandhof | 2012-01-24 | 3 | -12/+11 |
| | | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS | ||||
* | SONAR-3179 Use naming convention for localization of qualifiers | Evgeny Mandrikov | 2012-01-20 | 2 | -23/+2 |
| | | | | Change localization for "qualifier.BRK" from "Module" to "Sub-project". | ||||
* | SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER) | Simon Brandhof | 2012-01-19 | 1 | -0/+18 |
| | |||||
* | Fix some minor violations | Simon Brandhof | 2012-01-19 | 1 | -2/+2 |
| | |||||
* | Fix compatibility of FieldUtilsTest with Jacoco | simonbrandhof | 2012-01-18 | 1 | -8/+0 |
| | |||||
* | SONAR-3112 Metrics 'test_errors' and 'skipped_tests' should be qualitative | Evgeny Mandrikov | 2012-01-18 | 1 | -2/+2 |
| | |||||
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 1 | -52/+126 |
| | |||||
* | SONAR-3179 Allow to declare resources which can be used for filters | Evgeny Mandrikov | 2012-01-18 | 1 | -2/+14 |
| | |||||
* | SONAR-3179 Add API to define resources | Evgeny Mandrikov | 2012-01-18 | 2 | -0/+151 |
| | |||||
* | SONAR-3012 Shows the new unreviewed violations count in the widget | Fabrice Bellingard | 2012-01-17 | 1 | -4/+4 |
| | | | | | | | | | - Links this count to the drilldown service - Open the right tab (Violations) + renaming of the metrics to be consistent with names To be done: adding a filter in the "Violations" Tab | ||||
* | Calling Field.setAccessible(true) is accepted here -> not a quality flaw | Simon Brandhof | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | SONAR-3012 Add new_unreviewed_violations metric | Fabrice Bellingard | 2012-01-17 | 3 | -5/+56 |
| | | | | In order to more easily track incoming violations without a review | ||||
* | Fix violations | Evgeny Mandrikov | 2012-01-16 | 1 | -1/+2 |
| | |||||
* | SONAR-3164 AnnotationCheckFactory does not detect properties declared in ↵ | Simon Brandhof | 2012-01-13 | 4 | -14/+90 |
| | | | | inherited classes | ||||
* | SONAR-3169 API: new utility class org.sonar.api.utils.FieldUtils | Simon Brandhof | 2012-01-13 | 2 | -0/+202 |
| | |||||
* | SONAR-3012 Improvements on Review Activity | Fabrice Bellingard | 2012-01-13 | 1 | -5/+0 |
| | | | | | - Computes metrics even on folders/packages - Fixes a bug in computation of unreviewed violations - Improves widget rendering | ||||
* | SONAR-3112 Metric 'test_failures' should be qualitative | Evgeny Mandrikov | 2012-01-13 | 1 | -3/+2 |
| | |||||
* | SONAR-3012 New widget to monitor the review activity | Fabrice Bellingard | 2012-01-12 | 1 | -0/+96 |
| | | | | | | - 5 new metrics added - Decorator implemented to compute those metrics - Widget implemented to report those metrics | ||||
* | SONAR-3137,SONAR-2292 Add synchronization of groups, prepare API for future ↵ | Evgeny Mandrikov | 2012-01-11 | 5 | -25/+46 |
| | | | | enhancements | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 357 | -357/+357 |
| | |||||
* | SONAR-3137,SONAR-2292 Complete API for external security systems | Evgeny Mandrikov | 2012-01-10 | 3 | -3/+97 |
| | |||||
* | SONAR-3137 Add experimental API to retrieve users from external system | Evgeny Mandrikov | 2012-01-09 | 2 | -0/+88 |
| | |||||
* | SONAR-3147 Web service to list available widgets | Simon Brandhof | 2012-01-05 | 1 | -0/+2 |
| | |||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Remove ignored test | simonbrandhof | 2011-12-31 | 1 | -13/+0 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2011-12-31 | 1 | -6/+8 |
| | |||||
* | SONAR-3096 Exclude source sub-directories starting with a dot | Simon Brandhof | 2011-12-22 | 5 | -3/+23 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2011-12-22 | 1 | -11/+11 |
| | |||||
* | SONAR-1929 do not register dashboards which name already exits | Simon Brandhof | 2011-12-16 | 5 | -146/+13 |
| | | | | + remove the useless column DASHBOARDS.KEE | ||||
* | SONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.web | Simon Brandhof | 2011-12-16 | 4 | -8/+7 |
| | | | | No need anymore of a dedicated package | ||||
* | SONAR-1929 minor refactoring + add some tests | Simon Brandhof | 2011-12-16 | 3 | -54/+25 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-12-15 | 1 | -5/+9 |
| | |||||
* | SONAR-1929 refactor the extension point to define dashboards | Simon Brandhof | 2011-12-15 | 5 | -151/+153 |
| |