Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rollback change on widget CSS classname | Simon Brandhof | 2012-03-01 | 3 | -10/+10 |
| | | | | -> CSS class of widgets is the widget id, for example <div class="coverage"> if the widget id is "coverage" | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-02-27 | 14 | -14/+14 |
| | |||||
* | [maven-release-plugin] prepare release 2.14-RC1 | Eric Hartmann | 2012-02-27 | 14 | -20/+17 |
| | |||||
* | SONAR-3242 replace the icon by a link "more actions" in the footer of the ↵ | simonbrandhof | 2012-02-24 | 1 | -1/+1 |
| | | | | violation | ||||
* | Improve description of the Checkstyle rule "Trailing Comment" | Simon Brandhof | 2012-02-23 | 2 | -7/+48 |
| | |||||
* | SONAR-3284 The RegExp Header CheckStyle rule incorrectly using ignoreLines ↵ | Simon Brandhof | 2012-02-22 | 3 | -19/+16 |
| | | | | instead of multiLines causing the functionality to fail every time | ||||
* | 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-21 | 5 | -9/+11 |
| | |||||
* | Add unit tests and fix some quality flaws | Simon Brandhof | 2012-02-20 | 3 | -3/+109 |
| | |||||
* | SONAR-3242 Add a "Reply" action on the last comment | Fabrice Bellingard | 2012-02-20 | 1 | -0/+3 |
| | | | | + always show the actions, in order to make it simpler to comment reviews. | ||||
* | SONAR-3238 Deprecate old format for DUPLICATIONS_DATA | Evgeny Mandrikov | 2012-02-18 | 6 | -133/+267 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 6 | -23/+18 |
| | |||||
* | 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 |
| |