aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-0212-24/+12
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-0257-60/+71
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-0212-19/+8
* use testFixtures instead of test configuration of webserver-wsSébastien Lesaint2019-09-027-16/+4
* remove rethrow of exception in tryToStartProcessSébastien Lesaint2019-08-301-1/+0
* Event thread must not interrupt itself when hard stoppingSébastien Lesaint2019-08-302-3/+8
* remove deprecated WsTesterSébastien Lesaint2019-08-3069-1619/+1376
* Fix sonar-docs yarn.lock fileWouter Admiraal2019-08-301-1/+1
* SONAR-12423 fix misleading naming in notification stat classesSébastien Lesaint2019-08-309-127/+125
* SONAR-12423 do not display component with zero issuesSébastien Lesaint2019-08-302-0/+87
* Attempt to fix FP in SchedulerImplTestSimon Brandhof2019-08-291-1/+1
* SONAR-12376 - increase project key param limit to 400 in api/webhook/create (...Jacek2019-08-282-1/+48
* SONAR-12416 Fine-tune badges appearanceWouter Admiraal2019-08-273-14/+5
* SONAR-12333 Cleanup profile inheritance typings, improve coverageWouter Admiraal2019-08-277-29/+240
* SONAR-12333 Write IT, improve existing ITsWouter Admiraal2019-08-275-63/+100
* SONAR-12333 Change modal confirmation button to 'Extend'Wouter Admiraal2019-08-272-2/+2
* SONAR-12402 Allow filtering by multiple tags on macOSWouter Admiraal2019-08-271-1/+1
* SONAR-12392 Fix Issue filtering using Directory facetWouter Admiraal2019-08-274-18/+149
* SONAR-12403 Fix Issue filtering using File facetWouter Admiraal2019-08-275-32/+190
* SONAR-11448 Update closed issue changelog comment about line numberWouter Admiraal2019-08-273-0/+96
* SONAR-10805 Fix unwanted content overlap on narrow screensWouter Admiraal2019-08-271-0/+1
* DOCS Add instructions for Application to a Portfolios (#2014)CS2019-08-221-0/+8
* DOCS remove analyzer docs not up to date warningMikeBirnstiehl2019-08-221-4/+0
* DOCS update heading levelsMikeBirnstiehl2019-08-211-4/+4
* DOCS fix broken links (#2020)CS2019-08-211-2/+2
* SONAR-12399 Fix vulnerabilities with secondary locationsJeremy Davis2019-08-218-67/+166
* SONAR-12334 Fix issueJeremy Davis2019-08-214-609/+25
* DOCS Remove old limitation of hard-coded SLB QG (#2015)CS2019-08-211-1/+0
* SONAR-12401 Footer Documentation link should point to embedded docWouter Admiraal2019-08-202-12/+16
* SONAR-12368 Fix documentation in IE11Wouter Admiraal2019-08-204-3/+30
* SONAR-12348 Fix formatting issueWouter Admiraal2019-08-201-27/+27
* SONAR-12391 Exclude collapsible block labels from floating TOCWouter Admiraal2019-08-201-1/+8
* SONAR-12346 Unmount extensions cleanly before mounting a new oneWouter Admiraal2019-08-203-24/+167
* SONAR-8115 - remove default quality gate from Properties table (#1980)Jacek2019-08-205-1/+122
* DOC fix es version in faqPierre Guillot2019-08-151-1/+1
* fix missing package-info.java filesSébastien Lesaint2019-08-142-0/+46
* drop usage of dependency to sonar-webserver-api test jarSébastien Lesaint2019-08-149-20/+2
* sanitize dependencies on testjar of modules sonar-webserver*Sébastien Lesaint2019-08-143-4/+2
* fix some (old) quality flawsSébastien Lesaint2019-08-145-20/+32
* clean-up dependencies between webserver modulesSébastien Lesaint2019-08-142-2/+0
* rename sonar-webserver-common to sonar-webserver-apiSébastien Lesaint2019-08-14154-7/+9
* clean up sonar-webserver content belonging to sonar-webserver-coreSébastien Lesaint2019-08-1433-13/+38
* rename sonar-server to sonar-webserver-coreSébastien Lesaint2019-08-14200-2/+2
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-1411-13/+2
* remove all other dependencies onto sonar-serverSébastien Lesaint2019-08-1418-16/+23
* remove dependency from sonar-webserver-webapi to sonar-serverSébastien Lesaint2019-08-14388-395/+323
* move WrapInSingleElementArray to the single module where it's usedSébastien Lesaint2019-08-144-4/+4
* make TelemetryDataLoader an interfaceSébastien Lesaint2019-08-145-111/+139
* make MetricToDto upper level class and move it to metric packageSébastien Lesaint2019-08-143-29/+54
* separate Action from indirect dependencies in system WSSébastien Lesaint2019-08-1420-144/+295