| Commit message (Expand) | Author | Age | Files | Lines |
* | Minimize sonar-plugin-api | Duarte Meneses | 2017-04-28 | 2 | -5/+23 |
* | Fix tests on windows | Duarte Meneses | 2017-04-28 | 2 | -36/+42 |
* | use IllegalArgumentException in api/qualityprofiles/delete | Daniel Schwarz | 2017-04-27 | 2 | -9/+10 |
* | use IllegalArgumentException in api/rules/delete | Daniel Schwarz | 2017-04-27 | 2 | -5/+5 |
* | change RuleDeleter medium test to a WsActionTester test | Daniel Schwarz | 2017-04-27 | 5 | -184/+106 |
* | use NotFoundException in api/rules/show | Daniel Schwarz | 2017-04-27 | 2 | -7/+22 |
* | use NotFoundException in api/rules/update | Daniel Schwarz | 2017-04-27 | 2 | -2/+18 |
* | SONAR-9136 rename to DefaultOrganizationUuidProvider | Sébastien Lesaint | 2017-04-27 | 25 | -56/+53 |
* | SONAR-9104 fix IT | Sébastien Lesaint | 2017-04-27 | 2 | -5/+7 |
* | SONAR-9159 support project visibility in api/permissions/remove_user | Sébastien Lesaint | 2017-04-27 | 1 | -0/+34 |
* | SONAR-9104 support project visibility in api/permissions/remove_group | Sébastien Lesaint | 2017-04-27 | 1 | -0/+100 |
* | SONAR-9103 support project visibility in api/permissions/add_user | Sébastien Lesaint | 2017-04-27 | 3 | -19/+237 |
* | SONAR-9102 support project visibility in api/permissions/add_group | Sébastien Lesaint | 2017-04-27 | 4 | -35/+417 |
* | SONAR-9089 account project visibility when applying perm template | Sébastien Lesaint | 2017-04-27 | 4 | -34/+289 |
* | SONAR-9136 remove AnyOne from perm template of new personal orgs | Sébastien Lesaint | 2017-04-27 | 2 | -3/+0 |
* | SONAR-9136 remove permission to AnyOne in perm template of new orgs | Sébastien Lesaint | 2017-04-27 | 3 | -5/+1 |
* | SONAR-9136 replace AnyOne by default group in default template | Sébastien Lesaint | 2017-04-27 | 7 | -15/+549 |
* | SONAR-9136 do no delete default group of default organization | Sébastien Lesaint | 2017-04-27 | 1 | -0/+13 |
* | SONAR-9090 make projects privates based on permissions | Sébastien Lesaint | 2017-04-27 | 5 | -2/+799 |
* | SONAR-9106 fix quality flaws: use OrganizationDbTester more often | Daniel Schwarz | 2017-04-27 | 2 | -8/+4 |
* | SONAR-9106 new ws api/organizations/update_project_visibility | Daniel Schwarz | 2017-04-27 | 5 | -2/+215 |
* | SONAR-9107 add “projectVisibility” to api/navigation/organization | Daniel Schwarz | 2017-04-27 | 2 | -12/+34 |
* | SONAR-9091 add visibility flag to api/components/create | Daniel Schwarz | 2017-04-27 | 7 | -5/+133 |
* | SONAR-9156 apply org’s default visibility on first analysis of project | Daniel Schwarz | 2017-04-27 | 7 | -4/+64 |
* | SONAR-9088 set default visibility to “not-private” for new organisations | Daniel Schwarz | 2017-04-27 | 32 | -43/+62 |
* | SONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE” | Daniel Schwarz | 2017-04-27 | 13 | -3/+331 |
* | SONAR-9151 add visibility flag to api/navigation/component | Daniel Schwarz | 2017-04-27 | 2 | -2/+51 |
* | SONAR-9151 param componentKey => component in api/navigation/component | Daniel Schwarz | 2017-04-27 | 2 | -3/+26 |
* | SONAR-9099 add visibility flag to response of api/components/show | Daniel Schwarz | 2017-04-27 | 3 | -2/+57 |
* | SONAR-9096 add visibility to response of api/components/search_projects | Daniel Schwarz | 2017-04-27 | 5 | -8/+37 |
* | SONAR-9105 enable back ITs requiring private projects | Sébastien Lesaint | 2017-04-27 | 4 | -58/+85 |
* | SONAR−9105 add ProjectsService#changeVisibility | Sébastien Lesaint | 2017-04-27 | 3 | -1/+51 |
* | SONAR-9105 add WS api/projects/change_visibility | Sébastien Lesaint | 2017-04-27 | 4 | -2/+769 |
* | SONAR-9105 add selectUserIdsWithPermissionOnProjectBut | Sébastien Lesaint | 2017-04-27 | 4 | -0/+75 |
* | SONAR-9105 add GroupPermissionDao#selectGroupIdsWithPermissionOnProjectBut | Sébastien Lesaint | 2017-04-27 | 4 | -0/+98 |
* | SONAR-9105 add UserPermissionDao#deleteProjectPermissionOfAnyUser | Sébastien Lesaint | 2017-04-27 | 5 | -2/+96 |
* | SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndPermission | Sébastien Lesaint | 2017-04-27 | 4 | -0/+123 |
* | SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndGroupId | Sébastien Lesaint | 2017-04-27 | 4 | -2/+193 |
* | SONAR-9140 ignore IT until WS is available to create private project | Sébastien Lesaint | 2017-04-27 | 2 | -0/+5 |
* | SONAR-9140 enforce in UT that public project can't have public perms | Sébastien Lesaint | 2017-04-27 | 10 | -88/+79 |
* | SONAR-9109 support public components in PermissionIndexer | Sébastien Lesaint | 2017-04-27 | 9 | -324/+314 |
* | SONAR-9140 support public components in UserSessionRule | Sébastien Lesaint | 2017-04-27 | 6 | -25/+55 |
* | SONAR-9140 support public/private projects in GroupPermissionMapper | Sébastien Lesaint | 2017-04-27 | 2 | -12/+79 |
* | SONAR-9140 support public projects in keepAuthorizedProjectIds | Sébastien Lesaint | 2017-04-27 | 3 | -102/+278 |
* | SONAR-9140 support public projects in keepAuthorizedUsersForRoleAndProject | Sébastien Lesaint | 2017-04-27 | 3 | -125/+243 |
* | SONAR-9140 drop some DbUnit in AuthorizationDaoTest | Sébastien Lesaint | 2017-04-27 | 10 | -520/+148 |
* | SONAR-9140 enforce permission consistency for private component in UTs | Sébastien Lesaint | 2017-04-27 | 11 | -67/+234 |
* | SONAR-9140 support public flag in ComponentTesting/ComponentDbTester | Sébastien Lesaint | 2017-04-27 | 177 | -1169/+1223 |
* | SONAR-9140 drop support for Developer in ComponentTesting | Sébastien Lesaint | 2017-04-27 | 12 | -326/+6 |
* | SONAR-9140 only ComponentDto can be used to populate UserSessionRule | Sébastien Lesaint | 2017-04-27 | 85 | -428/+475 |