Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-22 | 1 | -1/+0 |
| | |||||
* | SONAR-3208 new extension point to declare tree of resource types | Simon Brandhof | 2012-02-22 | 9 | -75/+82 |
| | | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource | ||||
* | Add ResourceDefinition#hasSourceCode | Simon Brandhof | 2012-02-21 | 2 | -4/+41 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 1 | -5/+5 |
| | |||||
* | Use an icon to display help message in treemaps | Simon Brandhof | 2012-02-16 | 1 | -0/+2 |
| | |||||
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵ | Simon Brandhof | 2012-02-15 | 6 | -20/+20 |
| | | | | RULE_FAILURES | ||||
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 4 | -4/+4 |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | ||||
* | SONAR-3014 Improve rendering | Fabrice Bellingard | 2012-02-14 | 1 | -1/+2 |
| | |||||
* | Rename ACTION_PLANS.DEAD_LINE to DEADLINE | Simon Brandhof | 2012-02-13 | 2 | -3/+3 |
| | |||||
* | SONAR-3014 Improve display of links not starting with 'http(s)' | Fabrice Bellingard | 2012-02-09 | 1 | -3/+11 |
| | | | | | Initial request: => The main project dashboard "Links" column provides a Developer Connection link that browsers do not support | ||||
* | Increase code coverage + fix SQL pitfall | Fabrice Bellingard | 2012-02-09 | 3 | -20/+86 |
| | |||||
* | SONAR-3246 Provide "zoom in/zoom out" feature in the Filter Treemap component | Simon Brandhof | 2012-02-08 | 1 | -2/+3 |
| | | | | | * Major refactoring of javascript code for treemap navigation. * Extract the execution of filters in a dedicated Ruby component : Filters.execute(filter) | ||||
* | SONAR-2069 add description to the treemap widget | Simon Brandhof | 2012-02-08 | 1 | -3/+2 |
| | |||||
* | SONAR-2747 Improve email message | Fabrice Bellingard | 2012-02-08 | 2 | -4/+2 |
| | |||||
* | SONAR-2747 Verification is now done on period1 | Fabrice Bellingard | 2012-02-08 | 2 | -22/+8 |
| | | | And not necessarily 'since last analysis' period. | ||||
* | SONAR-2747 Fix bug if not enough PastSnapshots | Fabrice Bellingard | 2012-02-08 | 2 | -3/+14 |
| | |||||
* | SONAR-2747 Fix bug with NPE when first analysis | Fabrice Bellingard | 2012-02-07 | 2 | -1/+17 |
| | |||||
* | SONAR-2069 fix path to treemap widget + minor refactoring | Simon Brandhof | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | SONAR-2747 Improve email rendering | Fabrice Bellingard | 2012-02-07 | 2 | -2/+18 |
| | |||||
* | SONAR-2069 sanitize ruby code for treemap | Simon Brandhof | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | Fix path to treemap erb template | simonbrandhof | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | SONAR-2069 New treemap widget | Simon Brandhof | 2012-02-06 | 3 | -0/+52 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-06 | 2 | -2/+2 |
| | |||||
* | SONAR-3235 Make the numbers non breakable on the hotspot widgets | Fabrice Bellingard | 2012-02-03 | 2 | -2/+2 |
| | |||||
* | SONAR-2747 Send email when new violations appear on favourite project | Fabrice Bellingard | 2012-02-03 | 2 | -13/+114 |
| | | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...) | ||||
* | SONAR-3094 Improve the display of the "Differential Views" tab | Fabrice Bellingard | 2012-02-02 | 1 | -1/+1 |
| | | | | | => In the "Global Settings" page, the description of the field "period1". | ||||
* | SONAR-3231 Allow to associate measure with committer | Evgeny Mandrikov | 2012-02-01 | 2 | -11/+17 |
| | |||||
* | SONAR-3228 Some metrics are not persisted if value 0 | Fabrice Bellingard | 2012-01-31 | 2 | -15/+11 |
| | | | => whereas they can be used in Sonar Web UI | ||||
* | SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false. | Simon Brandhof | 2012-01-25 | 1 | -2/+2 |
| | | | | | * New column METRICS.DELETE_HISTORICAL_DATA (boolean, nullable) * Hidden core metrics and some data metrics have this new field to true | ||||
* | SONAR-3081 Add cleared violations count on the "Rules" widget | Fabrice Bellingard | 2012-01-25 | 1 | -6/+20 |
| | |||||
* | SONAR-3012 Improvements | Fabrice Bellingard | 2012-01-25 | 1 | -7/+7 |
| | |||||
* | SONAR-3138 Prevent possible security flaws | Evgeny Mandrikov | 2012-01-24 | 1 | -0/+12 |
| | | | | | | * Save external password only if enabled "sonar.security.savePassword". * Bypass restriction on password length (4), when external system enabled. * Improve error handling. | ||||
* | SONAR-3081 "Violations" widget shows the number of "new violations" | Fabrice Bellingard | 2012-01-20 | 1 | -14/+23 |
| | | | | And links it to the drilldown service using the correct metric to easily find new violations. | ||||
* | SONAR-3012 Improve widget rendering | Fabrice Bellingard | 2012-01-20 | 1 | -24/+20 |
| | | | | - 2 columns instead of 3 - "On new code" just below "unreviewed violations" | ||||
* | SONAR-3179 Use naming convention for localization of qualifiers | Evgeny Mandrikov | 2012-01-20 | 1 | -10/+10 |
| | | | | Change localization for "qualifier.BRK" from "Module" to "Sub-project". | ||||
* | SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER) | Simon Brandhof | 2012-01-19 | 7 | -9/+14 |
| | |||||
* | Remove unused icons + fix 1 violation | Fabrice Bellingard | 2012-01-19 | 1 | -2/+1 |
| | |||||
* | SONAR-3185 Set default value of 'sonar.authenticator.createUsers' to true | Evgeny Mandrikov | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 7 | -12/+12 |
| | |||||
* | SONAR-3012 Use the "Active" word in all widgets to be consistent | Fabrice Bellingard | 2012-01-18 | 3 | -3/+3 |
| | |||||
* | SONAR-3012 Add filters for reviews on the violations viewer | Fabrice Bellingard | 2012-01-18 | 1 | -1/+1 |
| | | | | | And make sure that when someone comes from the drilldown with a review metric, then the filter is set to the correct value | ||||
* | SONAR-3179 Add API to define resources | Evgeny Mandrikov | 2012-01-18 | 2 | -0/+49 |
| | |||||
* | SONAR-3012 Remove local path to the Ruby template | Fabrice Bellingard | 2012-01-18 | 1 | -1/+1 |
| | |||||
* | SONAR-3012 Shows the new unreviewed violations count in the widget | Fabrice Bellingard | 2012-01-17 | 4 | -23/+38 |
| | | | | | | | | | - 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 | ||||
* | SONAR-3176 Complete documentation of differential views properties | Simon Brandhof | 2012-01-17 | 1 | -2/+4 |
| | |||||
* | SONAR-3012 Add new_unreviewed_violations metric | Fabrice Bellingard | 2012-01-17 | 4 | -74/+211 |
| | | | | In order to more easily track incoming violations without a review | ||||
* | SONAR-3012 Check that resource is not a unit test for reviews metrics | Fabrice Bellingard | 2012-01-16 | 2 | -4/+16 |
| | |||||
* | SONAR-3166 Move the false-positive widget to the bottom of the page | Fabrice Bellingard | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | SONAR-3012 fix NPE | Simon Brandhof | 2012-01-13 | 1 | -3/+5 |
| |