aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4767 On mode DAYS, do not display null when there's no dateJulien Lancelot2014-03-113-8/+14
* SONAR-5007 Rework quality profiles partStas Vilchik2014-03-1123-318/+263
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-1143-683/+1113
* revert renaming of DebtModelPluginRepository to TechnicalDebtModelRepository ...Julien Lancelot2014-03-109-39/+39
* SONAR-5094 Trigger alert notifications when a quality gate is usedJean-Baptiste Lievremont2014-03-102-3/+16
* SONAR-5094 Add create/update/delete condition capabilities to WS clientJean-Baptiste Lievremont2014-03-105-1/+237
* SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-106-43/+49
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son...Julien Lancelot2014-03-1079-68/+68
* SONAR-5091 Fix display issue when duplicating default QGJean-Baptiste Lievremont2014-03-102-0/+2
* SONAR-4366 Fix NPE when quality gate is empty (no condition)Jean-Baptiste Lievremont2014-03-102-2/+20
* SONAR-5094 Convert the technical operators to human readable formJean-Baptiste Lievremont2014-03-102-11/+19
* Fix footer on measures pageStas Vilchik2014-03-073-0/+13
* SONAR-5007 Add second POCStas Vilchik2014-03-0737-177/+707
* 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-074-31/+23
* Verify profile is existing on some actionsJulien Lancelot2014-03-073-2/+10
* Remove useless test filesJulien Lancelot2014-03-0711-402/+0
* SONAR-5084 Add total number of matching rules in the rules search WS resultJean-Baptiste Lievremont2014-03-072-3/+6
* Renamed package to org.sonar.core.technicaldebt to debt And removed technical...Julien Lancelot2014-03-0779-161/+563
* SONAR-5087 Match on name or key (like in qprofile management screen)Jean-Baptiste Lievremont2014-03-072-1/+5
* Fix quality flawsJulien Lancelot2014-03-072-1/+2
* SONAR-5056 Only load characteristics without requirement when Synchronizing r...Julien Lancelot2014-03-0711-11/+116
* Fix quality flawJulien Lancelot2014-03-073-7/+6
* SONAR-5094 Use conditions from server to generate quality gate status measureJean-Baptiste Lievremont2014-03-078-18/+992
* SONAR-5094 Load quality gate definitions and start generating the Quality Gat...Jean-Baptiste Lievremont2014-03-079-19/+459
* SONAR-5094 Create Quality Gate Status metricJean-Baptiste Lievremont2014-03-073-5/+17
* SONAR-5094 Update Quality Gate show WS and its associated client for easier l...Jean-Baptiste Lievremont2014-03-079-22/+211
* SONAR-5094 Move current alert-based quality gate implementation out of the wayJean-Baptiste Lievremont2014-03-075-15/+18
* Fix wrong renaming of issue.debt in the Issue search WSJulien Lancelot2014-03-071-1/+2
* Restore unit test file with lower caseJulien Lancelot2014-03-071-0/+0
* Delete unit test fileJulien Lancelot2014-03-071-54/+0
* Temporary rename file because of uppercaseJulien Lancelot2014-03-071-0/+54
* Fix logs of quick-build.shSimon Brandhof2014-03-061-2/+0
* SONAR-5056 Improve characteristic searchJulien Lancelot2014-03-061-1/+5
* SONAR-5056 Synchronize rule debt definitions from plugin debt modelsJulien Lancelot2014-03-0634-109/+1798
* Fix alerts.warning_tooltipStas Vilchik2014-03-062-2/+2
* SONAR-4913 Fix regression: show edit button only when there is selected filterStas Vilchik2014-03-061-1/+1
* SONAR-5007 Add first POCStas Vilchik2014-03-0665-376/+2559
* SONAR-926 improve perf of the db migration 497Simon Brandhof2014-03-0661-58/+264
* SONAR-926 improve performance of db migration 490_migrate_package_keysSimon Brandhof2014-03-0610-27/+250
* Rename packages of Java db migrationsSimon Brandhof2014-03-0647-31/+33
* Refactor org.sonar.server.db.migrations.MassUpdaterSimon Brandhof2014-03-0629-123/+114
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-0637-666/+357
* SONAR-5056 Update Duration API : remove days, hours and minutes methods as it...Julien Lancelot2014-03-062-118/+51
* SONAR-5056 Set Rule remediation factor and offset as StringJulien Lancelot2014-03-063-10/+50
* SONAR-5074 Alphabetical order the list of issue filtersStas Vilchik2014-03-061-1/+3
* SONAR-5114 Modify client side application to support App WSStas Vilchik2014-03-0610-91/+19
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-0534-104/+152
* Fix unit testJulien Lancelot2014-03-051-5/+6
* SONAR-5056 Create Duration APIJulien Lancelot2014-03-053-3/+303