aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cache of MyBatis configuration extensions in unit testsDuarte Meneses2020-11-302-15/+12
* SONAR-14091 handle indexation tasks bound to an orphan branchPierre Guillot2020-11-302-1/+15
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-2825-19/+839
* clean code smells (unused import)Pierre Guillot2020-11-262-2/+0
* SONAR-14159 enforce user authentication by defaultJacek2020-11-261-0/+1
* remove code smellsPierre Guillot2020-11-251-3/+3
* SONAR-14057 Set sqProjectKey and sqProjectNamebelen-pruvost-sonarsource2020-11-251-0/+5
* SONAR-14133 update get_binding changelogPierre2020-11-251-1/+3
* SONAR-14058 add url to list_definitions endpointBelen Pruvost2020-11-251-0/+1
* SONAR-13988 - GitHub ALM settings validationMark Rekveld2020-11-041-1/+2
* SONAR-13941 Move and adapt application CE processorZipeng WU2020-10-231-2/+10
* SONAR-13936 cleanupMichal Duda2020-10-166-18/+23
* SONAR-13936 Rename OrganizationPermission to GlobalPermissionJulien Lancelot2020-10-1612-38/+39
* SONAR-13936 Move default permission templates to internal propertiesJulien Lancelot2020-10-162-13/+19
* SONAR-13936 Remove use of organizations in GroupsMichal Duda2020-10-164-23/+9
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-1613-37/+18
* SONAR-13936 Remove organization parameter from UsersJulien Lancelot2020-10-161-1/+0
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-1650-3343/+973
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-0549-1248/+451
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-3017-81/+18
* SONAR-13862 Do not display dismissed warnings in api/ce/analysis_statusMichal Duda2020-09-294-0/+52
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-2923-29/+629
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ...Julien Lancelot2020-09-294-0/+29
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-293-4/+21
* SONAR-13835 api/qualitygates/search is not returning deterministic results wh...Duarte Meneses2020-09-222-1/+21
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-184-42/+56
* SONAR-12692 add project_uuid to issues_changesPierre2020-09-0811-39/+70
* SONAR-13572 Add "Buffer Overflow" security categoryJacek2020-08-261-1/+1
* SONAR-13784 Deleting project should make sure all components are removedDuarte Meneses2020-08-245-0/+38
* SONAR-13633 Match existing gitlab projects with gitlab search repos resultsJacek2020-08-171-0/+5
* SONAR-13518 Drop unused indexesDuarte Meneses2020-08-143-55/+0
* SONAR-13747 Drop unused DB columns related to periodsDuarte Meneses2020-08-141-16/+0
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-1418-798/+0
* SONAR-11595 drop unused 'value_warning', 'period' columns from 'quality_gate_...Jacek2020-08-141-2/+0
* SONAR-13759 use uuid instead of id + use the real schema in test instead of a...Pierre Guillot2020-08-131-6/+0
* SONAR-13445 fix failure to export project on Oracle and mssqlMichal Duda2020-08-121-10/+10
* SONAR-13708 P/R purge should depend on last analysis dateDuarte Meneses2020-08-062-11/+21
* SONAR-13698 Delete 'project_alm_settings' rows when project is deletedJacek2020-07-305-1/+30