aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* Rename ComponentDto#getKey to ComponentDto#getDbKeyJulien Lancelot2017-08-0112-94/+108
* ComponentDto does not inherit anymore from ComponentJulien Lancelot2017-08-011-7/+1
* SONAR-9551 Index applications when indexing viewsTeryk Bellahsene2017-07-312-5/+3
* Return leak period date when retrieving snapshot from tech projectJulien Lancelot2017-07-313-5/+39
* SONAR-9551 Select APP when searching for views and subviews at the component ...Teryk Bellahsene2017-07-316-10/+33
* SONAR-9551 Use view templates for applicationsJulien Lancelot2017-07-312-0/+14
* Remove useless usages of projects.authorization_updated_atSimon Brandhof2017-07-2922-197/+23
* SONAR-8973 Validate key, name and description when creating or updating a cus...Teryk Bellahsene2017-07-284-84/+174
* Revert "SONAR-9584 Add root project key to response of api/components/search"Julien HENRY2017-07-263-42/+3
* SONAR-9584 Add root project key to response of api/components/searchJulien HENRY2017-07-263-3/+42
* Remove TRACE logs from DbSessionImplSimon Brandhof2017-07-251-12/+1
* Decrease coupling with GuavaSimon Brandhof2017-07-251-2/+2
* Select finished analyses in DB by component uuids and from datesTeryk Bellahsene2017-07-244-0/+136
* SONAR-9516 add integration tests on api/projects/update_keySimon Brandhof2017-07-224-11/+10
* SONAR-9514 SONAR-9516 SONAR-9517 ES resilience from POST WSEric Hartmann2017-07-2210-30/+58
* Automatic merge from branch-6.5ssjenka2017-07-212-3/+6
|\
| * SONAR-8918 Fix api/qualityprofile/search when no language availableJulien Lancelot2017-07-212-3/+6
| * Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
| * 6.5-M3 for SonarCloud6.5-M3Simon Brandhof2017-07-131-1/+1
| * Release 6.5-RC16.5-RC1Simon Brandhof2017-07-131-1/+1
* | SONAR-9567 load issues from DB instead of ES in WS batch/issuesSimon Brandhof2017-07-194-20/+128
* | 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