aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15825 Escape special characters in like sql query for portfolio projectsJacek2022-01-263-3/+30
* SONAR-15828 Refactor `ProjectDao#selectApplicationsByKeys` to use `executeLar...Klaudio Sinani2022-01-252-1/+36
* SONAR-14929 - Handle Issue no longer being new on feature branchbelen-pruvost-sonarsource2022-01-218-47/+80
* SONAR-14929 - Purge new_code_reference_issues when issues are deletedBelen Pruvost2022-01-2110-14/+125
* SONAR-14929 - Save a new issue as new on branch using reference branchBelen Pruvost2022-01-216-2/+159
* SONAR-14929 Create 'new_code_reference_issues' tableJacek2022-01-211-0/+8
* SONAR-15866 Fix application master branch reference wrongly deselect when ref...Zipeng WU2021-12-302-5/+10
* SONAR-15802 Update computation of portfoliosZipeng WU2021-12-278-65/+195
* SONAR-15805 Add new endpoints for addition and removal of application branchesKlaudio Sinani2021-12-275-5/+42
* SONAR-15802 Add new 'branch_uuid' column to 'portfolio_references'Duarte Meneses2021-12-2710-179/+143
* SONAR-15808 api/views/applications must provide new infoZipeng WU2021-12-274-1/+43
* SONAR-15770 added compute engine metricsLukasz Jarocki2021-12-134-0/+25
* SONAR-15726 Inform previously selected projects in applications within the po...Zipeng WU2021-12-056-11/+109
* SONAR-15745 Create 'views/remove_portfolio' and 'views/remove_application'Duarte Meneses2021-12-054-12/+62
* Improve code qualityDuarte Meneses2021-11-2059-221/+215
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1968-681/+421
* SONAR-15398 update class and method namesDuarte Meneses2021-11-184-7/+7
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-185-13/+62
* SONAR-13427 implement ITsLukasz Jarocki2021-11-161-0/+1
* SONAR-13427 Added a new endpoint to renew the project badge tokenLukasz Jarocki2021-11-166-7/+80
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-155-0/+28
* SONAR-13426 add api/project_badges/token endpointPierre2021-11-1511-2/+374
* SONAR-13426 add project_badge_token tablePierre2021-11-151-0/+9
* Make new portfolio queries oracle compliantJacek2021-11-091-12/+52
* SONAR-15498 add IT and Purge should delete selected project if it only select...Duarte Meneses2021-11-095-3/+39
* SONAR-15528 Support export project branches in portfolio in XMLJacek2021-11-094-0/+58
* SONAR-15499 Show portfolio branch selection in views/show WS and clean select...Duarte Meneses2021-11-099-99/+115
* SONAR-15498 Compute manually selected projects in portfolioDuarte Meneses2021-11-093-11/+11
* SONAR-15498 Compute manually selected projects in portfolioJacek2021-11-097-28/+36
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-099-112/+315
* SONAR-15579 Improve error verbosity on permission template matching key colli...Klaudio Sinani2021-11-092-4/+11
* SONAR-15587 - Change DB Migration for sonarlint_ad_seenBelen Pruvost2021-11-041-1/+1
* SONAR-15574 open source background project export task processingpierre2021-11-044-0/+102
* SONAR-15588 Endpoint for dismissing sonarlint promotionZipeng WU2021-11-034-2/+27
* SONAR-15587 - Return sonarLintAdSeen in CurrentAction payloadBelen Pruvost2021-11-032-0/+14
* SONAR-15587 - Add sonarlint_ad_seen boolean column to users tableBelen Pruvost2021-11-031-1/+2
* SONAR-15603 - Quality Profile permission delegation logsBelen Pruvost2021-11-0313-72/+343
* SONAR-15602 - Quality Gate permission delegation logsBelen Pruvost2021-11-0312-41/+377
* Fix code quality issuesDuarte Meneses2021-10-256-9/+8
* SONAR-15541 Create api/qualitygates/remove_user serviceZipeng WU2021-10-224-0/+25
* SONAR-15442 Deactivate an user should remove its permission on Quality GateZipeng WU2021-10-224-0/+30
* SONAR-15539 - Removing a QG removes QG permissionsBelen Pruvost2021-10-228-6/+67
* SONAR-15443 - Removing a group removes QG group permissionBelen Pruvost2021-10-224-0/+30
* SONAR-15441 - QG Groups Remove EndpointBelen Pruvost2021-10-224-0/+26
* SONAR-15514 Create api/qualitygates/search_users serviceZipeng WU2021-10-2219-200/+327
* SONAR-15441 - QG Groups Search EndpointBelen Pruvost2021-10-2212-64/+371
* SONAR-15441 - Create api/qualitygates/add_group endpointbelen-pruvost-sonarsource2021-10-229-0/+323
* SONAR-15500 Create api/qualitygates/add_user serviceZipeng WU2021-10-229-0/+277
* SONAR-15441 - Create table for qgate_group_permissionsBelen Pruvost2021-10-221-0/+9
* SONAR-15497 Create database store for qgate_user_permissionsZipeng WU2021-10-221-0/+9