Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix memory leak in ruby database migration | simonbrandhof | 2010-12-22 | 1 | -2/+2 |
| | |||||
* | add the server-side component ServerUpgradeStatus to know the database ↵ | simonbrandhof | 2010-12-22 | 1 | -0/+44 |
| | | | | version before starting the server | ||||
* | SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + ↵ | simonbrandhof | 2010-12-22 | 2 | -41/+18 |
| | | | | change the type of ACTIVE_RULES.INHERITANCE | ||||
* | define new_violations metrics as 'optimized with best value' | simonbrandhof | 2010-12-22 | 1 | -6/+6 |
| | |||||
* | Minor fix | Godin | 2010-12-21 | 1 | -7/+8 |
| | |||||
* | Add missing license headers | Godin | 2010-12-21 | 1 | -0/+19 |
| | |||||
* | SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden ↵ | Godin | 2010-12-21 | 2 | -28/+21 |
| | | | | into one with enum type | ||||
* | temporarily ignore HttpDownloadederTest - too many freezes on MS Windows | simonbrandhof | 2010-12-21 | 1 | -0/+2 |
| | |||||
* | SONAR-1722: Rename ActiveRule.overrides to AcriveRule.overridden | Godin | 2010-12-21 | 1 | -6/+7 |
| | | | | | SONAR-2052: Support inheritance of quality profiles in backup of global configuration | ||||
* | SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ↵ | Godin | 2010-12-21 | 1 | -12/+8 |
| | | | | | | | to simplify backup SONAR-2052: Add test for backup of inherited profiles | ||||
* | SONAR-1722: Allow to override inherited rule | Godin | 2010-12-18 | 1 | -0/+18 |
| | |||||
* | Fix bug in ActiveRule.clone() | Godin | 2010-12-17 | 1 | -2/+4 |
| | |||||
* | * SONAR-2048: Add an option to define parent in quality profile settings | Godin | 2010-12-17 | 2 | -3/+44 |
| | | | | | | | | * SONAR-1722: Provide a simple inheritance mechanism on Quality Profiles ** current implementation is some kind of synchronization between profiles ** only one level of inheritance supported, this constraint exists on UI side and not handled on Java side ** inherited rule can't be modified | ||||
* | trivial : fix javadoc link | simonbrandhof | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | SONAR-2016 improve the class TempFileUtils : add the ↵ | simonbrandhof | 2010-12-16 | 1 | -4/+16 |
| | | | | method.createTempDirectory(String) and add some javadoc | ||||
* | SONAR-1722: Add DB columns for profiles inheritance | Godin | 2010-12-16 | 2 | -2/+12 |
| | |||||
* | SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add ↵ | simonbrandhof | 2010-12-15 | 1 | -91/+204 |
| | | | | SNAPSHOTS.PERIODx_DATE | ||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-14 | 1 | -8/+5 |
| | |||||
* | the metric public_undocumented_api must not have a worst value | simonbrandhof | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | add a missing javadoc tag @since | simonbrandhof | 2010-12-09 | 1 | -0/+3 |
| | |||||
* | Log message about backward compatibility for XMLProfileParser | Godin | 2010-12-09 | 1 | -0/+2 |
| | |||||
* | Backward compatibility for XMLProfileParser | Godin | 2010-12-09 | 2 | -2/+36 |
| | |||||
* | Minor change | Godin | 2010-12-09 | 1 | -5/+1 |
| | |||||
* | * SONAR-1809: MetricFinder should be available on server side | Godin | 2010-12-08 | 3 | -13/+9 |
| | | | | * Fix javadocs | ||||
* | SONAR-1809: Export / import alerts attached to a quality profile | Godin | 2010-12-08 | 6 | -14/+159 |
| | |||||
* | Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, ↵ | Godin | 2010-12-08 | 3 | -34/+39 |
| | | | | because was replaced by repositoryKey | ||||
* | SONAR-1937 violations tab : display violation age in days to current date | simonbrandhof | 2010-12-08 | 1 | -6/+6 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 4 | -9/+11 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 7 | -29/+29 |
| | |||||
* | SONAR-1988 Description of rule parameters should be optional | simonbrandhof | 2010-12-07 | 1 | -2/+2 |
| | | | | SONAR-2029 The field Rule.configKey should be nullable | ||||
* | Fix test | Godin | 2010-12-06 | 1 | -6/+7 |
| | |||||
* | SONAR-1829: Rename the term "Priority" by "Severity" for rules - add ↵ | Godin | 2010-12-06 | 4 | -54/+120 |
| | | | | setSeverity/getSeverity and deprecate setPriority/getPriority | ||||
* | SONAR-2011: Deprecate Project.getGroupId() and Project.getArtifactId() | Godin | 2010-12-06 | 1 | -14/+28 |
| | |||||
* | Deprecate Project.getReuseExistingRulesConfig | Godin | 2010-12-06 | 2 | -0/+7 |
| | |||||
* | Fix typos | Godin | 2010-12-06 | 2 | -2/+3 |
| | |||||
* | Improve ViolationsDecoratorTest | Godin | 2010-12-06 | 1 | -1/+11 |
| | |||||
* | SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx ↵ | simonbrandhof | 2010-12-06 | 4 | -105/+292 |
| | | | | columns + fix saving of dependencies | ||||
* | NewViolationsDecorator should count new violations by priority and by rule | Godin | 2010-12-06 | 1 | -4/+24 |
| | |||||
* | SONAR-2011: | Godin | 2010-12-06 | 1 | -1/+3 |
| | | | | | * Deprecate Project.getPom() * Decrease scope of dependency on maven-project from provided to test for sonar-findbugs-plugin | ||||
* | SONAR-249 add some unit tests | simonbrandhof | 2010-12-04 | 2 | -20/+54 |
| | |||||
* | SONAR-2011: Remove dependency on maven-core from sonar-plugin-api | Godin | 2010-12-03 | 1 | -3/+4 |
| | |||||
* | SONAR-2011: Remove dependency on maven-common-artifact-filters from ↵ | Godin | 2010-12-03 | 1 | -5/+8 |
| | | | | sonar-plugin-api | ||||
* | SONAR-1450: Add checksum to RuleFailureModel and use it in ↵ | Godin | 2010-12-03 | 1 | -0/+11 |
| | | | | ViolationPersisterDecorator | ||||
* | SONAR-249 remove the annotation @SupportVariationDashboard | simonbrandhof | 2010-12-03 | 1 | -36/+0 |
| | |||||
* | SONAR-249 do not hide widgets which are changed in variation view + improve ↵ | simonbrandhof | 2010-12-03 | 1 | -7/+7 |
| | | | | ruby api to display trend icons and measure variations + support variations in the widgets rules/size | ||||
* | Fix violation reported on Nemo. | Godin | 2010-12-02 | 1 | -5/+5 |
| | |||||
* | Fix JavaDocs | Godin | 2010-12-02 | 1 | -2/+5 |
| | |||||
* | Minor fixes for class Measure | Godin | 2010-12-02 | 1 | -25/+56 |
| | |||||
* | SONAR-249 save configuration used for measure variations and new violations ↵ | simonbrandhof | 2010-12-01 | 2 | -42/+50 |
| | | | | in the table SNAPSHOTS | ||||
* | Fix JavaDoc | Godin | 2010-12-01 | 1 | -3/+3 |
| |