aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7675 add InternalPropertiesImpl to Web and Ce containersSébastien Lesaint2016-09-051-1/+1
* SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-051-1/+1
* SONAR-7841 remove property sonar.ce.maxLogsPerTaskSébastien Lesaint2016-08-291-1/+1
* fix coverage of CeHttpServerSébastien Lesaint2016-08-251-9/+35
* SONAR-7825 changeloglevel WS now change CE's log level tooSébastien Lesaint2016-08-234-11/+169
* SONAR-7825 make SystemInfoHttpAction support only GETSébastien Lesaint2016-08-231-3/+19
* SONAR-7825 rename ProcessCommands#systemInfoUrl to #httpUrlSébastien Lesaint2016-08-231-1/+1
* SONAR-7825 alter CE HTTP server for general useSébastien Lesaint2016-08-233-3/+207
* SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-221-1/+1
* SONAR-7994 Clean up migration that feed local usersJulien Lancelot2016-08-181-1/+1
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-3/+3
* SONAR-7908 correctly close ES TransportClientSimon Brandhof2016-08-051-1/+1
* SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-032-4/+6
* SONAR-7910 support sonar.cluster.web.disabledSimon Brandhof2016-08-033-31/+74
* Refactor EsIndexerEnablerSimon Brandhof2016-08-021-1/+9
* Fix property sonar.core.startTimeSimon Brandhof2016-07-291-1/+3
* SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-291-5/+12
* SONAR-7899 Refactor server file systemSimon Brandhof2016-07-292-5/+40
* Fix merge of branch-6.0Simon Brandhof2016-07-271-1/+1
|\
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-271-1/+1
* | refactor computation package to make clean split between CE and taskSébastien Lesaint2016-07-211-1/+1
|/
* SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-051-5/+0
* SONAR-7727 Remove some deprecated propertiesJulien HENRY2016-07-051-10/+10
* SONAR-7781 Delete sonar.security.savePassword propertyJulien Lancelot2016-06-291-10/+10
* SONAR-7723 Create dao for perm_tpl_characteristicsTeryk Bellahsene2016-06-091-1/+1
* remove usage of deprecated methods of Guava ObjectsSébastien Lesaint2016-05-241-2/+2
* Add definition of property sonar.jdbc.passwordSimon Brandhof2016-05-181-1/+1
* Remove useless CeDbClientJulien Lancelot2016-04-251-42/+0
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-051-3/+7
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-311-1/+1
* SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProviderSébastien Lesaint2016-03-311-1/+1
* SONAR-7441 deprecated Actions must be available in CESébastien Lesaint2016-03-311-1/+1
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-1/+1
* SONAR-7435 increase timeout and reset sharedMemory to stabilize testSébastien Lesaint2016-03-251-2/+2
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-251-1/+1
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-252-4/+6
* SONAR-6731 Fix loading of plugins by CE when running on MS WindowsSimon Brandhof2016-03-2411-0/+399
* Rename the term "Compute Engine Server" to "Compute Engine"Simon Brandhof2016-03-241-1/+1
* fix quality flaw and some missing UT coverageSébastien Lesaint2016-03-231-0/+27
* fix quality flawsSébastien Lesaint2016-03-221-3/+0
* SONAR-7487 Fix CE testJulien HENRY2016-03-221-6/+6
* Fix CeServerTest on MS WindowsSimon Brandhof2016-03-211-2/+6
* SONAR-6732 ensure properties in DB are never altered from CESébastien Lesaint2016-03-213-1/+201
* SONAR-6732 CE and WebServer must share the same startedAt dateSébastien Lesaint2016-03-211-4/+9
* SONAR-6732 UserSession implementation in CE must fail at any callSébastien Lesaint2016-03-212-1/+98
* SONAR-6732 only Web Server should deal with server idSébastien Lesaint2016-03-211-1/+1
* SONAR-6732 remove DefaultHttpDownloader from CE containerSébastien Lesaint2016-03-211-1/+1
* SONAR-6732 remove useless migrations from Compute Engine containerSébastien Lesaint2016-03-211-2/+1
* SONAR-6732 must mimic level from WebServer to load extensionsSébastien Lesaint2016-03-212-69/+33
* SONAR-6732 add EsIndexerEnabler to Compute EngineSébastien Lesaint2016-03-212-1/+54