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-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-6482 WS permissions/groups list permission's groups
Teryk Bellahsene
2015-08-06
10
-36
/
+153
*
SONAR-6479 WS permissions/users search users with a specific permission
Teryk Bellahsene
2015-08-06
9
-36
/
+115
*
Do not allow componentId nor msg on primary location
Simon Brandhof
2015-08-05
2
-207
/
+207
*
Gix compatibility of IssueMapper with postgres
Simon Brandhof
2015-08-05
1
-4
/
+4
*
Store issues locations in DB and return in WS
Simon Brandhof
2015-08-05
6
-331
/
+343
*
Fix ActionPlanStats on Postgres
Simon Brandhof
2015-08-05
1
-1
/
+1
*
Rename protobuf files of sonar-db
Simon Brandhof
2015-08-05
10
-265
/
+3952
*
Minor refactoring of DdlChange
Simon Brandhof
2015-08-05
2
-5
/
+5
*
Add column LOCATIONS to db table ISSUES
Simon Brandhof
2015-08-05
30
-32
/
+198
*
ComponentDao#selectByKeys() supports more than 1'000 inputs
Simon Brandhof
2015-08-05
1
-1
/
+15
*
Load project UUID from action plan DAO
Simon Brandhof
2015-08-05
8
-6
/
+20
*
New WS api/rules/list for batch
Simon Brandhof
2015-08-05
1
-1
/
+0
*
Fix some quality flaws
Julien HENRY
2015-08-05
1
-2
/
+2
*
SONAR-6734 add MBean to expose Commpute Engine Queue info
Sébastien Lesaint
2015-08-03
2
-0
/
+11
*
Lowercase field selection in RoleMapper
Teryk Bellahsene
2015-07-31
1
-1
/
+1
*
Cross database definition of temporary table
Teryk Bellahsene
2015-07-31
1
-2
/
+2
*
Add alias to temporary table in RoleMapper
Teryk Bellahsene
2015-07-31
1
-2
/
+2
*
SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group p...
Teryk Bellahsene
2015-07-31
5
-54
/
+147
*
Prepare upgrade to protobuf 3
Simon Brandhof
2015-07-30
1
-0
/
+2
*
refactoring of permissions
Teryk Bellahsene
2015-07-30
24
-206
/
+217
*
New WS api/rules/list for batch
Simon Brandhof
2015-07-30
4
-0
/
+73
*
Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-db
Simon Brandhof
2015-07-30
4
-2
/
+33
*
Remove call to deprecated RuleDao from CE RuleCacheLoader
Simon Brandhof
2015-07-28
2
-1
/
+46
*
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
20
-59
/
+256
*
Support of large number of keys in IssueDao#selectByKeys(...)
Simon Brandhof
2015-07-24
1
-4
/
+19
*
Apply conventions to IssueDao
Simon Brandhof
2015-07-24
2
-16
/
+29
*
Add IssueDao#selectByOrderedKeys(...)
Simon Brandhof
2015-07-24
4
-14
/
+91
*
Improve MetricDao code coverage
Teryk Bellahsene
2015-07-24
3
-17
/
+216
*
Move RowNotFoundException to org.sonar.db
Teryk Bellahsene
2015-07-24
11
-11
/
+11
*
RowNotFoundException is the default Exception at the DAO layer
Teryk Bellahsene
2015-07-24
8
-14
/
+22
*
Rename ComponentDao methods according to new conventions
Teryk Bellahsene
2015-07-24
1
-3
/
+3
*
Rename MetricDao methods following the new convention
Teryk Bellahsene
2015-07-24
1
-2
/
+3
*
Rename methods in DAO layer to follow conventions
Teryk Bellahsene
2015-07-23
45
-287
/
+283
*
Replace DaoUtils by DaoModule
Teryk Bellahsene
2015-07-23
3
-55
/
+61
*
Move UserDao to sonar-db
Teryk Bellahsene
2015-07-23
6
-42
/
+188
*
Move GroupDao to sonar-db
Teryk Bellahsene
2015-07-23
10
-0
/
+356
*
Create RowNotFoundException as the default DAO Exception thrown
Teryk Bellahsene
2015-07-23
1
-0
/
+35
*
Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-db
Simon Brandhof
2015-07-23
7
-35
/
+5407
*
Move MetricDao to sonar-db
Teryk Bellahsene
2015-07-22
6
-3
/
+377
*
Fix quality flaws
Teryk Bellahsene
2015-07-21
2
-2
/
+30
*
Remove unused db classes Snapshot and ResourceModel
Simon Brandhof
2015-07-20
2
-162
/
+3
*
Fix quality flaws
Julien Lancelot
2015-07-17
3
-0
/
+75
*
Move Java db migrations from sonar-server to sonar-db
Simon Brandhof
2015-07-17
229
-0
/
+13126
*
SONAR-6716 remove data migrations of v4.4
Simon Brandhof
2015-07-17
10
-498
/
+2
*
SONAR-6716 do not accept db upgrades from versions previous to LTS
Simon Brandhof
2015-07-16
1
-0
/
+7
*
SONAR-6716 Fix quality flaw in DatabaseVersion
Simon Brandhof
2015-07-16
1
-1
/
+2
*
SONAR-6716 Remove unused db migrations of data (not structures)
Simon Brandhof
2015-07-16
1
-9
/
+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
[next]