aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/resources
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-13221 File sourcesDuarte Meneses2020-05-251-4/+6
* SONAR-13221 User rolesDuarte Meneses2020-05-251-0/+2
* SONAR-13221 Group rolesDuarte Meneses2020-05-251-3/+5
* SONAR-13235 change PK of manual measuresMichal Duda2020-05-252-11/+17
* SONAR-13221 change PK to uuid of PROJECT_QPROFILES tableJacek2020-05-251-3/+4
* SONAR-13221 replace auto-incremented ID by UUID for user tokensPierre2020-05-251-1/+4
* SONAR-13221 change PK to uuid of PROJECT_MEASURES tableJacek2020-05-251-0/+3
* SONAR-13221 change PK to uuid of ACTIVE_RULE_PARAMETERS tableJacek2020-05-251-6/+8
* SONAR-13221 change PK to uuid of DUPLICATIONS_INDEX tableJacek2020-05-251-4/+4
* SONAR-13221 replace auto-incremented ID by UUID for ce_activityPierre2020-05-251-5/+4
* SONAR-13221 change PK of ce_queuePierre2020-05-251-10/+9
* SONAR-13221 Set primary key of 'SNAPSHOTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-252-3/+1
* SONAR-13221 Set primary key of 'ISSUES' table to column 'KEE' and drop 'ID'Julien Lancelot2020-05-251-2/+1
* SONAR-13221 replace auto-incremented ID by UUID for notificationsPierre2020-05-251-10/+10
* SONAR-13221 Set primary key of 'EVENTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-251-6/+1
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-1411-271/+187
* SONAR-12691 Refactor measures DAODuarte Meneses2020-03-302-53/+8
* SONAR-12691 Don't persist project measures that are not historicalDuarte Meneses2020-03-302-28/+0
* SONAR-12691 Dont delete past measures of directories and filesDuarte Meneses2020-03-301-13/+0
* SONAR-12928 Persistence of live measures is a performance hotspot on Oracle a...Duarte Meneses2020-03-111-3/+8
* SONAR-13139 Add 'summaryCommentEnable' property to allow enable/disable of sh...Jacek2020-03-061-0/+42
* SONAR-13003 display already imported BBS reposPierre Guillot2020-02-201-0/+12
* cleanup unused sonarcloud codePierre Guillot2020-02-201-8/+0
* SONAR-13001 apply review feedbackPierre Guillot2020-02-201-7/+9
* SONAR-13001 create endpoint alm_integrations/set_patPierre Guillot2020-02-201-0/+75
* SONAR-13089 Fix permission template issue when lot of groupsJulien Lancelot2020-02-181-3/+9
* SONAR-12962 Compute Security Review measures on new codeJulien Lancelot2020-02-111-1/+1
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-312-4/+13
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-312-10/+7
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-3120-129/+295
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-131-13/+8
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-092-2/+2
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-091-2/+2
* SONAR-12636 add a global setting that defines default list of branches to keepMichal Duda2019-12-092-5/+17
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-1/+1
* SONAR-12666 Fix groups sorting when high number of groupsJulien Lancelot2019-12-021-6/+19
* SONAR-12512 Fix SQL queries on MsSQLJulien Lancelot2019-11-061-9/+9
* SONAR-12512 Decorate PR using configuration from new ALM_SETTINGS tablesPierre Guillot2019-11-061-0/+8
* SONAR-12512 Allow project binding on multiple GitHub instancesJulien Lancelot2019-11-061-0/+74
* SONAR-12512 Allow configuration of multiple GitHub instancesJulien Lancelot2019-11-061-0/+86
* SONAR-12513 last used date is never set on new Quality ProfilesSébastien Lesaint2019-10-091-1/+1
* SONAR-12390 Prevent analysis deletion when it is a baselineDuarte Meneses2019-09-241-15/+8
* Feature/dm/migrate new code period (#2017)Duarte Meneses2019-09-241-0/+8
* SONAR-12393 - support remove new code period on branch, project removal (#2002)Jacek2019-09-241-0/+7
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-241-3/+18
* SONAR-12364 Fix update of valuesDuarte Meneses2019-09-242-6/+18
* SONAR-12364 - IT fixes, add uniq new code period table constraintJacek2019-09-241-0/+4
* SONAR-12364 - remove manual baseline column from usageJacek2019-09-242-17/+6
* SONAR-12364 - migrate project analysis delete action to new conceptJacek2019-09-241-0/+9
* SONAR-12364 - switch from manual baseline to New Code Period conceptJacek2019-09-241-3/+12