aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.2-SNAPSHOTEric Hartmann2013-12-111-1/+1
|
* Fix some quality flawsSimon Brandhof2013-12-102-3/+3
|
* Fix some quality flawsSimon Brandhof2013-12-091-0/+4
|
* Fix some quality flawsSimon Brandhof2013-12-092-5/+2
|
* Fix quality flawsJean-Baptiste Lievremont2013-12-092-0/+24
|
* Replace Sonar by SonarQube in Profile XMLJulien Lancelot2013-12-0910-19/+19
|
* Fix some quality flawJulien Lancelot2013-12-091-0/+7
|
* add some UTJulien Lancelot2013-12-095-4/+340
|
* Fix quality flawsJulien Lancelot2013-12-061-1/+1
|
* SONAR-4939 Add Anyone groupJulien Lancelot2013-12-051-0/+8
|
* SONAR-4939 Create WS to search groups by permissionJulien Lancelot2013-12-051-2/+4
|
* SONAR-4853 remove computable of default value of LCOM4Simon Brandhof2013-12-041-1/+0
|
* Fix quality flawsJulien Lancelot2013-12-041-1/+2
|
* Remove unused infinitest filesSimon Brandhof2013-12-032-4/+0
|
* Fix quality flawsJulien Lancelot2013-12-033-9/+86
|
* Fix quality flawsJulien Lancelot2013-12-031-2/+3
|
* Fix quality flawyJulien Lancelot2013-12-031-4/+8
|
* SONAR-4816 Provide assignee real name in json report and issues WSJulien HENRY2013-12-031-1/+2
|
* Fix quality flawsJulien Lancelot2013-12-024-0/+92
|
* SONAR-4891 Remove useless characteristics columns and tablesJulien Lancelot2013-12-028-1031/+0
|
* SONAR-4885 Stop supporting the internationalization of rule descriptions and ↵Simon Brandhof2013-11-291-1/+58
| | | | titles
* SONAR-4875 Remove the property 'sonar.violationLocale' and so the ability to ↵Simon Brandhof2013-11-291-0/+6
| | | | chose which language should be used to log issue message
* SONAR-4853 Remove support of LCOM4Simon Brandhof2013-11-291-0/+36
|
* SONAR-4831 Mode some technical debt classes to internal packagesJulien Lancelot2013-11-296-150/+211
|
* SONAR-4831 Add missing @since version and a characteristicByKey() for ViewsJulien Lancelot2013-11-295-0/+19
|
* SONAR-4831 Refactored technical debtJulien Lancelot2013-11-289-57/+402
|
* SONAR-2447 Refactor permission check to work with resource key instead of idsJulien HENRY2013-11-282-4/+8
|
* SONAR-4895 Improve migration to correctly populate root_id and add root id ↵Julien Lancelot2013-11-282-0/+21
| | | | in characteristic API
* SONAR-4876 Don't expose new sonar.moduleKey property in CorePropertiesJulien HENRY2013-11-271-5/+0
|
* SONAR-4892 SONAR-4917 Update technical debt merge model and technical debt ↵Julien Lancelot2013-11-277-16/+506
| | | | decorator to use mybatis classes
* SONAR-4876 Allow the user to specify the key to be used for a moduleJulien HENRY2013-11-261-0/+5
|
* SONAR-4830 Extract plugin dependencies in the cacheJulien HENRY2013-11-261-2/+0
|
* SONAR-4912 Drop support of deprecated plugin rules extensionJulien HENRY2013-11-251-2/+4
|
* SONAR-4776 Improve calculation of new technical debt from changelogJulien Lancelot2013-11-182-0/+40
|
* SONAR-4776 Load issues changelog at the begin of each module analysisJulien Lancelot2013-11-083-2/+53
|
* SONAR-4776 Add decorator to calculate new technical debtJulien Lancelot2013-11-063-1/+29
|
* Rename TechnicalDebt class name to WorkDayDuration and move it to issue ↵Julien Lancelot2013-11-065-45/+39
| | | | internal package
* SONAR-4834 Add technical debt in issues changelogJulien Lancelot2013-11-032-3/+5
|
* Rename the inner class HttpsTrust.SslSimon Brandhof2013-10-302-5/+5
|
* SONAR-4741 client must ignore certificates on HTTPS connectionsSimon Brandhof2013-10-293-0/+199
|
* Update to 4.1-SNAPSHOTEric Hartmann2013-10-221-1/+1
|
* Fix issue when getting childrenJulien Lancelot2013-10-221-2/+2
|
* Fix quality flawJulien Lancelot2013-10-221-1/+2
|
* Fix some quality flawsSimon Brandhof2013-10-211-1/+0
|
* Fix some quality flawsJulien HENRY2013-10-211-6/+5
|
* Improve code coverageJulien HENRY2013-10-212-1/+27
|
* SONAR-4748 Fix issues and regression for temp foldersJulien HENRY2013-10-213-21/+58
|
* SONAR-4748 Refactoring of new TempFolder componentJulien HENRY2013-10-175-11/+210
|
* Remove file system refactoring from APISimon Brandhof2013-10-1613-32/+68
|
* Experimental detection of source dir changes - no unit tests yetSimon Brandhof2013-10-161-3/+2
| | | | Waiting for integration tests to pass before going further