aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16139 Drop api/users/set_setting and related db tableDuarte Meneses2022-04-0113-584/+0
* SONAR-16039 - Migrate existing issues to new_code tableBelen Pruvost2022-03-312-0/+19
* SONAR-16204 drop sha1 legacy hash methodAurelien Poscia2022-03-311-1/+1
* Fix SonarQube quality issuesDuarte Meneses2022-03-231-0/+24
* Fix SSF-239Zipeng WU2022-03-182-0/+60
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-1811-31/+30
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-1815-37/+314
* SONAR-16013 export database results to CSVMatteo Mara2022-03-093-25/+2
* SONAR-16075 create DAO method for retrieving biggest branch per projectMatteo Mara2022-03-096-1/+277
* SONAR-16047 Don't start MyBatis in every testDuarte Meneses2022-03-044-8/+83
* SONAR-13704 activity of a project now also display QG changes caused by chang...Lukasz Jarocki2022-03-027-12/+28
* SONAR-10930 add pagination in activity APIMatteo Mara2022-02-254-2/+21
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-246-53/+5
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-228-55/+145
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-022-541/+542
* [NO-JIRA] Fix unstable Unit Test for PurgeCommandsBelen Pruvost2022-01-281-3/+7
* Update license headers for 2022 [update headers]Pierre2022-01-28605-605/+605
* [NO-JIRA] Fix reported code smells9.3.0.51899Klaudio Sinani2022-01-281-4/+0
* 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