aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-254-8/+15
* SONAR-13221 Quality gate conditionsDuarte Meneses2020-05-251-2/+3
* SONAR-13221 File sourcesDuarte Meneses2020-05-254-0/+9
* SONAR-13221 Set primary key of 'SNAPSHOTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-257-61/+17
* SONAR-13221 Set primary key of 'ISSUES' table to column 'KEE' and drop 'ID'Julien Lancelot2020-05-251-3/+1
* SONAR-13221 Set primary key of 'EVENTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-251-1/+1
* SONAR-13262 P/R analysis fails if top directory as same name as projectDuarte Meneses2020-04-172-16/+37
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-17/+4
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-1422-388/+26
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-5/+4
* SONAR-12691 Don't persist project measures that are not historicalDuarte Meneses2020-03-3012-35/+54
* SONAR-12691 Minor refactoringDuarte Meneses2020-03-302-29/+5
* SONAR-12691 Dont delete past measures of directories and filesDuarte Meneses2020-03-301-39/+2
* SONAR-12691 Minor cleanupDuarte Meneses2020-03-303-55/+2
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-232-2/+2
* fix java:S2259 possible NPEPierre2020-03-131-4/+7
* SONAR-13160 Fix display of Portfolio Admin page when project contains UTF-8 c...Julien Lancelot2020-03-122-54/+92
* SONAR-12928 Persistence of live measures is a performance hotspot on Oracle a...Duarte Meneses2020-03-112-20/+20
* SONAR-13093 Optimize cache of issues in Compute EngineSébastien Lesaint2020-03-1117-230/+696
* SONAR-13126 add summary of analysis to GH discussion tabJacek2020-03-061-5/+14
* SONAR-12960 Do not compute Security Hotspots Reviewed when 0 hotspotsJulien Lancelot2020-02-214-18/+28
* SONAR-11639 Some directories are not collapsed in pull requestsDuarte Meneses2020-02-172-56/+125
* SONAR-12960 Make Security Review Rating more intuitive on PortfoliosJulien Lancelot2020-02-112-185/+0
* SONAR-12962 Compute Security Review measures on ApplicationsJulien Lancelot2020-02-117-115/+224
* SONAR-12962 Compute Security Review measures on new codeJulien Lancelot2020-02-1110-61/+563
* SONAR-12962 Compute new Security Review measures on ProjectsJulien Lancelot2020-02-115-39/+426
* SONAR-12802 SONAR-12927 Fix moved file detection for cobol and when calculati...Duarte Meneses2020-02-0723-101/+114
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-311-2/+2
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-312-12/+23
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-3117-36/+237
* SONAR-12723 default status of Hotspot is TO_REVIEW even when externalSébastien Lesaint2020-01-133-27/+43
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-132-18/+17
* SONAR-12745 Adjust `changes on my issue` email notification for Security Hots...Jacek2020-01-132-4/+5
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-133-83/+5
* Format all headers for 2020Wouter Admiraal2020-01-07741-743/+741
* SONAR-12788 New code period is badly set when there's only one versionDuarte Meneses2019-12-112-16/+32
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1045-83/+56
* SONAR-12690 Detection of changed lines between branches without SCM not worki...Duarte Meneses2019-12-092-3/+74
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-0938-623/+431
* SONAR-12636 set `excludeFromPurge` on branch creation based on global settingsMichal Duda2019-12-092-4/+77
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-0921-69/+95
* SONAR-12627 Issues are 'new' if they involve a location on a new lineDuarte Meneses2019-12-098-126/+42
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-0965-92/+26
* SONAR-12668 Drop 'sonar.branch.target'Duarte Meneses2019-12-092-2/+3
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-0937-314/+119
* SONAR-12701 upgrade H2 from 1.3 to 1.4Sébastien Lesaint2019-11-181-1/+1
* SONAR-12383 Test libraries updateJacek2019-11-121-1/+1
* SONAR-12383 Libraries with security fixesJacek2019-11-121-4/+4
* SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jreJacek2019-11-121-1/+0
* minor fixesDuarte Meneses2019-10-213-9/+5