aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-19159 Increase TASK_TYPE column size in ce_queue and ce_activityAntoine Vigneau2023-05-111-3/+3
|
* SONAR-19084 Compute isManaged flag correctly for GitHub usersAurelien Poscia2023-05-111-0/+58
|
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-282-85/+1
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* Revert "SONAR-19050 Add rule type rule characteristic to issue dto"Duarte Meneses2023-04-281-20/+7
| | | | This reverts commit eed7da3c1faadf0684cf66a110359ef0fa4d5d52.
* Revert "SONAR-19050 added characteristic to elasticsearch index"Duarte Meneses2023-04-281-9/+0
| | | | This reverts commit b60a9ddcc6857769dac8f534734ed314d152288b.
* Revert "SONAR-19050 Populate characteristic RuleDto during RegisterRule"Duarte Meneses2023-04-281-0/+1
| | | | This reverts commit e92b736e1b4eb842d26409aacc4789bf96ca2cd3.
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-283-20/+25
| | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66.
* Revert "SONAR-19050 consistent use of CodeCharacteristic term"Duarte Meneses2023-04-282-7/+7
| | | | This reverts commit 0b503717636f050a87e93c73e7c2d8771bfdc8d1.
* SONAR-19050 consistent use of CodeCharacteristic termLukasz Jarocki2023-04-242-7/+7
|
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-243-25/+20
|
* SONAR-19050 Populate characteristic RuleDto during RegisterRuleBenjamin Campomenosi2023-04-241-1/+0
|
* SONAR-19050 added characteristic to elasticsearch indexlukasz-jarocki-sonarsource2023-04-241-0/+9
|
* SONAR-19050 Add rule type rule characteristic to issue dtoLéo Geoffroy2023-04-241-7/+20
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-242-1/+85
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-3/+3
|
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-041-19/+6
|
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-312-56/+29
|
* SONAR-18759 introduce a new mechanism to activate SCIMPierre2023-03-221-0/+10
|
* SONAR-18662 Improve performance of group membership updatesAurelien Poscia2023-03-221-0/+49
|
* SONAR-18534 Support filter=displayName eq "displayName"Wojtek Wajerowicz2023-03-222-18/+143
|
* SONAR-18657 allow filtering on isManaged for /api/user_groups/searchWojtek Wajerowicz2023-03-221-0/+13
|
* SONAR-18525 Support of DELETE verb for /api/scim/v2/GroupsAntoine Vigneau2023-03-221-0/+68
|
* SONAR-18525 Support of DELETE verb for /api/scim/v2/GroupsAurelien Poscia2023-03-221-12/+9
|
* SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations)Antoine Vigneau2023-03-221-0/+137
|
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+117
|
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-13121-35858/+2
|
* SONAR-18627 Drop overridden deprecated methods from DbTesterDimitris Kavvathas2023-03-091-1/+1
|
* SONAR-18628 Drop GlobalPermissions class and replace with GlobalPermission enum.Dimitris Kavvathas2023-03-079-213/+219
|
* SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flagAntoine Vinot2023-03-031-0/+23
|
* [NO-JIRA] remove assumption on a random value that could failSteve Marion2023-02-231-1/+1
|
* SONAR-18545 Report processing fails when a warning message is too longZipeng WU2023-02-231-8/+7
|
* [NO-JIRA] Optimize query for 'ncloc' metric for largest branch per projectJacek Poreda2023-02-211-2/+3
|
* SONAR-18472 Resolve telemetry performance issueAlain Kermis2023-02-212-11/+65
| | | | Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-18397 Add SCIM protocol DELETE /Users endpoint.Wojtek Wajerowicz2023-02-091-1/+16
|
* Fix logback configZipeng WU2023-02-021-11/+4
|
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-0212-75/+15
|
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-0211-373/+171
|
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-022-130/+14
|
* SONAR-17706 Drop few queries related to modulesDuarte Meneses2023-02-021-62/+0
|
* SONAR-17706 Drop support for projects still using modules in SonarQube serverDuarte Meneses2023-02-021-88/+0
|
* SONAR-18275 Fix App stats present in projects-general-stats telemetry payloadAntoine Vinot2023-01-312-0/+30
|
* SONAR-18219 Add telemetry fields for CaYCantoine-vinot-sonarsource2023-01-261-0/+27
|
* SONAR-18188 Share CAYC quality gate info via telemetryAlain Kermis2023-01-131-0/+29
|
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-127-50/+49
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-1/+1
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-106-15/+13
|
* SONAR-17768 Move unanalyzed language code telemetry back to global levelalain2023-01-051-5/+4
|
* Update license templates for 2023Pierre2023-01-02176-176/+176
|
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-232-0/+20
|
* SONAR-17613 changing default branch for applications to follow the settingLukasz Jarocki2022-12-152-6/+6
|