]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2016-10-20 Sébastien LesaintSONAR-8152 make current user "owner" in api/organizatio... 1319/head
2016-10-20 Sébastien LesaintSONAR-8192 fix unstability of UT of api/users/create 1320/head
2016-10-20 Sébastien LesaintSONAR-8192 fix unstable UT for api/user_groups/delete
2016-10-20 Sébastien Lesaintfix some quality flaws (UT coverage and useless imports)
2016-10-20 Sébastien LesaintSONAR-8192 add missing UT on AlwaysIncreasingSystem2
2016-10-20 Sébastien Lesaintmake PermissionTemplateDaoTest more stable
2016-10-20 Sébastien LesaintSONAR-8100 add GroupDao#deleteByOrganization
2016-10-20 Sébastien LesaintSONAR-8100 add PermissionTemplateDao#deleteByOrganization
2016-10-20 Sébastien LesaintSONAR-8100 add UserPermissionDao#deleteByOrganization
2016-10-20 Sébastien LesaintSONAR-8100 add GroupPermissionDao#deleteByOrganization
2016-10-20 Sébastien LesaintSONAR-8100 add PermissionTemplateDbTester to DbTester
2016-10-20 Sébastien LesaintSONAR-8134 add organization uuid to unique index of...
2016-10-20 Sébastien LesaintSONAR-8100 check user's organization in api/organizatio...
2016-10-20 Julien LancelotSONAR-8221 Fix issue on MySQL when indexing project... 1323/head
2016-10-20 Julien LancelotSONAR-8221 Add IT on search projects action
2016-10-20 Simon BrandhofSONAR-8267 SONAR-8265 add organization parameter
2016-10-20 Simon BrandhofSONAR-8261 add test to UserIdentityAuthenticatorTest...
2016-10-20 Simon BrandhofSONAR-8134 add javadoc to GroupPermissionDao
2016-10-20 Simon BrandhofSONAR-8134 improve PermissionTemplateDao
2016-10-20 Simon BrandhofSONAR-8134 delete unused GroupDao#selectByName(DbSessio...
2016-10-20 Simon BrandhofSONAR-8261 Support organizations in web service api...
2016-10-20 Simon BrandhofSONAR-8134 remove unused production code from RoleDao
2016-10-20 Simon BrandhofSONAR-8263 isolate organizations when removing user...
2016-10-20 Teryk Bellahsenefixup! SONAR-8233 WS components/search_projects return... 1321/head
2016-10-20 Teryk BellahseneSONAR-8233 WS components/search_projects return facets...
2016-10-20 Teryk BellahseneSONAR-8232 WS api/components/search_projects return...
2016-10-20 Julien LancelotSONAR-8227 Rename AuthorizationIndexer to PermissionIndexer 1311/head
2016-10-20 Julien LancelotSONAR-8227 Replace user login by user id in permission...
2016-10-20 Julien LancelotSONAR-8227 Add DbSession parameter in AuthorizationInde...
2016-10-20 Julien LancelotSONAR-8227 Remove permission from index at the same...
2016-10-20 Julien LancelotSONAR-8227 Use authorization index when searching proje...
2016-10-20 Julien LancelotSONAR-8227 Fix project measures authorization index...
2016-10-20 Julien LancelotSONAR-8227 Index project measures authorization
2016-10-20 Julien LancelotSONAR-8227 Index authorization by projects
2016-10-20 Julien LancelotSONAR-8227 Replace selection of date by projects in...
2016-10-20 Julien LancelotSONAR-8227 Remove source from issue/authorization index
2016-10-20 Julien LancelotSONAR-8227 Remove DbUnit usage from AuthorizationDao...
2016-10-20 Julien LancelotSONAR-8227 Create project measures authorisation index
2016-10-20 Julien LancelotSONAR-8227 Move org.sonar.server.issue.index.IssueAutho...
2016-10-20 Julien LancelotSONAR-8307 Filter by Quality Gate in WS api/components... 1318/head
2016-10-19 Julien LancelotSONAR-8307 Project measures query now supports equal...
2016-10-19 Sébastien LesaintSONAR-8172 check user's organization in api/organizatio... 1312/head
2016-10-19 Sébastien LesaintSONAR-8192 update root flag of members in api/user_grou... 1304/head
2016-10-19 Sébastien LesaintSONAR-8192 use a System2 impl always returning a bigger...
2016-10-19 Sébastien LesaintSONAR-8192 skip MyBatis in RootFlagAssertions
2016-10-19 Sébastien LesaintSONAR-8192 set/unset root flag when creating a user...
2016-10-19 Sébastien LesaintSONAR-8192 set root flag in UserIdentityAuthenticator
2016-10-19 Sébastien LesaintSONAR-8192 set/unset root with admin permission change...
2016-10-19 Sébastien LesaintSONAR-8192 rename DefaultOrganizationProviderRule to...
2016-10-19 Sébastien LesaintSONAR-8192 add OrganizationDbTester and add it to DbTester
2016-10-19 Sébastien Lesaintchange MyBatis session cache to statement cache
2016-10-19 evernatDo not throw UnsupportedOperationException when httpReq...
2016-10-19 Julien HENRYSONAR-8284 Make IT/Overall coverage measures 'hidden' 1314/head
2016-10-19 Julien HENRYSONAR-8286 Reword common rules about coverage
2016-10-18 Julien LancelotSONAR-8287 Project measure value is a double in ES... 1308/head
2016-10-18 Julien LancelotSONAR-8287 Feed measures in project measures index
2016-10-18 Teryk BellahseneSONAR-8287 Refactor project measures index and WS domain
2016-10-18 Teryk BellahseneSONAR-8287 Filter measures in ES
2016-10-18 Teryk BellahseneSONAR-8287 Add nested field to index type 'projectmeasures'
2016-10-18 Julien LancelotSONAR-8287 Add filter parameter in api/components/searc...
2016-10-18 Julien HENRYSONAR-7875 Log a warning when a metric should not be... 1296/head
2016-10-18 Julien HENRYSONAR-8281 Recompute coverage measures from line data...
2016-10-18 Julien HENRYSONAR-8284 Remove overall/IT coverage data from scanner...
2016-10-18 Julien HENRYSONAR-8281 Rework Sensor storage to merge multiple...
2016-10-18 Julien HENRYSONAR-8281 Rename measure "Coverage by unit tests"...
2016-10-18 Julien HENRYSONAR-8281 Deprecated IT/Overall coverage measures
2016-10-18 Julien HENRYSONAR-8281 Change coverage API to accept unlimited...
2016-10-18 Julien HENRYEnsure component in not null on an issue location to...
2016-10-17 Julien LancelotSONAR-8223 Update project measures index when creating... 1303/head
2016-10-17 Julien LancelotSONAR-8223 Clean up ComponentService
2016-10-17 Simon BrandhofFix PermissionTemplateCharacteristicDaoTest
2016-10-17 Simon BrandhofSONAR-8291 make organization parameters as internal
2016-10-17 Simon BrandhofSONAR-8291 display internal flag in web api documentation
2016-10-17 Simon BrandhofSONAR-8291 support internal params in WS api/webservice...
2016-10-17 Simon BrandhofSONAR-8291 add NewParam#setInternal(boolean) to API
2016-10-17 Stas VilchikSONAR-5857 remove "E" option
2016-10-16 Simon BrandhofSONAR-8280 organization in WS api/permissions/update_te... 1307/head
2016-10-16 Simon BrandhofSONAR-8297 organization in WS api/permissions/template_...
2016-10-16 Simon BrandhofSONAR-8296 organization in WS api/permissions/template_...
2016-10-16 Simon BrandhofSONAR-8279 organization in WS api/permissions/set_defau...
2016-10-16 Simon BrandhofSONAR-8277 organization in WS api/permissions/remove_us...
2016-10-16 Simon BrandhofSONAR-8276 organization in WS api/permissions/remove_pr...
2016-10-16 Simon BrandhofSONAR-8275 organization in WS api/permissions/remove_gr...
2016-10-16 Simon BrandhofSONAR-8268 organization in WS api/permissions/delete_te...
2016-10-16 Simon BrandhofSONAR-8274 organization in WS api/permissions/create_te...
2016-10-16 Simon BrandhofSONAR-8271 organization in WS api/permissions/add_user_...
2016-10-16 Simon BrandhofSONAR-8269 organization in WS api/permissions/add_group...
2016-10-16 Simon BrandhofSONAR-8270 organization in WS api/permissions/add_proje...
2016-10-16 Simon BrandhofSONAR-8272 SONAR-8273 organization in WS to apply permi...
2016-10-16 Simon BrandhofSONAR-8259 add missing test about authorization
2016-10-16 Simon BrandhofSONAR-8258 check admin permission on related organization
2016-10-16 Simon BrandhofSONAR-8257 check admin permission on related organization
2016-10-16 Simon BrandhofAdd missing jdbcType attributes in user and permission...
2016-10-16 Simon BrandhofSONAR-8253 do not delete the last administrators of...
2016-10-16 Simon BrandhofSONAR-8252 check admin permission on related organization
2016-10-16 Simon BrandhofSONAR-8254 check admin permission on related organization
2016-10-16 Simon BrandhofSONAR-8134 isolate deletion of permissions
2016-10-16 Simon BrandhofSONAR-8134 refactor SQL to check organization permission
2016-10-16 Simon BrandhofSONAR-8134 merge PermissionMapper into AuthorizationDao
2016-10-16 Simon BrandhofSONAR-8263 verify authorization on organization
next