Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3229 PMD fails when inspecting Java files suffixed with .jav | Simon Brandhof | 2012-03-20 | 2 | -43/+49 |
| | |||||
* | SONAR-3289 On java projects compute complexity distribution by file | Evgeny Mandrikov | 2012-03-20 | 5 | -130/+115 |
| | | | | And do not compute complexity distribution by class. | ||||
* | SONAR-3072 Fix wrong refactoring of ViolationTrackingDecorator | Evgeny Mandrikov | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | SONAR-2721 Display number of "projects" in "Size" widget | Evgeny Mandrikov | 2012-03-19 | 2 | -0/+5 |
| | | | | Thus add new metric - 'projects'. | ||||
* | Reformat code for some core widgets | Evgeny Mandrikov | 2012-03-19 | 4 | -69/+66 |
| | | | | | * Replace tabs by spaces * Align blocks | ||||
* | SONAR-3072 Restore behaviour of tracking of violations when importSources=false | Evgeny Mandrikov | 2012-03-16 | 1 | -13/+19 |
| | |||||
* | SONAR-1378 validate property types + update type of core properties | Simon Brandhof | 2012-03-16 | 8 | -193/+197 |
| | |||||
* | Add missing license headers | Evgeny Mandrikov | 2012-03-15 | 2 | -0/+38 |
| | |||||
* | SONAR-3072 sonar-diff module is useless for the moment, so remove it | Evgeny Mandrikov | 2012-03-15 | 11 | -9/+396 |
| | | | | Move all code directly into sonar-core-plugin. | ||||
* | SONAR-3072 Add greedy algorithm to track violations based on blocks | Evgeny Mandrikov | 2012-03-15 | 8 | -13/+305 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Simon Brandhof | 2012-03-15 | 756 | -0/+0 |
|\ | |||||
| * | Merge branch 'current' | Fabrice Bellingard | 2012-03-15 | 756 | -0/+0 |
| |\ | |||||
| | * | SONAR-3319 Update location of HMLT files in L10n English plugin | Fabrice Bellingard | 2012-03-15 | 756 | -0/+0 |
| | | | |||||
* | | | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 5 | -11/+0 |
|/ / | | | | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility | ||||
* / | SONAR-1378 Add the ability to specify a "type" when defining a plugin property | Simon Brandhof | 2012-03-14 | 8 | -139/+176 |
|/ | |||||
* | SONAR-2084 add the page "Settings Encryption" | Simon Brandhof | 2012-03-14 | 1 | -0/+1 |
| | |||||
* | Fix quality flaws in tests: remove unused imports | Evgeny Mandrikov | 2012-03-14 | 2 | -5/+1 |
| | |||||
* | SONAR-3277 Add message to inform about dups with deleted resources | Fabrice Bellingard | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | SONAR-2841 Tests suite results are not always ignored | Fabrice Bellingard | 2012-03-09 | 3 | -1/+78 |
| | |||||
* | SONAR-3006 Make the TimeMachine service a dashboard page | Fabrice Bellingard | 2012-03-08 | 3 | -0/+113 |
| | | | | | => New dashboard implemented, still need to remove the "old" time machine service when this new dashboard has been tested and validated. | ||||
* | Merge remote-tracking branch 'origin/release-2.14' | Eric Hartmann | 2012-03-08 | 2 | -5/+8 |
|\ | |||||
| * | Persist duplications XML measure directly into database | Evgeny Mandrikov | 2012-03-08 | 2 | -6/+14 |
| | | |||||
| * | Do not close false-positives | Simon Brandhof | 2012-03-08 | 2 | -5/+8 |
| | | |||||
* | | Persist duplications XML measure directly into database | Evgeny Mandrikov | 2012-03-07 | 2 | -6/+14 |
| | | |||||
* | | SONAR-2270 Make Checkstyle:ParameterNumber rule instantiable | Simon Brandhof | 2012-03-07 | 1 | -8/+2 |
| | | |||||
* | | SONAR-3172 It should not be possible to create a manual violation on a unit ↵ | Simon Brandhof | 2012-03-07 | 1 | -0/+1 |
| | | | | | | | | test source code | ||||
* | | Merge branch 'release-2.14' | Eric Hartmann | 2012-03-06 | 3 | -12/+26 |
|\| | |||||
| * | Improve batch execution of DELETE statements in PurgeDao | Simon Brandhof | 2012-03-05 | 3 | -3/+18 |
| | | |||||
| * | Improve purge tasks of DbCleaner | Simon Brandhof | 2012-03-05 | 3 | -10/+9 |
| | | | | | | | | | | * improve logs * decrease the nb of SQL requests required to purge aborted builds and historical data of directories/files | ||||
* | | Merge branch 'release-2.14' | Eric Hartmann | 2012-03-05 | 36 | -1553/+931 |
|\| | |||||
| * | Fix support of dry run mode | Simon Brandhof | 2012-03-02 | 3 | -8/+11 |
| | | |||||
| * | Add unit tests, remove the hibernate model Review and improve ReviewPredicates | Simon Brandhof | 2012-03-02 | 3 | -5/+5 |
| | | |||||
| * | Merge branch 'release-2.14' of github.com:SonarSource/sonar into release-2.14 | Simon Brandhof | 2012-03-02 | 2 | -1/+56 |
| |\ | |||||
| | * | Minimum number of lines for duplication should depend on language | Evgeny Mandrikov | 2012-03-02 | 2 | -1/+56 |
| | | | |||||
| * | | Fix performance issues when processing reviews | Simon Brandhof | 2012-03-02 | 28 | -1534/+857 |
| |/ | | | | | | | -> refactor the core decorators that update and close reviews in order to decrease the number of SQL requests | ||||
| * | 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 |
| | | |||||
* | | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 14 | -14/+14 |
| | | |||||
* | | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 14 | -14/+14 |
|/ | |||||
* | 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 |
| |