aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4843 restart most of componentsSimon Brandhof2014-03-164-144/+180
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-1621-94/+152
* Remove org.sonar.api.platform.ServerPluginRepositorySimon Brandhof2014-03-165-42/+30
* Refactor org.sonar.server.plugins.ApplicationDeployerSimon Brandhof2014-03-163-25/+18
* SONAR-4843 Add log when server is restartedSimon Brandhof2014-03-151-1/+4
* SONAR-4843 Fix loading of some DAOsSimon Brandhof2014-03-152-51/+49
* SONAR-4843 Minor refactoringSimon Brandhof2014-03-152-1/+3
* SONAR-4843 Ability to restart server in development modeSimon Brandhof2014-03-156-364/+615
* SONAR-5121 Verify remediation factor and offset following remediation functio...Julien Lancelot2014-03-1410-26/+567
* Rename RuleDefinitions to RulesDefinitionJulien Lancelot2014-03-145-37/+38
* Remove useless old debt model synchronization and renamed some debt classesJulien Lancelot2014-03-145-79/+25
* Complete documentation of WebService and QualityGatesWsSimon Brandhof2014-03-141-7/+7
* SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx()Simon Brandhof2014-03-141-3/+3
* SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-137-72/+72
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-132-60/+1
* SONAR-4366 Remove conditions when the associated metric disappearsJean-Baptiste Lievremont2014-03-131-1/+8
* Replace Date by Timestamp on all components using MassUpdaterJulien Lancelot2014-03-133-6/+6
* Fix quality flawsJulien Lancelot2014-03-131-108/+128
* Add description in issues filters WS show actionJulien Lancelot2014-03-131-0/+1
* SONAR-5056 Add migration on measures on requirements to measures on rulesJulien Lancelot2014-03-132-5/+88
* SONAR-5056 Close connection after deleting requirementsJulien Lancelot2014-03-121-4/+10
* SONAR-5056 Restore requirements columns and move migration of requirements da...Julien Lancelot2014-03-129-11/+354
* Remove deprecated migration DeleteDeprecatedMeasures executed in version 2.5Simon Brandhof2014-03-122-79/+0
* Fix some quality flawsSimon Brandhof2014-03-122-2/+2
* SONAR-5056 Display debt information from rules instead of characteristicsJulien Lancelot2014-03-111-6/+5
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11255-255/+255
* SONAR-5056 Add migration to copy data on requirements from characteristics to...Julien Lancelot2014-03-111-1/+1
* revert renaming of DebtModelPluginRepository to TechnicalDebtModelRepository ...Julien Lancelot2014-03-102-6/+6
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son...Julien Lancelot2014-03-107-10/+10
* SONAR-5119 Add a warning log when a rule is linked on a removed characteristicJulien Lancelot2014-03-071-1/+1
* SONAR-5120 When a rule is linked on a root characteristic, server startup sho...Julien Lancelot2014-03-071-3/+3
* Verify profile is existing on some actionsJulien Lancelot2014-03-071-2/+4
* SONAR-5084 Add total number of matching rules in the rules search WS resultJean-Baptiste Lievremont2014-03-071-1/+4
* Renamed package to org.sonar.core.technicaldebt to debt And removed technical...Julien Lancelot2014-03-077-30/+30
* SONAR-5087 Match on name or key (like in qprofile management screen)Jean-Baptiste Lievremont2014-03-071-1/+1
* Fix quality flawsJulien Lancelot2014-03-071-0/+1
* SONAR-5056 Only load characteristics without requirement when Synchronizing r...Julien Lancelot2014-03-071-5/+8
* Fix quality flawJulien Lancelot2014-03-071-1/+3
* SONAR-5094 Update Quality Gate show WS and its associated client for easier l...Jean-Baptiste Lievremont2014-03-072-5/+29
* SONAR-5056 Improve characteristic searchJulien Lancelot2014-03-061-1/+5
* SONAR-5056 Synchronize rule debt definitions from plugin debt modelsJulien Lancelot2014-03-064-37/+193
* Fix alerts.warning_tooltipStas Vilchik2014-03-061-1/+1
* SONAR-926 improve perf of the db migration 497Simon Brandhof2014-03-0616-21/+104
* SONAR-926 improve performance of db migration 490_migrate_package_keysSimon Brandhof2014-03-064-1/+141
* Rename packages of Java db migrationsSimon Brandhof2014-03-0612-16/+16
* Refactor org.sonar.server.db.migrations.MassUpdaterSimon Brandhof2014-03-068-98/+88
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-065-24/+23
* SONAR-5056 Set Rule remediation factor and offset as StringJulien Lancelot2014-03-061-8/+13
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-053-5/+12
* SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...Julien Lancelot2014-03-051-4/+37