aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/technicaldebt/DebtServiceTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5121 Verify remediation factor and offset following remediation functio...Julien Lancelot2014-03-141-65/+0
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son...Julien Lancelot2014-03-101-1/+1
* Renamed package to org.sonar.core.technicaldebt to debt And removed technical...Julien Lancelot2014-03-071-1/+1
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-061-13/+1
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-051-2/+2
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-031-10/+1
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-251-1/+1
* SONAR-4996 Update debt display in technical debt pyramid widgetJulien Lancelot2014-02-251-1/+1
* SONAR-4996 Update debt on measures sqale_indexJulien Lancelot2014-02-251-5/+4
* SONAR-4996 Prepare migration to update issue changelog debt to secondsJulien Lancelot2014-02-251-5/+0
* SONAR-4996 Fix display of debt on issue changelogJulien Lancelot2014-02-251-0/+5
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-3/+2
* Replace WorkUnit by WorkDuration for technical debtJulien Lancelot2014-02-121-4/+17
* Merge WorkDayDuration with WorkUnitJulien Lancelot2014-02-101-3/+3
* Update issue ui in resource viewer update to be consistent with issues filterJulien Lancelot2014-02-071-6/+3
* Fix some quality flawsSimon Brandhof2014-02-011-0/+78