Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix quality flaws | Simon Brandhof | 2016-03-24 | 1 | -1/+2 | |
| | ||||||
* | Correctly stop server when an error is raised during startup | Simon Brandhof | 2016-03-24 | 3 | -8/+28 | |
| | ||||||
* | SONAR-6171 Make sure at server startup that the DB is configured to use the ↵ | Simon Brandhof | 2016-03-24 | 3 | -1/+12 | |
| | | | | UTF8 charset and to be case-sensitive | |||||
* | Fix quality flaws | Simon Brandhof | 2016-03-24 | 2 | -4/+4 | |
| | ||||||
* | SONAR-7402 provide link to file | Stas Vilchik | 2016-03-24 | 1 | -4/+9 | |
| | ||||||
* | SONAR-6731 Fix loading of plugins by CE when running on MS Windows | Simon Brandhof | 2016-03-24 | 16 | -16/+637 | |
| | ||||||
* | Rename the term "Compute Engine Server" to "Compute Engine" | Simon Brandhof | 2016-03-24 | 3 | -8/+8 | |
| | ||||||
* | SONAR-7368 Deprecate quality_profiles measure and add data in scanner report | Julien HENRY | 2016-03-24 | 10 | -73/+157 | |
| | ||||||
* | SONAR-7402 improve list and tree views on measures page | Stas Vilchik | 2016-03-24 | 57 | -1052/+2205 | |
| | ||||||
* | Update scanner report to protobuf 3 (imply SONAR-7497) | Julien HENRY | 2016-03-23 | 30 | -322/+292 | |
| | ||||||
* | SONAR-7428 Remove sonar-views-bridge | Julien Lancelot | 2016-03-23 | 10 | -364/+0 | |
| | ||||||
* | SONAR-7428 Server fail to start if Views, SQALE or Report is installed | Julien Lancelot | 2016-03-23 | 22 | -4/+224 | |
| | ||||||
* | SONAR-7330 Remove measures on rules in DB | Julien Lancelot | 2016-03-23 | 1 | -0/+31 | |
| | ||||||
* | SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_ID | Julien Lancelot | 2016-03-23 | 15 | -331/+58 | |
| | ||||||
* | SONAR-7425 Stop computing technical debt measures per rule | Julien Lancelot | 2016-03-23 | 2 | -78/+9 | |
| | ||||||
* | SONAR-6717 Deprecate WS api/issues/do_action | Teryk Bellahsene | 2016-03-23 | 5 | -262/+38 | |
| | ||||||
* | SONAR-6717 Drop support of plugin extension issue action | Teryk Bellahsene | 2016-03-23 | 2 | -49/+0 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-03-23 | 4 | -28/+8 | |
| | ||||||
* | fix quality flaw and some missing UT coverage | Sébastien Lesaint | 2016-03-23 | 4 | -5/+146 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-03-22 | 4 | -9/+9 | |
| | ||||||
* | SONAR-7478 External identity information in users WS | Teryk Bellahsene | 2016-03-22 | 6 | -24/+84 | |
| | ||||||
* | fix quality flaws | Sébastien Lesaint | 2016-03-22 | 7 | -28/+23 | |
| | ||||||
* | SONAR-6732 there should be no static binding but in CeServer.main | Sébastien Lesaint | 2016-03-22 | 1 | -5/+4 | |
| | ||||||
* | SONAR-7435 remove useless calls to Thread.interrupted() | Sébastien Lesaint | 2016-03-22 | 1 | -2/+0 | |
| | ||||||
* | SONAR-6732 fix ServerTest perf test confused by extra JVM | Sébastien Lesaint | 2016-03-22 | 1 | -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-7448 Allow groups synchronization in IdentityProvider API | Julien Lancelot | 2016-03-22 | 3 | -71/+310 | |
| | ||||||
* | SONAR-7487 Fix CE test | Julien HENRY | 2016-03-22 | 1 | -6/+6 | |
| | ||||||
* | SONAR-7254 Fix update of user.local for first usage | Julien Lancelot | 2016-03-22 | 3 | -17/+12 | |
| | ||||||
* | Fix CeServerTest on MS Windows | Simon Brandhof | 2016-03-21 | 2 | -3/+13 | |
| | ||||||
* | SONAR-6732 ensure properties in DB are never altered from CE | Sébastien Lesaint | 2016-03-21 | 7 | -4/+394 | |
| | ||||||
* | SONAR-6732 CE and WebServer must share the same startedAt date | Sébastien Lesaint | 2016-03-21 | 5 | -36/+93 | |
| | ||||||
* | SONAR-6732 asynchronous notification service runs only in Web Server | Sébastien Lesaint | 2016-03-21 | 1 | -23/+29 | |
| | ||||||
* | SONAR-6732 UserSession implementation in CE must fail at any call | Sébastien Lesaint | 2016-03-21 | 6 | -21/+256 | |
| | ||||||
* | SONAR-6732 only Web Server should deal with server id | Sébastien Lesaint | 2016-03-21 | 2 | -6/+4 | |
| | ||||||
* | SONAR-6732 remove DefaultHttpDownloader from CE container | Sébastien Lesaint | 2016-03-21 | 2 | -3/+2 | |
| | ||||||
* | SONAR-6732 QG events should be sent synchronously to use worker Settings | Sébastien Lesaint | 2016-03-21 | 2 | -11/+11 | |
| | ||||||
* | SONAR-6732 CE must load Settings from DB for each worker | Sébastien Lesaint | 2016-03-21 | 14 | -61/+537 | |
| | | | | | 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 container | Sébastien Lesaint | 2016-03-21 | 2 | -4/+2 | |
| | ||||||
* | SONAR-6732 must mimic level from WebServer to load extensions | Sébastien Lesaint | 2016-03-21 | 5 | -105/+83 | |
| | ||||||
* | SONAR-6732 add EsIndexerEnabler to Compute Engine | Sébastien Lesaint | 2016-03-21 | 5 | -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 512 | Sébastien Lesaint | 2016-03-21 | 1 | -2/+2 | |
| | ||||||
* | SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOpts | Sébastien Lesaint | 2016-03-21 | 1 | -0/+7 | |
| | | | | also enforce some JVM parameters | |||||
* | SONAR-6732 disable Compute Engine in WebServer | Sébastien Lesaint | 2016-03-21 | 119 | -321/+1065 | |
| | ||||||
* | SONAR-6732 add components from StartupLevel to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -1/+25 | |
| | ||||||
* | SONAR-6732 add components from PlatformLevel4 to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -1/+444 | |
| | ||||||
* | SONAR-6732 IssueIndex compatible with CE's container (no UserSession) | Sébastien Lesaint | 2016-03-21 | 1 | -1/+20 | |
| | ||||||
* | remove DAOs declared both in DaoModule and PlatformLevel4 | Sébastien Lesaint | 2016-03-21 | 1 | -7/+0 | |
| | ||||||
* | SONAR-6732 add components from PlatformLevel3 to CE container | Sébastien Lesaint | 2016-03-21 | 3 | -9/+43 | |
| | ||||||
* | SONAR-6732 add components from PlatformLevel2 to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -1/+32 | |
| | ||||||
* | SONAR-6732 add components from PlatformLevel1 to CE container | Sébastien Lesaint | 2016-03-21 | 2 | -4/+114 | |
| |