You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/application-server/src/main/java/de/tum/in/www1/hephaestus/activity/badpracticedetector/BadPracticeDetectorScheduler.java
Copy file name to clipboardExpand all lines: server/application-server/src/main/java/de/tum/in/www1/hephaestus/activity/badpracticedetector/PullRequestBadPracticeDetector.java
+2
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,8 @@ public DetectionResult detectAndSyncBadPractices(PullRequest pullRequest) {
Copy file name to clipboardExpand all lines: server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/DetectorRequest.java
Copy file name to clipboardExpand all lines: server/application-server/src/main/resources/mail-templates/bad-practices-detected.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@
9
9
<spanth:text="${badPractice.description}">Bad Practice Description</span>
10
10
</li>
11
11
</ul>
12
-
You can review the bad practices on <atarget="_blank" rel="noopener noreferrer nofollow" th:href="${config.clientHost + '/user/' + user.login + '/activity?pullRequest=' + pullRequest.id}">Hephaestus</a>.
12
+
You can review the bad practices on <atarget="_blank" rel="noopener noreferrer nofollow" th:href="${config.clientHost + '/best-practices'}">Hephaestus</a>.
13
13
<br>
14
14
<br>
15
-
When you have resolved the bad practices, you can re-run the detection by clicking on the <strong>Detect bad practices</strong> button in the <atarget="_blank" rel="noopener noreferrer nofollow" th:href="${config.clientHost + '/user/' + user.login + '/activity?pullRequest=' + pullRequest.id}">Activity</a> dashboard.
15
+
When you have resolved the bad practices, you can re-run the detection by clicking on the <strong>Detect bad practices</strong> button in the <atarget="_blank" rel="noopener noreferrer nofollow" th:href="${config.clientHost + '/best-practices'}">Best practices</a> dashboard.
16
16
<hr/>
17
17
<divstyle="text-align: center;font-size: 10px">
18
18
Manage your notification settings <ath:href="${config.clientHost + '/settings'}">here</a>
0 commit comments