aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-1/+65
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-041-3/+3
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0916-16/+16
* NO-JIRA Break circular dependency between Metric and MeasureMatteo Mara2024-10-151-7/+7
* NO-JIRA Update license headers to 2024Pierre2024-01-0316-16/+16
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-33/+0
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-171-4/+4
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-1/+1
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* Update license templates for 2023Pierre2023-01-0216-16/+16
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-2/+2
* Fix SonarQube quality issuesDuarte Meneses2022-03-233-11/+9
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-8/+0
* Update license headers for 2022 [update headers]Pierre2022-01-2816-16/+16
* SONAR-14851 Report Quality Gate status on branches in GitHubLukasz Jarocki2021-06-081-41/+8
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-0/+5
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0816-16/+16
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-35/+2
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-251-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-0716-16/+16
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-141-1/+1
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-121-5/+2
* SONAR-11722 add ability for Post tasks to add log statisticsSébastien Lesaint2019-07-301-5/+45
* SONAR-17722 add post tag logsSébastien Lesaint2019-07-301-0/+8
* SONAR-11950 do not accept empty string for revision in CESimon Brandhof2019-05-221-1/+1
* SONAR-11950 add revision to webhooksSimon Brandhof2019-05-221-2/+9
* Fix Quality flawsSimon Brandhof2019-05-221-11/+9
* SONAR-11776 Quality Gate failure conditions should be sortedDuarte Meneses2019-03-111-4/+5
* SONAR-11707 Replace hardcoded QG with project's QG for SLB/PRsDuarte Meneses2019-03-112-1/+55
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-081-4/+0
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-083-22/+7
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-082-7/+9
* SONAR-11421 Add sha1 to ProjectAnalysisBenoît Gianinetti2019-01-081-2/+11
* Fix license headers for 2019Duarte Meneses2019-01-0215-15/+15
* Replace guava optional with java.util.OptionalDuarte Meneses2018-11-131-1/+1
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-041-4/+6
* SONAR-10555 enforce at API level that project version is never nullSébastien Lesaint2018-10-031-2/+2
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-291-5/+5
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-291-11/+11
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-2915-0/+1584