aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-072-35/+1
* SONAR-13822 Make plugin requirements check consistence between CE and WEB pro...Jacek2022-06-071-1/+5
* SONAR-16292 JMX metric "PendingCount" should return total value of pending ta...Léo Geoffroy2022-06-022-42/+4
* SONAR-16232 Drop usage of deprecated org.sonar.api.SonarQubeVersionJacek2022-05-311-2/+2
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-3/+4
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-111-0/+2
* SONAR-10179 improve consistency of start/stop log messages and identifiers of...Aurelien Poscia2022-03-181-7/+8
* SONAR-16047 Don't start MyBatis in every testDuarte Meneses2022-03-041-0/+2
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2214-87/+74
* Update license headers for 2022 [update headers]Pierre2022-01-2884-84/+84
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-2/+0
* Fix code quality issuesDuarte Meneses2021-09-241-1/+1
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-262-1/+7
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-3/+4
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-191-3/+3
* SONAR-15144 - Audit Log Clean Up Jobbelen-pruvost-sonarsource2021-07-271-0/+2
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-3/+5
* Fix code smell: add package-info.javaZipeng WU2021-07-091-0/+24
* SONAR-10762 Drop custom metrics WSsJacek2021-07-071-2/+0
* SONAR-15057 Change Optional<Long> type to long, to comply CeTasksMBean with J...Jacek2021-06-232-6/+4
* Improve test coverageDuarte Meneses2021-06-172-13/+56
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-4/+2
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-091-2/+2
* SONAR-14886 Plugins should not modify SonarQube's home directoryDuarte Meneses2021-06-092-2/+63
* SONAR-14885 Remove deprecated XMLRuleParserJulien HENRY2021-05-281-2/+0
* SONAR-14698 Live index use all workersPierre2021-04-164-31/+18
* SONAR-14625 Upgrade to Hazelcast 4.2Zipeng WU2021-04-151-2/+3
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-2/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0881-81/+81
* SONAR-13999 drop organization from CE stepsJacek2020-12-222-9/+4
* Add missing package-info.javaJacek2020-12-091-0/+23
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ...Julien Lancelot2020-09-291-0/+2
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-183-7/+23
* SONAR-13644 load bundled plugins from 'lib/extension' directoryJacek2020-09-182-4/+9
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-263-6/+7
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-265-23/+86
* SONAR-13221 change PK of propertiesPierre2020-05-251-2/+3
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-2/+2
* Format all headers for 2020Wouter Admiraal2020-01-0779-79/+79
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-9/+4
* SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jreJacek2019-11-121-2/+3
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-211-2/+0
* SONAR-12485 add Docker flag in System InfoSébastien Lesaint2019-10-071-0/+2
* SSF-92 Code injection from SonarQube pluginsDuarte Meneses2019-09-201-0/+3
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-304-108/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-2/+2
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-2/+2
* SC-702 add log of duration at the end of CE task runSimon Brandhof2019-06-285-19/+23
* SONAR-12043 Refactor CeServerDuarte Meneses2019-06-031-70/+50
* SONAR-12043 Refactor ProcessEntryPointDuarte Meneses2019-06-031-0/+1