aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Collapse)AuthorAgeFilesLines
* fix memory leak in ruby database migrationsimonbrandhof2010-12-221-2/+2
|
* add the server-side component ServerUpgradeStatus to know the database ↵simonbrandhof2010-12-221-0/+44
| | | | version before starting the server
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + ↵simonbrandhof2010-12-222-41/+18
| | | | change the type of ACTIVE_RULES.INHERITANCE
* define new_violations metrics as 'optimized with best value'simonbrandhof2010-12-221-6/+6
|
* Minor fixGodin2010-12-211-7/+8
|
* Add missing license headersGodin2010-12-211-0/+19
|
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden ↵Godin2010-12-212-28/+21
| | | | into one with enum type
* temporarily ignore HttpDownloadederTest - too many freezes on MS Windowssimonbrandhof2010-12-211-0/+2
|
* SONAR-1722: Rename ActiveRule.overrides to AcriveRule.overriddenGodin2010-12-211-6/+7
| | | | | SONAR-2052: Support inheritance of quality profiles in backup of global configuration
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ↵Godin2010-12-211-12/+8
| | | | | | | to simplify backup SONAR-2052: Add test for backup of inherited profiles
* SONAR-1722: Allow to override inherited ruleGodin2010-12-181-0/+18
|
* Fix bug in ActiveRule.clone()Godin2010-12-171-2/+4
|
* * SONAR-2048: Add an option to define parent in quality profile settingsGodin2010-12-172-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 linksimonbrandhof2010-12-161-1/+1
|
* SONAR-2016 improve the class TempFileUtils : add the ↵simonbrandhof2010-12-161-4/+16
| | | | method.createTempDirectory(String) and add some javadoc
* SONAR-1722: Add DB columns for profiles inheritanceGodin2010-12-162-2/+12
|
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add ↵simonbrandhof2010-12-151-91/+204
| | | | SNAPSHOTS.PERIODx_DATE
* SONAR-1829: Use severity instead of priorityGodin2010-12-141-8/+5
|
* the metric public_undocumented_api must not have a worst valuesimonbrandhof2010-12-101-1/+1
|
* add a missing javadoc tag @sincesimonbrandhof2010-12-091-0/+3
|
* Log message about backward compatibility for XMLProfileParserGodin2010-12-091-0/+2
|
* Backward compatibility for XMLProfileParserGodin2010-12-092-2/+36
|
* Minor changeGodin2010-12-091-5/+1
|
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-083-13/+9
| | | | * Fix javadocs
* SONAR-1809: Export / import alerts attached to a quality profileGodin2010-12-086-14/+159
|
* Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, ↵Godin2010-12-083-34/+39
| | | | because was replaced by repositoryKey
* SONAR-1937 violations tab : display violation age in days to current datesimonbrandhof2010-12-081-6/+6
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-074-9/+11
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-077-29/+29
|
* SONAR-1988 Description of rule parameters should be optionalsimonbrandhof2010-12-071-2/+2
| | | | SONAR-2029 The field Rule.configKey should be nullable
* Fix testGodin2010-12-061-6/+7
|
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add ↵Godin2010-12-064-54/+120
| | | | setSeverity/getSeverity and deprecate setPriority/getPriority
* SONAR-2011: Deprecate Project.getGroupId() and Project.getArtifactId()Godin2010-12-061-14/+28
|
* Deprecate Project.getReuseExistingRulesConfigGodin2010-12-062-0/+7
|
* Fix typosGodin2010-12-062-2/+3
|
* Improve ViolationsDecoratorTestGodin2010-12-061-1/+11
|
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx ↵simonbrandhof2010-12-064-105/+292
| | | | columns + fix saving of dependencies
* NewViolationsDecorator should count new violations by priority and by ruleGodin2010-12-061-4/+24
|
* SONAR-2011:Godin2010-12-061-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 testssimonbrandhof2010-12-042-20/+54
|
* SONAR-2011: Remove dependency on maven-core from sonar-plugin-apiGodin2010-12-031-3/+4
|
* SONAR-2011: Remove dependency on maven-common-artifact-filters from ↵Godin2010-12-031-5/+8
| | | | sonar-plugin-api
* SONAR-1450: Add checksum to RuleFailureModel and use it in ↵Godin2010-12-031-0/+11
| | | | ViolationPersisterDecorator
* SONAR-249 remove the annotation @SupportVariationDashboardsimonbrandhof2010-12-031-36/+0
|
* SONAR-249 do not hide widgets which are changed in variation view + improve ↵simonbrandhof2010-12-031-7/+7
| | | | ruby api to display trend icons and measure variations + support variations in the widgets rules/size
* Fix violation reported on Nemo.Godin2010-12-021-5/+5
|
* Fix JavaDocsGodin2010-12-021-2/+5
|
* Minor fixes for class MeasureGodin2010-12-021-25/+56
|
* SONAR-249 save configuration used for measure variations and new violations ↵simonbrandhof2010-12-012-42/+50
| | | | in the table SNAPSHOTS
* Fix JavaDocGodin2010-12-011-3/+3
|