aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵Simon Brandhof2011-07-281-0/+7
| | | | Rule#create(String repo, String key)
* 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 ↵Evgeny Mandrikov2011-07-261-143/+0
| | | | sonar-plugin-api to sonar-core
* SONAR-75 define locale for violation messagessimonbrandhof2011-07-252-23/+12
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-251-1/+58
| | | | | | * Update CloseReviewsDecorator to send notifications * Fix permalink in ReviewEmailTemplate
* 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
| | | | | | * Add email templates. * Add server component - UserFinder.
* 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
| | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email.
* 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 ↵Evgeny Mandrikov2011-07-121-8/+5
| | | | "sonar.java.target" should be "1.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 ↵Simon Brandhof2011-07-071-0/+5
| | | | access project configuration
* SONAR-2574 API: configure the working directory used by ↵Simon Brandhof2011-07-056-9/+55
| | | | org.sonar.api.utils.command.Command
* 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
|
* SONAR-75 Document i18n API as experimental (postponed to v2.10)Simon Brandhof2011-06-212-105/+11
|
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-211-2/+2
|
* SONAR-2525 Stop displaying the SCM revision number in the TimeMachine serviceEvgeny Mandrikov2011-06-211-0/+1
|
* SONAR-2505 support measure variationsSimon Brandhof2011-06-213-0/+12
|
* Fix violationsEvgeny Mandrikov2011-06-201-0/+1
|
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-172-18/+17
|
* Add Javadocs to Metric.BuilderEvgeny Mandrikov2011-06-161-4/+31
|
* SONAR-75 Apply first version of contribution by www.serli.comSimon Brandhof2011-06-132-0/+208
|
* Fix license headerssimonbrandhof2011-06-101-0/+19
|
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-101-0/+5
|
* Merge remote branch 'upstream/master'simonbrandhof2011-06-1021-1991/+0
|\
| * SONAR-2414 remove the Clouds page written in GWTsimonbrandhof2011-06-0821-1991/+0
| |
| * Fix compatibility with ant taskSimon Brandhof2011-06-082-12/+1
| |
| * Clone properties when creating ProjectDefinitionSimon Brandhof2011-06-072-1/+12
| |
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-105-2/+72
|/
* Fix recursive loop in ProjectDefinition#setSourceDirs()Simon Brandhof2011-06-071-2/+8
|
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-072-13/+11
|
* Allow the extension ProjectBuilder to change the source directories of root ↵Simon Brandhof2011-06-064-36/+68
| | | | module
* Add ProjectDefinition#resetSourceDirs() and resetTestDirs()Simon Brandhof2011-06-032-0/+30
|
* SONAR-2497 Add batch properties to include/exclude plugins to loadSimon Brandhof2011-06-031-0/+2
|
* Fix unit test on windowsSimon Brandhof2011-06-031-9/+8
|
* Allow to manually define source files to analyzeSimon Brandhof2011-06-034-43/+165
|
* SONAR-1922 Improve UI for profile changelogEvgeny Mandrikov2011-06-012-33/+18
| | | | | | | | | | | | | | | | | | * Removed useless version column from Quality Profiles page. * To improve readability - version of profile displayed in a dedicated column on Changelog page, otherwise it can be difficult to determine version associated to a row. * Allowed to select both versions to compare. * CSS attribute "word-wrap" was set to "break-word" to decrease width of table, when parameter value too huge. Tested in Chromimum 12.0.742.68 and in Firefox 3.6.17. * Version of profile was added to widget. * Save and show username instead of login.