aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9230 only index project measures, that will actually be usedDaniel Schwarz2017-06-092-71/+56
* SONAR-9245 Make SearchProjectsActionTest more stableJulien Lancelot2017-06-092-0/+70
* Fix false-positives with randomly generated strings for DBSimon Brandhof2017-06-082-4/+3
* SONAR-9028 add PurgeDao.deleteNonRootComponentsSébastien Lesaint2017-06-055-25/+607
* make naming of method in PurgeMapper consistentSébastien Lesaint2017-06-054-36/+36
* SONAR-9350 delete components by project when deleting a projectSébastien Lesaint2017-06-015-37/+6
* SONAR-9328 delete settings & manual measures by project/moduleSébastien Lesaint2017-06-016-27/+248
* SONAR-9346 delete links by project when deleting projectSébastien Lesaint2017-06-014-10/+10
* SONAR-9326 drop issues by project_uuid when deleting a projectSébastien Lesaint2017-06-016-38/+50
* SONAR-9334 delete events by project uuid when deleting a projectSébastien Lesaint2017-05-314-66/+76
* SONAR-9334 make EVENTS.COMPONENT_UUID not nullable and clean orphansSébastien Lesaint2017-05-312-3/+3
* SONAR-9327 delete permissions only for root when deleting a project/viewSébastien Lesaint2017-05-316-22/+87
* Automatic merge from branch-6.4ssjenka2017-05-306-346/+449
|\
| * SONAR-9287 Fix limited number of returned permissions in api/permissions/usersJulien Lancelot2017-05-306-168/+242
| * SONAR-9287 Refactor unit testJulien Lancelot2017-05-301-219/+248
| * Set version 6.4-SNAPSHOTSimon Brandhof2017-05-291-1/+1
| * Release 6.4-RC36.4-RC3Simon Brandhof2017-05-291-1/+1
| * Back to 6.4-SNAPSHOTSimon Brandhof2017-05-221-1/+1
| * Release 6.4-RC26.4-RC2Simon Brandhof2017-05-221-1/+1
| * Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-181-1/+1
| * 6.4-RC16.4-RC1Simon Brandhof2017-05-161-1/+1
* | SONAR-9028 remove any support to table authors from codeSébastien Lesaint2017-05-2626-470/+1
* | Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|/
* SONAR-3915 Give the admin a way to send users issue reports on non favorite p...Teryk Bellahsene2017-05-121-2/+2
* SONAR-9056 WS api/components/suggestion filter allowed qualifiersTeryk Bellahsene2017-05-121-1/+3
* OrganizationDao#selectByUuids does not fail with single unknown uuidTeryk Bellahsene2017-05-122-4/+9
* SONAR-6315 use an insert only code for RegisterQualityProfilesSébastien Lesaint2017-05-121-1/+1
* fix project visibility of projects, created by ComponentDbTesterDaniel Schwarz2017-05-111-1/+1
* SONAR-9148 fix partition size for large inputs in MySQLDaniel Schwarz2017-05-112-3/+36
* Remove most usages of AuthorizationDao#keepAuthorizedProjectIds()Simon Brandhof2017-05-101-0/+4
* Fix bug in AuthorizationDao#keepAuthorizedProjectIds()Simon Brandhof2017-05-101-3/+3
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-105-8/+153
* SONAR-9168 do not fail when indexing measure with unexpected text valueSimon Brandhof2017-05-092-6/+24
* SONAR-9182 Add visibility to WS api/projects/searchTeryk Bellahsene2017-05-083-0/+36
* SONAR-8894 Compute number of members by organizationTeryk Bellahsene2017-05-085-0/+93
* SONAR-8924 let api/qualityprofiles/search use project’s organizationDaniel Schwarz2017-05-042-7/+10
* SONAR-8865 remove old documents from rules/extension index when updatingDaniel Schwarz2017-05-031-0/+5
* Fix Quality flawsSimon Brandhof2017-05-021-2/+0
* fix quality flaws: readability fixes in Mapper.xmlsDaniel Schwarz2017-04-281-2/+2
* SONAR-9089 account project visibility when applying perm templateSébastien Lesaint2017-04-271-0/+4
* SONAR-9106 new ws api/organizations/update_project_visibilityDaniel Schwarz2017-04-271-0/+8
* SONAR-9091 add visibility flag to api/components/createDaniel Schwarz2017-04-273-0/+15
* SONAR-9156 apply org’s default visibility on first analysis of projectDaniel Schwarz2017-04-273-0/+13
* SONAR-9088 set default visibility to “not-private” for new organisationsDaniel Schwarz2017-04-2710-12/+20
* SONAR-9105 add selectUserIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+75
* SONAR-9105 add GroupPermissionDao#selectGroupIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+98
* SONAR-9105 add UserPermissionDao#deleteProjectPermissionOfAnyUserSébastien Lesaint2017-04-275-2/+96
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndPermissionSébastien Lesaint2017-04-274-0/+123
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndGroupIdSébastien Lesaint2017-04-274-2/+193
* SONAR-9140 enforce in UT that public project can't have public permsSébastien Lesaint2017-04-273-48/+52