aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Expand)AuthorAgeFilesLines
* fix some typoscui fliter2022-08-312-2/+2
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-294-87/+20
* SONAR-15399 Replace nanohttpd used by CE for monitoring and log control.Steve Marion2022-08-269-221/+253
* 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-023-91/+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-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-047-23/+23
* 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-2222-188/+142
* Update license headers for 2022 [update headers]Pierre2022-01-28129-129/+129
* Improve code qualityDuarte Meneses2021-11-206-22/+22
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1920-269/+173
* 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-193-7/+8
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-193-7/+7
* SONAR-15138 Generate PDFJeremy Davis2021-08-091-1/+1
* SONAR-15139 - Update Report Endpoints to work with Projects and Appsbelen-pruvost-sonarsource2021-08-091-1/+1
* SONAR-15230 Enable DNS lookup in k8s for HZJacek2021-07-291-0/+1
* 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-273-7/+9
* 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-233-8/+6
* Improve test coverageDuarte Meneses2021-06-175-56/+183
* 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-093-2/+109
* SONAR-14885 Remove deprecated XMLRuleParserJulien HENRY2021-05-281-2/+0
* SONAR-14698 Live index use all workersPierre2021-04-166-85/+70
* SONAR-14625 Upgrade to Hazelcast 4.2Zipeng WU2021-04-152-23/+32
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-2/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08124-124/+124
* SONAR-13999 drop organization from CE stepsJacek2020-12-226-61/+15
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-221-12/+12
* fix code smellsPierre2020-12-141-10/+10
* Add missing package-info.javaJacek2020-12-091-0/+23
* fix assertions on incompatible types on overall codePierre2020-12-091-1/+1
* 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-184-44/+55
* SONAR-13644 load bundled plugins from 'lib/extension' directoryJacek2020-09-184-9/+19
* SONAR-13461 fix SSF-112Jacek2020-06-301-1/+1
* SONAR-13444 fix logs verbosity and code smellsPierre2020-06-261-2/+2
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-265-56/+72
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-267-75/+139