aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
...
* fix code smellsPierre2020-12-1415-20/+20
* Floating point numbers should not be tested for equalityPhilippe Perrin2020-12-141-1/+1
* Fix AssertJ assertionsPhilippe Perrin2020-12-141-2/+2
* Fix optional get without ifPresent checkZipeng WU2020-12-091-1/+1
* remove use of Stream.peek()Pierre2020-12-091-6/+2
* fix floating point equalityZipeng WU2020-12-092-2/+2
* SONAR-14189 sonar.dbcleaner.branchesToKeepWhenInactive ignored when set on pr...Michal Duda2020-12-043-23/+84
* SONAR-14024 fix not purging some pull requestsMichal Duda2020-12-033-21/+60
* SONAR-14157 Rename quality gate events to Passed/Failed instead of Green/RedJulien HENRY2020-12-034-21/+19
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-301-2/+2
* SONAR-14091 handle indexation tasks bound to an orphan branchPierre Guillot2020-11-306-5/+178
* clean code smells (unused import)Pierre Guillot2020-11-261-1/+0
* SONAR-13941 Move and adapt application CE processorZipeng WU2020-10-234-9/+49
* SONAR-13936 Fix quality flaws after merge to masterJulien Lancelot2020-10-192-2/+0
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-164-53/+10
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-059-118/+27
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-301-2/+2
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-293-25/+46
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ...Julien Lancelot2020-09-293-19/+84
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-293-12/+19
* SONAR-13867 Raise analysis warning in CE when scanner report has unanalysed C...Michal Duda2020-09-294-2/+274
* SONAR-13450 Deprecate 'id' parameter in `api/user_groups/update`Duarte Meneses2020-09-224-119/+1
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-182-4/+9
* SONAR-13867 revertMichal Duda2020-09-174-274/+2
* SONAR-13867 Raise analysis warning in CE when scanner report has unanalysed C...Michal Duda2020-09-174-2/+274
* SONAR-13785 Complete migration of file sources with a DB migrationDuarte Meneses2020-08-2413-735/+0
* SONAR-13759 use uuid instead of id + use the real schema in test instead of a...Pierre Guillot2020-08-133-22/+10
* SONAR-13699 Purge profiling is missingDuarte Meneses2020-07-312-0/+42
* SONAR-13591 Fix copy of issue tags from rule tagsJulien Lancelot2020-07-092-2/+47
* SONAR-13444 Update 'need_issue_sync' column for project_branches when analysi...Jacek2020-06-263-0/+125
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-266-0/+377
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-1125-73/+228
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-2513-85/+85
* SONAR-13221 drop id column of USERS tableJacek2020-05-251-2/+2
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-251-1/+1
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-2510-46/+46
* SONAR-13221 MetricsDuarte Meneses2020-05-2535-180/+176
* 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