aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-16567 remove confusing select method in UserTokenDaoZipeng WU2022-07-072-16/+0
* SONAR-16567 Notify the token creator about expiring tokens via emailZipeng WU2022-07-064-1/+55
* SONAR-16565 handle token expiration at the authentication levelMatteo Mara2022-07-012-0/+19
* SONAR-16565 update the API api/user_tokens/generate for accepting the token e...Matteo Mara2022-07-011-1/+2
* SONAR-16565 Add expiration_date column in user_tokens tableDimitris Kavvathas2022-07-015-17/+48
* NO-JIRA fixed randomly failing selectRulesByProfile_ready_rules_only testLukasz Jarocki2022-07-011-3/+6
* SONAR-16518 Remove replaceRuleDescriptionSectionDtos methodAntoine Vinot2022-06-303-27/+29
* SONAR-16518 Add context to RuleDescriptionSectionDtoLéo Geoffroy2022-06-308-29/+370
* SONAR-16518 add context columns and update unique index for rules descriptionsAntoine Vinot2022-06-301-2/+4
* SONAR-16541 Ensure issues pull action response contains correct issue dataKlaudio Sinani2022-06-284-4/+35
* SONAR-16501 'projectCountBySCM' and 'projectCountByCI' count branches as proj...Duarte Meneses2022-06-222-1/+4
* SONAR-16542 fixed an issue where rule repo key was not returnedLukasz Jarocki2022-06-221-1/+11
* SONAR-16228 changing the query to not use coalesce()Lukasz Jarocki2022-06-221-6/+38
* SONAR-13915 - ncloc_language_distribution is taken from biggest branchBelen Pruvost2022-06-152-13/+149
* SONAR-16479 remove root user conceptPierre2022-06-1511-336/+2
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-153-29/+4
* SONAR-11401 Calculate hotspot measuresDuarte Meneses2022-06-104-8/+10
* SONAR-11401 Performance hotspot when changing state of issueDuarte Meneses2022-06-109-146/+294