Startrekzky commented on code in PR #450:
URL: 
https://github.com/apache/incubator-devlake-website/pull/450#discussion_r1120218298


##########
docs/Configuration/AdvancedMode.md:
##########
@@ -325,6 +326,32 @@ Below is an example for collecting a bitbucket repo.
 - `owner`: the owner of the repository.
 - `repo`: the bitbucket repository name.
 
+### 10. SonarQube
+
+Below is an example for collecting a SonarQube project.
+
+```json
+[
+  [
+    {
+      "plugin": "sonarqube",
+      "options": {
+        "connectionId": 1,
+        "projectKey": "testDevLake"
+      }
+    }
+  ]
+]
+```
+
+- `connectionId`: The ID of your SonarQube connection at page 
http://localhost:4000/connections/sonarqube.
+- `projectKey`: the project name of the SonarQube. To find the project key in 
SonarQube, you can follow these steps:

Review Comment:
   The project key of the SonarQube. To find the project key in SonarQube, 
please follow the steps:



##########
docs/DataModels/DevLakeDomainLayerSchema.md:
##########
@@ -612,29 +700,29 @@ metrics, such as _'No. of Issue closed by contributor', 
'No. of commits by contr
 
 #### project
 
-|   **field**   | **type** | **length** | **description**               | 
**key** |
-| ------------- | -------- | ---------- | ----------------------------- | 
------- |
-| `name`        | varchar  | 255        | name for project              | PK   
   |
-| `description` | longtext |            | description of the project    |      
   |
-| `created_at`  | datetime | 3          | created time of project       |      
   |
-| `updated_at`  | datetime | 3          | last updated time of project  |      
   | 
+| **field**     | **type** | **length** | **description**              | 
**key** |
+| ------------- | -------- | ---------- | ---------------------------- | 
------- |
+| `name`        | varchar  | 255        | name for project             | PK    
  |
+| `description` | longtext |            | description of the project   |       
  |
+| `created_at`  | datetime | 3          | created time of project      |       
  |

Review Comment:
   Shall we use `created_date` and `updated_date`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to