index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
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-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-db
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-6734 add MBean to expose Commpute Engine Queue info
Sébastien Lesaint
2015-08-03
1
-0
/
+7
*
SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group p...
Teryk Bellahsene
2015-07-31
1
-50
/
+114
*
refactoring of permissions
Teryk Bellahsene
2015-07-30
21
-139
/
+168
*
New WS api/rules/list for batch
Simon Brandhof
2015-07-30
2
-0
/
+61
*
Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-db
Simon Brandhof
2015-07-30
1
-0
/
+27
*
Remove call to deprecated RuleDao from CE RuleCacheLoader
Simon Brandhof
2015-07-28
1
-0
/
+31
*
Make the AnalysisReportDaoTest test stronger
Teryk Bellahsene
2015-07-24
1
-18
/
+26
*
Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()
Simon Brandhof
2015-07-24
6
-6
/
+77
*
Apply conventions to IssueDao
Simon Brandhof
2015-07-24
1
-6
/
+19
*
Add IssueDao#selectByOrderedKeys(...)
Simon Brandhof
2015-07-24
2
-9
/
+48
*
Improve MetricDao code coverage
Teryk Bellahsene
2015-07-24
2
-12
/
+209
*
Move RowNotFoundException to org.sonar.db
Teryk Bellahsene
2015-07-24
3
-3
/
+3
*
RowNotFoundException is the default Exception at the DAO layer
Teryk Bellahsene
2015-07-24
3
-5
/
+8
*
Rename ComponentDao methods according to new conventions
Teryk Bellahsene
2015-07-24
1
-3
/
+3
*
Rename methods in DAO layer to follow conventions
Teryk Bellahsene
2015-07-23
16
-104
/
+104
*
Replace DaoUtils by DaoModule
Teryk Bellahsene
2015-07-23
2
-5
/
+8
*
Move UserDao to sonar-db
Teryk Bellahsene
2015-07-23
4
-42
/
+157
*
Move GroupDao to sonar-db
Teryk Bellahsene
2015-07-23
8
-0
/
+237
*
Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-db
Simon Brandhof
2015-07-23
2
-9
/
+8
*
Move MetricDao to sonar-db
Teryk Bellahsene
2015-07-22
3
-0
/
+212
*
Remove unused db classes Snapshot and ResourceModel
Simon Brandhof
2015-07-20
1
-149
/
+3
*
Move Java db migrations from sonar-server to sonar-db
Simon Brandhof
2015-07-17
176
-0
/
+8154
*
SONAR-6716 remove data migrations of v4.4
Simon Brandhof
2015-07-17
2
-74
/
+0
*
Rename remaining variables "sut" to "underTest" in tests
Simon Brandhof
2015-07-16
1
-5
/
+5
*
Rename variables "sut" to "underTest" in tests
Simon Brandhof
2015-07-16
11
-229
/
+228
*
SONAR-6702 Fix UT on MsSQL when projects.kee is null
Julien Lancelot
2015-07-16
8
-26
/
+28
*
SONAR-6702 Reactivate previously removed components
Julien Lancelot
2015-07-16
1
-6
/
+7
*
SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE index
Julien Lancelot
2015-07-16
1
-76
/
+23
*
Remove no more used PurgeDao.selectPurgeableFileUuids()
Julien Lancelot
2015-07-16
2
-99
/
+3
*
Move custom measures in sonar-db
Teryk Bellahsene
2015-07-16
2
-0
/
+202
*
Merge SqlUtil and DatabaseUtils
Simon Brandhof
2015-07-12
1
-0
/
+17
*
Fix travis.sh to execute db tests on mysql and postgres
Simon Brandhof
2015-07-08
1
-1
/
+2
*
Move ComponentDao from sonar-server to sonar-db
Julien Lancelot
2015-07-08
13
-0
/
+1264
*
SONAR-6701 - Drop the db table SEMAPHORES
Simon Brandhof
2015-07-08
4
-400
/
+11
*
Replace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(Sy...
Julien Lancelot
2015-07-07
2
-73
/
+0
*
Refactor dao unit tests to use DbTester.create(System2)
Julien Lancelot
2015-07-07
70
-1724
/
+1128
*
FIX Redundant throws clause
David Gageot
2015-07-07
7
-8
/
+8
*
Fix QualityGateConditionDaoTest on Oracle
Simon Brandhof
2015-07-07
2
-12
/
+12
*
Fix execution of tests on non-H2 databases
Simon Brandhof
2015-07-06
16
-89
/
+84
*
Revert "Fix execution of tests on non-H2 databases"
Simon Brandhof
2015-07-06
2
-17
/
+13
*
Fix execution of tests on non-H2 databases
Simon Brandhof
2015-07-06
2
-13
/
+17
*
Fix quality flaws in Dao
Simon Brandhof
2015-07-06
10
-316
/
+66
*
Improve testability of Dao
Simon Brandhof
2015-07-06
32
-470
/
+202
*
Move some classes from sonar-server to sonar-db
Simon Brandhof
2015-07-06
92
-633
/
+3376
*
Extract module sonar-db
Simon Brandhof
2015-07-04
467
-0
/
+20452