Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 8 | -36/+36 |
| | | | | RULE_FAILURES | ||||
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 8 | -17/+17 |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | ||||
* | SONAR-3014 Improve rendering | Fabrice Bellingard | 2012-02-14 | 1 | -1/+2 |
| | |||||
* | Improve the component org.sonar.dbcleaner.api.PurgeTask | Simon Brandhof | 2012-02-14 | 4 | -19/+36 |
| | | | | | * add javadoc * use simple and generic method names | ||||
* | SONAR-3120 Resources associated to a module which has been removed from a ↵ | Simon Brandhof | 2012-02-14 | 2 | -74/+18 |
| | | | | multi-module project are never purged | ||||
* | Rename ACTION_PLANS.DEAD_LINE to DEADLINE | Simon Brandhof | 2012-02-13 | 2 | -3/+3 |
| | |||||
* | SONAR-3263 | Simon Brandhof | 2012-02-13 | 2 | -8/+2 |
| | |||||
* | Improve rendering of rules configuration | simonbrandhof | 2012-02-13 | 1 | -1/+0 |
| | |||||
* | Improve the stability of EmailNotificationChannelTest by using different ↵ | simonbrandhof | 2012-02-13 | 1 | -37/+27 |
| | | | | SMTP ports | ||||
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 5 | -26/+32 |
| | | | | | | | * As was discussed with Simon: better to have new beta class than new beta method. * This also provides ability to use this factory from Decorator. | ||||
* | 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 | ||||
* | SONAR-3210 Compute new measure for Java files - comments in file | Evgeny Mandrikov | 2012-02-09 | 2 | -2/+9 |
| | |||||
* | Increase code coverage + fix SQL pitfall | Fabrice Bellingard | 2012-02-09 | 3 | -20/+86 |
| | |||||
* | SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line | Evgeny Mandrikov | 2012-02-09 | 2 | -23/+18 |
| | | | | + Use this API to save LoC in Java files | ||||
* | SONAR-3210 Compute new measure for Java files - LoC in file | Evgeny Mandrikov | 2012-02-09 | 5 | -0/+193 |
| | |||||
* | 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 | 2 | -4/+4 |
| | |||||
* | Reduce number of static fields in CheckstyleSquidBridge | Evgeny Mandrikov | 2012-02-08 | 3 | -46/+114 |
| | |||||
* | Fix JavaAstScanner | Evgeny Mandrikov | 2012-02-08 | 2 | -37/+50 |
| | | | | | It should close original stream instead of newly created ByteArrayInputStream | ||||
* | SONAR-2747 Improve description | Fabrice Bellingard | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | SONAR-2747 Update Javadoc | Fabrice Bellingard | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | SONAR-2747 Improve email message | Fabrice Bellingard | 2012-02-08 | 4 | -10/+5 |
| | |||||
* | SONAR-2747 Verification is now done on period1 | Fabrice Bellingard | 2012-02-08 | 4 | -27/+11 |
| | | | And not necessarily 'since last analysis' period. | ||||
* | Fix violations | Fabrice Bellingard | 2012-02-08 | 1 | -4/+0 |
| | |||||
* | SONAR-2747 Fix bug if not enough PastSnapshots | Fabrice Bellingard | 2012-02-08 | 2 | -3/+14 |
| | |||||
* | SONAR-2069 add missing property to l10n bundle | Simon Brandhof | 2012-02-07 | 1 | -0/+9 |
| | |||||
* | SONAR-2754 change default value of sonar.dbcleaner.cleanDirectory | Simon Brandhof | 2012-02-07 | 2 | -4/+4 |
| | |||||
* | SONAR-2747 Fix bug with NPE when first analysis | Fabrice Bellingard | 2012-02-07 | 2 | -1/+17 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-07 | 3 | -10/+89 |
| | |||||
* | SONAR-2124 Handle case when parent rule param has default empty value | Fabrice Bellingard | 2012-02-07 | 1 | -0/+1 |
| | |||||
* | SONAR-2069 fix path to treemap widget + minor refactoring | Simon Brandhof | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | SONAR-2747 Update email template for reviews | Fabrice Bellingard | 2012-02-07 | 2 | -22/+2 |
| | | | | | Remove the unnecessary "--" line at the end of the mail, which makes GMail hide the footer (as it considers this as a signature). | ||||
* | SONAR-2747 Improve email rendering | Fabrice Bellingard | 2012-02-07 | 4 | -11/+32 |
| | |||||
* | SONAR-2069 sanitize ruby code for treemap | Simon Brandhof | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | SONAR-3104 Improve rendering | Fabrice Bellingard | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | Fix path to treemap erb template | simonbrandhof | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | SONAR-2132 redirect to original URI when user clicks on the link "Login" | simonbrandhof | 2012-02-06 | 1 | -1/+0 |
| | |||||
* | SONAR-2069 New treemap widget | Simon Brandhof | 2012-02-06 | 3 | -0/+52 |
| | |||||
* | Fix regression | Evgeny Mandrikov | 2012-02-06 | 1 | -2/+4 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-06 | 2 | -2/+2 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-06 | 2 | -19/+25 |
| | |||||
* | SONAR-1492 Improve rendering for rules in quality profiles | Fabrice Bellingard | 2012-02-06 | 1 | -2/+1 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-04 | 1 | -11/+9 |
| | |||||
* | SONAR-3235 Make the numbers non breakable on the hotspot widgets | Fabrice Bellingard | 2012-02-03 | 3 | -12/+7 |
| | |||||
* | SONAR-2747 Send email when new violations appear on favourite project | Fabrice Bellingard | 2012-02-03 | 9 | -15/+400 |
| | | | | | | | | 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...) | ||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-03 | 1 | -1/+6 |
| | |||||
* | Cleanup build log for sonar-squid-java-plugin by redirecting test output to file | Evgeny Mandrikov | 2012-02-03 | 1 | -0/+4 |
| | |||||
* | 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 |
| |