aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5121 Add restore from XMl actionsJulien Lancelot2014-03-2410-155/+5
|
* SONAR-5056 Fix issue when removing characteristic and rules linked with ↵Julien Lancelot2014-03-206-60/+58
| | | | default characteristic linked on it was updated
* SONAR-5056 Create restore from language actionJulien Lancelot2014-03-205-11/+23
|
* SONAR-5056 Create restore from provided model actionJulien Lancelot2014-03-208-4/+65
|
* Revert SONAR-4950Simon Brandhof2014-03-201-2/+0
|
* SONAR-5096 Provide a builtin quality gateJean-Baptiste Lievremont2014-03-191-0/+1
|
* SONAR-5056 Refactor the way characteristics and rules are imported from XMLJulien Lancelot2014-03-193-2/+13
|
* SONAR-4915 Rename rules.effort_to_fix_l10_key to ↵Julien Lancelot2014-03-199-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 actionJulien Lancelot2014-03-1917-71/+185
|
* SONAR-5056 Create rename, move up and move down actionsJulien Lancelot2014-03-185-4/+94
|
* SONAR-5143 revert. Inclusions are coming back to UI !Simon Brandhof2014-03-181-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 profileJulien Lancelot2014-03-186-6/+97
|
* Fix quality flawsJulien Lancelot2014-03-181-3/+7
|
* SONAR-5119 Do not display warning log if rule characteristic has been overridenJulien Lancelot2014-03-184-13/+7
|
* SONAR-5056 Refactoring of DebtModelService to have a clean dedicated server ↵Julien Lancelot2014-03-182-200/+0
| | | | side API of debt
* Fix empty component.path in issues WSJulien Lancelot2014-03-173-2/+7
|
* Remove Component.moduleKeyJulien Lancelot2014-03-179-51/+2
|
* Fix missing migration numberJean-Baptiste Lievremont2014-03-171-0/+1
|
* SONAR-5097 Drop alerts tableJean-Baptiste Lievremont2014-03-174-14/+2
|
* SONAR-5056 Do nothing hen rule has no default characteristic or overridden ↵Julien Lancelot2014-03-171-2/+2
| | | | characteristic
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-163-8/+7
|
* SONAR-5121 Verify remediation factor and offset following remediation ↵Julien Lancelot2014-03-1419-1422/+0
| | | | function defined on rules
* Remove useless old debt model synchronization and renamed some debt classesJulien Lancelot2014-03-1419-37/+37
|
* SONAR-5143 remove sonar.inclusions and sonar.test.inclusions from UISimon Brandhof2014-03-141-0/+1
|
* SONAR-926 drop the language criterion on measure filtersSimon Brandhof2014-03-134-26/+0
|
* SONAR-4366 Make SQL query cross-DBMS (handling of boolean column)Jean-Baptiste Lievremont2014-03-131-1/+1
|
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-133-3/+0
|
* SONAR-4366 Remove conditions when the associated metric disappearsJean-Baptiste Lievremont2014-03-136-0/+64
|
* Fix quality flawsJulien Lancelot2014-03-131-4/+3
|
* SONAR-5056 When loading rules on batch side, do not load rule debt ↵Julien Lancelot2014-03-131-3/+3
| | | | informations if characteristic has been disabled by user
* SONAR-5056 Add migration on measures on requirements to measures on rulesJulien Lancelot2014-03-132-1/+2
|
* SONAR-5056 Restore requirements columns and move migration of requirements ↵Julien Lancelot2014-03-1214-7/+358
| | | | data to rule form rails to a server task
* SONAR-5139 Loading the issues of a given file is slow on OracleSimon Brandhof2014-03-123-5/+35
|
* SONAR-5056 Display debt information from rules instead of characteristicsJulien Lancelot2014-03-111-0/+4
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11527-527/+527
|
* SONAR-5056 Add migration to copy data on requirements from characteristics ↵Julien Lancelot2014-03-1124-431/+84
| | | | to rules and remove requirement columns from characteristics
* SONAR-5056 Deprecate RequirementJulien Lancelot2014-03-117-388/+31
|
* Execute purge on wasted measures even of there's no measure on metrics ↵Julien Lancelot2014-03-113-11/+13
| | | | without historical data
* Update purge as there's now no more requirements in characteristicsJulien Lancelot2014-03-114-49/+1
|
* SONAR-4767 On mode DAYS, do not display null when there's no dateJulien Lancelot2014-03-112-7/+11
|
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-117-29/+99
|
* revert renaming of DebtModelPluginRepository to TechnicalDebtModelRepository ↵Julien Lancelot2014-03-106-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 Lancelot2014-03-1064-44/+44
| | | | sonar-core module is used by Views Plugin
* SONAR-5120 When a rule is linked on a root characteristic, server startup ↵Julien Lancelot2014-03-071-6/+11
| | | | should stop
* Remove useless test filesJulien Lancelot2014-03-0711-402/+0
|
* Renamed package to org.sonar.core.technicaldebt to debt And removed ↵Julien Lancelot2014-03-0764-112/+514
| | | | technical word from some classes
* SONAR-5056 Only load characteristics without requirement when Synchronizing ↵Julien Lancelot2014-03-074-3/+61
| | | | rule debt
* Fix quality flawJulien Lancelot2014-03-072-6/+3
|
* Restore unit test file with lower caseJulien Lancelot2014-03-071-0/+0
|
* Delete unit test fileJulien Lancelot2014-03-071-54/+0
|