summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7402 do not diplay leak value for RATING measuresStas Vilchik2016-03-251-1/+1
* SONAR-7204 Clean action plans out of localization propertiesJulien Lancelot2016-03-254-6/+2
* SONAR-7469 SONAR-7202 SONAR-7201 fix up5.5-M11Stas Vilchik2016-03-251-1/+0
* SONAR-7467 Drop/deprecate action plan APITeryk Bellahsene2016-03-2511-237/+1
* SONAR-7469 SONAR-7202 SONAR-7201 Remove action plan from the UITeryk Bellahsene2016-03-2524-725/+5
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-2521-1068/+66
* SONAR-7468 SONAR-7199 Remove or update Action Plan related web servicesTeryk Bellahsene2016-03-2542-1194/+75
* SONAR-7397 The "Change Password" form must be available in the UI only for lo...Stas Vilchik2016-03-253-7/+3
* fix code blocks in markdownStas Vilchik2016-03-251-0/+6
* SONAR-6742 Stop displaying plugin actions for issues in the UIStas Vilchik2016-03-256-129/+0
* SONAR-7409 use period parameterStas Vilchik2016-03-2513-52/+69
* SONAR-7402 improve display of measures home pageStas Vilchik2016-03-2534-280/+880
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-2576-751/+1727
* Fix quality flawsSimon Brandhof2016-03-241-1/+2
* Correctly stop server when an error is raised during startupSimon Brandhof2016-03-243-8/+28
* SONAR-6171 Make sure at server startup that the DB is configured to use the U...Simon Brandhof2016-03-243-1/+12
* Fix quality flawsSimon Brandhof2016-03-242-4/+4
* SONAR-7402 provide link to fileStas Vilchik2016-03-241-4/+9
* SONAR-6731 Fix loading of plugins by CE when running on MS WindowsSimon Brandhof2016-03-2416-16/+637
* Rename the term "Compute Engine Server" to "Compute Engine"Simon Brandhof2016-03-243-8/+8
* SONAR-7368 Deprecate quality_profiles measure and add data in scanner reportJulien HENRY2016-03-2410-73/+157
* SONAR-7402 improve list and tree views on measures pageStas Vilchik2016-03-2457-1052/+2205
* Update scanner report to protobuf 3 (imply SONAR-7497)Julien HENRY2016-03-2330-322/+292
* SONAR-7428 Remove sonar-views-bridgeJulien Lancelot2016-03-2310-364/+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-231-0/+31
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-2315-331/+58
* 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-232-49/+0
* Fix quality flawsJulien Lancelot2016-03-234-28/+8
* fix quality flaw and some missing UT coverageSébastien Lesaint2016-03-234-5/+146
* Fix quality flawsJulien Lancelot2016-03-224-9/+9
* SONAR-7478 External identity information in users WSTeryk Bellahsene2016-03-226-24/+84
* 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-221-1/+2
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-223-71/+310
* SONAR-7487 Fix CE testJulien HENRY2016-03-221-6/+6
* 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-215-36/+93
* 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-2114-61/+537