aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/project/ProjectDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-201-0/+22
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-181-0/+10
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-291-12/+12
* CODEFIX-192 Add ai code fix enablement to audit logs (#12238)Serhat Yenican2024-11-191-4/+8
* CODEFIX-184 send ai suggestion enabled/disabled project count telemetry (#12228)Serhat Yenican2024-11-191-1/+19
* CODEFIX-181 Introduce a new endpoint for AI CodeFix project level enablementVojtech Suchy2024-11-191-0/+50
* CODEFIX-187 Add `isAiCodeFixEnabled` property to the Component Response (#12212)Serhat Yenican2024-11-191-1/+18
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-2/+2
* SONAR-22873 Remove project queries using joins on live_measuresEric Giffon2024-10-091-90/+0
* SONAR-23207 Fix telemetry metrics for Cpp autoconfigAlain Kermis2024-09-271-3/+3
* SONAR-23064 Add POST endpoint api/projects/set_ai_code_assuranceMatteo Mara2024-09-251-2/+28
* SONAR-23064 Add ai_code_assurance column in projects tableMatteo Mara2024-09-251-0/+17
* SONAR-22479 added new metric project_cpp_config_typelukasz-jarocki-sonarsource2024-07-241-0/+24
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-3/+6
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-31/+32
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* 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-051-3/+4
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-051-0/+18
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-191-0/+28
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-2/+1
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-281-0/+26
* SONAR-19556 projects dao is not misusing component_uuid anymoreLukasz Jarocki2023-06-201-27/+32
* SONAR-18856 Move Entity queries to dedicated DAODuarte Meneses2023-06-011-110/+0
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-011-0/+43
* SONAR-18856 Refactor propertiesDuarte Meneses2023-06-011-2/+25
* SONAR-18856 Refactor favorites and propertiesDuarte Meneses2023-06-011-0/+56
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-121-4/+5
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-13/+13
* SONAR-18860 Refactor usage of main_branch_project_uuid to use branch is_main ...Duarte Meneses2023-04-041-0/+9
* SONAR-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-301-0/+26
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+351