aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-16107-149/+13431
* SONAR-10517 Create table project_mappingsJulien HENRY2018-05-1622-2/+697
* Remove debug logging when backdating issuesDuarte Meneses2018-05-161-7/+0
* SONAR-10614 add Clock to ComputeEngineContainerImpl Level1Sébastien Lesaint2018-05-152-1/+3
* add Request#getHeaders and #getParams()Sébastien Lesaint2018-05-151-0/+17
* add Request#getReader()Sébastien Lesaint2018-05-152-0/+35
* rewrite some components in ts (#243)Stas Vilchik2018-05-1554-1771/+704
* update sonar-web dependencies (#239)Stas Vilchik2018-05-1523-924/+699
* SONAR-10653 - api/qualityprofiles/restore handle badly formed xml document (#...Guillaume Jambet2018-05-153-14/+21
* rewrite notifications app in ts and drop from redux store (#233)Stas Vilchik2018-05-1528-826/+1083
* SONAR-10666 Prevent users to migrate from a version < 6.7Simon Brandhof2018-05-151-1/+1
* Remove duplicated README.mdSimon Brandhof2018-05-152-2/+0
* Drop Guava Function in DialectUtilsSimon Brandhof2018-05-151-22/+14
* Drop unused class DatabaseUtilsSimon Brandhof2018-05-152-54/+0
* Consistent declaration of H2 primary keysSimon Brandhof2018-05-151-38/+32
* Fix Quality flawsSimon Brandhof2018-05-151-1/+1
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-1518-468/+123
* replace native buttons with Button component (#235)Stas Vilchik2018-05-1445-574/+568
* Upgrade various librariesSimon Brandhof2018-05-141-3/+5
* Speed-up DatabaseUtils.tableExists() on OracleSimon Brandhof2018-05-141-1/+9
* Make drop of db table re-entrantSimon Brandhof2018-05-1410-150/+74
* SONAR-10591 remove some Guava functions from org.sonar.server.plugins.wsSimon Brandhof2018-05-114-96/+19
* SONAR-10591 remove unused method PluginWSCommons#writeArtifact()Simon Brandhof2018-05-112-26/+1
* SONAR-10591 do not instantiate class PluginWSCommonsSimon Brandhof2018-05-1110-53/+38
* SONAR-10591 add WS api/plugins/downloadSimon Brandhof2018-05-113-0/+249
* SONAR-10591 refactor management of plugin FS on serverSimon Brandhof2018-05-1123-484/+669
* Deprecated usage of DBUnitSimon Brandhof2018-05-111-0/+16
* Fix false-positive in RuleIndexTestSimon Brandhof2018-05-111-3/+13
* SONAR-10604 property sonar.cluster.hosts is only for app nodesSimon Brandhof2018-05-1013-48/+48
* SONAR-10594 fail to drop ES index on blue/green deploymentsSimon Brandhof2018-05-103-9/+56
* SONAR-10594 fail to upgrade database on blue/green deploymentsSimon Brandhof2018-05-102-6/+32
* SONAR-10604 ignore sonar.cluster.node.port on search nodesSimon Brandhof2018-05-101-0/+5
* SONAR-10604 remove cleanup of APP state when all APPs are downSimon Brandhof2018-05-101-9/+0
* SONAR-10604 remove unused methods in HazelcastMemberSimon Brandhof2018-05-103-35/+0
* SONAR-10604 remove HazelcastMember.Attribute.NODE_TYPESimon Brandhof2018-05-107-32/+16
* SONAR-10604 Remove health check for Search nodesEric Hartmann2018-05-104-672/+2
* SONAR-10604 Remove Hazelcast on Search nodesEric Hartmann2018-05-1013-180/+295
* SONAR-10593 SONAR-10315 support plugin uninstall before CE processingSimon Brandhof2018-05-102-20/+59
* SONAR-10593 CE should ignore issues on inactive rulesSimon Brandhof2018-05-106-55/+157
* SONAR-10601 refresh the page when the web app can not load a js bundleStas Vilchik2018-05-1039-412/+312
* SONAR-10601 check application version when receiving WS responseStas Vilchik2018-05-101-9/+27
* SONAR-10601 add header "Sonar-Version" to WS responsesSimon Brandhof2018-05-102-8/+27
* SONAR-10592 rename concept of WorkersPauseStatusSimon Brandhof2018-05-108-45/+47
* Fix Quality flawsSimon Brandhof2018-05-1016-187/+264
* SONAR-10592 display workers pause in System Info pageSimon Brandhof2018-05-107-10/+63
* SONAR-10592 add WS api/ce/pause and api/ce/resumeSimon Brandhof2018-05-106-2/+323
* SONAR-10592 new WS api/ce/infoSimon Brandhof2018-05-105-1/+212
* SONAR-10592 ability to pause/resume Compute Engine workersSimon Brandhof2018-05-109-5/+145
* Fix Quality flawsSimon Brandhof2018-05-1028-210/+31
* SONAR-10594 do not truncate rule repositories at startupSimon Brandhof2018-05-109-68/+11