aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-13221 change PK of propertiesPierre2020-05-252-3/+7
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-2/+2
* simplify test_real_startPierre Guillot2020-02-201-37/+5
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-1/+1
* SONAR-12723 remove 'newsbox.dismiss.hotspots' user propertyJacek2020-01-131-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-07122-122/+122
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-106-16/+10
* SONAR-12668 Drop 'sonar.branch.target'Duarte Meneses2019-12-091-1/+1
* SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jreJacek2019-11-121-2/+3
* SONAR-12512 Allow project binding on multiple GitHub instancesJulien Lancelot2019-11-061-1/+1
* SONAR-12512 Allow configuration of multiple GitHub instancesJulien Lancelot2019-11-061-2/+2
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-212-3/+1
* SONAR-12485 add Docker flag in System InfoSébastien Lesaint2019-10-072-1/+3
* Fix UT for components countJacek2019-09-241-1/+1
* SONAR-12406 - remove 'sonar.leak.period' propertyJacek2019-09-241-1/+1
* SSF-92 Code injection from SonarQube pluginsDuarte Meneses2019-09-201-0/+3
* SONAR-5366 - restore custom rules (#2060)Jacek2019-09-181-1/+1
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-021-1/+1
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-022-1/+22
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-021-1/+0
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-141-2/+0
* SONAR-12218 remove DB migrations before 8.0Sébastien Lesaint2019-08-091-1/+1
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-306-227/+2
* Clean depsDuarte Meneses2019-07-171-4/+19
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-125-7/+7
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-128-10/+9
* SC-819 Make Organization#guarded column nullableBenoit2019-07-051-1/+1
* SONAR-12127 don't run new migrations when upgrading from 7.0Sébastien Lesaint2019-06-281-1/+1
* SC-702 add log of duration at the end of CE task runSimon Brandhof2019-06-289-43/+58