aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
* Fix quality flawsTeryk Bellahsene2017-09-111-1/+1
* SONAR-9181 WS api/projects/search search by component keys or uuidsTeryk Bellahsene2017-09-115-4/+121
* SONAR-9181 WS api/projects/provisioned relies on ComponentDao.selectByQuery(...)Teryk Bellahsene2017-09-114-86/+4
* SONAR-9181 WS api/projects/search filters on provisioned projectsTeryk Bellahsene2017-09-114-9/+47
* SONAR-8640 WS api/projects/search query on key does partial match and is case...Teryk Bellahsene2017-09-114-53/+82
* SONAR-4566 Search old projects in WS api/projects/searchTeryk Bellahsene2017-09-114-7/+47
* SONAR-9664 Apply feedbackDuarte Meneses2017-09-078-40/+22
* SONAR-8576 Make WS api/plugins/installed usable by Scanner/SonarLintJulien HENRY2017-09-073-0/+99
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-0711-1/+428
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-073-0/+24
* SONAR-9426 Set external identity info when reactivating local userJulien Lancelot2017-09-051-1/+8
* SONAR-9721 ES index project_measures indexes 'lines' metricTeryk Bellahsene2017-08-301-0/+1
* SONAR-9721 Feed ncloc_language_distrution to project measures ES indexTeryk Bellahsene2017-08-302-9/+10
* Rename DbTester#fileSourceTester to fileSourcesJulien Lancelot2017-08-232-5/+5
* Rename DbTester#measureDbTester to measuresJulien Lancelot2017-08-231-1/+1
* 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