aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Improve error handling of ComponentContainer lifecycleSimon Brandhof2013-03-152-18/+42
* Fix quality flawJulien Lancelot2013-03-151-1/+1
* org.sonar.api.resources.Languages should accept zero languagesSimon Brandhof2013-03-152-5/+16
* Fix quality flawJulien Lancelot2013-03-151-1/+1
* Improve exception handling of pico container lifecycleSimon Brandhof2013-03-144-28/+281
* Move some classes from org.sonar.batch.bootstrap to org.sonar.batch.scanSimon Brandhof2013-03-141-40/+41
* SONAR-4139 Move Java language definition to sonar-java-pluginJulien Lancelot2013-03-141-0/+4
* SONAR-4069 fix task extension pointSimon Brandhof2013-03-146-43/+187
* SONAR-4069 new task extension pointSimon Brandhof2013-03-146-12/+85
* Restore previously deleted setEnabled() method but throw an exception if usedJulien Lancelot2013-03-141-0/+8
* Fix quality flawsJulien Lancelot2013-03-141-1/+2
* SONAR-3879 Remove enabled column of rulesJulien Lancelot2013-03-122-15/+3
* SONAR-4170 Add language property on rule in order to track removed rules from...Julien Lancelot2013-03-113-22/+41
* SONAR-3879 Provide the ability to flag a rule as 'Deprecated' or 'Beta'Julien Lancelot2013-03-081-1/+1
* SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at column...Julien Lancelot2013-03-084-10/+102
* Update sonar pom version to 3.6-SNAPSHOTJulien Lancelot2013-03-081-1/+1
* Revert "SONAR-4069 Remove Task and TaskDefinition from API."Simon Brandhof2013-03-054-7/+116
* SONAR-4069 Remove Task and TaskDefinition from API.Simon Brandhof2013-03-054-116/+7
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-03-011-1/+1
* [maven-release-plugin] prepare release 3.5-RC2Eric Hartmann2013-03-011-1/+1
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-015-29/+15
* Fix after refactoring for viewsJulien HENRY2013-02-271-4/+2
* Moved Languages in ModuleContainerJulien Lancelot2013-02-272-4/+4
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-276-19/+33
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-02-251-1/+1
* [maven-release-plugin] prepare release 3.5-RC1Eric Hartmann2013-02-251-3/+2
* Fix minor quality flawsSimon Brandhof2013-02-251-1/+0
* Improve SimpleModuleFileSystem for unit testsSimon Brandhof2013-02-221-13/+25
* Fix exclusions by absolute path on WindowsSimon Brandhof2013-02-211-1/+1
* Fix quality flawsSimon Brandhof2013-02-215-49/+40
* Improve FileSystem classes for unit testsSimon Brandhof2013-02-212-1/+81
* Replace array of string by list in DefaultPluginMetadata and use immutable li...Julien Lancelot2013-02-201-1/+1
* SONAR-3612 Custom servlet filters are not loaded after database upgradeSimon Brandhof2013-02-192-2/+60
* Add unit testFabrice Bellingard2013-02-191-0/+15
* Simplify testability of PathResolver.RelativePathSimon Brandhof2013-02-191-1/+1
* Remove FileSystemException and IllegalPathExceptionSimon Brandhof2013-02-193-68/+3
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-181-0/+4
* SONAR-2965 Provide a way to close JPA session to avoid DB timeoutJulien HENRY2013-02-181-1/+8
* SONAR-3108 Add new property to exclude files from duplication detectionFabrice Bellingard2013-02-151-0/+5
* Refactor the filesystem API in order to allow to provide its own exclusionsSimon Brandhof2013-02-1510-113/+128
* Revert "SONAR-3976 Introduce the concept of plugin group"Julien Lancelot2013-02-141-2/+0
* SONAR-2760 file exclusions by absolute pathSimon Brandhof2013-02-134-11/+20
* SONAR-3976 Introduce the concept of plugin groupJulien Lancelot2013-02-131-0/+2
* Remove unused constructor in IllegalPathExceptionSimon Brandhof2013-02-131-3/+0
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-28/+0
* Fix some quality flawsSimon Brandhof2013-02-132-2/+33
* Fix quality flawsSimon Brandhof2013-02-126-15/+22
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-1215-726/+615
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-112-9/+8
* SONAR-1896 refactor file system components used during project analysisSimon Brandhof2013-02-1110-4/+272