aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13398 Throw ES exception in case component is a portfolio, subview or appJacek2020-06-265-8/+69
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-267-5/+68
* SONAR-13398 Verify needIssue sync flag at project levelJacek2020-06-264-23/+11
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-264-16/+76
* SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to trueJacek2020-06-264-6/+89
* SONAR-13444 order projects by last analysis datePierre2020-06-261-1/+1
* SONAR-13444 purge CE indexation tasks when triggering a disaster recoveryPierre2020-06-264-2/+78
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-2610-18/+113
* SONAR-13398 add ws api/ce/indexation_status to track progress of issue indexa...Jacek2020-06-264-1/+63
* SONAR-13399 return 'needIssueSync' flag in api/components/show WSJacek2020-06-264-2/+34
* SONAR-13399 return 'needIssueSync' flag in api/components/search_projects WSJacek2020-06-264-6/+46
* SONAR-13444 add 'need_issue_sync' to 'project_branches' tableJacek2020-06-264-25/+41
* Optimize database migrationsDuarte Meneses2020-06-231-7/+7
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-159-0/+324
* SONAR-13221 Increase size of FK user_uuid column to 255Jacek2020-06-151-6/+6
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-111-1/+2
* SONAR-13472 Fix SSF-113Julien Lancelot2020-06-1110-0/+446
* Table creation migrations should not be re-entrantJulien Lancelot2020-06-039-59/+30
* SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] only...Jacek2020-05-263-37/+38
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-2530-435/+471
* SONAR-13221 drop id column of USERS tableJacek2020-05-2518-190/+127
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-2510-137/+124
* SONAR-13221 change QPROFILE_EDIT_USERS user_id FK to user_uuidJacek2020-05-257-98/+96
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-2513-269/+268
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-258-63/+62
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-2514-115/+85
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-2533-328/+344
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-2516-117/+74
* SONAR-13221 Update method and var namesDuarte Meneses2020-05-254-16/+8
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-2560-641/+651
* SONAR-13221 change PK of propertiesPierre2020-05-258-108/+129
* SONAR-13221 change PK to uuid of RULES_PROFILES tableJacek2020-05-2515-148/+113
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-2517-411/+392
* SONAR-13221 MetricsDuarte Meneses2020-05-2539-289/+295
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-2510-39/+50
* Fix ITsDuarte Meneses2020-05-251-1/+1
* Fix ITsDuarte Meneses2020-05-251-1/+1
* SONAR-13240 Change PK of ACTIVE_RULES and update FKDuarte Meneses2020-05-2514-150/+154
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-255-6/+10
* SONAR-13221 Fix permission template tablesDuarte Meneses2020-05-2511-50/+70
* SONAR-13221 Update Dbversion83Duarte Meneses2020-05-251-15/+15
* SONAR-13221 Quality gate conditionsDuarte Meneses2020-05-256-36/+39
* SONAR-13221 Issue changesDuarte Meneses2020-05-255-11/+19
* SONAR-13221 File sourcesDuarte Meneses2020-05-255-16/+30
* SONAR-13221 User rolesDuarte Meneses2020-05-254-9/+18
* SONAR-13221 Group rolesDuarte Meneses2020-05-254-7/+20
* SONAR-13235 change PK of manual measuresMichal Duda2020-05-257-58/+79
* SONAR-13221 change PK to uuid of PROJECT_QPROFILES tableJacek2020-05-254-8/+13
* SONAR-13221 replace auto-incremented ID by UUID for user tokensPierre2020-05-255-4/+25
* SONAR-13221 change PK to uuid of PROJECT_MEASURES tableJacek2020-05-255-3/+26