aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-20548 Return CCT changes in api/qualityprofiles/changelogEric Giffon2023-10-108-112/+181
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-1010-4/+284
* SONAR-20548 updated the index for rule_impact_changes to not be uniquelukasz-jarocki-sonarsource2023-10-101-1/+1
* SONAR-20546 add inactiveRuleCount to `api/qualityprofiles/inheritance`Benjamin Campomenosi2023-10-104-12/+59
* SONAR-20548 created tables to store changelog eventslukasz-jarocki-sonarsource2023-10-103-1/+126
* SONAR-20601 Fix `returns_first_page_with_100_results_by_default` testBenjamin Campomenosi2023-10-051-1/+1
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-055-26/+5
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-057-14/+106
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-058-2/+70
* SONAR-20630 Add column creation_method in projects tableAurelien Poscia2023-10-051-1/+2
* SONAR-20541 Update all links that point to www.sonarqube.org to point to www....guillaume-peoch-sonarsource2023-10-042-4/+4
* SONAR-20592 add uuid to order by clausePierre2023-09-292-2/+18
* SONAR-20315 Extract pagination sql fragmentPierre2023-09-2924-57/+89
* SONAR-20592 add missing ORDER BY to audit downloadPierre2023-09-292-27/+17
* SONAR-20315 use pagination.offset in all paginated sql queries, and remove th...Pierre2023-09-2923-405/+30
* NO-JIRA delete all useless package-info.java filesAurelien Poscia2023-09-282-48/+0
* SONAR-20315 update scim queries, introduce OffsetBasedPaginationPierre2023-09-2812-28/+304
* SONAR-20315 update GroupDao queriesPierre2023-09-284-19/+21
* SONAR-20315 update GroupPermissionDao queriesPierre2023-09-283-5/+10
* SONAR-20315 update SnapshotDao queriesPierre2023-09-283-4/+9
* SONAR-20315 update CeQueueDao queriesPierre2023-09-283-7/+7
* SONAR-20315 update MetricDao queriesPierre2023-09-284-11/+10
* SONAR-20315 update GroupMembershipDao queriesPierre2023-09-284-40/+43
* SONAR-20315 update PermissionTemplateDao queriesPierre2023-09-284-8/+20
* SONAR-20532 Add DELETE /github-permission-mappings/{githubRole} endpointWojtek Wajerowicz2023-09-285-0/+44
* SONAR-20429 Raise event in case plugin has been updatedJacek2023-09-211-1/+1
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-217-17/+52
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-213-68/+78
* SONAR-20481 fixed the issue where removing a branch was removing a project toolukasz-jarocki-sonarsource2023-09-206-75/+115
* SONAR-20359 add quality profile to projects in telemetry Benjamin Campomenosi2023-09-155-18/+40
* SONAR-20392 Add API v2 endpoint to update GitHub permission mapping.Wojtek Wajerowicz2023-09-154-9/+57
* SONAR-20392 Add events to audit logs when GH permissions mapping changeAurelien Poscia2023-09-155-1/+102
* SONAR-20392 Added GithubPermissionsMapping[Dao|Dto]Aurelien Poscia2023-09-158-0/+209
* SONAR-20392 Add default mappings in github_perms_mappingAurelien Poscia2023-09-151-2/+2
* SONAR-20392 Add github_perms_mapping table and unique indexAurelien Poscia2023-09-151-0/+8
* SONAR-20359 Add quality profiles to telemetry dataLéo Geoffroy2023-09-144-1/+77
* SONAR-20328 Update com.h2database:h2 to 2.2.2.222Matteo Mara2023-09-111-49/+49
* SONAR-20421 Fix telemetry measures not fetched from main branchLéo Geoffroy2023-09-082-0/+20
* SONAR-20328 Upgrade sonar-orchestrator version and update affected tests from...Dimitris Kavvathas2023-09-072-4/+4
* SONAR-19888 Update test framework to not use addProjectPermission(java.lang.S...10.2.0.77647Léo Geoffroy2023-08-311-1/+18
* SONAR-19467 deprecated uuids in audit logslukasz-jarocki-sonarsource2023-08-3118-6/+227
* SONAR-20058 improve webhook purge mechanismPierre2023-08-315-19/+11
* SONAR-20164 add `created_at` to indexesPierre2023-08-311-3/+3
* SONAR-20164 replace in-memory pagination with sql paginationPierre2023-08-314-22/+26
* SONAR-20260 Fix quality gateLéo Geoffroy2023-08-301-2/+4
* SONAR-19839 branch renaming gets propagated to new code periods branch refer...Matteo Mara2023-08-302-0/+57
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-298-165/+107
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-293-1/+4
* SONAR-20258 Add all missing package-info.javaAurelien Poscia2023-08-253-0/+69
* SONAR-19783 Fix filter for (non-)managed groupsAurelien Poscia2023-08-242-4/+4