aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDtoLéo Geoffroy2022-05-065-104/+54
* SONAR-16302 drop rules_metadata created_at and updated_atPierre2022-05-061-3/+1
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-0629-1359/+671
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to RULE_DESC_SECTIONS.CONT...Aurelien2022-05-069-37/+97
* SONAR-16302 Adapt ExportRuleDto to handle new structureZipeng WU2022-05-066-22/+69
* SONAR-16302 Replace usage of rule for indexing dto (#5853)Léo Geoffroy2022-05-064-96/+100
* SONAR-16302 add management of indexing for rules description sectionsLéo Geoffroy2022-05-064-31/+121
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-069-85/+295
* SONAR-16302 DB migration to create RULE_DESC_SECTIONS and migrate data (#5817)Aurelien2022-05-061-1/+9
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce RuleSectionDescrip...Léo Geoffroy2022-05-066-32/+185
* SONAR-16263 Handle analysis token lifecycleMatteo Mara2022-04-297-1/+108
* SONAR-16264 - Search Tokens endpoint updateBelen Pruvost2022-04-295-2/+32
* SONAR-16260 - Add token type to user_tokensbelen-pruvost-sonarsource2022-04-297-8/+39
* SONAR-16260 - Update db schema for analysis tokensMatteo Mara2022-04-297-11/+67
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
* SONAR-15321 Large number of entries in 'issue_changes'Duarte Meneses2022-04-074-4/+35
* NO-JIRA fixing SQ issues, code smells, bugsLukasz Jarocki2022-04-051-2/+2
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-4/+4
* 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