aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-171-4/+2
* SONAR-11021 Add default QProfile when creating organizationEric Hartmann2018-07-172-13/+3
* Fix quality flawsJulien HENRY2018-07-171-0/+23
* SONAR-10978 Fix support of branches and applications for security reportsJulien HENRY2018-07-172-4/+61
* SONAR-10978 new WS to return security reports dataJulien HENRY2018-07-1710-0/+889
* SONAR-10992 Set default value for types of issues/search: bug, vulnerability,...Janos Gyerik2018-07-172-7/+62
* SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)Janos Gyerik2018-07-172-8/+93
* Move SANS_TOP_25_* constants to sonar-server-commonJanos Gyerik2018-07-171-4/+4
* Remove security hotspot measuresJanos Gyerik2018-07-171-6/+0
* SONAR-10980 Index security standards in ES and update issues/search WSJulien HENRY2018-07-172-3/+28
* SONAR-10986 Extend RulesDefinitions API to support security standards (#466)Janos Gyerik2018-07-172-0/+3
* SONAR-10898 Number of CE workers not taken into account in all nodesDuarte Meneses2018-07-133-65/+0
* Fix quality flawsEric Hartmann2018-07-111-2/+1
* SONAR-11012 Private organization are not shownEric Hartmann2018-07-112-2/+59
* SONAR-10944 Move subscription flag from api/organizations/search to api/navig...Julien Lancelot2018-07-117-103/+90
* SONAR-10945 Active rules search is only for member on paid organizationsJulien Lancelot2018-07-1111-319/+319
* Sanitize ShowActionTestJulien Lancelot2018-07-1118-529/+241
* SONAR-10949 Add membership check in api/organizations/search_membersJulien Lancelot2018-07-112-141/+134
* SONAR-10948 Move UpdateProjectVisibilityEric Hartmann2018-07-117-201/+160
* SONAR-10945 Prevent access qgates and rules to none members of paid organizationJulien Lancelot2018-07-1128-184/+555
* SONAR-10945 Add membership check for paid organization in api/qualityprofilesJulien Lancelot2018-07-1127-966/+1039
* SONAR-10944 Add subscription flag to organizationsJulien Lancelot2018-07-1115-711/+522
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-093-4/+7
* drop dependency of sonar-ce on sonar-serverSébastien Lesaint2018-07-095-255/+11
* finish moving report task code out of sonar-serverSébastien Lesaint2018-07-0924-1061/+14
* sonar-ce-task-projectanalysis depends on only sonar-server-commonSébastien Lesaint2018-07-0927-1775/+1
* clean up dependency on static IssueStorage#insertChangesSébastien Lesaint2018-07-0918-745/+152
* move NewAlerts and ServerExtensionInstaller to server-commonSébastien Lesaint2018-07-094-307/+0
* move shared rule classes to server-commonSébastien Lesaint2018-07-095-571/+0
* move shared Quality Gate classes to server-commonSébastien Lesaint2018-07-0923-846/+38
* remove some rules classes useless in Compute Engine containerSébastien Lesaint2018-07-091-2/+0
* move metric shared classes to server-commonSébastien Lesaint2018-07-095-310/+0
* remove useless debt classes from Compute EngineSébastien Lesaint2018-07-092-4/+0
* move issue workflow classes to server-commonSébastien Lesaint2018-07-0927-2747/+0
* move some organization and platform shared classes to server-commonSébastien Lesaint2018-07-0930-2222/+2
* move notification classes to sonar-serverSébastien Lesaint2018-07-0967-4797/+24
* move monitoring shared classes to server-commonSébastien Lesaint2018-07-0916-604/+5
* move setting shared classes to server-commonSébastien Lesaint2018-07-0910-993/+0
* move ES index, indexer and client to sonar-server-commonSébastien Lesaint2018-07-09248-33620/+31
* LICENSE-96 implement support for staging and new server id formatSébastien Lesaint2018-07-0513-344/+823
* SONAR-10917 automatically cancel tasks already executed onceSébastien Lesaint2018-07-041-6/+11
* SONAR-10874 Disable all notifications for hotspotsJulien HENRY2018-07-046-21/+77
* SONAR-10913 Exclude security hotspots and manual vulnerabilities from /batch/...Janos Gyerik2018-07-042-22/+33
* SONAR-10887 Create a new permission: Administer Security HotspotsJulien HENRY2018-07-0413-28/+54
* SONAR-10875 Add 2 new measures for security hotspots (#394)Janos Gyerik2018-07-041-0/+6
* SONAR-10874 New issue transitions for security hotspotsJulien HENRY2018-07-0420-26/+333
* Rewrite dbunit test using dbtesterJanos Gyerik2018-07-049-368/+250
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-044-21/+26
* SONARCLOUD-78 new WS api/system/analyticsSimon Brandhof2018-06-291-1/+1
* Improve SystemPasscodeSimon Brandhof2018-06-2910-98/+29