aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21002 Improve DB migration tests to use actual migration instead of sch...Léo Geoffroy2023-11-172-2/+2
* SONAR-20896 Adjust Gitlab vulnerabilities with new Clean Code TaxonomyAlain Kermis2023-10-301-0/+13
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-261-0/+15
* SONAR-20664 - Add ProjectExportDao for all Export stepsBenjamin Campomenosi2023-10-231-0/+222
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-201-7/+7
* SONAR-19378 Add unicity constraint on properties tableLéo Geoffroy2023-10-201-5/+37
* SONAR-20572 Rework how issues are fetched in exportEric Giffon2023-10-181-12/+10
* SONAR-20708 Add sorting project by creation date in search_projects endpointWojtek Wajerowicz2023-10-181-0/+1
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-161-0/+18
* SONAR-20317 fixed the issue where creating a portfolio would insert two entri...lukasz-jarocki-sonarsource2023-10-161-4/+4
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-6/+54
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-131-10/+41
* SONAR-20667 Add a specific event to the first analysis after a SQ upgradeMatteo Mara2023-10-131-0/+18
* SONAR-20548 Return CCT changes in api/qualityprofiles/changelogEric Giffon2023-10-102-21/+97
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-101-0/+76
* SONAR-20546 add inactiveRuleCount to `api/qualityprofiles/inheritance`Benjamin Campomenosi2023-10-101-9/+38
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-051-13/+0
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-052-4/+5
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-052-0/+20
* SONAR-20541 Update all links that point to www.sonarqube.org to point to www....guillaume-peoch-sonarsource2023-10-041-2/+2
* SONAR-20592 add uuid to order by clausePierre2023-09-291-1/+17
* SONAR-20592 add missing ORDER BY to audit downloadPierre2023-09-291-0/+16
* SONAR-20315 update scim queries, introduce OffsetBasedPaginationPierre2023-09-281-8/+9
* SONAR-20315 update GroupDao queriesPierre2023-09-281-13/+10
* SONAR-20315 update MetricDao queriesPierre2023-09-281-2/+2
* SONAR-20315 update GroupMembershipDao queriesPierre2023-09-281-25/+25
* SONAR-20532 Add DELETE /github-permission-mappings/{githubRole} endpointWojtek Wajerowicz2023-09-281-0/+26
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-1/+2
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-26/+28
* SONAR-20481 fixed the issue where removing a branch was removing a project toolukasz-jarocki-sonarsource2023-09-202-29/+37
* SONAR-20359 add quality profile to projects in telemetry Benjamin Campomenosi2023-09-151-6/+4
* SONAR-20392 Add API v2 endpoint to update GitHub permission mapping.Wojtek Wajerowicz2023-09-151-2/+31
* SONAR-20392 Add events to audit logs when GH permissions mapping changeAurelien Poscia2023-09-151-1/+15
* SONAR-20392 Added GithubPermissionsMapping[Dao|Dto]Aurelien Poscia2023-09-151-0/+72
* SONAR-20359 Add quality profiles to telemetry dataLéo Geoffroy2023-09-141-0/+46
* SONAR-20421 Fix telemetry measures not fetched from main branchLéo Geoffroy2023-09-081-0/+19
* SONAR-20058 improve webhook purge mechanismPierre2023-08-311-14/+6
* SONAR-20164 replace in-memory pagination with sql paginationPierre2023-08-311-7/+8
* SONAR-19839 branch renaming gets propagated to new code periods branch refer...Matteo Mara2023-08-301-0/+47
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-291-51/+38
* SONAR-19783 Fix filter for (non-)managed groupsAurelien Poscia2023-08-241-2/+2
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-245-48/+63
* SONAR-20156 New field previousUncompliantValue in api/new_code_periods/showZipeng WU2023-08-241-19/+23
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-231-8/+9
* SONAR-19783 Adapt synchronization steps to handle default organization groupAurelien Poscia2023-08-222-2/+25
* SONAR-19783 add GithubOrganizationGroupDao/Dto + mapperAurelien Poscia2023-08-221-0/+98
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-181-0/+36
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-184-4/+32
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-185-37/+150
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-182-1/+8