aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9356 Add column USERS.ONBOARDEDJulien Lancelot2017-06-2018-65/+107
* SONAR-9302 do not change current default profilesSimon Brandhof2017-06-164-3/+29
* SONAR-9401 Return leak period in api/components/showJulien Lancelot2017-06-151-0/+6
* SONAR-9305 complete testsEric Hartmann2017-06-152-1/+16
* SONAR-9427 Improve performance on quality profile changelogEric Hartmann2017-06-142-6/+6
* SONAR-9305 Built-in quality profiles should be updated automaticallySimon Brandhof2017-06-149-9/+180
* SONAR-9304 move rules_profiles.last_used/user_updated_at to org_qprofilesSimon Brandhof2017-06-144-40/+36
* SONAR-9304 Compress rules_profiles for built-in profilesTeryk Bellahsene2017-06-1429-944/+1158
* SONAR-9304 rename table qprofiles to org_qprofilesSimon Brandhof2017-06-1427-877/+838
* SONAR-9304 Create migration for QPROFILEEric Hartmann2017-06-1410-288/+194
* SONAR-9304 drop use of rules_profiles.is_defaultSimon Brandhof2017-06-1421-197/+171
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-1412-7/+386
* SONAR-9302 built-in profiles must always be presentSimon Brandhof2017-06-145-143/+22
* SONAR-9302 display built-in Quality profilesSimon Brandhof2017-06-1415-51/+358
* fix quality flawsJulien Lancelot2017-06-131-4/+3
* Remove OrganizationMemberDao#countByOrganizationUuidsJulien Lancelot2017-06-094-48/+0
* SONAR-8787 WS should return 404 on removed componentsJulien Lancelot2017-06-091-20/+0
* 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
* | SONAR-9028 remove any support to table authors from codeSébastien Lesaint2017-05-2626-470/+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