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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-8253 do not delete the last administrators of organization
Simon Brandhof
2016-10-16
10
-65
/
+178
*
SONAR-8134 isolate deletion of permissions
Simon Brandhof
2016-10-16
6
-103
/
+142
*
SONAR-8134 refactor SQL to check organization permission
Simon Brandhof
2016-10-16
1
-2
/
+24
*
SONAR-8134 merge PermissionMapper into AuthorizationDao
Simon Brandhof
2016-10-16
29
-744
/
+624
*
SONAR-8134 add dao to verify authorizations
Simon Brandhof
2016-10-16
10
-12
/
+325
*
Improve readability of schema-h2.ddl
Simon Brandhof
2016-10-13
1
-148
/
+120
*
SONAR-8134 remove RoleDao#countComponentPermissions()
Simon Brandhof
2016-10-13
15
-173
/
+100
*
SONAR-8134 remove RoleDao#deleteGroupRole()
Simon Brandhof
2016-10-13
13
-146
/
+122
*
SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()
Simon Brandhof
2016-10-13
14
-156
/
+33
*
SONAR-8134 make column group_roles.organization_uuid not null
Simon Brandhof
2016-10-13
51
-112
/
+256
*
SONAR-8134 populate column group_roles.organization_uuid on upgrade
Simon Brandhof
2016-10-13
7
-3
/
+164
*
SONAR-8134 feed column group_roles.organization_uuid
Simon Brandhof
2016-10-13
5
-139
/
+99
*
SONAR-8134 add column group_roles.organization_uuid
Simon Brandhof
2016-10-13
53
-118
/
+356
*
Support organizations in user group web services
Simon Brandhof
2016-10-13
24
-59
/
+113
*
SONAR-8134 add column permission_templates.organization_uuid
Simon Brandhof
2016-10-13
20
-17
/
+519
*
SONAR-8134 add column user_roles.organization_uuid
Simon Brandhof
2016-10-13
6
-0
/
+369
*
SONAR-8134 make column groups.organization_uuid not null
Simon Brandhof
2016-10-13
5
-1
/
+287
*
SONAR-8134 prepare support of organizations in user group DAO
Simon Brandhof
2016-10-13
29
-371
/
+530
*
SONAR-8134 prepare support of organizations in permission DAO
Simon Brandhof
2016-10-13
59
-1344
/
+300
*
SONAR-8134 prepare support of organizations in permission template DAO
Simon Brandhof
2016-10-13
37
-253
/
+447
*
Improve formatting of insert/update requests
Simon Brandhof
2016-10-13
1
-2
/
+11
*
SONAR-8134 Deprecated OldPermissionQuery
Simon Brandhof
2016-10-13
1
-0
/
+2
*
SONAR-8134 create default organization in DbTester
Simon Brandhof
2016-10-13
3
-13
/
+95
*
SONAR-8134 change signature of GroupDao#selectByName()
Simon Brandhof
2016-10-13
4
-11
/
+8
*
SONAR-8134 add search by organization and name in GroupDao
Simon Brandhof
2016-10-13
5
-4
/
+57
*
SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermission
Simon Brandhof
2016-10-13
10
-64
/
+21
*
SONAR-8134 add db column groups.organization_uuid
Simon Brandhof
2016-10-13
18
-133
/
+274
*
Reverting returning ComponentDto in insert
Julien Lancelot
2016-10-13
1
-2
/
+1
*
SONAR-8221 Index projects without measures in project measures index
Julien Lancelot
2016-10-12
1
-1
/
+2
*
SONAR-8206 add WS api/root/search
Sébastien Lesaint
2016-10-12
3
-18
/
+29
*
SONAR-8190 SONAR-8191 must not set/unset root on inactive user
Sébastien Lesaint
2016-10-12
2
-4
/
+29
*
SONAR-8191 last root can't be unset via /api/root/unset_root
Sébastien Lesaint
2016-10-12
4
-1
/
+115
*
SONAR-8155 add UserSession#isRoot and checkIsRoot
Sébastien Lesaint
2016-10-12
1
-2
/
+3
*
SONAR-8155 add UserDao.setRoot
Sébastien Lesaint
2016-10-12
4
-13
/
+71
*
SONAR-8155 support root in UserDto, UserDao and UTs
Sébastien Lesaint
2016-10-12
63
-571
/
+1883
*
SONAR-8155 SONAR-8156 add root column to table USERS
Sébastien Lesaint
2016-10-12
14
-5
/
+567
*
SONAR-5857 Only "better than" operator is available for rating metrics
Julien Lancelot
2016-10-03
2
-15
/
+34
*
Automatic merge from branch-6.1
ssjenka
2016-10-03
2
-2
/
+12
|
\
|
*
SONAR-8148 do not log data and decrease log level to debug
Simon Brandhof
2016-09-30
2
-2
/
+12
*
|
SONAR-8120 WS measures/search handles best value
Teryk Bellahsene
2016-09-30
1
-4
/
+0
*
|
SONAR-8120 Create WS measures/search to search for measures
Teryk Bellahsene
2016-09-30
1
-0
/
+1
*
|
Fix Quality flaws
Simon Brandhof
2016-09-30
4
-21
/
+1
*
|
Bring back some methods in PermissionDao for GOV
Simon Brandhof
2016-09-29
7
-0
/
+328
*
|
Merge branch 'branch-6.1' into 'master'
Sébastien Lesaint
2016-09-29
4
-7
/
+71
|
\
|
|
*
Merge branch 'branch-5.6' into 'branch-6.1'
Sébastien Lesaint
2016-09-29
4
-7
/
+71
|
|
\
|
|
*
SONAR-8148 use sonar-api logger rather than SLF4J's
Sébastien Lesaint
2016-09-29
1
-2
/
+2
|
|
*
SONAR-8185 FileSourceDao.readLineHashesStream supports null in DB
Sébastien Lesaint
2016-09-28
2
-2
/
+36
|
|
*
SONAR-8185 FileSourceDao.selectLineHashes supports null in DB
Sébastien Lesaint
2016-09-28
2
-1
/
+25
|
|
*
SONAR-8148 exception proof FeedFileSourcesBinaryData
Sébastien Lesaint
2016-09-28
2
-5
/
+11
*
|
|
SONAR-8099 add missing UT on CreateDefaultOrganization
Sébastien Lesaint
2016-09-29
2
-0
/
+165
[next]