aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-20317 fixed the issue where creating a portfolio would insert two ↵lukasz-jarocki-sonarsource2023-10-161-4/+4
| | | | entries into audit table
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-6/+54
| | | | Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* 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 ↵guillaume-peoch-sonarsource2023-10-041-2/+2
| | | | www.sonarsource.com/products/sonarqube/
* 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 ↵Matteo Mara2023-08-301-0/+47
| | | | references
* 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
| | | | This reverts commit 020582bd
* 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 ↵Jacek Poreda2023-08-181-0/+36
| | | | | | Code Attribute Category - Refactor issue indexer to use MyBatis mapping with cursor
* 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
|
* SONAR-20021 Create rules and issues impact tablesJacek2023-08-181-1/+23
|
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-022-1/+52
|
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ↵Dimitris Kavvathas2023-08-021-21/+44
| | | | query logic
* SONAR-19372 add api/issues/anticipated_transitions endpointDimitris Kavvathas2023-08-021-0/+59
|
* SONAR-19372 add anticipated_transitions tableSteve Marion2023-08-021-0/+48
|
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-241-9/+8
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-212-8/+8
|
* SONAR-7697 Replace integer `purged_status` column with boolean `purged`Jacek Poreda2023-07-211-26/+44
|
* SONAR-19850 Fix tests after enabling different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-1/+7
|