aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-5056 Fix NPE when disabling debt on ruleJulien Lancelot2014-04-032-5/+25
|
* SONAR-5056 Add unit test when reseting debt model on custom rulesJulien Lancelot2014-04-032-0/+40
|
* Set profiling level to debug when indexing documents in E/SJulien Lancelot2014-04-031-8/+11
|
* SONAR-5056 When update rule, if sub characteristic or remediation function ↵Julien Lancelot2014-04-034-196/+100
| | | | is different from default values, update both overridden values
* SONAR-5166 Offer shortcut to access the top-right search engineStas Vilchik2014-04-032-2/+1
| | | | Use "s"
* SONAR-5166 Offer shortcut to access the top-right search engineStas Vilchik2014-04-032-1/+2
| | | | Fix use of /
* SONAR-5166 Offer shortcut to access the top-right search engineStas Vilchik2014-04-031-1/+1
| | | | Fix use of /
* SONAR-5056 Do some code cleanupJulien Lancelot2014-04-035-16/+8
|
* Fix unit testJulien Lancelot2014-04-031-1/+1
|
* SONAR-5056 When updating a rule, set characteristic and remediation function ↵Julien Lancelot2014-04-035-21/+156
| | | | only if different from default values
* SONAR-5056 When creating a custom rule, copy debt definitions from parentJulien Lancelot2014-04-032-1/+12
|
* SONAR-5166 Offer shortcut to access the top-right search engineStas Vilchik2014-04-031-1/+1
| | | | Fix use of /
* SONAR-5169 Apply feedbackStas Vilchik2014-04-037-23/+29
|
* SONAR-5174 Add new parameters docsJulien Lancelot2014-04-031-1/+7
|
* Set the version of keymaster.jsStas Vilchik2014-04-031-0/+1
|
* SONAR-5056 Fix issue when reseting debt model and no rule is foundJulien Lancelot2014-04-021-9/+13
|
* SONAR-5056 When reseting debt model, restore rules from rule definitions in ↵Julien Lancelot2014-04-026-27/+173
| | | | order to restore all rules defaultXXX parameters
* SONAR-5191 fix some usage of java list.sort in ruby codeSimon Brandhof2014-04-022-5/+9
|
* SONAR-5191 fix some usage of java list.sort in ruby codeSimon Brandhof2014-04-028-15/+19
|
* SONAR-5166 Offer shortcut to access the top-right search engineStas Vilchik2014-04-021-1/+1
| | | | Return back to "/"
* SONAR-5056 Rename restore() by reset() and delete restore from language featureJulien Lancelot2014-04-026-86/+16
|
* SONAR-5056 When restoring a model, deletion of characteristics should update ↵Julien Lancelot2014-04-024-15/+41
| | | | all related rules
* SONAR-5166 Offer shortcut to access the top-right search engineStas Vilchik2014-04-021-1/+1
| | | | Change shortcut to shift+s
* Add missing session in dao usage when registring rules and fix issue when ↵Julien Lancelot2014-04-024-46/+17
| | | | resting debt model and debt rules were all disabled
* SONAR-5086 Fix fetching of issues when action plan is selectedStas Vilchik2014-04-021-0/+5
|
* SONAR-5174 Reindex rules when deleting characteristics and restoring debt modelJulien Lancelot2014-04-023-98/+110
|
* SONAR-5174 Remove characteristics name from Rules E/S indexJulien Lancelot2014-04-0210-60/+0
|
* SONAR-5174 Create a method to reindex one ruleJulien Lancelot2014-04-024-145/+289
|
* SONAR-5165 It should be possible to use up and down arrows to navigate ↵Stas Vilchik2014-04-023-0/+56
| | | | through results in Issues page
* SONAR-5174 Improve migration of Requirements to Rules when offset or ↵Julien Lancelot2014-04-025-30/+117
| | | | coefficient are 0
* SONAR-5174 Create a reindex rules methodJulien Lancelot2014-04-0113-299/+343
|
* SONAR-5174 Update date when updating rulesJulien Lancelot2014-04-012-15/+11
|
* SONAR-5166 Offer shortcut to access the top-right search engineStas Vilchik2014-04-012-0/+303
|
* SONAR-5169 Allow users to specify dates using a date pickerStas Vilchik2014-04-019-33/+2257
|
* SONAR-5174 Add update rule action in RulesJulien Lancelot2014-04-019-235/+508
|
* SONAR-5163 Fix profile testsStas Vilchik2014-04-011-1/+1
|
* SONAR-5163 Do not display bulk change action/popup when there is no issueStas Vilchik2014-04-011-5/+7
|
* SONAR-5174 Use only RubyRuleService to use Rules from RailsJulien Lancelot2014-03-317-23/+171
|
* SONAR-5173 Fix fuzzy iconsStas Vilchik2014-03-315-3/+2
|
* SONAR-5173 Improve qualifier iconsStas Vilchik2014-03-316-10/+6
|
* SONAR-5174 Add no pagination searchJulien Lancelot2014-03-313-14/+48
|
* SONAR-5173 Sort iconsStas Vilchik2014-03-3113-31/+51
|
* SONAR-5056 Reindex rules in E/S when migrating requirements to rulesJulien Lancelot2014-03-317-61/+124
|
* SONAR-5173 Check, move, add, delete iconsStas Vilchik2014-03-315-11/+21
|
* SONAR-5173 Qualifier iconsStas Vilchik2014-03-315-15/+25
|
* Fix wrong display of rule sub characteristic key and nameJulien Lancelot2014-03-311-2/+2
|
* SONAR-5173 ci, homepage, scm iconsStas Vilchik2014-03-3111-9/+33
|
* Add a migration to replace rules.default_remediation_factor by ↵Julien Lancelot2014-03-3120-48/+98
| | | | rules.default_remediation_coeff and rules.remediation_factor by rules.remediation_coeff and remove duration with value 0X
* SONAR-5174 Return characteristics information when reading rules from E/SJulien Lancelot2014-03-314-6/+74
|
* SONAR-5173 Change the color of qualifier iconsStas Vilchik2014-03-311-1/+1
|