aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* Remove DbUnit from ComponentDaoTestJulien Lancelot2017-08-2119-1953/+412
* Sanitize SearchActionComponentsTestJulien Lancelot2017-08-211-2/+7
* SONAR-9708 Return 'incremental' field on tasks in queueJulien Lancelot2017-08-165-49/+102
* Optimize copy of scanner measuresDuarte Meneses2017-08-071-1/+1
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-0710-1/+282
* SONAR-9577 Store incremental analysis flag in databaseDuarte Meneses2017-08-0716-4/+52
* SONAR-9621 Read cpd text blocks from DB in incremental modeDuarte Meneses2017-08-075-1/+75
* 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