aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
* fix unstable test in RuleDaoTestSébastien Lesaint2017-07-131-2/+2
* fix coverage of DbSessionImpl and RuleForIndexingDtoSébastien Lesaint2017-07-122-1/+346
* SONAR-9216 Memory hotspot when indexing components at server startupSimon Brandhof2017-07-111-1/+1
* SONAR-9535 Upgrade to MyBatis 3.4.4Eric Hartmann2017-07-1167-109/+117
* SONAR-8785 cache DbSession in ThreadLocals for HTTP requestsSébastien Lesaint2017-07-1110-3/+1050
* SONAR-8785 make DbSession an interfaceSébastien Lesaint2017-07-114-156/+181
* SONAR-9480 fix support of multiple docs to recover with same idSimon Brandhof2017-07-111-19/+0
* SONAR-9481 Make operations on QProfiles resilient to ES errorsEric Hartmann2017-07-0617-147/+526
* SONAR-9480 make WS operations on rules resilient to Elasticsearch errorsEric Hartmann2017-07-058-11/+408
* Fix XML doctype of NotificationQueueMapper.xmlSimon Brandhof2017-07-051-1/+1
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-0518-127/+599
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-0414-38/+36
* SONAR-9482 Count projects associated to quality profilesJulien Lancelot2017-07-044-5/+12
* SONAR-9482 Use query object to count active rules in dbJulien Lancelot2017-07-045-131/+175
* SONAR-9442 Send email to profile admin on each qprofile updateJulien Lancelot2017-06-294-1/+72
* Move integration tests to directory tests/Simon Brandhof2017-06-252-23/+22
* SONAR-9356 skipOnboardingTutorial updates user flagJulien Lancelot2017-06-201-0/+1
* Remove dbunit usage from UserDaoTest and UserIndexerTestJulien Lancelot2017-06-2012-347/+76
* 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