| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix missing migration number | Jean-Baptiste Lievremont | 2014-03-17 | 1 | -0/+1 |
* | SONAR-5097 Drop alerts table | Jean-Baptiste Lievremont | 2014-03-17 | 4 | -14/+2 |
* | SONAR-5056 Do nothing hen rule has no default characteristic or overridden ch... | Julien Lancelot | 2014-03-17 | 1 | -2/+2 |
* | Refactor plugin management for better maintainability | Simon Brandhof | 2014-03-16 | 3 | -8/+7 |
* | SONAR-5121 Verify remediation factor and offset following remediation functio... | Julien Lancelot | 2014-03-14 | 19 | -1422/+0 |
* | Remove useless old debt model synchronization and renamed some debt classes | Julien Lancelot | 2014-03-14 | 19 | -37/+37 |
* | SONAR-5143 remove sonar.inclusions and sonar.test.inclusions from UI | Simon Brandhof | 2014-03-14 | 1 | -0/+1 |
* | SONAR-926 drop the language criterion on measure filters | Simon Brandhof | 2014-03-13 | 4 | -26/+0 |
* | SONAR-4366 Make SQL query cross-DBMS (handling of boolean column) | Jean-Baptiste Lievremont | 2014-03-13 | 1 | -1/+1 |
* | SONAR-4366 Remove Alert class and related code | Jean-Baptiste Lievremont | 2014-03-13 | 3 | -3/+0 |
* | SONAR-4366 Remove conditions when the associated metric disappears | Jean-Baptiste Lievremont | 2014-03-13 | 6 | -0/+64 |
* | Fix quality flaws | Julien Lancelot | 2014-03-13 | 1 | -4/+3 |
* | SONAR-5056 When loading rules on batch side, do not load rule debt informatio... | Julien Lancelot | 2014-03-13 | 1 | -3/+3 |
* | SONAR-5056 Add migration on measures on requirements to measures on rules | Julien Lancelot | 2014-03-13 | 2 | -1/+2 |
* | SONAR-5056 Restore requirements columns and move migration of requirements da... | Julien Lancelot | 2014-03-12 | 14 | -7/+358 |
* | SONAR-5139 Loading the issues of a given file is slow on Oracle | Simon Brandhof | 2014-03-12 | 3 | -5/+35 |
* | SONAR-5056 Display debt information from rules instead of characteristics | Julien Lancelot | 2014-03-11 | 1 | -0/+4 |
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 527 | -527/+527 |
* | SONAR-5056 Add migration to copy data on requirements from characteristics to... | Julien Lancelot | 2014-03-11 | 24 | -431/+84 |
* | SONAR-5056 Deprecate Requirement | Julien Lancelot | 2014-03-11 | 7 | -388/+31 |
* | Execute purge on wasted measures even of there's no measure on metrics withou... | Julien Lancelot | 2014-03-11 | 3 | -11/+13 |
* | Update purge as there's now no more requirements in characteristics | Julien Lancelot | 2014-03-11 | 4 | -49/+1 |
* | SONAR-4767 On mode DAYS, do not display null when there's no date | Julien Lancelot | 2014-03-11 | 2 | -7/+11 |
* | SONAR-5056 Read debt from rule during analysis | Julien Lancelot | 2014-03-11 | 7 | -29/+99 |
* | revert renaming of DebtModelPluginRepository to TechnicalDebtModelRepository ... | Julien Lancelot | 2014-03-10 | 6 | -31/+31 |
* | revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son... | Julien Lancelot | 2014-03-10 | 64 | -44/+44 |
* | SONAR-5120 When a rule is linked on a root characteristic, server startup sho... | Julien Lancelot | 2014-03-07 | 1 | -6/+11 |
* | Remove useless test files | Julien Lancelot | 2014-03-07 | 11 | -402/+0 |
* | Renamed package to org.sonar.core.technicaldebt to debt And removed technical... | Julien Lancelot | 2014-03-07 | 64 | -112/+514 |
* | SONAR-5056 Only load characteristics without requirement when Synchronizing r... | Julien Lancelot | 2014-03-07 | 4 | -3/+61 |
* | Fix quality flaw | Julien Lancelot | 2014-03-07 | 2 | -6/+3 |
* | Restore unit test file with lower case | Julien Lancelot | 2014-03-07 | 1 | -0/+0 |
* | Delete unit test file | Julien Lancelot | 2014-03-07 | 1 | -54/+0 |
* | Temporary rename file because of uppercase | Julien Lancelot | 2014-03-07 | 1 | -0/+54 |
* | SONAR-5056 Synchronize rule debt definitions from plugin debt models | Julien Lancelot | 2014-03-06 | 21 | -4/+1432 |
* | SONAR-5056 Create new Durations API to format Duration and convert String to ... | Julien Lancelot | 2014-03-06 | 4 | -285/+4 |
* | SONAR-5056 Update Issue.debt from Long to Duration | Julien Lancelot | 2014-03-05 | 8 | -25/+36 |
* | SONAR-5056 Add debt columns on rules and update Rule API to define some debt ... | Julien Lancelot | 2014-03-05 | 11 | -154/+371 |
* | Fix quality flaws | Julien Lancelot | 2014-03-05 | 1 | -2/+10 |
* | Move WorkDuration API to internal package as it will be refactored is 4.3 | Julien Lancelot | 2014-03-05 | 9 | -10/+10 |
* | SONAR-4366 Fix validation issue on operators for working duration | Jean-Baptiste Lievremont | 2014-03-04 | 1 | -0/+1 |
* | Fix quality flaws | Julien Lancelot | 2014-03-04 | 2 | -14/+21 |
* | Improve log message of TechnicalDebtXMLImporter | Simon Brandhof | 2014-03-03 | 1 | -2/+2 |
* | Update groupId to subProjectId and rootIt to projectId in issues WS | Julien Lancelot | 2014-03-03 | 3 | -19/+19 |
* | Fix query on MySQL | Julien Lancelot | 2014-03-03 | 4 | -15/+14 |
* | SONAR-4996 Update work duration message and move code to i18n API | Julien Lancelot | 2014-03-03 | 5 | -4/+271 |
* | SONAR-4366 Fix bug on insertion of quality gate conditions | Jean-Baptiste Lievremont | 2014-03-03 | 3 | -4/+4 |
* | Fix quality flaws | Jean-Baptiste Lievremont | 2014-03-03 | 1 | -10/+14 |
* | SONAR-4996 Add migrations on alerts and measure filters on debt | Julien Lancelot | 2014-02-28 | 2 | -1/+3 |
* | Return information on groupId and rootId on issue WS | Julien Lancelot | 2014-02-27 | 7 | -37/+124 |