aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-0714-115/+956
* Add MeasureData#toString()Simon Brandhof2011-09-201-0/+11
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-161-1/+1
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-141-1/+0
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-112-4/+4
* SONAR-2603 provide a dedicated settings page to generate server keysimonbrandhof2011-09-091-1/+6
* SONAR-1091 New properties and category 'Duplications'Evgeny Mandrikov2011-09-091-3/+28
* SONAR-2714 Reorganize core properties into categoriesSimon Brandhof2011-08-181-0/+31
* SONAR-2655 define toString() on all the hibernate modelsSimon Brandhof2011-08-1611-60/+110
* SONAR-2694 Provide a new optional 'category' attribute on the @Property annot...Simon Brandhof2011-08-151-0/+5
* Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10Simon Brandhof2011-08-151-1/+1
* Merge branch 'release-2.10'Simon Brandhof2011-08-151-1/+1
|\
| * [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
| * [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
* | SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-112-2/+44
* | SONAR-2603 generate server key at startupSimon Brandhof2011-08-092-0/+15
|/
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
* SONAR-2627 False-positive flags disappear after second analysis runSimon Brandhof2011-08-041-7/+20
* Deactivate test HttpDownloaderTestsimonbrandhof2011-08-021-3/+1
* Some code improvementsSimon Brandhof2011-08-024-5/+9
* Fix new violationsSimon Brandhof2011-08-023-13/+13
* SONAR-75 Remove unused French GWT properties + add method Metric.Builder#setU...Simon Brandhof2011-08-011-2/+22
* SONAR-75 Improve i18n APISimon Brandhof2011-07-291-54/+0
* Add convenient factory methods ResourceQuery#create(String resourceKey) and R...Simon Brandhof2011-07-281-0/+7
* Fix label of metric commented_out_code_linesSimon Brandhof2011-07-281-1/+1
* SONAR-2596 Add unit testsEvgeny Mandrikov2011-07-282-0/+84
* SONAR-2644 Rule name should be optional in XML declaration filesSimon Brandhof2011-07-264-10/+9
* SONAR-2634 new_*_violations and *_violations metrics are not qualitativeSimon Brandhof2011-07-261-11/+11
* Fix CloseReviewsDecorator for Derby and move Review entity from sonar-plugin-...Evgeny Mandrikov2011-07-261-143/+0
* SONAR-75 define locale for violation messagessimonbrandhof2011-07-252-23/+12
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-251-1/+58
* Add method findById to UserFinder and make it available as BatchComponentEvgeny Mandrikov2011-07-251-1/+4
* SONAR-2006 Allow to select manual measures in filters treemapSimon Brandhof2011-07-221-2/+2
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-222-2/+34
* SONAR-2635 Add new type of widget property : METRICSimon Brandhof2011-07-221-1/+5
* SONAR-2634 The tendency icon of the 'violations' metric should not be colorizedSimon Brandhof2011-07-221-1/+1
* Add property 'sonar.core.serverBaseURL'Evgeny Mandrikov2011-07-221-0/+11
* SONAR-2599 First draft of settings for notifications in user profileEvgeny Mandrikov2011-07-202-0/+10
* SONAR-2596,SONAR-2600 Improve notification mechanismEvgeny Mandrikov2011-07-205-0/+296
* SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURESSimon Brandhof2011-07-121-172/+0
* SONAR-2604 Default value for properties "sonar.java.source" and "sonar.java.t...Evgeny Mandrikov2011-07-121-8/+5
* Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-111-1/+1
* temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-101-1/+1
* Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-101-1/+1
* Cleanup temp files generated by CommandExecutorTest.javaSimon Brandhof2011-07-071-0/+3
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...Simon Brandhof2011-07-071-0/+5
* SONAR-2574 API: configure the working directory used by org.sonar.api.utils.c...Simon Brandhof2011-07-056-9/+55
* Add the method org.sonar.api.rules.Violation#isNew()simonbrandhof2011-06-291-0/+21
* Fix loading of extensions which extend abstract classesSimon Brandhof2011-06-232-2/+9
* Fix potential lock on Windows ?Simon Brandhof2011-06-221-1/+4