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: src/main/java/de/tum/cit/aet/artemis/programming/web/repository/RepositoryProgrammingExerciseParticipationResource.java
@@ -406,18 +405,17 @@ public ResponseEntity<RepositoryStatusDTO> getStatus(@PathVariable Long particip
406
405
}
407
406
408
407
/**
409
-
* GET /repository/:participationId/buildlogs : get the build log for the "participationId" repository.
408
+
* GET /participations/:participationId/buildlogs : get the build log for the "participationId" repository.
410
409
*
411
410
* @param participationId to identify the repository with.
412
411
* @param resultId an optional result ID to get the build logs for the submission that the result belongs to. If the result ID is not specified, the latest submission is
413
412
* used.
414
413
* @return the ResponseEntity with status 200 (OK) and with body the result, or with status 404 (Not Found)
415
414
*/
416
-
// TODO: rename to participation/{participationId}/buildlogs
Copy file name to clipboardExpand all lines: src/test/java/de/tum/cit/aet/artemis/programming/ProgrammingSubmissionAndResultLocalVCJenkinsIntegrationTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ private Result assertBuildError(Long participationId, String userLogin) throws E
195
195
196
196
userUtilService.changeUser(userLogin);
197
197
// Assert that the build logs can be retrieved from the REST API from the database
Copy file name to clipboardExpand all lines: src/test/java/de/tum/cit/aet/artemis/programming/RepositoryProgrammingExerciseParticipationJenkinsIntegrationTest.java
0 commit comments