aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-12043 graceful shutdown timeout configurable for ITsSébastien Lesaint2019-06-031-5/+3
* SONAR-12043 CE gracefully stopsSébastien Lesaint2019-06-038-32/+110
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-031-0/+6
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-033-4/+4
* SONAR-12043 increase default timeout to 6 hoursSébastien Lesaint2019-06-033-26/+14
* SONAR-12043 minor renaming of 2 methods of CeConfigurationSébastien Lesaint2019-06-033-6/+6
* SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ...Duarte Meneses2019-06-035-16/+47
* SONAR-11675 delete scan contexts and CE activities on project purgeSébastien Lesaint2019-05-311-33/+6
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-231-3/+4
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-061-3/+5
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-231-8/+2