aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13360 Drop multiple ALM settings when downgrading to DE from EE/DCEPhilippe Perrin2021-04-291-1/+1
* SONAR-14571 add index on WEBHOOK_UUID in WEBHOOK_DELIVERIESMichal Duda2021-04-221-0/+1
* SONAR-14693 fix error when setting a new code period reference branchMichal Duda2021-04-212-18/+34
* SONAR-14699 add index on components.main_branch_project_uuidPierre2021-04-161-0/+1
* SONAR-14681 improve project_measures metric purge performanceBelen Pruvost2021-04-131-0/+1
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-0910-109/+174
* SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/searchMichal Duda2021-03-174-3/+50
* SONAR-14519 add ALM info to system info filePierre2021-03-081-0/+2
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-051-1/+2
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-046-3/+71
* SONAR-14525 include SCM usage information in telemetryMichal Duda2021-03-046-2/+95
* SONAR-13515 Telemetry - include external authentication providersDuarte Meneses2021-03-044-0/+19
* SONAR-9043 Drop database column PROJECT_MEASURES.DESCRIPTIONDuarte Meneses2021-02-101-1/+0
* SONAR-14274 add monorepo flag for bitbucket project bindingPierre2021-02-021-2/+1
* SONAR-14393 Add configuration for Bitbucket Cloud settingsDuarte Meneses2021-01-292-2/+17
* SONAR-14394 Enable project binding for bitbucket cloudDuarte Meneses2021-01-273-0/+15
* SONAR-14334 update get_binding and set_azure_bindingPierre2021-01-256-7/+39
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-1156-1573/+117
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08538-540/+538
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-2226-723/+259
* SONAR-13999 Remove organizations from Portfolio WSMichal Duda2020-12-227-99/+53
* SONAR-13999 drop OrganizationAlmBinding class and relatedJacek2020-12-2220-1525/+0
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-2212-282/+214
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-0/+1
* SONAR-13999 drop completely usage of association between QualityGate and Orga...Jacek2020-12-226-269/+42
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-228-201/+146
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-2217-545/+23
* SONAR-13999 remove organizations from user WSMichal Duda2020-12-224-4/+51
* SONAR-13999 move project default visibility to global settingsJacek2020-12-222-24/+1
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-227-20/+38
* SONAR-13999 remove orgs from issue WSMichal Duda2020-12-221-5/+8
* SONAR-13999 remove orgs from hotspots WSMichal Duda2020-12-221-2/+2
* SONAR-13999 drop organization from Components WSJacek2020-12-223-1/+55
* SONAR-13999 remove orgs webhook WSMichal Duda2020-12-228-61/+140
* SONAR-13999 drop organization from CE WSJacek2020-12-222-0/+8
* SONAR-13999 remove orgs from favorite WSMichal Duda2020-12-222-7/+53
* SONAR-14256 Create events not working for branchesDuarte Meneses2020-12-141-0/+10
* Close all resources automaticallyZipeng WU2020-12-141-13/+4
* fix code smellsPierre2020-12-1428-82/+82
* InputSteam.read() implementation should not return a signed byteZipeng WU2020-12-141-1/+3
* Code smell fix: remove unused codeZipeng WU2020-12-111-1/+0
* Code smells test fixesJacek2020-12-097-93/+98
* fix assertions on incompatible types on overall codePierre2020-12-091-5/+4
* SONAR-12821 Fail to update an application branch nameZipeng WU2020-12-082-6/+75
* SONAR-14024 fix not purging some pull requestsMichal Duda2020-12-032-11/+30
* SONAR-12659 Improve Quality Profiles Query PerformanceBelen Pruvost2020-12-021-2/+2
* SONAR-13793 improve ncloc count performance by using projects instead of comp...Pierre Guillot2020-12-025-31/+12
* SONAR-14176 Send email to admins when default admin credential is detectedJulien Lancelot2020-12-021-3/+0
* SONAR-14175 Add 'reset_password' column to 'users' tableJacek2020-12-024-2/+51
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-301-4/+4