| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-9245 Make SearchProjectsActionTest more stable | Julien Lancelot | 2017-06-09 | 2 | -0/+70 |
* | Fix false-positives with randomly generated strings for DB | Simon Brandhof | 2017-06-08 | 2 | -4/+3 |
* | SONAR-9028 add PurgeDao.deleteNonRootComponents | Sébastien Lesaint | 2017-06-05 | 5 | -25/+607 |
* | make naming of method in PurgeMapper consistent | Sébastien Lesaint | 2017-06-05 | 4 | -36/+36 |
* | SONAR-9350 delete components by project when deleting a project | Sébastien Lesaint | 2017-06-01 | 5 | -37/+6 |
* | SONAR-9328 delete settings & manual measures by project/module | Sébastien Lesaint | 2017-06-01 | 6 | -27/+248 |
* | SONAR-9346 delete links by project when deleting project | Sébastien Lesaint | 2017-06-01 | 4 | -10/+10 |
* | SONAR-9326 drop issues by project_uuid when deleting a project | Sébastien Lesaint | 2017-06-01 | 6 | -38/+50 |
* | SONAR-9334 delete events by project uuid when deleting a project | Sébastien Lesaint | 2017-05-31 | 4 | -66/+76 |
* | SONAR-9334 make EVENTS.COMPONENT_UUID not nullable and clean orphans | Sébastien Lesaint | 2017-05-31 | 2 | -3/+3 |
* | SONAR-9327 delete permissions only for root when deleting a project/view | Sébastien Lesaint | 2017-05-31 | 6 | -22/+87 |
* | Automatic merge from branch-6.4 | ssjenka | 2017-05-30 | 6 | -346/+449 |
|\ |
|
| * | SONAR-9287 Fix limited number of returned permissions in api/permissions/users | Julien Lancelot | 2017-05-30 | 6 | -168/+242 |
| * | SONAR-9287 Refactor unit test | Julien Lancelot | 2017-05-30 | 1 | -219/+248 |
| * | Set version 6.4-SNAPSHOT | Simon Brandhof | 2017-05-29 | 1 | -1/+1 |
| * | Release 6.4-RC36.4-RC3 | Simon Brandhof | 2017-05-29 | 1 | -1/+1 |
| * | Back to 6.4-SNAPSHOT | Simon Brandhof | 2017-05-22 | 1 | -1/+1 |
| * | Release 6.4-RC26.4-RC2 | Simon Brandhof | 2017-05-22 | 1 | -1/+1 |
| * | Reuse version 6.4-SNAPSHOT | Simon Brandhof | 2017-05-18 | 1 | -1/+1 |
| * | 6.4-RC16.4-RC1 | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
* | | SONAR-9028 remove any support to table authors from code | Sébastien Lesaint | 2017-05-26 | 26 | -470/+1 |
* | | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
|/ |
|
* | SONAR-3915 Give the admin a way to send users issue reports on non favorite p... | Teryk Bellahsene | 2017-05-12 | 1 | -2/+2 |
* | SONAR-9056 WS api/components/suggestion filter allowed qualifiers | Teryk Bellahsene | 2017-05-12 | 1 | -1/+3 |
* | OrganizationDao#selectByUuids does not fail with single unknown uuid | Teryk Bellahsene | 2017-05-12 | 2 | -4/+9 |
* | SONAR-6315 use an insert only code for RegisterQualityProfiles | Sébastien Lesaint | 2017-05-12 | 1 | -1/+1 |
* | fix project visibility of projects, created by ComponentDbTester | Daniel Schwarz | 2017-05-11 | 1 | -1/+1 |
* | SONAR-9148 fix partition size for large inputs in MySQL | Daniel Schwarz | 2017-05-11 | 2 | -3/+36 |
* | Remove most usages of AuthorizationDao#keepAuthorizedProjectIds() | Simon Brandhof | 2017-05-10 | 1 | -0/+4 |
* | Fix bug in AuthorizationDao#keepAuthorizedProjectIds() | Simon Brandhof | 2017-05-10 | 1 | -3/+3 |
* | Add method UserSession#keepAuthorizedComponents() | Simon Brandhof | 2017-05-10 | 5 | -8/+153 |
* | SONAR-9168 do not fail when indexing measure with unexpected text value | Simon Brandhof | 2017-05-09 | 2 | -6/+24 |
* | SONAR-9182 Add visibility to WS api/projects/search | Teryk Bellahsene | 2017-05-08 | 3 | -0/+36 |
* | SONAR-8894 Compute number of members by organization | Teryk Bellahsene | 2017-05-08 | 5 | -0/+93 |
* | SONAR-8924 let api/qualityprofiles/search use project’s organization | Daniel Schwarz | 2017-05-04 | 2 | -7/+10 |
* | SONAR-8865 remove old documents from rules/extension index when updating | Daniel Schwarz | 2017-05-03 | 1 | -0/+5 |
* | Fix Quality flaws | Simon Brandhof | 2017-05-02 | 1 | -2/+0 |
* | fix quality flaws: readability fixes in Mapper.xmls | Daniel Schwarz | 2017-04-28 | 1 | -2/+2 |
* | SONAR-9089 account project visibility when applying perm template | Sébastien Lesaint | 2017-04-27 | 1 | -0/+4 |
* | SONAR-9106 new ws api/organizations/update_project_visibility | Daniel Schwarz | 2017-04-27 | 1 | -0/+8 |
* | SONAR-9091 add visibility flag to api/components/create | Daniel Schwarz | 2017-04-27 | 3 | -0/+15 |
* | SONAR-9156 apply org’s default visibility on first analysis of project | Daniel Schwarz | 2017-04-27 | 3 | -0/+13 |
* | SONAR-9088 set default visibility to “not-private” for new organisations | Daniel Schwarz | 2017-04-27 | 10 | -12/+20 |
* | 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 enforce in UT that public project can't have public perms | Sébastien Lesaint | 2017-04-27 | 3 | -48/+52 |
* | SONAR-9140 support public/private projects in GroupPermissionMapper | Sébastien Lesaint | 2017-04-27 | 1 | -11/+26 |