index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
SONAR-24639
az/ps-wide-output
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-25.01
branch-25.1
branch-25.8
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sonar-server
/
src
/
main
/
java
/
org
/
sonar
/
server
/
debt
/
DebtModelBackup.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move sonar-server, sonar-search and sonar-process into sub-dir server/
Simon Brandhof
2014-07-10
1
-431
/
+0
*
SONAR-5351 Create a migration to replace rules.parent_id to rules.template_id
Julien Lancelot
2014-06-12
1
-2
/
+3
*
SONAR-5007 refactor org.sonar.server.db.Dao
Simon Brandhof
2014-05-24
1
-1
/
+1
*
SONAR-5007 improve usage of DbClient and move some services to new DAOs
Simon Brandhof
2014-05-21
1
-34
/
+22
*
Remove coupling with mybatis SqlSession by using internal DbSession.
Simon Brandhof
2014-04-29
1
-7
/
+7
*
SONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of SqlS...
Stephane Gamard
2014-04-28
1
-7
/
+8
*
Fix quality flaw
Julien Lancelot
2014-04-15
1
-32
/
+36
*
SONAR-5195 Reset custom rules when resting debt model and copy default debt d...
Julien Lancelot
2014-04-14
1
-2
/
+18
*
SONAR-5056 When resetting debt model, do not load rule definitions if no rule
Julien Lancelot
2014-04-09
1
-31
/
+35
*
Fix quality flaws
Julien Lancelot
2014-04-04
1
-4
/
+12
*
SONAR-5056 Fix issue when exporting model to XML
Julien Lancelot
2014-04-04
1
-16
/
+26
*
SONAR-5056 When restoring model from XML call RuleOperations to update restor...
Julien Lancelot
2014-04-04
1
-48
/
+17
*
Update server DebtModel API
Julien Lancelot
2014-04-03
1
-2
/
+2
*
SONAR-5056 Add unit test when reseting debt model on custom rules
Julien Lancelot
2014-04-03
1
-0
/
+1
*
SONAR-5056 When update rule, if sub characteristic or remediation function is...
Julien Lancelot
2014-04-03
1
-28
/
+30
*
SONAR-5056 Do some code cleanup
Julien Lancelot
2014-04-03
1
-4
/
+3
*
SONAR-5056 When updating a rule, set characteristic and remediation function ...
Julien Lancelot
2014-04-03
1
-7
/
+10
*
SONAR-5056 Fix issue when reseting debt model and no rule is found
Julien Lancelot
2014-04-02
1
-9
/
+13
*
SONAR-5056 When reseting debt model, restore rules from rule definitions in o...
Julien Lancelot
2014-04-02
1
-13
/
+49
*
SONAR-5056 Rename restore() by reset() and delete restore from language feature
Julien Lancelot
2014-04-02
1
-13
/
+6
*
SONAR-5056 When restoring a model, deletion of characteristics should update ...
Julien Lancelot
2014-04-02
1
-1
/
+1
*
Add missing session in dao usage when registring rules and fix issue when res...
Julien Lancelot
2014-04-02
1
-1
/
+6
*
SONAR-5174 Reindex rules when deleting characteristics and restoring debt model
Julien Lancelot
2014-04-02
1
-7
/
+11
*
SONAR-5174 Create a reindex rules method
Julien Lancelot
2014-04-01
1
-10
/
+11
*
Rename RuleDto characteristic to subCharacteristic
Julien Lancelot
2014-03-27
1
-13
/
+13
*
SONAR-5056 Restore from xml do not disable no more existing characteristics
Julien Lancelot
2014-03-27
1
-7
/
+9
*
Fix quality flaws
Julien Lancelot
2014-03-27
1
-10
/
+9
*
SONAR-5056 Restore characteristics when restoring language
Julien Lancelot
2014-03-26
1
-54
/
+42
*
Fix quality flaws
Julien Lancelot
2014-03-26
1
-25
/
+31
*
Replace factor by coefficient
Julien Lancelot
2014-03-26
1
-5
/
+5
*
SONAR-5056 Refactoring of restore feature
Julien Lancelot
2014-03-26
1
-59
/
+77
*
SONAR-5056 Minor refactoring
Julien Lancelot
2014-03-26
1
-2
/
+1
*
SONAR-4908 refactor RulesDefinition API (debt functions, XML)
Simon Brandhof
2014-03-25
1
-1
/
+1
*
SONAR-5056 Backup debt model
Julien Lancelot
2014-03-25
1
-0
/
+370