aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-11021 Add a migration for SonarCloudEric Hartmann2018-07-175-0/+434
|
* SONAR-11021 Add default QProfile when creating organizationEric Hartmann2018-07-173-15/+7
| | | | | even if the registry do not contains the QualityProfile. BuiltInQProfileRepository must not be used because the plugin may have been uninstalled and when reinstalled this may break the contract.
* Correct punctuationG. Ann Campbell2018-07-171-1/+1
|
* minor editG. Ann Campbell2018-07-171-2/+2
|
* Documentation Security Reportsagigleux2018-07-171-1/+1
|
* Documentation Security Reportsagigleux2018-07-171-3/+8
|
* Security Report docs first draftG. Ann Campbell2018-07-171-3/+18
|
* Fix quality flawsJulien HENRY2018-07-172-26/+47
|
* Apply feedbacks on security reportsPascal Mugnier2018-07-172-3/+17
|
* Apply feedback for security reports (#503)Pascal Mugnier2018-07-1711-253/+321
|
* bootstrap security reports doc pageG. Ann Campbell2018-07-171-0/+7
|
* SONAR-10978 Fix support of branches and applications for security reportsJulien HENRY2018-07-174-18/+128
|
* SONAR-10980 apply feedback (#502)Stas Vilchik2018-07-177-20/+46
|
* Create vulnerability definitionG. Ann Campbell2018-07-171-0/+1
|
* Create hotspot definitionG. Ann Campbell2018-07-171-0/+1
|
* Shorten CWE descriptionG. Ann Campbell2018-07-171-1/+1
|
* Add security hotspots page (#478)Pascal Mugnier2018-07-1719-51/+2306
|
* SONAR-10978 new WS to return security reports dataJulien HENRY2018-07-1715-1/+1333
|
* SONAR-10992 Set default value for types of issues/search: bug, ↵Janos Gyerik2018-07-174-9/+66
| | | | vulnerability, code smell
* SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)Janos Gyerik2018-07-178-12/+206
| | | | | | | | | | * Add security standards for Xoo hotspot sensor (when API supports it) * Re-generate issues/SearchRequest * Verify security standards in issue search * Store security standards when registering rules
* Move SANS_TOP_25_* constants to sonar-server-commonJanos Gyerik2018-07-174-10/+15
|
* SONAR-10992 Make bugs, vulnerabilities and code smells default selection (#488)Stas Vilchik2018-07-173-2/+15
|
* SONAR-10980 display "No results" when facet is empty (#489)Stas Vilchik2018-07-173-0/+36
|
* SONAR-10983 Drop the "Effort" display mode on the Issues page (#487)Stas Vilchik2018-07-1724-163/+24
|
* SONAR-10980 Add Standards facet on the Issues page (#473)Stas Vilchik2018-07-1711-10/+4356
|
* Change rendering of hotspot issues (#480)Pascal Mugnier2018-07-172-24/+30
|
* Remove security hotspot measuresJanos Gyerik2018-07-176-74/+4
|
* SONAR-10980 move languages facet upStas Vilchik2018-07-172-16/+16
|
* SONAR-10980 Index security standards in ES and update issues/search WSJulien HENRY2018-07-1711-8/+230
|
* SONAR-10986 Extend RulesDefinitions API to support security standards (#466)Janos Gyerik2018-07-1712-0/+195
|
* SONAR-11026 Deprecate ProjectIssues and AnalysisModeJulien HENRY2018-07-174-7/+16
|
* SONAR-10898 Number of CE workers not taken into account in all nodesDuarte Meneses2018-07-1315-328/+28
|
* Add doc on how to get invoices (#509)Fabrice Bellingard2018-07-121-0/+6
| | | [skip ci]
* Fix incorrect SQL for MySQL and MsSQLEric Hartmann2018-07-121-2/+2
|
* SONAR-10950 Add doc about org visibilityFabrice Bellingard2018-07-117-10/+50
|
* Fix quality flawsEric Hartmann2018-07-111-2/+1
|
* SONAR-11012 Remove front end access checks on QP, QG and members pageGrégoire Aubert2018-07-1111-96/+49
|
* SONAR-11012 Private organization are not shownEric Hartmann2018-07-112-2/+59
| | | | to not member unless there is a public project
* SONAR-10948 Update warning message when changing visibility of projectGrégoire Aubert2018-07-113-75/+50
|
* SONAR-10963 Improve privacy badges of projects and organizationGrégoire Aubert2018-07-1157-234/+693
|
* SONAR-10945 Hide QP in rules pagesGrégoire Aubert2018-07-1121-303/+297
| | | | | * SONAR-11003 Always set organization parameter in api/rules/search * SONAR-11002 Show rules and hide quality profiles inside rules page
* Migrate remaining of organization app to TSGrégoire Aubert2018-07-1158-478/+621
|
* SONAR-10944 Move subscription flag from api/organizations/search to ↵Julien Lancelot2018-07-118-104/+90
| | | | api/navigation/organization
* 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-10945 QP and QG pages should only be visible only to members of paid ↵Grégoire Aubert2018-07-1140-465/+704
| | | | | | | | | | | organizations * SONAR-10968 Warn user about project privacy after billing upgrade * SONAR-10949 Show QG, QP, members and rules only when the user has correct access * SONAR-10959 Do not display Rules, QP and QG pages for non members of paid organizations * SONAR-10961 Do not display Members page for non member of private organizations * Remove rule permalink in issues page for non members of paid orgs * Do not display QP, QG on project overview page
* SONAR-10948 SONAR-10960 Hide default visibility option of projects for ↵Grégoire Aubert2018-07-115-38/+34
| | | | SonarCloud
* SONAR-10948 Move UpdateProjectVisibilityEric Hartmann2018-07-1110-240/+183
| | | | from api/organizations to api/projects
* SONAR-10945 Prevent access qgates and rules to none members of paid organizationJulien Lancelot2018-07-1132-186/+601
| | | | | | | * Add membership check for paid organization in api/qualitygates ws * Add membership check for paid organization in api/rules ws * Move membership check in UserSession * Use UserSession#checkMemebership in QGates and Rules ws