aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-1244-466/+380
* SONAR-17110 Register events on default quality profile updatesKlaudio Sinani2022-10-128-1/+111
* SONAR-17440 Unset built-in flag and rename Quality Profile in case plugin whi...Jacek2022-10-103-25/+8
* SONAR-17389 - Prevent project creation with existing key but different caseAntoine Vinot2022-09-294-2/+38
* SONAR-17195 Move unanalyzed language flags to project level for telemetryalain2022-09-286-15/+50
* SONAR-17195 Use "externalIdentityProvider" in users array in telemetryJacek2022-09-282-3/+14
* SONAR-17328 add unique index to uuid in componentsBenjamin Campomenosi2022-09-201-1/+1
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-192-5/+5
* SONAR-17287 Return optional flow description and type in WS responsesDuarte Meneses2022-09-161-2/+3
* SONAR-17287 SonarQube stores issue flow types and descriptionsDuarte Meneses2022-09-161-0/+7
* SONAR-17326 Project measure index fails due to cursor leakDuarte Meneses2022-09-151-42/+33
* SONAR-17266 Implement authentification for GitHub webhook requestsAurelien Poscia2022-09-135-24/+60
* SONAR-17266 Add support of webhook secret for api/alm_settings/(create_github...Antoine Vinot2022-09-134-85/+89
* SONAR-17266 add webhook_secret column to alm_settings tableBenjamin Campomenosi2022-09-131-1/+2
* SONAR-17196 Drop obsolete telemetry dataJacek2022-09-054-26/+0
* SONAR-17195 Add new telemetry fieldsalain2022-09-0528-27/+456
* fix some typoscui fliter2022-08-311-1/+1
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-293-2/+142
* SONAR-17150 fix SSF-39Benjamin Campomenosi2022-08-114-18/+66
* SONAR-17156 add unique index on project_uuid of project_badge_token and clean...Aurelien Poscia2022-08-101-0/+1
* [NO-JIRA] Fix code smellsJacek2022-08-081-0/+4
* SONAR-11256 Rename and allow remove 0-rules builtin quality profilesJacek2022-08-034-1/+23
* SONAR-12077 Do not record file move events in issue changelogKlaudio Sinani2022-07-291-1/+1
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-283-1/+16
* [NO JIRA] Fix Flaky IssueDaoTestBelen Pruvost2022-07-261-2/+2
* SONAR-17093 - Improve pull endpoints performanceBelen Pruvost2022-07-264-218/+215
* SONAR-17055 fix double incorrect backslash escaping in audit logsMatteo Mara2022-07-251-1/+5
* SONAR-16371 - Use EnumTypes for pull issues and pull taintsBelen Pruvost2022-07-252-15/+0
* SONAR-16374 Add scheduled task to read PushEvents from DBJacek2022-07-256-0/+126
* SONAR-16645 - Push Events Scheduled PurgeBelen Pruvost2022-07-255-4/+89
* SONAR-16371 - Implement pull_taint endpointBelen Pruvost2022-07-257-66/+252
* SONAR-16374 Add persist step in CE to push events to DBJacek2022-07-251-1/+1
* SONAR-16374 Add dao for 'push_events' tableJacek2022-07-258-0/+271
* SONAR-16374 Create 'push_events' tableJacek2022-07-251-0/+9
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-236-44/+143
* SONAR-16613 Migrate users field 'sonarlint_ad_seen' to use the new notice mec...Pierre2022-07-216-41/+1
* SONAR-13915 - Handle No Project Branches for NCLOC Language DistributionBelen Pruvost2022-07-143-10/+43
* SONAR-16598 Rename generic concept to education principlesPierre2022-07-125-12/+12
* SONAR-16599 Create a new endpoint to dismiss noticePierre2022-07-121-0/+8
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-124-4/+20
* SONAR-16598 Add new column generic conceptsLéo Geoffroy2022-07-121-1/+2
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist t...Aurelien Poscia2022-07-082-2/+12
* SONAR-16614 add ruleDescriptionContextKey to IssueDto and adapt mybatis mappingAurelien Poscia2022-07-084-8/+101
* SONAR-16614 add rule_description_context_key column in issues tableAurelien Poscia2022-07-081-1/+2
* Revert "SONAR-16598 Add new generic concepts to rules/show and rules/search e...Pierre2022-07-084-20/+4
* Revert "SONAR-16598 Add new column generic concepts"Pierre2022-07-081-2/+1
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-084-4/+20
* SONAR-16598 Add new column generic conceptsLéo Geoffroy2022-07-081-1/+2
* SONAR-16597 Ensure issues pull action returns issues data only for requested ...Klaudio Sinani2022-07-084-36/+138
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-076-17/+17