summaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Complete WebService with new param metadataSimon Brandhof2014-04-251-4/+61
|
* SONAR-4927 Add Quality Gate widgetJean-Baptiste Lievremont2014-04-251-1/+3
|
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-2511-174/+114
| | | | This reverts commit 46395126b184c343df5471a147cdb48133f59f6f.
* SONAR-5234 new org.sonar.api.utils.command.TimeoutExceptionSimon Brandhof2014-04-254-11/+42
|
* Revert "SONAR-3437 Remove Measure from Hibernate model"Julien HENRY2014-04-242-16/+57
| | | | This reverts commit cafd76d5317716817c0f15a402d820a6e80d19a9.
* SONAR-3437 Remove Measure from Hibernate modelJulien HENRY2014-04-242-57/+16
|
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-242-1/+7
|
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-2411-114/+174
|
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-222-0/+16
|
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-214-44/+36
|
* Merge branch medium-testsJulien Lancelot2014-04-183-1/+18
|\
| * Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-163-1/+18
| |
* | Upgrade to 4.4-SNAPSHOTEric Hartmann2014-04-181-1/+1
|/
* Fix some quality flawsSimon Brandhof2014-04-151-4/+4
|
* SONAR-5195 Revert preventing rule template to declare technical debtJulien Lancelot2014-04-142-25/+0
|
* Fix some quality flawsJulien HENRY2014-04-141-4/+6
|
* Fix some quality flawsSimon Brandhof2014-04-141-2/+0
|
* SONAR-4366 Replace name and description of Quality Gate metric in CoreMetricsJulien Lancelot2014-04-111-2/+2
|
* SONAR-5185 Deprecate "sonar.dynamicAnalysis" featureJulien Lancelot2014-04-091-0/+5
|
* SONAR-5109 Deprecate properties sonar.skippedModules and sonar.includedModulesJulien Lancelot2014-04-091-0/+8
|
* SONAR-5195 Rule templates should not define technical debt informationsJulien Lancelot2014-04-082-0/+25
|
* Deprecate some constants that should have been deprecated in 4.2Julien HENRY2014-04-081-1/+10
|
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-072-25/+1
|
* Fix some quality flawsSimon Brandhof2014-04-042-8/+8
|
* Fix some quality flawsSimon Brandhof2014-04-046-33/+33
|
* Fix quality flawsJulien Lancelot2014-04-044-2/+169
|
* Create a specific unit test of declaring rules with technical debtJulien Lancelot2014-04-041-9/+24
|
* Duration should not accept hours more than 24 and minutes more than 60Julien Lancelot2014-04-044-5/+31
|
* SONAR-5056 Fix issue when exporting model to XMLJulien Lancelot2014-04-041-3/+3
|
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-036-6/+7
|
* Fix some quality flawsJulien HENRY2014-04-032-8/+7
|
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-0314-29/+425
|
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception ↵Simon Brandhof2014-04-031-0/+5
| | | | message
* SONAR-5056 When update rule, if sub characteristic or remediation function ↵Julien Lancelot2014-04-032-1/+14
| | | | is different from default values, update both overridden values
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-021-0/+2
|
* Update Javadoc of Language::getFileSuffixesJulien HENRY2014-04-021-2/+1
|
* SONAR-5174 Rules search by language and repositoriesJulien Lancelot2014-03-281-1/+1
|
* Add some javadocsJulien Lancelot2014-03-271-5/+22
|
* Fix quality flawsJulien Lancelot2014-03-271-1/+2
|
* SONAR-4915 add javadoc to RulesDefinition#setEffortToFixDescription(String)Simon Brandhof2014-03-261-0/+9
|
* Fix some quality flawsJulien HENRY2014-03-262-5/+4
|
* Fix quality flawsJulien Lancelot2014-03-263-25/+27
|
* Replace factor by coefficientJulien Lancelot2014-03-2611-60/+69
|
* Improve duration format validationJulien Lancelot2014-03-264-15/+64
|
* SONAR-4908 extract RulesDefinitionAnnotationLoaderSimon Brandhof2014-03-255-55/+241
| | | | + refactor the classes RegisterXXX used during server startup
* SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to ↵Simon Brandhof2014-03-252-20/+23
| | | | | | setDebtSubCharacteristic() -> better follow SQALE method
* SONAR-4908 refactor RulesDefinition API (debt functions, XML)Simon Brandhof2014-03-2514-140/+577
|
* SONAR-5056 Backup debt modelJulien Lancelot2014-03-251-0/+1
|
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-252-5/+25
| | | | | | * add to picocontainer * new method isJavaAtLeast17() * fix Javadoc
* SONAR-4908 extract RulesDefinitionXmlLoaderSimon Brandhof2014-03-247-77/+104
|