aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13093 Optimize cache of issues in Compute EngineSébastien Lesaint2020-03-1110-117/+447
* 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-212-9/+11
* SONAR-11639 Some directories are not collapsed in pull requestsDuarte Meneses2020-02-171-47/+44
* SONAR-12960 Make Security Review Rating more intuitive on PortfoliosJulien Lancelot2020-02-111-79/+0
* SONAR-12962 Compute Security Review measures on ApplicationsJulien Lancelot2020-02-114-14/+34
* SONAR-12962 Compute Security Review measures on new codeJulien Lancelot2020-02-118-51/+189
* SONAR-12962 Compute new Security Review measures on ProjectsJulien Lancelot2020-02-113-12/+133
* SONAR-12802 SONAR-12927 Fix moved file detection for cobol and when calculati...Duarte Meneses2020-02-0713-75/+82
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-311-2/+2
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-311-10/+8
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-313-1/+81
* SONAR-12723 default status of Hotspot is TO_REVIEW even when externalSébastien Lesaint2020-01-132-10/+12
* SONAR-12745 Adjust `changes on my issue` email notification for Security Hots...Jacek2020-01-131-1/+1
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-131-12/+0
* Format all headers for 2020Wouter Admiraal2020-01-07419-420/+419
* SONAR-12788 New code period is badly set when there's only one versionDuarte Meneses2019-12-111-7/+8
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-109-17/+11
* SONAR-12690 Detection of changed lines between branches without SCM not worki...Duarte Meneses2019-12-091-2/+24
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-0923-251/+176
* SONAR-12636 set `excludeFromPurge` on branch creation based on global settingsMichal Duda2019-12-091-3/+25
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-095-6/+6
* SONAR-12627 Issues are 'new' if they involve a location on a new lineDuarte Meneses2019-12-094-46/+16
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-0940-61/+18
* SONAR-12668 Drop 'sonar.branch.target'Duarte Meneses2019-12-092-2/+3
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-0919-66/+39
* minor fixesDuarte Meneses2019-10-213-9/+5
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-146-12/+10
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-091-4/+0
* Fixing SonarQube analysis issues (#2084)Jacek2019-09-242-5/+10
* Improve code quality and test coverageDuarte Meneses2019-09-241-1/+1
* SONAR-12406 - remove 'sonar.leak.period' propertyJacek2019-09-241-2/+2
* Feature/dm/migrate new code period (#2017)Duarte Meneses2019-09-243-155/+199
* SONAR-12394 Load analysis new code period based on hierarchy of New Code Peri...Duarte Meneses2019-09-242-183/+102
* SONAR-12364 - switch from manual baseline to New Code Period conceptJacek2019-09-241-2/+5
* Simplify MeasureRepository interfaceDuarte Meneses2019-09-047-71/+39
* Use Trove for memory efficient MapDuarte Meneses2019-09-043-7/+5
* Create memory efficient implementations of MeasuresDuarte Meneses2019-09-041-175/+408
* Cache measures for ratingsDuarte Meneses2019-09-044-3/+53
* Use arrays insted of set for DuplicatesDuarte Meneses2019-09-048-18/+17
* Fix testsDuarte Meneses2019-09-048-71/+36
* Simplify keys of measure repositoryDuarte Meneses2019-09-042-110/+11
* Use CompactMap instead of HashMap for MeasuresDuarte Meneses2019-09-041-3/+3
* Use arrays instead of Map for SCM infoDuarte Meneses2019-09-047-70/+68
* Cache common Doubles in MeasuresDuarte Meneses2019-09-043-6/+52
* Intern strings in Components and ChangesetsDuarte Meneses2019-09-043-4/+5
* SONAR-12423 fix misleading naming in notification stat classesSébastien Lesaint2019-08-301-9/+7
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-128-68/+16
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-311-1/+1
* SONAR-8115 storing project quality gate in table (#1919)Jacek2019-07-313-24/+24