aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5056 Synchronize rule debt definitions from plugin debt modelsJulien Lancelot2014-03-0621-4/+1432
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-064-285/+4
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-058-25/+36
* SONAR-5056 Add debt columns on rules and update Rule API to define some debt ...Julien Lancelot2014-03-0511-154/+371
* Fix quality flawsJulien Lancelot2014-03-051-2/+10
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-059-10/+10
* SONAR-4366 Fix validation issue on operators for working durationJean-Baptiste Lievremont2014-03-041-0/+1
* Fix quality flawsJulien Lancelot2014-03-042-14/+21
* Improve log message of TechnicalDebtXMLImporterSimon Brandhof2014-03-031-2/+2
* Update groupId to subProjectId and rootIt to projectId in issues WSJulien Lancelot2014-03-033-19/+19
* Fix query on MySQLJulien Lancelot2014-03-034-15/+14
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-035-4/+271
* SONAR-4366 Fix bug on insertion of quality gate conditionsJean-Baptiste Lievremont2014-03-033-4/+4
* Fix quality flawsJean-Baptiste Lievremont2014-03-031-10/+14
* SONAR-4996 Add migrations on alerts and measure filters on debtJulien Lancelot2014-02-282-1/+3
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-277-37/+124
* Fix testStas Vilchik2014-02-271-1/+1
* Quality Gates UIStas Vilchik2014-02-272-5/+5
* Fix query for OracleJulien Lancelot2014-02-261-1/+1
* Fix unit tests on MsSQL and OracleJulien Lancelot2014-02-251-21/+21
* SONAR-4366 Add WS to manage project/qgate associationsJean-Baptiste Lievremont2014-02-2520-6/+981
* SONAR-4996 Add migration to update issue changelog debt to secondsJulien Lancelot2014-02-251-1/+0
* SONAR-4996 Insert migration on issues debtJulien Lancelot2014-02-251-0/+1
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-252-1/+2
* SONAR-4996 Migrate sqale measures to seconds and migration of workUnitsBySize...Julien Lancelot2014-02-252-1/+2
* SONAR-4996 Create migration on debt measuresJulien Lancelot2014-02-252-1/+2
* SONAR-4996 Add migration to update issue changelog debt to secondsJulien Lancelot2014-02-251-1/+0
* SONAR-4996 Insert migration on issues debtJulien Lancelot2014-02-251-0/+1
* SONAR-4996 Add migration to update issue changelog debt to secondsJulien Lancelot2014-02-252-1/+2
* SONAR-4996 Prepare migration to update issue changelog debt to secondsJulien Lancelot2014-02-251-1/+1
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-253-23/+7
* SONAR-4996 Insert migration on issues debtJulien Lancelot2014-02-252-1/+2
* SONAR-4996 Fix unit test on migrationJulien Lancelot2014-02-252-34/+45
* Fix bad mergeJulien Lancelot2014-02-252-10/+33
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-252-33/+10
* SONAR-4996 Fix display of debt on issue changelogJulien Lancelot2014-02-253-12/+34
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-257-53/+44
* SONAR-4366 Add timestamp columns for quality gates and conditionsJean-Baptiste Lievremont2014-02-259-19/+82
* SONAR-4366 Add remaining WS for conditions (update/delete condition)Jean-Baptiste Lievremont2014-02-252-2/+2
* SONAR-4366 Create WS for creation of a quality gate conditionJean-Baptiste Lievremont2014-02-252-3/+134
* SONAR-4366 Create DB components for management of quality gate conditionsJean-Baptiste Lievremont2014-02-2514-5/+422
* SONAR-4366 Add remaining CRUD Web Services for quality gatesJean-Baptiste Lievremont2014-02-256-10/+103
* SONAR-4366 Create initial DB structure and first WS for quality gatesJean-Baptiste Lievremont2014-02-2512-2/+283
* SONAR-926 Add module key information on components for IntelliJJulien HENRY2014-02-2110-19/+83
* Add toString on ResourceComponentJulien HENRY2014-02-211-0/+5
* SONAR-5067 Duplicate entries can exist in active_rules table whereas it shoul...Julien Lancelot2014-02-212-1/+2
* Fix quality flawsJulien Lancelot2014-02-182-5/+101
* Fix NPE when there's no unit on a requirement of a SQALE modelJulien Lancelot2014-02-184-7/+81
* Do not use anymore deprecated WorkUnitJulien Lancelot2014-02-1714-47/+121
* Fix unit testJulien Lancelot2014-02-141-1/+1