aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update scanner report to protobuf 3 (imply SONAR-7497)Julien HENRY2016-03-2368-855/+761
|
* SONAR-6717 Drop IT test on issue attributesTeryk Bellahsene2016-03-231-16/+0
|
* SONAR-7428 Remove sonar-views-bridgeJulien Lancelot2016-03-2311-369/+0
|
* SONAR-7428 Server fail to start if Views, SQALE or Report is installedJulien Lancelot2016-03-2322-4/+224
|
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-239-4/+179
|
* SONAR-7330 Fix ITsJulien Lancelot2016-03-233-80/+4
|
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-2331-515/+78
|
* SONAR-7425 Stop computing technical debt measures per ruleJulien Lancelot2016-03-232-78/+9
|
* SONAR-6717 Deprecate WS api/issues/do_actionTeryk Bellahsene2016-03-235-262/+38
|
* SONAR-6717 Drop support of plugin extension issue actionTeryk Bellahsene2016-03-2311-218/+4
|
* Added windows axis to QATom2016-03-231-1/+29
|
* Add missing UTJulien Lancelot2016-03-233-60/+344
|
* Fix quality flawsJulien Lancelot2016-03-236-30/+10
|
* fix quality flaw and some missing UT coverageSébastien Lesaint2016-03-234-5/+146
|
* SONAR-7307 retrieve only one row when polling queue tableSébastien Lesaint2016-03-233-3/+5
|
* Fix quality flawsJulien Lancelot2016-03-227-12/+12
|
* SONAR-7478 External identity information in users WSTeryk Bellahsene2016-03-226-24/+84
|
* SONAR-7487 Fix ITsJulien Lancelot2016-03-2212-18/+96
|
* fix quality flawsSébastien Lesaint2016-03-227-28/+23
|
* 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-223-25/+53
| | | | | 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-7448 Add ITsJulien Lancelot2016-03-225-21/+248
|
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-2211-75/+638
|
* SONAR-7389 Support CPD exclusions in new APIJulien HENRY2016-03-2217-43/+200
|
* SONAR-7487 Fix CE testJulien HENRY2016-03-221-6/+6
|
* SONAR-7371 Restore global settings in analysis.logJulien HENRY2016-03-223-14/+45
|
* SONAR-7487 Fix ITJulien HENRY2016-03-221-1/+1
|
* SONAR-7487 Drop support of properties sonar.skippedModules and ↵Julien HENRY2016-03-229-448/+29
| | | | sonar.includedModules
* SONAR-7254 Fix update of user.local for first usageJulien Lancelot2016-03-223-17/+12
|
* 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-217-48/+124
|
* SONAR-6732 asynchronous notification service runs only in Web ServerSébastien Lesaint2016-03-211-23/+29
|
* SONAR-6732 UserSession implementation in CE must fail at any callSébastien Lesaint2016-03-216-21/+256
|
* 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 QG events should be sent synchronously to use worker SettingsSébastien Lesaint2016-03-212-11/+11
|
* SONAR-6732 CE must load Settings from DB for each workerSébastien Lesaint2016-03-2116-65/+546
| | | | | 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
* SONAR-6732 remove useless migrations from Compute Engine containerSébastien Lesaint2016-03-212-4/+2
|
* SONAR-6732 must mimic level from WebServer to load extensionsSébastien Lesaint2016-03-215-105/+83
|
* SONAR-6732 add EsIndexerEnabler to Compute EngineSébastien Lesaint2016-03-215-1/+146
| | | | replaced IndexSynchronizer which also triggered a full reindex (which we do not want in CE)
* SONAR-7435 reduce heap of both CE and WebServer to 512Sébastien Lesaint2016-03-212-4/+4
|
* SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOptsSébastien Lesaint2016-03-213-0/+22
| | | | also enforce some JVM parameters
* SONAR-6732 disable Compute Engine in WebServerSébastien Lesaint2016-03-21119-321/+1065
|
* SONAR-6732 add components from StartupLevel to CE containerSébastien Lesaint2016-03-212-1/+25
|
* SONAR-6732 add components from PlatformLevel4 to CE containerSébastien Lesaint2016-03-212-1/+444
|
* SONAR-6732 IssueIndex compatible with CE's container (no UserSession)Sébastien Lesaint2016-03-211-1/+20
|
* remove DAOs declared both in DaoModule and PlatformLevel4Sébastien Lesaint2016-03-211-7/+0
|
* SONAR-6732 add components from PlatformLevel3 to CE containerSébastien Lesaint2016-03-213-9/+43
|