aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4843 Ability to restart server in development modeSimon Brandhof2014-03-152-0/+112
* SONAR-5121 Verify remediation factor and offset following remediation functio...Julien Lancelot2014-03-1425-25/+1044
* Rename RuleDefinitions to RulesDefinitionJulien Lancelot2014-03-144-36/+36
* Remove useless old debt model synchronization and renamed some debt classesJulien Lancelot2014-03-144-55/+12
* SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx()Simon Brandhof2014-03-143-19/+19
* SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-132-13/+13
* SONAR-4366 Remove conditions when the associated metric disappearsJean-Baptiste Lievremont2014-03-133-57/+10
* Replace Date by Timestamp on all components using MassUpdaterJulien Lancelot2014-03-136-10/+10
* Fix quality flawsJulien Lancelot2014-03-131-12/+12
* Add description in issues filters WS show actionJulien Lancelot2014-03-132-1/+2
* SONAR-5056 Add migration on measures on requirements to measures on rulesJulien Lancelot2014-03-134-0/+163
* SONAR-5056 Restore requirements columns and move migration of requirements da...Julien Lancelot2014-03-127-0/+389
* Remove deprecated migration DeleteDeprecatedMeasures executed in version 2.5Simon Brandhof2014-03-122-157/+0
* SONAR-5056 Display debt information from rules instead of characteristicsJulien Lancelot2014-03-111-8/+36
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11190-190/+190
* SONAR-5056 Add migration to copy data on requirements from characteristics to...Julien Lancelot2014-03-116-25/+5
* revert renaming of DebtModelPluginRepository to TechnicalDebtModelRepository ...Julien Lancelot2014-03-101-2/+2
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son...Julien Lancelot2014-03-106-8/+8
* SONAR-5120 When a rule is linked on a root characteristic, server startup sho...Julien Lancelot2014-03-072-22/+9
* SONAR-5084 Add total number of matching rules in the rules search WS resultJean-Baptiste Lievremont2014-03-071-2/+2
* Renamed package to org.sonar.core.technicaldebt to debt And removed technical...Julien Lancelot2014-03-076-13/+13
* SONAR-5087 Match on name or key (like in qprofile management screen)Jean-Baptiste Lievremont2014-03-071-0/+4
* SONAR-5056 Only load characteristics without requirement when Synchronizing r...Julien Lancelot2014-03-076-3/+47
* SONAR-5094 Update Quality Gate show WS and its associated client for easier l...Jean-Baptiste Lievremont2014-03-072-2/+43
* SONAR-5056 Synchronize rule debt definitions from plugin debt modelsJulien Lancelot2014-03-069-68/+173
* SONAR-926 improve perf of the db migration 497Simon Brandhof2014-03-0637-13/+152
* SONAR-926 improve performance of db migration 490_migrate_package_keysSimon Brandhof2014-03-065-10/+107
* Rename packages of Java db migrationsSimon Brandhof2014-03-0629-9/+11
* Refactor org.sonar.server.db.migrations.MassUpdaterSimon Brandhof2014-03-061-1/+2
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-064-24/+25
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-054-10/+20
* Fix unit testJulien Lancelot2014-03-051-5/+6
* SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...Julien Lancelot2014-03-0531-121/+261
* SONAR-5113 Move the contents of the /api/qualitygates/metrics WS to the app i...Jean-Baptiste Lievremont2014-03-052-19/+19
* SONAR-5113 Add WS for quality gate JS application initialization (periods, pe...Jean-Baptiste Lievremont2014-03-052-18/+104
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-051-2/+2
* SONAR-5087 Add language to /api/rules/show in order to display it in the rule...Jean-Baptiste Lievremont2014-03-055-1/+14
* SONAR-5087 Use correct filter and field for match against nameJean-Baptiste Lievremont2014-03-051-0/+12
* SONAR-5087 Add WS to find rules for issues UIJean-Baptiste Lievremont2014-03-047-5/+122
* Java implementation of WS /api/issue_filters/favoritesSimon Brandhof2014-03-031-0/+19
* Change the internal WS /api/issue_filters/page to /api/issue_filters/appSimon Brandhof2014-03-031-6/+6
* SONAR-5010 rename some methods before publishing APISimon Brandhof2014-03-031-1/+1
* SONAR-5010 fix mergeSimon Brandhof2014-03-031-11/+11
* SONAR-5010 rename isPrivate() by isInternal()Simon Brandhof2014-03-036-44/+48
* Update groupId to subProjectId and rootIt to projectId in issues WSJulien Lancelot2014-03-0317-29/+76
* SONAR-4366 Add permission info in list WS, improve coverageJean-Baptiste Lievremont2014-03-032-2/+98
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-035-133/+17
* SONAR-4366 Unassociate projects when a quality gate is disassociatedJean-Baptiste Lievremont2014-03-031-4/+12
* Add WS to copy a quality gateJean-Baptiste Lievremont2014-03-032-2/+51
* Add missing test in IssueFilterWsTestSimon Brandhof2014-03-032-5/+42