aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* SONAR-14257 Pull requests should inherit issue state from its target branchDuarte Meneses2021-01-219-29/+492
* SONAR-14258 Pull requests inherit issue state from the source branchMichal Duda2021-01-2121-120/+813
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-117-30/+11
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08735-735/+735
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-221-3/+3
* SONAR-13999 drop organization from CE stepsJacek2020-12-2250-970/+175
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-225-36/+48
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-221-15/+3
* 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