summaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.6.35.6.3Tom2016-10-031-1/+1
|
* [maven-release-plugin] prepare for next development iterationTom2016-09-191-1/+1
|
* [maven-release-plugin] prepare release 5.6.25.6.2Tom2016-09-191-1/+1
|
* [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-251-1/+1
|
* [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-251-3/+2
|
* set next dev version to 5.6.1-SNAPSHOTTom2016-06-271-1/+1
|
* Update version to 5.6-SNAPSHOTTom2016-06-011-1/+1
|
* Release 5.65.6Tom2016-06-011-1/+1
|
* prepare for next development iteration on release branchTom2016-05-271-1/+1
|
* release 5.6-RC2Tom2016-05-271-1/+1
|
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-1/+0
| | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
* prepare for next development iteration on release branchTom2016-05-201-1/+1
|
* Release 5.6-RC1Tom2016-05-201-1/+1
|
* Add definition of property sonar.jdbc.passwordSimon Brandhof2016-05-181-1/+1
| | | | so that its type is set to PropertyType.PASSWORD.
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-162-2/+3
| | | | | | Keep only deprecated classes in package org.sonar.server.search. Valid classes are moved to org.sonar.server.es.
* Automatic merge from branch-5.5Jenkins CI2016-04-253-89/+2
|\ | | | | | | | | | | * origin/branch-5.5: Remove useless CeDbClient Add PropertiesDao in CE container
| * Remove useless CeDbClientJulien Lancelot2016-04-253-89/+2
| | | | | | | | It's useless that DbClient return a ReadOnlyPropertiesDao, and it prevent any CE task to update a property
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-071-3/+2
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|/
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-053-6/+17
|
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-312-3/+1
|
* SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProviderSébastien Lesaint2016-03-312-12/+6
| | | | | new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge
* SONAR-7441 deprecated Actions must be available in CESébastien Lesaint2016-03-312-2/+3
| | | | because we currently support loading components annotated with @ServerSide
* SONAR-7441 load ServerSide components in CE for backward compatibilitySébastien Lesaint2016-03-301-1/+2
|
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-301-2/+2
|
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-292-3/+2
|
* SONAR-7441 add annotation ComputeEngineSideSébastien Lesaint2016-03-293-1/+56
|
* SONAR-7436 System Info must not fail if the monitored process is not upSimon Brandhof2016-03-251-2/+2
|
* 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-254-7/+11
|
* SONAR-6731 Fix loading of plugins by CE when running on MS WindowsSimon Brandhof2016-03-2414-4/+581
|
* Rename the term "Compute Engine Server" to "Compute Engine"Simon Brandhof2016-03-242-7/+7
|
* fix quality flaw and some missing UT coverageSébastien Lesaint2016-03-231-0/+27
|
* fix quality flawsSébastien Lesaint2016-03-222-16/+13
|
* SONAR-6732 there should be no static binding but in CeServer.mainSébastien Lesaint2016-03-221-5/+4
|
* SONAR-7435 remove useless calls to Thread.interrupted()Sébastien Lesaint2016-03-221-2/+0
|
* SONAR-6732 fix ServerTest perf test confused by extra JVMSébastien Lesaint2016-03-221-1/+2
| | | | | orchestrator is using the WS /api/server/index which does not wait for the Compute Engine in its own process to actually finish starting startup time and shutdown time are therefor incorrectly calculated. We now rely on logs to compute them correctly, until the WS is updated
* SONAR-7487 Fix CE testJulien HENRY2016-03-221-6/+6
|
* Fix CeServerTest on MS WindowsSimon Brandhof2016-03-212-3/+13
|
* SONAR-6732 ensure properties in DB are never altered from CESébastien Lesaint2016-03-217-4/+394
|
* 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-215-1/+255
|
* SONAR-6732 only Web Server should deal with server idSébastien Lesaint2016-03-212-6/+4
|
* SONAR-6732 remove DefaultHttpDownloader from CE containerSébastien Lesaint2016-03-212-3/+2
|
* SONAR-6732 CE must load Settings from DB for each workerSébastien Lesaint2016-03-211-3/+3
| | | | | renamed ServerSettings to WebServerSettings and extract from it a ServerSetting interface to be able to easily provide separte implementations for Web Server and CE) CE Server implementation is called ComputeEngineSettings which supports loading up to date Settings for a specific worker using delegation and a ThreadLocal