Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5121 Add restore from XMl actions | Julien Lancelot | 2014-03-24 | 10 | -155/+5 |
| | |||||
* | SONAR-5056 Fix issue when removing characteristic and rules linked with ↵ | Julien Lancelot | 2014-03-20 | 6 | -60/+58 |
| | | | | default characteristic linked on it was updated | ||||
* | SONAR-5056 Create restore from language action | Julien Lancelot | 2014-03-20 | 5 | -11/+23 |
| | |||||
* | SONAR-5056 Create restore from provided model action | Julien Lancelot | 2014-03-20 | 8 | -4/+65 |
| | |||||
* | Revert SONAR-4950 | Simon Brandhof | 2014-03-20 | 1 | -2/+0 |
| | |||||
* | SONAR-5096 Provide a builtin quality gate | Jean-Baptiste Lievremont | 2014-03-19 | 1 | -0/+1 |
| | |||||
* | SONAR-5056 Refactor the way characteristics and rules are imported from XML | Julien Lancelot | 2014-03-19 | 3 | -2/+13 |
| | |||||
* | SONAR-4915 Rename rules.effort_to_fix_l10_key to ↵ | Julien Lancelot | 2014-03-19 | 9 | -25/+25 |
| | | | | rules.effort_to_fix_description and add a warning when rule define a linear or linear with offset remediation function with setting description | ||||
* | SONAR-5056 Add delete characteristic action | Julien Lancelot | 2014-03-19 | 17 | -71/+185 |
| | |||||
* | SONAR-5056 Create rename, move up and move down actions | Julien Lancelot | 2014-03-18 | 5 | -4/+94 |
| | |||||
* | SONAR-5143 revert. Inclusions are coming back to UI ! | Simon Brandhof | 2014-03-18 | 1 | -1/+0 |
| | | | | | | | Conflicts: sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql sonar-server/src/main/webapp/WEB-INF/db/migrate/499_delete_inclusions_properties.rb | ||||
* | SONAR-5056 Add create profile | Julien Lancelot | 2014-03-18 | 6 | -6/+97 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-03-18 | 1 | -3/+7 |
| | |||||
* | SONAR-5119 Do not display warning log if rule characteristic has been overriden | Julien Lancelot | 2014-03-18 | 4 | -13/+7 |
| | |||||
* | SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵ | Julien Lancelot | 2014-03-18 | 2 | -200/+0 |
| | | | | side API of debt | ||||
* | Fix empty component.path in issues WS | Julien Lancelot | 2014-03-17 | 3 | -2/+7 |
| | |||||
* | Remove Component.moduleKey | Julien Lancelot | 2014-03-17 | 9 | -51/+2 |
| | |||||
* | 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 ↵ | Julien Lancelot | 2014-03-17 | 1 | -2/+2 |
| | | | | characteristic | ||||
* | Refactor plugin management for better maintainability | Simon Brandhof | 2014-03-16 | 3 | -8/+7 |
| | |||||
* | SONAR-5121 Verify remediation factor and offset following remediation ↵ | Julien Lancelot | 2014-03-14 | 19 | -1422/+0 |
| | | | | function defined on rules | ||||
* | 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 ↵ | Julien Lancelot | 2014-03-13 | 1 | -3/+3 |
| | | | | informations if characteristic has been disabled by user | ||||
* | 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 ↵ | Julien Lancelot | 2014-03-12 | 14 | -7/+358 |
| | | | | data to rule form rails to a server task | ||||
* | 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 ↵ | Julien Lancelot | 2014-03-11 | 24 | -431/+84 |
| | | | | to rules and remove requirement columns from characteristics | ||||
* | 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 ↵ | Julien Lancelot | 2014-03-11 | 3 | -11/+13 |
| | | | | without historical data | ||||
* | 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 |
| | | | | as sonar-core module is used by Views Plugin | ||||
* | revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as ↵ | Julien Lancelot | 2014-03-10 | 64 | -44/+44 |
| | | | | sonar-core module is used by Views Plugin | ||||
* | SONAR-5120 When a rule is linked on a root characteristic, server startup ↵ | Julien Lancelot | 2014-03-07 | 1 | -6/+11 |
| | | | | should stop | ||||
* | Remove useless test files | Julien Lancelot | 2014-03-07 | 11 | -402/+0 |
| | |||||
* | Renamed package to org.sonar.core.technicaldebt to debt And removed ↵ | Julien Lancelot | 2014-03-07 | 64 | -112/+514 |
| | | | | technical word from some classes | ||||
* | SONAR-5056 Only load characteristics without requirement when Synchronizing ↵ | Julien Lancelot | 2014-03-07 | 4 | -3/+61 |
| | | | | rule debt | ||||
* | 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 |
| |