This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch feat-sonarqube-endpoint-tips in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 90f93fefdfd626d01a825aa6ef38cd2b18578091 Author: mintsweet <[email protected]> AuthorDate: Fri Aug 11 21:37:59 2023 +1200 feat(config-ui): add endpoint example in sonarqube --- config-ui/src/plugins/register/sonarqube/config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config-ui/src/plugins/register/sonarqube/config.ts b/config-ui/src/plugins/register/sonarqube/config.ts index 838dc62eb..26722e2f3 100644 --- a/config-ui/src/plugins/register/sonarqube/config.ts +++ b/config-ui/src/plugins/register/sonarqube/config.ts @@ -33,7 +33,10 @@ export const SonarQubeConfig: PluginConfigType = { docLink: DOC_URL.PLUGIN.SONARQUBE.BASIS, fields: [ 'name', - 'endpoint', + { + key: 'endpoint', + subLabel: 'Provide the SonarQube instance API endpoint. E.g. http://<host>:<port>/api/', + }, 'token', 'proxy', {
