]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2016-10-16 Simon BrandhofSONAR-8134 Rename ProjectRef to ProjectId
2016-10-14 Julien HENRYFix core.properties by removing merging conflicts
2016-10-14 Julien LancelotSONAR-8221 Take into account date when indexing project... 1299/head
2016-10-13 Simon BrandhofImprove readability of schema-h2.ddl
2016-10-13 Simon BrandhofSONAR-8134 remove RoleDao#countComponentPermissions()
2016-10-13 Simon BrandhofSONAR-8134 remove RoleDao#deleteGroupRole()
2016-10-13 Simon BrandhofSONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()
2016-10-13 Simon BrandhofSONAR-8134 make column group_roles.organization_uuid...
2016-10-13 Simon BrandhofSONAR-8134 populate column group_roles.organization_uui...
2016-10-13 Simon BrandhofSONAR-8134 feed column group_roles.organization_uuid
2016-10-13 Simon BrandhofSONAR-8134 add column group_roles.organization_uuid
2016-10-13 Simon BrandhofSupport organizations in user group web services
2016-10-13 Simon BrandhofSupport organizations in permission template web services
2016-10-13 Simon BrandhofSupport organizations in permission web services
2016-10-13 Simon BrandhofRefactor some tests using DbTester
2016-10-13 Simon BrandhofSONAR-8134 add new user to default group _of default...
2016-10-13 Simon BrandhofImprove error message of empty group name
2016-10-13 Simon BrandhofSONAR-8134 add column permission_templates.organization...
2016-10-13 Simon BrandhofSONAR-8134 add column user_roles.organization_uuid
2016-10-13 Simon BrandhofSONAR-8134 make column groups.organization_uuid not...
2016-10-13 Simon BrandhofSONAR-8134 prepare support of organizations in user...
2016-10-13 Simon BrandhofSONAR-8134 prepare support of organizations in permissi...
2016-10-13 Simon BrandhofSONAR-8134 prepare support of organizations in permissi...
2016-10-13 Simon BrandhofImprove formatting of insert/update requests
2016-10-13 Simon BrandhofSONAR-8134 Deprecated OldPermissionQuery
2016-10-13 Simon BrandhofSONAR-8134 create default organization in DbTester
2016-10-13 Simon BrandhofSONAR-8134 change signature of GroupDao#selectByName()
2016-10-13 Simon BrandhofSONAR-8134 add search by organization and name in GroupDao
2016-10-13 Simon BrandhofSONAR-8134 Replace CountByProjectAndPermissionDto by...
2016-10-13 Simon BrandhofSONAR-8134 add db column groups.organization_uuid
2016-10-13 Julien LancelotReverting returning ComponentDto in insert
2016-10-12 Julien LancelotSONAR-8229 Update project measures index when removing... 1297/head
2016-10-12 Julien LancelotSONAR-8222 Update project measures index at the end...
2016-10-12 Julien LancelotSONAR-8221 Index projects without measures in project... 1295/head
2016-10-12 Teryk BellahseneSONAR-8221 Create WS api/components/search_projects...
2016-10-12 Sébastien LesaintSONAR-8190 SONAR-8191 SONAR-8206 rename api/root/*... 1287/head
2016-10-12 Sébastien LesaintSONAR-8191 WS unset_root return 404 when user not found...
2016-10-12 Sébastien LesaintSONAR-8206 add IT for api/root/search
2016-10-12 Sébastien LesaintSONAR-8206 add RootService#search in WS Client
2016-10-12 Sébastien LesaintSONAR-8206 add WS api/root/search
2016-10-12 Sébastien LesaintSONAR-8194 modify one IT to use root user and not admin
2016-10-12 Sébastien LesaintSONAR-8194 make WebServices /api/plugins/* require...
2016-10-12 Sébastien LesaintSONAR-8190 SONAR-8191 add IT
2016-10-12 Sébastien LesaintSONAR-8193 add IT api/system/restart require root in...
2016-10-12 Sébastien LesaintSONAR-8193 api/system/restart require root in productio...
2016-10-12 Sébastien LesaintSONAR-8193 api/system/logs require root
2016-10-12 Sébastien LesaintSONAR-8193 api/system/info require root
2016-10-12 Sébastien LesaintSONAR-8193 api/system/change_log_level require root
2016-10-12 Sébastien LesaintSONAR-8190 SONAR-8191 must not set/unset root on inacti...
2016-10-12 Sébastien LesaintSONAR-8191 last root can't be unset via /api/root/unset...
2016-10-12 Sébastien LesaintSONAR-8154 add IT on root required for api/organization...
2016-10-12 Sébastien LesaintSONAR-8191 add WS api/root/unset_root
2016-10-12 Sébastien LesaintSONAR-8190 add ws-client RootService
2016-10-12 Sébastien LesaintSONAR-8190 add WS api/root/set_root
2016-10-12 Sébastien LesaintSONAR-8155 suppport USERS.IS_ROOT in ruby code
2016-10-12 Sébastien LesaintSONAR-8154 require root for WS api/organizations/create
2016-10-12 Sébastien LesaintSONAR-8155 root user has all permissions in UserSession
2016-10-12 Sébastien LesaintSONAR-8155 add UserSession#isRoot and checkIsRoot
2016-10-12 Sébastien LesaintSONAR-8155 drop mutability in UserSession impls where...
2016-10-12 Sébastien LesaintSONAR-8155 fix UserSession implementations leaking...
2016-10-12 Sébastien LesaintSONAR-8155 add UserDao.setRoot
2016-10-12 Sébastien LesaintSONAR-8155 support root in UserDto, UserDao and UTs
2016-10-12 Sébastien LesaintSONAR-8155 SONAR-8156 add root column to table USERS
2016-10-12 Sébastien Lesaintmake DefaultHttpDownloaderTest work on both Java 7...
2016-10-12 Sébastien LesaintSONAR-8100 add IT on preventing default organization... 1281/head
2016-10-12 Sébastien LesaintSONAR-8151 test WS organizations authorizations in IT
2016-10-12 Sébastien LesaintSONAR-8151 support anyoneCanCreate in /api/organization...
2016-10-12 Sébastien LesaintSONAR-8151 add property sonar.organizations.anyoneCanCreate
2016-10-12 Sébastien LesaintSONAR-8100 fix quality flaw on DeleteAction
2016-10-12 ssjenkaAutomatic merge from branch-6.1
2016-10-11 David Rautureau[maven-release-plugin] prepare for next development...
2016-10-11 David Rautureau[maven-release-plugin] prepare release 6.1 6.1
2016-10-06 ssjenkaAutomatic merge from branch-6.1
2016-10-05 Simon BrandhofFix Quality flaws
2016-10-05 Simon BrandhofDeprecated ZipUtils.ZipEntryFilter in favour of Predicate
2016-10-05 Julien LancelotSONAR-7782 Fix PurgeTest 1292/head
2016-10-05 Julien LancelotSONAR-7782 Correctly handle best value on variation
2016-10-05 Julien LancelotSONAR-7782 Compute rating A on new code when no issue...
2016-10-05 Simon BrandhofFix Quality flaws, including handling of InterruptedExc...
2016-10-05 Simon BrandhofRemove dead code in project.rb
2016-10-05 Simon BrandhofRemove ruby dead code related to roles
2016-10-05 Simon BrandhofRemove ruby dead code related to users
2016-10-05 Simon BrandhofRemove dead code need_authentication.rb
2016-10-05 Simon BrandhofRemove dead ruby code around editable_password?
2016-10-05 Stas VilchikSONAR-8119 improve display of rating conditions on...
2016-10-05 Stas VilchikSONAR-8119 fix display of new ratings on measures page
2016-10-05 Stas VilchikSONAR-8119 restrict options when defining a condition...
2016-10-05 Teryk BellahseneSONAR-7970 WS settings/set forbid empty values with... 1290/head
2016-10-04 ssjenkaAutomatic merge from branch-6.1
2016-10-04 Julien LancelotFix PluginsTest on web plugin
2016-10-03 Julien LancelotSONAR-7782 Reactivate IT on rating on new code 1282/head
2016-10-03 Julien LancelotSONAR-7782 Fix PurgeTest IT
2016-10-03 Julien LancelotSONAR-7782 Default Quality gate should rely on ratings...
2016-10-03 Julien LancelotSONAR-7782 Compute Maintainability Rating on New Code
2016-10-03 Julien LancelotSONAR-7782 Compute Reliability Rating on New Code
2016-10-03 Julien LancelotSONAR-7782 Compute Security Rating on New Code
2016-10-03 Julien LancelotSONAR-7782 Rename QualityModelMeasuresVisitor to Mainta...
2016-10-03 Julien LancelotSONAR-7782 Move computation of reliability and security...
2016-10-03 Julien LancelotSONAR-7782 Create a RatingVariationValue to factorize...
2016-10-03 Julien LancelotSONAR-5857 Leak period cannot be used on rating metrics
next